python logo

Introduction


Python hosting: Host, run, and code Python in the cloud!

Welcome to this comprehensive Python course!

Python is a versatile, general-purpose computer programming language. Whether you are just starting with programming or have prior experience, this course, compatible with both Python 2 and Python 3, is tailor-made for you.

Related Course: Python Programming Bootcamp: Go from zero to hero

Downloading Python

Before diving into Python coding, ensure you have the right tools. Below are the recommended programs to run Python code:

And for those who prefer a terminal-only approach, you can download Python for:

PyCharm, a sought-after Python editor

Executing Python Code

Python scripts should be saved with a .py file extension. To get a feel for Python, try out the following code:

1
2
print("Hello World!")
print("Experience the power of Python programming.")

The expected output for the above code is:

1
2
Hello World!
Experience the power of Python programming.

If you’re making use of an interpreter, execute the code using:

1
python program.py

Ready to dive deeper? Move on to the next topic.






Leave a Reply:




saiharsha Sun, 4 Apr 2021

is this tutorial is a full python course? if not tell me a website name which provides a full course of python.

Frank Sun, 4 Apr 2021

Yes, you can learn from this website. However, if you want to learn more I recommend taking the recommended course (on top) as it includes videos, exercises, examples and a lot more.

Israel wasike Kahayi 2023-01-27T17:57:08.140Z

Looking forward to learn python programming and the basics fundamentals of python itself