Welcome to my Python Course!
Python is a general-purpose computer programming language.
This course is suitable for both Python 2 and Python 3.
Related Courses:
-
Automate the Boring Stuff with Python Programming
- Complete Python Bootcamp: Go from zero to hero in Python
Download Python
To run Python code, you will need one of these programs:
- PyCharm for Windows, Mac or Linux
- QPython for Google Android
- Pythonista for Apple iPhone
- Other programs
For terminal only: Apple Mac OS X, Microsoft Windows, Linux/UNIX

Run Python code
A python program should be save as a file with a .py extension.
Try this code:
print("Hello World!") print("This is a Python program.") |
Expected output:
Hello World! This is a Python program |
If you are using the interpreter use:
python program.py |
How could I learn python for an special software? in this case Maya from Autodesk
Start by learning Python on this site, then learn how to use the Maya module.
Once you know the Python fundamentals (functions, modules, classes, objects etc), its much easier to learn the second.
There are some Maya related Python video tutorials here: https://www.youtube.com/watch?v=eXFGeZZbMzQ
how to print this stuff “hello world”
Simply download and install one of the python development environments above or run it online using one of the links.