Python

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 193,981 public repositories matching this topic...
-
Updated
on Mar 16, 2021 - Python
-
Updated
on Feb 23, 2021 - Java
As discussed in #3926, the following files do not have .py
extensions because TensorFlow does not yet support the current Python.
- dynamic_programming/k_means_clustering_tensorflow.py_tf
- machine_learning/lstm/lstm_prediction.py_tf
- neural_network/gan.py_tf
- neural_network/input_data.py_tf
TODO: Restore the .py
file extensions
-
Updated
on Mar 15, 2021 - Python
-
Updated
on Mar 4, 2021
-
Updated
on Feb 27, 2021 - Python
-
Updated
on Mar 17, 2021 - Python
According to
https://github.com/pytorch/pytorch/blob/64847c7f0b3559c6edc40f001619b80c7dc68ef7/c10/util/Exception.h#L479
all usages of AT_ERROR("msg") should be replace with TORCH_CHECK(false, "msg")
There are currently 29 instances of AT_ERROR being used in c10 codebase:
$ grep AT_ERROR c10 -R|grep -v Exception.h|wc -l
29
-
Updated
on Mar 17, 2021
It appears that the docs for Logistic Regression differ based on solvers and penalties. The "penalty" parameter states that "The ‘newton-cg’, ‘sag’ and ‘lbfgs’ solvers support only l2 penalties," while the "solver" parameter states that "‘newton-cg’, ‘lbfgs’, ‘sag’ and ‘saga’ handle L2 or no penalty" (attaching some screenshots). This was actually a little unclear to me, as I wasn't sure if the n
-
Updated
on Mar 17, 2021 - Python
-
Updated
on Mar 16, 2021 - JavaScript
-
Updated
on Mar 8, 2021 - Jupyter Notebook
A minor cleanup for the future.
At the moment we use this in http11.py
:
with suppress(AttributeError):
txresponse._transport._producer.loseConnection()
[Once we drop support for Twisted < 18.4.0](twisted/twisted@3855923
-
Updated
on Feb 14, 2021 - Python
Screenshot
Without Maximize
With Maximize
Without Maximize (bar graph)
 I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us
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
-
Updated
on Mar 11, 2021 - Jupyter Notebook
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information