python-3
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.
Here are 5,048 public repositories matching this topic...
Python programs, usually short, of considerable difficulty, to perfect particular skills.
-
Updated
Oct 7, 2020 - Jupyter Notebook
The friendly PIL fork (Python Imaging Library)
-
Updated
Nov 4, 2020 - Python
Ultra fast asyncio event loop.
-
Updated
Nov 2, 2020 - Python
1.1.15b1 testing
I made a new release 1.1.15b1 for testing, see there:
https://github.com/borgbackup/borg/releases/tag/1.1.15b1
As you see, the borg code is pretty much the same as in 1.1.14, but especially the binary building got some updates. Thus, primarily the binaries should get some testing, to find issues before I make the final 1.1.15 release later this year.
As they were made on debian stretch wi
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
An API wrapper for Discord written in Python.
-
Updated
Nov 4, 2020 - Python
A lightweight library for converting complex objects to and from simple Python datatypes.
-
Updated
Nov 4, 2020 - Python
A fast PostgreSQL Database Client Library for Python/asyncio.
-
Updated
Nov 3, 2020 - Python
An unofficial client library for Google Music.
-
Updated
Sep 25, 2020 - Python
An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.
-
Updated
Nov 3, 2020 - Python
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
-
Updated
Oct 7, 2020 - Python
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
-
Updated
Aug 3, 2020 - Python
the first third-party instant messaging client for Google Hangouts
-
Updated
Oct 3, 2020 - Python
Python Library for Studying Binary Trees
-
Updated
Jun 12, 2020 - Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
-
Updated
Nov 2, 2020 - Shell
Investigate malicious Windows logon by visualizing and analyzing Windows event log
-
Updated
Oct 29, 2020 - Python
asyncio (PEP 3156) Redis support
-
Updated
Nov 5, 2020 - Python
Automatically update running docker containers with newest available image
-
Updated
Oct 7, 2020 - Python
CherryPy is a pythonic, object-oriented HTTP framework. https://docs.cherrypy.org/
-
Updated
Sep 28, 2020 - Python
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
-
Updated
Jul 31, 2020 - JavaScript
Code Sample of Book "Effective Python: 59 Specific Ways to Write Better Pyton" by Brett Slatkin
-
Updated
Aug 11, 2020 - Python
Python tool for grabbing text via screenshot
-
Updated
Oct 3, 2020 - Python
Dependency injection framework for Python
-
Updated
Nov 5, 2020 - Python
asyncio historical repository
-
Updated
Jul 30, 2019
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia


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