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 199,513 public repositories matching this topic...
-
Updated
Apr 8, 2021 - Python
-
Updated
Apr 18, 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
Apr 12, 2021 - Python
-
Updated
Mar 25, 2021
-
Updated
Apr 15, 2021 - Python
-
Updated
Apr 20, 2021 - Python
🐛 Bug
During our hackathon today, I ran into this weird error highlighting.
import torch
from typing import Dict
@torch.jit.script
def missing_index(x: Dict[str, int]) -> int:
return x['dne']
missing_index({'item': 20, 'other_item': 120})
This code outputs:
9
10
---> 11 missing_index({'item': 20, 'other_item': 120})
RuntimeError: The fo
-
Updated
Mar 30, 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
Apr 20, 2021 - Python
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Mar 20, 2021 - Python
We recently added new Gauge chart(Echarts) to our library, which is great as MVP. Thanks to @krsnik93
Here are some enhancement requests to make the chart more robust. we can either make the improvement in Superset or Echarts.
Request
- Add tooltips to 'needles' - p1
- Add (dynamic)time range filter, not the entire time section - p1 (4/17/2021 Time section is added, need to m
Hello everyone, I will explain the current status of manim in this issue.
Now there are three main manim versions, and their differences:
- The
master
branch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency. - ManimCommunity/manim: (@ManimCommunity
-
Updated
Jan 22, 2021
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
Jan 20, 2021 - Python
In the "getting started tutorial" here: https://pandas.pydata.org/docs/getting_started/intro_tutorials/01_table_oriented.html
The following sentence is incorrect
Many pandas operations return a DataFrame or a Series. The describe() method is an example of a pandas operation returning a pandas Series.
It should say "The describe() method is an example of a pandas operation returning a pa
-
Updated
Apr 15, 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