This page is just another way for me to collect some links that I have briefly visited and have found useful for Python programming. Of course I can always run another search, but some of these links I found through recommendations or serendipity.
I’ll occasionally add to this page, but won’t attempt to organize them. These exist as prompts for later review.
- Mocking External APIs in Python
- Python Sorting Mini-HOW TO
- Python unittest — Unit testing framework
- SQLite Python tutorial for Python version 2.7
- Python Package Index (PyPI)
- UsefulModules
- Python Cookbook
- Python 3 Module of the Week
- Test-Driven Web Development with Python
- Python - Built-in template tags and filters includes date formats :-)
- Python class method vs static method 2017 tutorial
- Codepen Resize, Drag, Snap
- Codepen Jquery Resizable Splitter Panels
- Codepen Splitter Panes
- Codepen Absolute Centering
- Short (and useful) python snippets
- Teach Yourself Python
- itertools — Functions creating iterators for efficient looping
- Python Functions - map, filter, and reduce
- Interesting Treehouse challenge using recursion in functional programming and some discussion about the solution
- Pygments Python syntax highlighter
- How to use highlight.js
- DANGEROUS PICKLES — MALICIOUS PYTHON SERIALIZATION
- Making a special string with __str__
- https://www.utest.com/courses/participation-submitting-bug-reports
- lxml - XML and HTML with Python
- Python XML processing with lxml
- HOWTO Fetch Internet Resources Using The urllib Package
- What are “class methods” and “instance methods”, in Python?
- What is the difference between @staticmethod and @classmethod in Python?
- VISUALIZE Python, Java, JavaScript, TypeScript, Ruby, C, and C++
- Pragmatic Unicode
- Python Files I/O
- Python File Methods
- Python OS File/Directory Methods
- Python - Exceptions Handling
- Python’s strftime directives