PYTHON

  1. What is Python?
  2. Syntax
  3. Variables
  4. Data Types
    • Numbers
    • Strings
    • Boolean
  5. Operators
  6. Control Flow
    • If Else
    • Pass
    • For Loop
    • While Loop
    • Break
    • Continue
  7. OOPS
    • Class
    • Objects
    • Polymorphism
    • Encapsulation
    • Inheritance
    • Data Abstraction
  8. Functions
    • Access Modifiers
      • Public
      • Private
      • Protected
  9. Data Structures
    • Lists
    • Tuples
    • Sets
    • Dictionary
  10. Comments
  11. Modules & Packages
  12. Virtual Environments
  13. Date, Time & Calendar
  14. Regular Expressions
  15. Files, Input and Output
  16. Exception Handling
    • try
    • except
    • finally
  17. Database
  18. XML
  19. Excel
  20. CSV
  21. JSON
  22. PDF
  23. Images
  24. Logging
  25. API and Web Services
  26. Django
    • Overview
    • Creating a Project
    • Apps Life Cycle
    • Admin Interface
    • Creating Views
    • URL Mapping
    • Template System
    • Models
    • Page Redirection
    • Sending E-mails
    • Generic Views
    • Form Processing
    • File Uploading
    • Apache Setup
    • Cookies Handling
    • Sessions
    • Caching
    • Comments
    • RSS
    • AJAX