Developing web with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Developing web with Python

I've finished Python, HTML course and I want to learn Flask and Django but I find it difficult to learn because there are many new things I don't know. What should I learn first?

18th May 2017, 5:39 AM
Dang Tuan
Dang Tuan - avatar
1 Answer
+ 1
I had the same problem two years ago, thinking it would be a simple matter of following an online tutorial to create a Django web site and instead finding it all totally incomprehensible. There is no simple answer but you may want to adopt a strategy for note taking for each thing you don't understand because there is so much to know and well organized information is quicker to search than repeatedly googling for how to do the same thing you spent 3 hours or more finding an answer to 6 months ago. If all you have done is sololearn you may benefit from the free MVA courses. Anything with Bob Tabers name associated with it on that site is accessible and useful even if the lessons are on javascript and C# the concepts are what's important not the language. The other material varies in quality but is overall reasonably helpful. Or you could pick a programming concept yourself sticking exclusively to python . OOP, functional programming, regex, or how to use all the standard library functions in Python, or focus on comprehensions or generators. or how to use the virtual environment module venv. Good Luck.
18th May 2017, 8:29 AM
richard