https://github.com/navdeep-g/py-programming
Overview of Programming in Python
https://github.com/navdeep-g/py-programming
Last synced: over 1 year ago
JSON representation
Overview of Programming in Python
- Host: GitHub
- URL: https://github.com/navdeep-g/py-programming
- Owner: navdeep-G
- Created: 2016-01-10T20:23:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T01:04:29.000Z (about 7 years ago)
- Last Synced: 2025-03-22T17:44:17.430Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.12 MB
- Stars: 9
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Programming

# Overview of Repo
- This repo contains scripts about Python as a language.
- Each topic of Python programming is broken up into a folder.
# Organization of Repo
- BeginningPython: Contains Python scripts broken up by topic, i.e., Functions, Loops, etc.
- This folder is meant to be introductory to the language of Python.
- AdvancedPython: Contains Python scripts broken up by topic
- This folder is meant for someone who has some experience with Python.