FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
examples/python at main · makelinux/examples · GitHub
makelinux
/
examples
Public
Notifications
You must be signed in to change notification settings
Fork
51
Star
140
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
examples
/
python
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
examples
/
python
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
2.3.py
2.3.py
2.4.py
2.4.py
2.5.py
2.5.py
2.6.py
2.6.py
2.7.py
2.7.py
3.0.py
3.0.py
3.1.py
3.1.py
3.10.py
3.10.py
3.11.py
3.11.py
3.12.py
3.12.py
3.13.py
3.13.py
3.2.py
3.2.py
3.3.py
3.3.py
3.4.py
3.4.py
3.5.py
3.5.py
3.6.py
3.6.py
3.7.py
3.7.py
3.8.py
3.8.py
3.9.py
3.9.py
Makefile
Makefile
README.md
README.md
passed.py
passed.py
pythonX-install.sh
pythonX-install.sh
tricks.py
tricks.py
README.md
Outline
Python feature examples by release
2.0 - 2.3
,
2.4
,
2.5
,
2.6
,
2.7
3.0
,
3.1
,
3.2
,
3.3
,
3.4
,
3.5
,
3.6
,
3.7
,
3.8
,
3.9
,
3.10
,
3.11
,
3.12
,
3.13
Features
Minimal and practical, as self-descriptive as possible source code (please read references for explanations)
Complete and ready to copy-paste into your application
Runnable in place (no need to copy-paste snippets from documentation into an interpreter)
Verifiable. Internal tests provide reliability and durability. You can easily add new features and run tests to ensure code validity
Usage
Read the sources
'assert' statements in the sources show expected results
Run make to execute all examples, or run any example script manually (e.g., ./3.13.py)
Improvements and new features are welcome
References
What’s New in Python
Minimal working example
Minimal, Complete, and Verifiable Example
Back
|
FazBrowse Home
|
New Git URL