项目作者: sanikamal

项目描述 :
A collection of awesome beginners-friendly python tutorials, code snippet and projects.
高级语言: HTML
项目地址: git://github.com/sanikamal/python-atoz.git
创建时间: 2019-01-17T14:59:14Z
项目社区:https://github.com/sanikamal/python-atoz

开源协议:MIT License

下载


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)

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

Contents

Jupyter Notebook

  1. Python Function Unpacking
  2. Useful Snippets
  3. Regular Expressions
  4. Sorting Algorithm

Mini Projects