vectorsigmaissomewhere / Python

Here I am uploading the concepts of Python

Repository from Github https://github.comvectorsigmaissomewhere/PythonRepository from Github https://github.comvectorsigmaissomewhere/Python

Python

Here I am uploading the basics concepts that I am learning of python I think it won't go better

Collection Framework
  - ChainMap
  - Counter
  - OrderedDict
  - UserDict, UserList, UserString
  - defaultdict
  - deque
  - namedtuple

Decorators
  - FunctionDecorators
  - ClassDecorators

Exception Handling
  - one exception
  - multiple exception
  - exception with else block
  - exception with finally block
  - Custom Exception
  - Nested Try-Except Block
  - Using assertion

Generators
  - yield statement
  - yield in loop
  - yield in file processing

Magic Method

OperatorOverloading
  - basicoperatoroverloading
  - overloading arithmetic operators
  - overloading comparison operators

Regex
  - search method
  - example, matching digits
  - example, email validation
  - example, phone number validation
  - findall method
  - sub method
  - split method


About

Here I am uploading the concepts of Python


Languages

Language:Jupyter Notebook 68.9%Language:Python 31.1%