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!"
- Host: GitHub
- URL: https://github.com/artodeschini/python3coursecodes
- Owner: artodeschini
- Created: 2018-12-28T00:25:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T05:11:33.000Z (over 7 years ago)
- Last Synced: 2025-03-06T05:46:04.502Z (over 1 year ago)
- Topics: python3
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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