-
Updated
May 14, 2022 - Python
Python

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 278,011 public repositories matching this topic...
First check
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the FastAPI documentation, with the integrated search.
- I already searched in Google "How to X in FastAPI" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answ
Currently, we use flake8-rst for running flake8 in code snippets in rst files:
However, flake8-rst isn't maintained, and is currently run in its own environment with a different flake8 version because of incompatibilities with flake8 v4
Task here is:
- search around to see
-
Updated
Apr 24, 2022 - Python
-
Updated
May 13, 2022 - Python
-
Updated
Feb 19, 2022 - Python
-
Updated
May 14, 2022 - Python
-
Updated
May 13, 2022 - Jupyter Notebook
-
Updated
May 2, 2022 - Python
certbot/docs/install.rst
points to certbot-auto uninstall instructionscertbot/docs/uninstall.rst
certbot-auto uninstall instructionscertbot/docs/using.rst
certbot-auto is mentioned as a deprecated installation method that people might need to change the command in response to
At some point, we should probably remove these, possibly depending on how our usage statistics look.
-
Updated
May 11, 2022 - Python
Perhaps we should document this issue in the FAQ? Using pre-commit with Black is pretty common (and it's not always instantly clear it passes all of the files to the hook directly bypassing any file discovery the hook may implement). I'd suggest pre-commit's exclude configurations first, and then black's force-exclude.
_Originally posted by @ichard26 in psf/black#3013
-
Updated
May 14, 2022
Apache Airflow version
2.1.2
What happened
There are multiple ways an Oracle connection can be specified. the get_conn() method contains logic to check for these various options. However, get_uri just returns the user and password without the other paramaters.
What you think should happen instead
get_uri should make use of the logic in get_conn() to get the proper conne
-
Updated
Apr 11, 2021 - Python
Checklist
- I'm reporting a new site support request
- I've verified that I'm running yt-dlp version 2022.04.08 (update instructions) or later (specify commit)
- I've checked that all provided URLs are alive and playable in a browser
- I've checked that none of provided URLs [violate any copyrights](https://github.com/ytdl-org/you
-
Updated
Apr 27, 2022 - Batchfile
-
Updated
May 4, 2022 - Jupyter Notebook
-
Updated
Jan 22, 2022 - Makefile
Add basic CI
We already have some scripts in the scripts
directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
-
Updated
May 14, 2022 - Python
-
Updated
Apr 3, 2022 - Python
I am trying out the latest version (from the master branch) to find out if some earlier issues are fixed, but I stumble upon something else.
When installing some dependencies (in my case numpydoc==0.8.0
and overrides==1.9
), this fail with the message Will try again. Indeed, pipenv lets me know 'Installing initially failed dependencies...' but does not give any feedback whether it succeede
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
Background / Objective
Docstrings in Python are string literals that occur as the first statement in a module, function, class, or method definition.
These are some of the characteristics of a docstring: