PYTHON TUTORIAL

What is Progamming and what is Python 

Programming what is it and why we need to learn it

Programming are instructions given to computer to perform a particular work.We need to learn programming because it helps us to easy execute our work on computers e.g we can build a python code to automate whats app message or collect data from online form.

Python is a scripting low level language it has to be interpreted and then run we need to save a copy of the python code and then we compile it similar to java but different from c and c++.

Python was invented by Guido van Rossum, a Dutch programmer. He first released it in February 1991. 

Python has become more popular now days due to emergence of AI era.We moved from industrial to computer to it and then AI era next will be AGI era.

we need to install python and then jupyter notebook

🐍 Download Python:

πŸ”— https://www.python.org/downloads/

  • Click Download Python 3.x.x (latest version)

  • It works for Windows, macOS, and Linux

πŸ“’ Install Jupyter Notebook (via Anaconda - recommended):

πŸ”— https://www.anaconda.com/products/distribution

Lets execute simple python code to understand how python works use jupyter notebook its ide for python you can use python command prompt for coding as well.You need to save the 



Simple operations using Python-       Q] Write a code to add two number and print  there result.





Q2]Write a code to multiply two numbers 




Practice questions
1]Write code to 








Comments