Skip to content

Instantly share code, notes, and snippets.

View vpayno's full-sized avatar

Victor Payno vpayno

View GitHub Profile
@vpayno
vpayno / Python Cheat Sheets - Index.md
Last active December 21, 2015 17:08
Python Cheat Sheets - Index

Python Cheat Sheets

by Victor Payno

The goal of these Gists is for me to have a place to look up all things Python so I can stop trying to use Perl or Ruby syntax when writing Python code. Hopefully they will be useful to other people as well.

@vpayno
vpayno / Python Cheat Sheets - Numbers.md
Last active December 21, 2015 17:08
Python Cheat Sheets - Numbers

Python Cheat Sheets

by Victor Payno

Numbers

Notes

@vpayno
vpayno / Python Chat Sheets - Setup.md
Last active December 21, 2015 17:09
Python Cheat Sheets - Setting up your environment

Python Cheat Sheets

By Victor Payno

Setting up your environment

Windows

@vpayno
vpayno / Python Cheat Sheets - Dates & Time.md
Last active December 24, 2015 17:39
Python Cheat Sheets - Dates & Time

Python Cheat Sheets

by Victor Payno

Date & Times

[]

@vpayno
vpayno / Python Cheat Sheets - File IO.md
Last active December 24, 2015 17:39
Python Cheat Sheets - File I/O

Python Cheat Sheets

by Victor Payno

File I/O

Sequential Access

@vpayno
vpayno / Python Cheat Sheets - Logic.md
Last active December 24, 2015 17:39
Python Cheat Sheets - Logic

Python Cheat Sheets

By Victor Payno

Logic

[]

@vpayno
vpayno / Python Cheat Sheets - Loops.md
Last active December 24, 2015 17:39
Python Cheat Sheets - Loops

Python Cheat Sheets

By Victor Payno

Loops

[]

@vpayno
vpayno / Python Cheat Sheets - Functions.md
Last active December 24, 2015 17:39
Python Cheat Sheets - Functions

Python Cheat Sheets

by Victor Payno

Functions

[]

@vpayno
vpayno / Python Cheat Sheets - Classes.md
Last active December 24, 2015 17:39
Python Cheat Sheets - Classes

Python Cheat Sheets

by Victor Payno

Classes

[]

@vpayno
vpayno / Python Cheat Sheets - Modules.md
Last active December 24, 2015 17:39
Python Cheat Sheets - Modules

Python Cheat Sheets

By Victor Payno

Modules

[]