TKMarketing
@TKMarketing
4Friends 18Fans
Karma0.0
male Las Vegas, NV, United States
TKMarketing
6 years ago
Python Tricks: "for" (and "while") loops can have an "else" branch?! - Python Tricks: "for" (and "while") loops can have an...
TKMarketing
6 years ago
Python Tricks: Python 3.3+ has a new "faulthandler" std lib module - Python Tricks: Python 3.3+ has a new "faulthandler" ...
TKMarketing
6 years ago
Python Tricks: Dicts can be used to emulate switch/case statements - Python Tricks: Dicts can be used to emulate switch/c...
TKMarketing
6 years ago
Python Tricks: Finding the most common elements in an iterable - Python Tricks: Finding the most common elements in a...
TKMarketing
6 years ago
Python Tricks: : Accessing class and function names at runtime - Python Tricks: : Accessing class and function names ...
TKMarketing
6 years ago
Python Tricks: Python's built-in HTTP server - Python Tricks: Python's built-in HTTP server
TKMarketing
6 years ago
Python Tricks: : Python's list comprehensions are awesome - Python Tricks: : Python's list comprehensions are aw...
TKMarketing
6 years ago
Python Tricks: : Python 3.5+ type annotations - Python Tricks: : Python 3.5+ type annotations
TKMarketing
6 years ago
Python Tricks: When To Use repr vs str? - Python Tricks: When To Use __repr__ vs __str__?