मुफ़्तBackend
Django
Ship four real Django apps: a blog with full CRUD, a user authentication system, a REST API with Django REST Framework, and a deployed e-commerce store, using Python's most popular batteries-included web framework.
Django is a Python framework, so get comfortable with Python syntax, data structures and functions before touching the web layer.
- Variables, data types and operators
- Control flow: if/else, loops
- Functions and scope
- Lists, dictionaries, tuples and sets
- Classes and basic OOP in Python
- Working with modules and packages