Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 888 Bytes

CS02_Introduction_to_Python_Programming.MD

File metadata and controls

30 lines (26 loc) · 888 Bytes

CS02: Introduction to Python Programming

Course Outline

Lectures

  1. Lecture 1: Installation of Python
  2. Lecture 2: Why Python
  3. Lecture 3: Variables, Expressions, and Statements
  4. Lecture 4: Conditional Execution
  5. Lecture 5: Functions
  6. Lecture 6: Loops and Iterations
  7. Lecture 7: Strings
  8. Lecture 8: File Handling
  9. Lecture 9: Lists
  10. Lecture 10: Dictionaries
  11. Lecture 11: Tuples
  12. Lecture 12: Sets
  13. Lecture 13: Exception Handling
  14. Lecture 14: Threads
  15. Lecture 15: Regular Expressions (Regex)
  16. Lecture 16: Object Oriented Programming

Recitations

  • Recitation 01: Important Questions on Python

Problem Solving in Python

  • It contains 3 files of the Assignments
  • Problem Solving 1: Basic Level
  • Problem Solving 2: Intermediate level
  • Problem Solving 3: Advanced level