https://github.com/angelfire/python-master-course
Python Is Easy
https://github.com/angelfire/python-master-course
Last synced: 12 months ago
JSON representation
Python Is Easy
- Host: GitHub
- URL: https://github.com/angelfire/python-master-course
- Owner: Angelfire
- Created: 2019-01-03T19:06:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T04:12:54.000Z (over 7 years ago)
- Last Synced: 2025-01-25T19:42:11.244Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python - Pirple
## PEP 8 -- Style Guide for Python Code
[Style Guide](https://www.python.org/dev/peps/pep-0008/)
- homework1: Homework Assignment #1: Variables
- homework2: Homework Assignment #2: Functions
- homework3: Homework Assignment #3: "If" Statements
- homework4: Homework Assignment #4: Lists
- homework5: Homework Assignment #5: Basic Loops
- homework6: Homework Assignment #6: Advanced Loops
- homework7: Homework Assignment #7: Dictionaries and Sets