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 204,007 public repositories matching this topic...
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
Updated
May 15, 2021 - Python
-
Updated
May 12, 2021 - Java
❯ rg keras
machine_learning/lstm/lstm_prediction.py_tf
9:from keras.layers import LSTM, Dense
10:from keras.models import SequentialAnd thus, removing the keras dependency from requirements.txt.
Ref:
A curated list of awesome Python frameworks, libraries, software and resources
-
Updated
May 14, 2021 - Python
-
Updated
Apr 30, 2021
As easy as /aitch-tee-tee-pie/
-
Updated
May 15, 2021 - Python
Curated list of project-based tutorials
-
Updated
May 14, 2021
🐛 Bug
The builtin getattr function has a third optional parameter called default, returned if the key fetched does not exist. However, the IR emitter does not support this third parameter and supports only the 2 arguments version:
https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/frontend/ir_emitter.cpp#L2858-L285
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
-
Updated
May 15, 2021 - Python
Estimator has too many undocumented attributes:
- test_fit_docstring_attributes[OrthogonalMatchingPursuit-OrthogonalMatchingPursuit]
- test_fit_docstring_attributes[Lasso-Lasso]
- test_fit_docstring_attributes[LarsCV-LarsCV]
- test_fit_docstring_attributes[Birch-Birch]
-
Updated
May 15, 2021 - Python
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
-
Updated
May 14, 2021 - JavaScript
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Mar 8, 2021 - Jupyter Notebook
The world's simplest facial recognition api for Python and the command line
-
Updated
Mar 20, 2021 - Python
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
100 Days of ML Coding
-
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
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
-
Updated
May 9, 2021 - Python
Having many parameters with defaults makes static typing a lot harder when one of them changes the return type, as they require many* overloads.
There's still no broad agreement about whether or not to deprecate the inplace argument, so in the meanwhile, if we force default-arguments to be keyword-only, then we can at least set the correct return types for these methods without requiring all
Python Data Science Handbook: full text in Jupyter Notebooks
-
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