-
Updated
Mar 21, 2022 - Jupyter Notebook
python-3

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.
Here are 6,664 public repositories matching this topic...
-
Updated
Apr 25, 2022 - Python
-
Updated
Apr 25, 2022 - Python
-
Updated
Jan 6, 2022 - Cython
some tests are run as part of the borg self test which is executed at every start of borg
.
as borg does not and must not require pytest
for a normal installation, these tests must not use pytest
.
there is a comment in the relevant test files (e.g. some crypto tests), but it is easy to miss.
guess we better add an assert
checking that there is no pytest
in the module namespace fo
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
-
Updated
Apr 19, 2022 - Python
-
Updated
Mar 27, 2022 - Python
-
Updated
Apr 16, 2022 - Python
-
Updated
Apr 21, 2022 - Python
-
Updated
Apr 12, 2022 - Shell
-
Updated
Dec 26, 2020 - Python
-
Updated
Apr 4, 2022 - Python
-
Updated
Apr 21, 2022 - Python
-
Updated
Dec 19, 2021 - Python
-
Updated
Apr 17, 2022 - Python
-
Updated
Apr 2, 2022 - Python
-
Updated
Apr 25, 2022 - Python
-
Updated
Apr 18, 2022 - Python
-
Updated
Mar 25, 2022 - Python
-
Updated
Apr 22, 2022 - Python
-
Updated
Feb 25, 2022 - Python
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
Aug 11, 2020 - Python
🚀 Feature
Please refactor and automate Pull Request greeting action without maintainer approval.
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 --windowed
I can't launch the .app bundle by double-clicking nor with
open ./test.app
in Terminal.It works fine if I run
./test.app/Contents/MacOS/test
Context information (for bug reports)
pyinstaller --version
:4.0