Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.03 KB

File metadata and controls

51 lines (42 loc) · 2.03 KB

Django Developer Roadmap

Python Basics

  • IDE: VS Code
  • Basic Syntax
  • Variables and Data Types
  • Conditionals
  • Loops
  • Package Management: pip
  • Virtual Environment
  • OOP: Classes
  • OOP: Methods

Sources: Python Official Tutorial

Linux

Python Intermediate

  • OOP: Inheritance
  • List and Dictionary Comprehensions
  • RegEx
  • Lambdas
  • File management

Sources: Python Official Tutorial

Git

Python Advanced

Database

Django