Skip to content

Python_index_4

Pete Garcin edited this page Dec 12, 2017 · 5 revisions

n-dimensional loop iterator object
N-way merge sort
Nagios plugin for monitoring database servers
naive natural sort
Name a lambda
Named constant type
Named Sequences for environments containing large numbers of POD instances
Named Tuples
Named Values
NamedList
NamedShare -- Quasi-Singleton Metaclass
namedtuple.abc - abstract base class + mix-in for named tuples
Natural string sorting
Nautilus script to push files to S3 in python
NBD server in python
nbitarray
neat notation for python closures
Nest a flat list
Nested contexts -- a chain of mapping objects
network
Network Of Linked Dictionaries
Network Ping Pong using Twisted Prespective Broker
New Tail Recursion Decorator
New Version: GUI PDF Table of Contents Editor using fitz / MuPDF, wxPython
newaskstring Dialog
Newton Fractals
Newton Raphson Root Finding
Newton's Method to Solve Equations in Python
Nicely readable timedelta
Nicer struct syntax thanks to Py3 metaclasses
NMEA sentence checksum
No more UnicodeDecodeErrors when printing
No print error in console-less environments
Non-blocking readlines()
Non-exponential floating point representation
Non-invasive Dependency Injection
Non-Linear Units
Non-recursive (and non-tracking) traversal of a (DOM) tree
Non-recursive Flatten, leaves Strings and Dicts alone, minimal type assumptions, with tests
NondurableLogger class for use with concurrent.futures.ProcessPoolExecutor's submit and map methods
Normalizing newlines between windows/unix/macs
Normalizing paths
Not Quite So Simple QuickTime Player, Python Audio Capture.
NPV / IRR / Payback Analysis
NTFS DACL setter
nth-Root
null null
Null Object Design Pattern
NullClass accepts every function call (2liner)
num2words
Number Format function (à la PHP)
Number of bits needed to store an integer, and its binary representation
Number to string in arbitrary base
Numbers and plural words as spoken English
Numbers to Words in Spanish / Numeros a cantidades en letra en Español
Numeric base converter that accepts arbitrary digits
Numerical Integration using Method of Exhaustion
Numerical Integration using Monte Carlo method
Numerical Integration using random sampling
Numerical Inversion of Laplace Transforms through Zakian's Algorithm
Numerical inversion of Laplace transforms using the FFT algorithm.
Numerical Inversion of the Laplace Transform using the Talbot method.
Numerical Inversion of the Laplace Transform with mpmath
Numerical Inversion of the Laplace Transform with mpmath
Numerical type with units (dimensions.py)
object finalization without del and without hassles
Object id mask, against data spiders
Object Proxying
Object snoop - experiment with Python special methods
Object Wrapper
Object wrapper class
Objectify of a XML node
ObjectListView GetColumnClicked(event) # handler
ObjectMerger
objectsignature - debugging utility, will work with containers, classes, nested classes ... almost anything
Observer Design Pattern
Observer Design Pattern for python gevent coroutine package
Observer Pattern
Observer Pattern
Observer Pattern
Observer pattern for method calls (low level AOP)
Observer pattern for scalar attributes.
Observer pattern implemented with Descriptor class
Observer pattern implemented with Descriptor class
ObserverProxy
Obtain encoded string representations of images, for use in your apps
Obtaining the name of a function/method
Octal Encryption
Odbc connection on win32
Odd-Even Recursion
ODE Solver using Euler Method
Odometer iterator
Offline Version Control (online with dropbox)
ohmysqldump
One efficient way to print the first and last line of a text file in python
one liner frequency count
One liner to generate the cross product of an arbitraty number of sets
One-click Copy of CD/DVD for Windows
One-line 2-D Array Transposition
One-liner to add columns in a file
One-liner to show the caller of the current function.
One-liner to show the caller of the current function.
one-liner word-wrap function
one-liner: Multi-chop data
One-way Anova, Kolmogorof-Smirnoff and Kruscal-Wallish Calculation
One-word logging.basicConfig wrapper
Open a GLUT window and draw a sphere using Python/OpenGL
OpenGL TTF (TrueType Font) FPS (Frames Per Second) example
OpenKinect Mouse Control Using Python
OpenOffice to xml and/or text (oo2txt)
openplus(): open pipes, urls ... uniformly with Popen, urlopen ... open
Optimising Regression Testing on COmpute Farms
Optional arguments decorator
Options management
Oracle Database Regex Search using cx_Oracle
Oracle Database String Search using cx_Oracle
Oracle SQL describe (based on DCOracle2)
Ordered CSV read / write with colum based lookup
Ordered CSV read / write with colum based lookup
Ordered Dictionary
Ordered Dictionary
Ordered Dictionary for Py2.4
Ordered Dictionary for Py2.7 and Py3.1
Ordered Dictionary that works
Ordered Listbox for Tkinter
Ordered Set
OrderedDictionary
OrderedMultiDict and UnorderedMultiDict
OrderedSet
OrderedSet
OrderedSet
OrderedSet with Weakrefs
Ordering and ranking for lists
oscylator
OSPF Multicast Sniffer
Outlook Export
Output data in tabular form
Output string with effect, python3+
Overriding new for attribute initialization
Pachebel Cannon in C
pack multiple images of different sizes into one image
pack multiple images of different sizes into one image
Package / Module Versioning Bootstrap Loader & Manager
PackagePath
Packet monitoring with pcap and dpkt
Pad images to power-of-two dimensions.
Padding variable length sequences
Page Counter
Page through iterable N items at a time
Pagination widget in Tkinter
Paint 1.0
Paint 2.0
palette similar GLADE palette by pygtk
Palindrome count
Pants
paper - rock - scissors game
Parallel loop on index and sequence-item
Parallel map
Parallel Paned Windows (Version1)
Parameterized database functions
Paratessares Time
Pareto front
parse a date/time string to a datetime instance
parse and create fixed size binary data (records / structs)
Parse call function for Py2.6 and Py2.7
Parse Command Line String from CommandLine or String given base on windows OS
Parse HTTP date-time string
Parse patch details from a darcs inventory file
parse png image
Parse profile
Parseline: break a text line into formatted regions
Parser Keylogger based on a Finite State Machine
Parsing a full file specification.
Parsing a UK postcode
Parsing an XML file with xml.parsers.expat
Parsing binary files with regular expressions
Parsing Excel XML
Parsing out EDI messages
Parsing the command line
partial with out of order arguments
Partition a sequence
Partition an iterable into n lists
Partition Problem and natural selection
partitionall() - partition until the end
Partitioning a sequence
Partitioning a sequence
Partitioning a sequence by a conditional function
Pascal's Triangle
Pascal's triangle
Pascals triangle](https://github.com/ActiveState/code/tree/master/recipes/Python/392153_Pascals_triangle/) [passwd-file-compatible ($1$) MD5 crypt](https://github.com/ActiveState/code/tree/master/recipes/Python/325204_passwdfilecompatible_1_MD5_crypt/) [Password Card Generator](https://github.com/ActiveState/code/tree/master/recipes/Python/578027_Password_Card_Generator/) [Password cracker](https://github.com/ActiveState/code/tree/master/recipes/Python/535171_Password_cracker/) [Password Generator](https://github.com/ActiveState/code/tree/master/recipes/Python/473852_Password_Generator/) [Password Generator](https://github.com/ActiveState/code/tree/master/recipes/Python/577905_Password_Generator/) [Password generator](https://github.com/ActiveState/code/tree/master/recipes/Python/65217_Password_generator/) [Password Generator (mkpasswd)](https://github.com/ActiveState/code/tree/master/recipes/Python/578468_Password_Generator_mkpasswd/) [Password Generator (Short Code)](https://github.com/ActiveState/code/tree/master/recipes/Python/577949_Password_Generator_Short_Code/) [Password Request Code + Reading Password from File](https://github.com/ActiveState/code/tree/master/recipes/Python/578429_Password_Request_Code__Reading_Password/) [Pastebin Upload](https://github.com/ActiveState/code/tree/master/recipes/Python/576805_Pastebin_Upload/) [Paster Run Script](https://github.com/ActiveState/code/tree/master/recipes/Python/577669_Paster_Run_Script/) [Pasting python data into a spread sheet](https://github.com/ActiveState/code/tree/master/recipes/Python/578933_Pasting_pythdatinspread/) [Patch extension binaries compiled for previous (different) Python version](https://github.com/ActiveState/code/tree/master/recipes/Python/576873_Patch_extensibinaries_compiled_previous/) [Patch/diff file viewer with highlighting](https://github.com/ActiveState/code/tree/master/recipes/Python/577436_Patchdiff_file_viewer/) [Path entire split & commonprefix](https://github.com/ActiveState/code/tree/master/recipes/Python/577016_Path_entire_split__commonprefix/) [PathCatcher - Windows utility for right-click capture of file or folder path](https://github.com/ActiveState/code/tree/master/recipes/Python/528893_PathCatcher__Windows_utility_rightclick_capture_/) [Pattern List](https://github.com/ActiveState/code/tree/master/recipes/Python/442497_Pattern_List/) [Patterns for using classes as dictionary keys.](https://github.com/ActiveState/code/tree/master/recipes/Python/83698_Patterns_using_classes_dictionary/) [pauli spin matricies](https://github.com/ActiveState/code/tree/master/recipes/Python/576458_pauli_spin_matricies/) [Paypal IPN](https://github.com/ActiveState/code/tree/master/recipes/Python/456361_Paypal_IPN/) [PDF a Directory of Images using Reportlab](https://github.com/ActiveState/code/tree/master/recipes/Python/576717_PDF_Directory_Images_using/) [PDF Joiner / Splitter using wxPython, PyMuPDF (fitz / MuPDF)](https://github.com/ActiveState/code/tree/master/recipes/Python/580622_PDF_Joiner__Splitter_using_wxPythPyMuPDF_fitz_/) [PDF Text Extraction using fitz / MuPDF (PyMuPDF)](https://github.com/ActiveState/code/tree/master/recipes/Python/580626_PDF_Text_Extractiusing_fitz__MuPDF/) [PDF wrapper for FileOptimizer](https://github.com/ActiveState/code/tree/master/recipes/Python/580711_PDF_wrapper_for_FileOptimizer/) [pdf-pages: Include only specified pages and arrange several on a sheet of paper](https://github.com/ActiveState/code/tree/master/recipes/Python/496808_pdfpages_Include_only_specified_pages_arrange/) [peek ahead an iterator](https://github.com/ActiveState/code/tree/master/recipes/Python/577361_peek_ahead_an_iterator/) [Peek at Python value stack](https://github.com/ActiveState/code/tree/master/recipes/Python/578412_Peek_at_Python_value_stack/) [Pendulum Simulation with Turtle](https://github.com/ActiveState/code/tree/master/recipes/Python/577553_Pendulum_Simulation_with_Turtle/) [Penrose Tiler](https://github.com/ActiveState/code/tree/master/recipes/Python/577405_Penrose_Tiler/) [PEP 367 like super](https://github.com/ActiveState/code/tree/master/recipes/Python/519645_PEP_367_like_super/) [Percent -> Logit Transformation](https://github.com/ActiveState/code/tree/master/recipes/Python/576639_Percent__Logit_Transformation/) [Percolation Cluster Fractals using PIL Floodfill](https://github.com/ActiveState/code/tree/master/recipes/Python/577141_PercolatiCluster_Fractals_using_PIL/) [Perfect Square Checker](https://github.com/ActiveState/code/tree/master/recipes/Python/578931_Perfect_Square_Checker/) [Performance boost with metaclasses](https://github.com/ActiveState/code/tree/master/recipes/Python/578460_Performance_boost/) [performance testing with a pystone measurement decorator](https://github.com/ActiveState/code/tree/master/recipes/Python/440700_performance_testing_pystone_measurement/) [Perlin Noise Generator](https://github.com/ActiveState/code/tree/master/recipes/Python/578470_Perlin_Noise_Generator/) [permutation](https://github.com/ActiveState/code/tree/master/recipes/Python/66463_permutation/) [Permutation and Combination Enumerator](https://github.com/ActiveState/code/tree/master/recipes/Python/474124_PermutatiCombinatiEnumerator/) [Permutation and combination using recursive generator](https://github.com/ActiveState/code/tree/master/recipes/Python/577890_Permutaticombinatiusing_recursive/) [Permutations using generators](https://github.com/ActiveState/code/tree/master/recipes/Python/105962_Permutations_using_generators/) [Perpetual calendar](https://github.com/ActiveState/code/tree/master/recipes/Python/577657_Perpetual_calendar/) [Persistent dict with multiple standard file formats](https://github.com/ActiveState/code/tree/master/recipes/Python/576642_Persistent_dict_multiple_standard_file/) [Persistent Dictionary with Text Backend](https://github.com/ActiveState/code/tree/master/recipes/Python/502289_Persistent_Dictionary_Text/) [Persistent environment variables on Windows](https://github.com/ActiveState/code/tree/master/recipes/Python/416087_Persistent_environment_variables/) [Persistent Queue](https://github.com/ActiveState/code/tree/master/recipes/Python/501154_Persistent_Queue/) [Persistent Queue](https://github.com/ActiveState/code/tree/master/recipes/Python/579124_Persistent_Queue/) [Persistent, lazy, caching, dictionary](https://github.com/ActiveState/code/tree/master/recipes/Python/492226_Persistent_lazy_caching/) [Persistently monitored collection class](https://github.com/ActiveState/code/tree/master/recipes/Python/440504_Persistently_monitored/) [Personal Finance Assistance](https://github.com/ActiveState/code/tree/master/recipes/Python/496762_Personal_Finance_Assistance/) [PhotoLibrarian](https://github.com/ActiveState/code/tree/master/recipes/Python/511439_PhotoLibrarian/) [Physics](https://github.com/ActiveState/code/tree/master/recipes/Python/502252_Physics/) [Physics](https://github.com/ActiveState/code/tree/master/recipes/Python/510397_Physics/) [Pi Circle](https://github.com/ActiveState/code/tree/master/recipes/Python/578130_Pi_Circle/) [Pi_Approximation](https://github.com/ActiveState/code/tree/master/recipes/Python/577066_PiApproximation/) [Pi_Approximation](https://github.com/ActiveState/code/tree/master/recipes/Python/577067_PiApproximation/) [pick all combinations of items in buckets](https://github.com/ActiveState/code/tree/master/recipes/Python/579098_pick_all_combinations_items/) [Pick random elements from a predefined list of choices](https://github.com/ActiveState/code/tree/master/recipes/Python/577754_Pick_random_elements_predefined_list/) [Pick Unused Port](https://github.com/ActiveState/code/tree/master/recipes/Python/531822_Pick_Unused_Port/) [Picking random items from an iterator](https://github.com/ActiveState/code/tree/master/recipes/Python/426332_Picking_random_items/) [Pickle data abstraction using with' statement
Pickle objects under jython
Pickle Optimizer
Pickle Python Objects to a DOM tree and vice versa
Pickle the interactive interpreter state
Pickle to/from socket
Pickling Generators
PIL and Tkinter to display images.
Ping Technocrati with your blog URL
Pinhole
pipe convenience function for doing pipes as in bash
Pipeline made of coroutines
Pivot/Crosstab/Denormalization of a Normalized List
pkgconfig parser
Plain Text Editor in Python
Planet Terrain Heightmap Generator
Plasma fractal using Python Image Library
Platform Independent 1KHz Pure Audio Sinewave Generator...
Platform Independent White Noise Generator...
Play a PLS audio stream in Windows Media Player
Play a Sound File in Python using PyGame
Play sound files with pygame in a cross-platform manner
Play wave audio
Plot database table dependecies for a mySQL database
Plotting maps with Polar Stereographic projection focused in a region with Basemap
Pluggable Python generators
PluginManager - Extending Project Functionality By Using Custom Modules/Plugins On The Fly.
Pluralize word -- convert singular word to its plural form
poker dice
Poker hand primitives
Poker Hands
Polar-to-rectangular conversions using CORDIC
Pollard Rho Prime Factorization
Polynomial explorer
Polynomial Factoring Using Rational Root Theorem
Polynomial Interpolation using Lagrange Polynomial
Pomodoro timer
Poor Man unit tests
Poor man's mgrid
Poor man's Winzip
popPeek,py
Populate SQL tables from CSV data files
Port Forwarding
port-alldeps: list all dependencies of Macports packages
portalocker - Cross-platform (posix/nt) API for flock-style file locking.
Position The Cursor Almost Anywhere Inside Standard Text Mode Python Terminal.
POSIX context manager to temporarily silence, or filter lines from stdout
POSIX Semaphore (FreeBSD)
Post automatically on the python cookbook
PostgreSQL database backup script
Povray for python
Power Of Two
Precise console progress meter with ETA calculation
Predicate tests across sequences
Pretty and Stated HTMLParsers
Pretty Print table in tabular format
Pretty Printing of Database Cursor Contents
Pretty sorting.
Pretty-print XML
Prevent automated contact form submissions from spammers
Prevent star imports
Pricing Asian options using mpmath
Pricing Asian options using mpmath with automatic precision control
Prime detect
Prime Factorization
Prime factors of an integer by Brent algorithm
Prime look up program
Prime Number Generator
Prime Number Generator Checker
Prime Number Generator in Python (half effcient)
Prime number lookup class
Prime sieve generators
Prime, Perfect and Fibonacci Number Widget Class
primeList
Primes
Primes from 1 to 100
Primitive game
Primitive Peer to Peer Chat
principal component analysis
print a dictionary in a structural way
Print a List of Places (ie, Rankings)
Print an expression and its value, along with filename and linenumber
Print an object only a limited number of times
Print Hook
Print Hook
Print in the same line on the console
Print Logger Internals
print statement: battle with UnicodeEncodeError
Print Tkinter canvas without a postscript printer
print variables as a dictionarly
printf in a single lambda
printing a banner/title line
Printing an ASCII table to PDF
Printing breadth First Levels of a graph (Or) Tree
Printing current, next, or previous day
Printing list of ODBC data sources
Printing list of ODBC data sources with pyodbc module
printing plurals
Printing strings with embedded variable names
Printing with Python and pyGTK
Prints full name of all occurrences of given filename in your PATH
Priority dict: a priority queue with updatable priorities
Priority dictionary
Priority queue
Priority Queue
Priority Queue (with deletion)
Priority queue dictionary
Private attributes in CPython
Private clearcase views backup.
PRNG Test
Probability Dictionary
Probably the fastest memoization decorator in the world
Process Delimiter-Separated Values data with Python
processing
Processing a string one character at a time
processing DEMO (Boids)
processing options for a program that runs another program that has its own options
processing.Pool variation which allows multiple threads to send the same requests without incurring duplicate processing
Processor and performance matrix gathering
Profile Cleanup
Profile decorator
Profile Manager (Cave Story)
Profile Manager 2.1
profiling threads
programming language popularity from sourceforge.net and freshmeat.net
Progress bar class
Progress bar class
Progress Bar for Console Programs as Iterator
Progress Bar form WX in Child Thread of Main Python Code.
Progress Meter
progress_bar.py
ProgressBar class
Projectile Motion
proleptic Gregorian dates and strftime before 1900
Promot & Verify Encrypted User Password
prompt - simple multiline interactive interpreter
prompt the user for confirmation
Proof-of-concept for a more space-efficient, faster-looping dictionary
Properties with value checking with the option to use FormEncode validators.
Property decorator for python 2.4
Property wrapper
Proposal for a standard "winreg" module.
ProtectUTF8
Prototype pattern
Proxy Example
Pseudo threads with generators and PyGTK/gnome-python
Pseudo-Random Experiment: Coin Toss
pseudo-random string
Pseudo-random string to float conversion
PseudoStruct
Public and protected attribute access
Public Key Encryption (RSA)
Public Key Encryption (RSA)
Publish Berkeley DB data to PDF with xtopdf
Publish databases to PDF with PyDAL (a Python DB library) and xtopdf
Publish Firebird SQL data to PDF with xtopdf
Publish list data as CSV file
Publish SQLite data to PDF using named tuples
Pulling stuff out of the internet archive (wayback machine)
pulse
Pure Fun For Text Mode Python...
Pure Python implementation of PEP 380 (yield from)
Pure Python implementation of PEP 380 (yield from) -- Optimized
Pure Python PDF to text converter
Pure Python strptime
Purge
Purge Mysql binary logs
Put Peewee ORM data to PDF with xtopdf
Putting watermark to images in batch
Puzzle: Four cubes with different colors on their sides
Py Tic Tac Toe
Py2.6+ and Py3.0+ backport of Python 3.3's LRU Cache
py2exe "compiler"
py3to2 - test/develop/integrate python 3.0 code natively under robust, software-rich python 2.5 environment
py3to2 - test/develop/integrate python 3.0 code natively under robust, software-rich python 2.5 environment
pyAlbum.py
pyArchive
PyChecker postprocessor
Pycol
pycurl-7.19.0 python3 patch (1 of 2)
PyDbLite, a small in-memory database engine
PyDON - An alternative to XML
pyglet or cocos2d rich text label
pygmail (can send mail)
PyGoogle
pyGTK threading
pyGTK Win32 Extension - Empower GTK with Win32 windowing features.
PyHeartbeat - detecting inactive computers
pykill
Pyline: a grep-like, sed-like command-line tool.
Pyliner - Script to run arbitrary Python code on the command line
pyM3U is a very simple Python script (usable also as a module) allowing the generation of M3U playlists
PyOOCalc - Python Libre/Open Office Calc Interface API (UNO)
pypopper - Python POP3 Server
Pyqt / Pyside: thread-safe callbacks + main loop integration
Pyqt / Pyside: thread-safe global queue + main loop integration
PYQT TOUCH INPUT
PyQt4 pressed modifier keys names as method argument by a decorator
Pyscanlogger - Python Port scan detector
Pythologic -- Prolog syntax in Python
Python - from nD array to flat array
Python 2 nonlocal
Python 2.7 Linked List vs List
Python 3 Token Bucket (Rate Limit)
Python 3 WSGI Server
Python A* Pathfinding (With Binary Heap)
Python add/set attributes to list
Python ADO Database Interface for MS SQL Server - Python 3 version 1.0
Python AsciiColor and video attributes
Python AST to XML
Python AST to XML
Python Awesome DD
Python Binary Search Tree
Python Binary Search Tree
Python code clone detector (Don't Repeat Yourself)
Python code minifier
Python config file parser
Python DAO interface class
Python data structure to XML (serialization)
Python Database Interface for MS SQL Server
Python Database Interface for MS SQL Server - Python 3 version
Python DBAPI 2 "qmark" to "named" paramstyle
Python Dictionary of US States and Territories
Python Dictionary of US States and Territories
Python distutils + pkg-config
Python Easily Packetize / Slice / Chunk Text
python EMI calculator
Python Enum and/or named-integer class
python enum with strings
Python Exception Chains (or Trees)
Python FTP Client
Python Game of Life
Python get shamsi Date time
Python Gmail script (smtp)
Python Gpa and Cgpa Calculator
Python Gpa and Cgpa Calculator for Anna university : A forked python recepie
Python helper to open SciTe .session files in Windows Explorer
Python HTML Stripper
Python HTTP Pipelining
Python HTTP POST binary file upload with pycurl
Python Immutable Enumerations Using Duck Punching
Python Infinite Rotations and Tails
Python interpreter auto-completion and history
python jasperreport integration. It is obsolete
Python list of files and their path from folders and subfolders
Python Luhn checksum for credit card validation
Python Mandelbrot Fractal with Tkinter
python metakit example for safe reading and writing
Python method chaining examples
Python Multidimensional List Searcher
Python Octree Implementation
Python one-liner to compare two files
Python portscanners
Python Program for Windows domain based machines to collect usefull information (admins- software installed)
Python program that show .class files from *.jar
Python Progressbar
Python prompt from explorer
Python reader + writer for spss sav files (Linux, Mac & Windows)
Python reader for SPSS .por files
Python reader for spss sav files
Python replacement for java.util.Properties
Python RGB and HSV Conversion
Python robocopier - Advanced Directory Synchronization module
Python script main line for graceful exception handling and logging
Python script to create a header for Python scripts
Python script to find linux distros details from distrowatch
Python script to login to a website and convert required html page to pdf
Python Script Viewer
Python Sessions
Python Short URL Generator
Python Short URL Generator
Python single instance (cross-platform)
Python single instance (cross-platform)
Python source to XHTML colorizer
Python SQLSMO
Python SQLSMO - Threading Example
python string concatenation
Python subprocess: hide console on Windows
Python symbols (toy)
Python Syntax Highlighting in OpenOffice Impress
Python Template Engine
Python text to pdf converter
Python text-to-speech with pyttsx
Python Thread Pool
Python Tkinter Canvas Rectangle Selection Box
Python Tkinter Tabs
Python to IProgressDialog interface
Python Unittest - Obtain the results of all the tests run as a list
Python Vectors
Python Viewer
Python word frequency count using sets and lists
Python Wrapper for Google AJAX Language API
python xml parsing
Python XTEA Encryption
Python+OpenCV: Camera frame grab and sobel display
Python-controlled Unix pipeline to generate PDF
Python2 keyword-only argument emulation as a decorator. Python3 compatible.
Python: A event/signal dispatcher
Python: Determine Name and Directory of the Top Level Running Script
PythonService with the right Source Name
PythonTimer
PyTube
pytunnel: tunneling w/threads (ssl thru proxy in this case)

Clone this wiki locally