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

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.

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.

![python image](images/python.jpg)

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