What is the best way to install python
offical website of python : https://www.python.org
-> Downloads => download the python interpreter. (easy installation)
extra = In windows you can use the git bash for linux cmds
\=>Python is an interpreted language
when python migrated from python 2 to 3 then there are lots of break throughs. So python community takes care of python 3 for backward compatabilities.
Check whether python installed on not.
Windows
windows OS = in cmd you can write python to interpret. (terminal)
Mac OS
mas OS = already python 2 is present in the systems. you can install python 3.
Various IDE or Places to write code.
VS code IDE
whenever you write first python code. It suggest for pyhton extension. Install it.
Naming Convention in Python
Naming convention in python code (used by py community)
Google Colab
\=You can write code in google colab and save the notebook
https://colab.research.google.com/
Anacode IDE
https://www.anaconda.com/download
lot more other online IDE'S are also present
onlinegdb
etc.....
CODE
First Code
Functions in python
def means defination.
indentations are important in python.
lets import function to another file
Execution in terminal
Thanks to Chai aur Code @youtube by hitesh choudhary sir.
Subscribe to my newsletter
Read articles from sidduganesh directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by