Learn Python 1.0
Welcome !!
We are going to learn python applications and the tools/IDE
Basics of Python
Python is a high-level, dynamically typed multiparadigm programming language. Python code
is often said to be almost like pseudocode, since it allows you to express very powerful ideas
in very few lines of code while being very readable. As an example, here is an implementation
Python versions
There are currently two different supported versions of Python, 2.7 and 3.7. Somewhat
confusingly, Python 3.0 introduced many backwards-incompatible changes to the language,
so code written for 2.7 may not work under 3.7 and vice versa. For this class all code will use
Python 2.7.
You can check your Python version at the command line by running python --version.
For application of python ,going to share a youtube video.
Now moving forward ,for implementation of code ,to write a code python uses IDE as an interpreter.
Mostly Used Are : IDE:Pycharm, Code editor : notepad ++ Subline,Jupyter
For anaconda user,Spyder
For eclipse fanatics,PyDev
So, this is a requirement of python to learn. Here python doesn't stops. There huge basics concepts of python.
Let me know if I can help You
Thank you.!!!!
Comments
Post a Comment