DEV Community

Discussion on: How to master in python and Django

Collapse
 
tahseen09 profile image
Tahseen Rahman • Edited

The core concepts remain same for python.
There are syntax changes and names alternatives. Such as arrays are usually called as list, hashmaps as dictionary.

Once you get hold of python, django would be easier to grasp. It has its own set of rules and concepts.

I learnt concepts such as lazy evaluation when I started learning django.
Programiz has a good python tutorial. That can work for you if already are familiar with programming.
For django YouTube has ample resources and django girls also has some good learning materials. With basics of python, I think you can start with django and build both of your skills as you move forward.