/Python-Basics

Contains all python basics concepts , data structures , regular expressions , Exception and file handling

Primary LanguageJupyter NotebookMIT LicenseMIT

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