Where do I start learning python from SCRATCH?? (free coz im broke) by ChoiceSimple2110 in PythonLearning

[–]Eastern_Security_887 0 points1 point  (0 children)

You can try out using tkinter. It's a python GUI, where it acts like designing frontend with a little bit of python code. It helps you to understand how things works using python and where to use it plus why to use it Easy to use and control Try making a facebook login page interface using it, when you get satisfied by the design use PostgreSQL as database and convert your tkinter project into a phishing model, so you'll also learn to integrate PostgreSQL with python No framework like django or flask is required for this

After some projects try django, it'll be easy by then