As with other kinds of development, web applications development is largely about good architecture, design, and database optimisation. The actual implementations are often times variations on previously known themes. After HTML and handling I/O, the following are what may be considered core competencies for web development in Python.
Finally, these are just one perspective. If you think others should be included, please suggest it in the comments.
- CGI and other input strategies
- reading data from MySQL and PostgreSQL
- inserting data into MySQL and PostgreSQL
- network clients
- network servers
Finally, these are just one perspective. If you think others should be included, please suggest it in the comments.
Comments
Comments are closed for this post.
