0 - Python Programming - Ipynb - Colab
0 - Python Programming - Ipynb - Colab
Click on the Download Python 3.xx.xx button near the top of the page
Run the installer and follow the prompts to install Python on your computer
It is recommended that you also install an IDE, preferably Microsoft Visual Studio Code.
To do so, go to https://code.visualstudio.com/download
Congratulations, you're now a Python programmer! It is clear that there's significantly less code to
write to print out a statement in Python than in several other languages like C or C++!
On Spyder, photo_2.png
Go to https://colab.research.google.com/
What is Python?
Coding style and language ethos
What is Python?
Python is a general-purpose programming language that supports many programming paradigms,
such as object-oriented programming, functional programming, and procedural programming.
Python is an interpreted language, which means that programs written in it do not need to be
compiled before running, as is common in C and C++.
Python is the dominant language in the field of artificial intelligence and machine learning. It is also
very popular in other fields of scientific computing, such as data analytics, data science, web
development, and increasingly in embedded systems development (microcontrollers use a flavor of
the language known as MicroPython). A solid understanding of Python would be very beneficial to
an engineer looking to explore several exciting emerging fields in technology. The instructor
recommends that students continue striving to gain mastery of the language beyond the scope of
this course.
import this
The second is a more technical document that every Python student must internalize, if they hope
to collaborate with other Python developers in the future. The document is the PEP 8 style guide.