Python Forum
which std library to use for web development in python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: which std library to use for web development in python (/thread-19639.html)



which std library to use for web development in python - srm - Jul-08-2019

I am new to python and would like to go for web development in python but
which standard library to use for making website as mostly it is django that is used
but how it is different from flask and Bottle?
can anyone make this clear?


RE: which std library to use for web development in python - Larz60+ - Jul-08-2019

you will find a lot of blogs on this subject, for example:
http://www.mindfiresolutions.com/blog/2018/05/flask-vs-django/
just google away.


RE: which std library to use for web development in python - Shwager - Jul-25-2019

Hey. When I started to be interested in python development, I found a lot of useful information here What is Python Used for?. Over time, knowledge of the development accumulated and experience also comes. The main thing is to try to introduce something new gradually.


RE: which std library to use for web development in python - Larz60+ - Jul-25-2019

You can learn a lot (both good practice and bad practice) by examining some of the code associated with the homepages of python packages in pypi.org. And what's good about learning this way is that you can search for the subject matter before looking at the source.
You can pretty much guess by calculating number of downloads/ age in months. The higher the results, the more likely you'll find a good coder, but of course this only works if the package has some history.


RE: which std library to use for web development in python - detelina - Nov-16-2019

Python is a universal programming language that also applies to web design. The language is not complicated. I hope you do. read on developers' websites.