Python programs, usually short, of considerable difficulty, to perfect particular skills.
-
Updated
Dec 27, 2021 - Jupyter Notebook
{{ message }}
Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. 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)
An API wrapper for Discord written in Python.
Ultra fast asyncio event loop.
Since some time, the macOS CI run via github actions usually gets killed before it is finished.
We should try to make it faster so it doesn't get killed by github for running too long.
Likely, it is not the tests taking too long, but some preparational steps.
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.
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
An unofficial client library for Google Music.
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
asyncio (PEP 3156) Redis support
Investigate malicious Windows logon by visualizing and analyzing Windows event log
Dependency injection framework for Python
the first third-party instant messaging client for Google Hangouts
Python Library for Studying Binary Trees
CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
Automatically update running docker containers with newest available image
Python library for creating PEG parsers
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
Python tool for grabbing text via screenshot
Code Sample of Book "Effective Python: 59 Specific Ways to Write Better Pyton" by Brett Slatkin
Please refactor and automate Pull Request greeting action without maintainer approval.
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