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

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

Awesome Lists containing this project

README

          

# Python-Programming

![Py](py.png)

# 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.