This repository contains Python projects while learning the language for the first time. Projects range from basic data types, data structures, to object-oriented programming, usage of modeules, API scripting, etc. Many projects include the main.py files used to test the code.
- Ubuntu 14.04 LTS
- python3 3.4.3
- mysql 14.14 Distrib 5.7.20, for Linux (x86_64) using EditLine wrapper
- pip3 (1.5.4 from /usr/lib/python3/dist-packages (python 3.4))
- requests module
- nodejs
- pep8 / pycodestyle styling
- semistandard styling
- All programs were run on a Vagrant(ubuntu/trusty64) (Virtualbox) environment
In your terminal, git clone the directory with the following command:
git clone https://github.com/squidcarroll/[Github project directory]
./[file] [optional args]Sid Carroll