मुफ़्तBackend
Flask
Ship four real Flask apps: a blog with full CRUD, a login system, a REST API, and a full e-commerce platform you deploy live, using Python's lightweight, flexible web framework.
Flask is minimal by design, so a solid grip on core Python is what carries you through the rest of this path.
- 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