Python programs, usually short, of considerable difficulty, to perfect particular skills.
-
Updated
Jul 2, 2021 - Jupyter Notebook
{{ message }}
Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
Python programs, usually short, of considerable difficulty, to perfect particular skills.
The friendly PIL fork (Python Imaging Library)
Ultra fast asyncio event loop.
An API wrapper for Discord written in Python.
the borg files cache can be rather large, because it keeps some information about all files that have been processed recently.
lz4 is a very fast compression / decompression algorithm, so we could try to use it to lower the in-memory footprint of the files cache entries.
before implementing this, we should check how big the savings typically are - to determine whether it is worthwhile doing
Thank you for maintaining this great resource!
With Python 2 End of Life planned for about 19 months from now, it should be possible to run any snippet found on pysheets under the latest version of Python (3.6.5 today) unmodified. For example, all occurrences of print should be functions instead of statements. This is not to say that the snippets s
A lightweight library for converting complex objects to and from simple Python datatypes.
A fast PostgreSQL Database Client Library for Python/asyncio.
An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.
An unofficial client library for Google Music.
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
Investigate malicious Windows logon by visualizing and analyzing Windows event log
the first third-party instant messaging client for Google Hangouts
Python Library for Studying Binary Trees
Automatically update running docker containers with newest available image
Dependency injection framework for Python
CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.rtfd.io
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
Code Sample of Book "Effective Python: 59 Specific Ways to Write Better Pyton" by Brett Slatkin
Python tool for grabbing text via screenshot
Python library for creating PEG parsers
asyncio historical repository
Created by Guido van Rossum
Released February 20, 1991
Description of the issue
I'm building in a clean virtualenv with
pyinstaller test.py --windowedI can't launch the .app bundle by double-clicking nor with
open ./test.appin Terminal.It works fine if I run
./test.app/Contents/MacOS/testContext information (for bug reports)
pyinstaller --version:4.0