Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 361 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 361 Bytes

Python-Basics

Contains the following files

  • Python fundamentals
  • Python Iteratives and coonditinal statements
  • Various Python In-built Data structures
    • Lists
    • Tuples
    • Dictionaries
    • Sets
  • how to handle and use Anonymous functions in python
  • How to handle Exceptions and files in python
  • Pattern recognition using Regular expressions