https://github.com/sanikamal/python-atoz
A collection of awesome beginners-friendly python tutorials, code snippet and projects.
https://github.com/sanikamal/python-atoz
gui programming-language python python36 sqlalchemy tkinter
Last synced: 11 days ago
JSON representation
A collection of awesome beginners-friendly python tutorials, code snippet and projects.
- Host: GitHub
- URL: https://github.com/sanikamal/python-atoz
- Owner: sanikamal
- License: mit
- Created: 2019-01-17T14:59:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T19:09:34.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T05:23:31.286Z (over 1 year ago)
- Topics: gui, programming-language, python, python36, sqlalchemy, tkinter
- Language: Jupyter Notebook
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is Python?
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales. [Wikipedia](https://en.wikipedia.org/wiki/Python_(programming_language))
According to its creator, **Guido van Rossum**,
> Python is a high-level programming language, and its core design philosophy is all about code readability and a syntax which allows programmers to express concepts in a few lines of code.

## Contents
### Jupyter Notebook
1. [Python Function Unpacking](notebook/Python_Function_Unpacking.ipynb)
2. [Useful Snippets](notebook/Useful_Python_Snippets.ipynb)
3. [Regular Expressions](notebook/Python_Regular_Expressions.ipynb)
4. [Sorting Algorithm](notebook/Sorting_algorithms_python.ipynb)
### Mini Projects
- [Mini Projects](mini-projects)