Skip to content

Collection of Pyhon scripts for various data types: list, tuple, set, dict, bytes, nonetype, etc. Learn about type casting, and about advanced data structures.

License

Notifications You must be signed in to change notification settings

mz3r0/python-at-a-glance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-at-a-glance

Each file focuses on one Python data type or topic.

If you're learning Python, copy-paste or type the code by yourself instead of running the script with everything in it at once.

Contents

  • Short documentation as comments
  • Many examples, separated by 2 empty lines
  • Version-specific notes
  • Sources

Use Python 3.8 or later as some examples make use of self-documenting expressions, which were added in v3.8.

About

Collection of Pyhon scripts for various data types: list, tuple, set, dict, bytes, nonetype, etc. Learn about type casting, and about advanced data structures.

Topics

Resources

License

Stars

Watchers

Forks

Languages