Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 3.31 KB

File metadata and controls

68 lines (51 loc) · 3.31 KB

Learn Python from Beginning.

Introduction.ipynb :- Basic introduction of the python.

This file contains the introduction about ,
print function , help function , dir function , and little bit about commenting in python
also keywords , datatypes , operators , and assert function in python.
Detailed description about the mutable and immutable datatypes with example.
Basics of conditions like `if/else` , `if/elif/else` statements and looping `while` , `for` 
loops in python.
Basic Concepts of Obeject Oriented Programming and Classes in python.
What are modules and packages are defined here.
Convert JSON file to python or python file to JSON.
What regex is ? It is defined here with examples.
What is pip ? 
Install python packages using pip.
How to use pip command in jupyter notebook.
How to handle Exceptions ?
try and catch statement
How to take Inputs from the user
File handling in Python.
--> File Creation
--> File Deletion
--> File Management
--> Read Files
etc
Docstrings in python. How to describe functions or say documentation in python
Logic Gates in python. How to use logic gates in python
Here , get to know about what are itertools , which library is used to use iter tools etc
Here , get to know about what are Decorators in python , and how to use them.

Connect With me.