Python

Variable names

Jun 28,97

There are couple of rules you need to be aware of when naming your variables: 1. you can use only …

Read More

Variable data types

Jun 28,97

Variables in Python can be of a different data type. The data type of a variable is important because it …

Read More

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
Geek University 2022