AnselmoPfeifer / learning-python3

Learning more about python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Python3

Install

sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
sudo apt-get install pylint

brew update
brew install python3
python3 -V
  • Build a game Forca and Divination

Links

The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.

About

Learning more about python3


Languages

Language:Python 99.2%Language:Shell 0.8%