Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Cheatsheets

This directory contains quick reference guides for Python concepts.

Cheatsheets

  • syntax.md - Python syntax quick reference
  • builtins.md - Built-in functions and types
  • strings.md - String methods and operations
  • collections.md - List, dict, set operations
  • file-io.md - File I/O patterns
  • stdlib.md - Common standard library modules

How to Use

  • Keep these as quick references while learning
  • Print them for easy access
  • Use them to refresh your memory
  • Add your own notes