Python Programming Guides and Tutorials
Cookbook Recipes
- Finding Duplicate Files with Python
- How to Move/Copy a File or Directory (Folder) with a Progress Bar in Python
- Recursive File and Directory Manipulation in Python (Part 3)
- Recursive File and Directory Manipulation in Python (Part 2)
- Recursive File and Directory Manipulation in Python (Part 1)
- Watermark your Images in Python 2.x
Tips and Tricks
- What is the difference between __str__ and __repr__ in Python
- Difference between @staticmethod and @classmethod in Python
- How Metaclasses work technically in Python 2 and 3
- Add, remove, and search packages in Python with pip
- One line if statement in Python (ternary conditional operator)
- Measure Time in Python – time.time() vs time.clock()
Tools
- Review of IPython (alternative Python shell)
- Review of bpython and DreamPie (alternative Python shells)
- Text Editors vs IDEs for Python development: Selecting the Right Tool
- Best IDEs for Python Development
- Best Text Editors for Python development
- An Overview of Sublime Text 2 with Python