An open API service indexing awesome lists of open source software.

https://github.com/artodeschini/python3coursecodes

Codes for curse "The Complete Python 3 Course: Beginner to Advanced!"
https://github.com/artodeschini/python3coursecodes

python3

Last synced: 23 days ago
JSON representation

Codes for curse "The Complete Python 3 Course: Beginner to Advanced!"

Awesome Lists containing this project

README

          

# Python3 Course Codes
Codes for curse "The Complete Python 3 Course: Beginner to Advanced!"

# Required
- pyenv
- pip
- MongoDB
- Python3
- PyCharm
- Fun
- Persistence

# require install
- pymongo
- web py

## install pymongo
pip install pymongo

## pyenve
pyenv activate 3.6.1/envs/course

## install web py with suport to python3
pip install web.py==0.40-dev1