All posts by Tuna Peyo

Interactive prompt

Jun 26,97

The interactive prompt is the easiest way to run your Python programs – simply type the code in this command-line interface. To start …

Read More

Run Python code

Jun 26,97

There are multiple ways to run the Python code. Here are the most common launching techniques: 1. the interactive prompt …

Read More

Add Python to the Windows Path

Jun 26,97

If you’ve installed Python in Windows using the default installation options, the path to the Python executable wasn’t added to the Windows …

Read More

Install Python on Linux

Jun 26,97

Most Linux distributions come with Python installed. To check if your Linux distribution contains Python, open the shell and run the …

Read More

Install Python on Windows

Jun 19,97

Before you start programming, you will need to download and install Python. To do this, browse to the official download site and download …

Read More

Python overview

Jun 18,97

Python is a general-purpose, high-level programming language that was designed emphasize code readability, developer productivity and program portability. Python can …

Read More
Geek University 2022