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.
- Sign up for GitHub or sign in to edit this page
- Created by Guido van Rossum
- Released February 20, 1991
Here are 123,468 public repositories matching this topic...
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
Updated
Nov 26, 2019 - Python
A curated list of awesome Python frameworks, libraries, software and resources
-
Updated
Nov 26, 2019 - Python
All Algorithms implemented in Python
-
Updated
Nov 26, 2019 - Python
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
-
Updated
Nov 26, 2019 - Python
scikit-learn: machine learning in Python
-
Updated
Nov 26, 2019 - Python
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Nov 26, 2019 - Jupyter Notebook
Currently, PyTorch C++ API is missing many torch::nn layers that are available in the Python API. As part of the Python/C++ API parity work, we would like to add the following torch::nn modules and utilities in C++ API:
Containers
- Module (TODO: some APIs are missing in C++, e.g.
register_forward_hook/register_forward_pre_hook) - Sequential (@ShahriarSS)
- Modul
The world's simplest facial recognition api for Python and the command line
-
Updated
Nov 26, 2019 - Python
:house_with_garden: Open source home automation that puts local control and privacy first
-
Updated
Nov 26, 2019 - Python
100 Days of ML Coding
-
Updated
Nov 26, 2019 - Python
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
-
Updated
Nov 26, 2019 - Python
给定一个 N 叉树,找到其最大深度。
最大深度是指从根节点到最远叶子节点的最长路径上的节点总数。
例如,给定一个 3叉树 :
我们应返回其最大深度,3。
说明:
树的深度不会超过 1000。
树的节点总不会超过 5000。
来源:力扣(LeetCode)
链接:https://leetcode-cn.com/problems/maximum-depth-of-n-ary-tree
著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。
A collection of design patterns/idioms in Python
-
Updated
Nov 26, 2019 - Python
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
-
Updated
Nov 26, 2019 - Python
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
-
Updated
Nov 26, 2019 - Python
Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Nov 26, 2019 - Jupyter Notebook
Learn about python
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia

Hi!
We followed the guide, which seems bit outdated as
tensorflow/contribhas been removed. We couldn't get TFLite model with select ops working on iOS, while the same model is working well on Android. It seems that bazel could also be used for building the library together with using private CocoaPods. We tested this approach but were a