All posts by Tuna Peyo

What are variables?

Jun 28,97

In programming, variables are storage locations that are used to store information that can later be referenced and manipulated. You …

Read More

Use comments

Jun 28,97

You can use comments in your Python source code in order to document it. With comments, you can remind yourself …

Read More

Write your first program

Jun 27,97

In this lesson, you will use Python IDLE to write your first program. Start IDLE and you should get a shell window, where …

Read More

Help mode

Jun 27,97

Python has a feature that can provide you with information about a particular topic or command. It is called the help mode …

Read More

Command line

Jun 27,97

You can save your code in a file (usually with the extension .py) and run that file in the Windows …

Read More

IDLE editor

Jun 27,97

The Python IDLE (Integrated DeveLopment Environment) editor is a graphical user interface for Python development. This GUI is free and …

Read More
Geek University 2022