Skip to content

ivandj0h/Python_Basic_Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Basic Course

About Python

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. source --Wikipedia

Installation

install Python 3.8 on Ubuntu 18.04 or Ubuntu 20.04.

Install Python 3 Using apt (Easier) Open a terminal window, and enter the following:

  1. Update and Refresh Repository Lists sudo apt update

  2. Install Supporting Software sudo apt install software-properties-common

  3. Add Deadsnakes PPA sudo add-apt-repository ppa:deadsnakes/ppa

  4. Update and Refresh Repository Lists sudo apt update

  5. Install Python 3 sudo apt install python3.8

Allow the process to complete and verify the Python version was installed sucessfully : python ––version

Run on Repl.it


This docs would be update regularly...

About

This is a Python Basic Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages