Day01- Introduction to Python
Python: Introduction, Features and Uses

Search for a command to run...

Series
This series is for beginners in which we explore python language along with how it is used in data science and do some exercises and some python related projects.
Python: Introduction, Features and Uses

Modules, Pip and First program of python

Comments: Comments can be used to explain Python code. It can be used to make the code more readable. It can also be used to prevent execution when testing code. Comments starts with a #, and Python will ignore them: print("This is a print statement ...

Numeric, String, Sequence, Mapping, Boolean, Set, Binary, None

Arithmetic, Assignment, Comparison, Logical, Identity, Membership, Bitwise

Arithmetic, Assignment, Comparison, Logical, Identity, Membership, Bitwise
