M
M
Maxim Prishchep2017-01-06 17:55:54
Django
Maxim Prishchep, 2017-01-06 17:55:54

Help finding Python?

Guys, tell me what you need to start learning to create sites in Python. Well, except of course Python itself and Django. What databases are worth learning, maybe some other libraries for Python. In what software will it be more convenient to write code for sites. In general, everything related to website building in Python. Thanks in advance)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
GavriKos, 2017-01-06
@GavriKos

Start with python itself.
Write code - either PyCharm or VS with a python plugin.
Everything else - only with experience you will understand.
By the way, why just django? If you are completely noob, you can try to start with flask - there was an excellent series of articles on Habré.

H
hendricks, 2017-01-18
@hendricks

If you are going to create sites in python, you need to understand the client-server architecture, how MVC works and what is the API (if django is django rest framework)
Django has an ORM system that will build sql queries instead of you based on your models . If this is not enough - then write manually.
sqlite3 is not suitable for serious projects, so you will have to connect another DBMS. What? At your discretion (MySQL, PostgreSql)

U
un1t, 2017-01-18
@un1t

DB Postgresql or Mysql, IDE PyCharm (you can Community Edition)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question