Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 415 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 415 Bytes

BasicPython

Week1 - Covered Topics are :

  1. Hello, Python World!
  2. Indentation
  3. Variables and Types
  4. String Concatenation
  5. Lists
  6. Basic Operators
  7. Using Operators with Strings
  8. Using Operators with Lists
  9. String Formatting
  10. Slicing
  11. Conditions
  12. Boolean operators

Week2 :

  1. Loops
  2. "break" and "continue" statements
  3. Functions
  4. Classes and Objects
  5. Dictionaries