Skip to content

A simple python logic and instruction document, for learning and remembering the implementations of concepts through python.

License

Notifications You must be signed in to change notification settings

Noisyninja703/PythonWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonWiki

A simple python logic and instruction document, for learning and remembering the implementations of concepts through python.

Some topics covered include:

  • Basic data types and their operations (string, ints).
  • Basic syntax (if, else, elif)
  • Generic Collections (init, iter, and sort)
    • Lists.
    • tuples
    • Dictionaries
    • 2D list (grids)
    • Stacks
  • Basic loops (for, while)
  • Basic Error Handling (try, catch exception)

About

A simple python logic and instruction document, for learning and remembering the implementations of concepts through python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages