Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 637 Bytes

File metadata and controls

29 lines (27 loc) · 637 Bytes

Tech Arkit Full Python Course

Course Content

Core Python

  1. Language Fundamentals
  2. Operators
  3. Input and Output Statements
  4. Flow Control
  5. String Data Type
  6. List Data Structure
  7. Tuple Data Structure
  8. Set Data Structure
  9. Dictionary Data Structure
  10. Functions
  11. Modules
  12. Packages

Advanced Python

  1. Exception Handling
  2. Logging Module
  3. Assertions
  4. File Handling
  5. OOPs (Object Oriented Program)
  6. Multi-Threading
  7. Regular Expressions
  8. Python Data base Connectivity (PDBC)
  9. Decorators
  10. Generators
  11. Introduction to Web Application Development with DJango