The Wayback Machine - https://web.archive.org/web/20220515001452/https://github.com/topics/python
Skip to content
#

Python

python logo

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...

thomasjpfan
thomasjpfan commented Oct 16, 2021

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:

  • Triple quotes are used to encompass the docstring text.
  • There is no blank line before or after the docstring.
Documentation Sprint good first issue Meta-issue
fastapi
tiangolo
tiangolo commented Jun 12, 2020

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
enhancement good first issue confirmed
MarcoGorelli
MarcoGorelli commented Apr 25, 2022

Currently, we use flake8-rst for running flake8 in code snippets in rst files:

https://github.com/pandas-dev/pandas/blob/2e56a838cf5ed3058df16c11e5ebae862520bab7/.pre-commit-config.yaml#L95-L102

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
Code Style good first issue
ohemorange
ohemorange commented Apr 26, 2021
  • certbot/docs/install.rst points to certbot-auto uninstall instructions
  • certbot/docs/uninstall.rst certbot-auto uninstall instructions
  • certbot/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.

black
ichard26
ichard26 commented Apr 14, 2022

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

good first issue T: documentation C: integrations C: file collection
jsertel
jsertel commented May 10, 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

yt-dlp
frans77frans
frans77frans commented May 4, 2022

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
good first issue site-request

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
  • Updated Apr 3, 2022
  • Python
BramVanroy
BramVanroy commented Mar 6, 2019

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

help wanted good first issue

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby