Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 410 Bytes

File metadata and controls

17 lines (16 loc) · 410 Bytes

The Python Book

The_Python_Book

TOPICS COVERED

  1. Intro to Python
  2. Packages and BuildIn Functions
  3. Operators
  4. Playing with Datetime Dataset
  5. List - [_]
  6. Tupple- (--)
  7. Dictionary {'key':'Value',...}
  8. Sets {'--"} (unique)
  9. Strings
  10. Regular Expression
  11. File Handelling using Python (txt file)
  12. File Handelling using Python (Excel File)
  13. File Handelling Using Python (json file)