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 189,954 public repositories matching this topic...
-
Updated
Feb 19, 2021 - Python
-
Updated
Feb 3, 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
Feb 13, 2021 - Python
-
Updated
Feb 16, 2021
-
Updated
Feb 19, 2021 - Python
-
Updated
Feb 18, 2021 - Python
-
Updated
Feb 19, 2021 - Python
Both torch.dot and torch.vdot require the input tensors to be of the same dtype, so we don't need to pass the derivative to handle_r_to_c here.
Most functions in scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
-
Updated
Feb 1, 2021
-
Updated
Feb 19, 2021 - Python
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Dec 29, 2020 - Jupyter Notebook
Description
Usage of scrapy.utils.response.response_httprepr inside DownloaderStats middleware causing application to make unnecessary memory allocation.
response_httprepr used only one time - to calculate response sizes fo
-
Updated
Feb 14, 2021 - Python
-
Updated
Feb 4, 2021 - Python
BigQuery error is hard to read.
Expected results
In Explore, when creating a bad expression (say DATE_TRUNC(column_that_dont_exist, DAY)) in BigQuery, the DatabaseError is shown as a UnknownError. In SQL Lab, DatabaseErrors are surfaced properly and make sure to use a monospace font so that the formatting is preserved. For most database, the formatting doesn't matter much, but for BigQ
-
Updated
Jan 22, 2021
Hello everyone, I will explain the current status of manim in this issue.
Now there are three main manim versions, and their differences:
- The
masterbranch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency. - ManimCommunity/manim: (@ManimCommunity
-
Updated
Jan 20, 2021 - Python
Location of the documentation
https://pandas.pydata.org/docs/
Documentation problem
I'll write it as a user story:
As a pandas user, when I come across a small problem with the documentation (like a typo), I want to be able to suggest a fix with minimal friction.
Currently, contributors need to search the repository to find the corresponding source file.
Suggeste
-
Updated
Jan 27, 2021 - Jupyter Notebook
In all of our current uses of os.umask or filesystem.umask, we always temporarily set it to a different value and then restore it using a try/finally block. I expect this pattern to continue.
Because of that, why don't we create a simple function in certbot.util that can be used as a context manager to set umask to a value and restore it to its previous value when exiting the with blo
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