Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
Updated
Dec 29, 2021 - Python
{{ message }}
Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. 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.
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
A curated list of awesome Python frameworks, libraries, software and resources
Fast Tokenizer for DeBERTA-V3 and mDeBERTa-V3
DeBERTa V3 is an improved version of DeBERTa. With the V3 version, the authors also released a multilingual model "mDeBERTa-base" that outperforms XLM-R-base. However, DeBERTa V3 currently lacks a FastTokenizer implementation which makes it impossible to use with some of the example scripts (They require a Fa
Deep Learning for humans
As easy as /aitch-tee-tee-pie/
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.
分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
These examples take quite a long time to run, and they make our documentation CI fail quite frequently due to timeout. It'd be nice to speed the up a little bit.
To contributors: if you want to work on an example, first have a look at the example, and if you think you're comfortable working on it and have found a potential way to speed-up execution time while preserving the educational message
The world's simplest facial recognition api for Python and the command line
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
Hello everyone, I will explain the current status of manim in this issue.
Now there are three main manim versions, and their differences:
master branch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency.
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Clone a voice in 5 seconds to generate arbitrary speech in real-time
master hereare missing from the docst
Rich is a Python library for rich text and beautiful formatting in the terminal.
A collection of design patterns/idioms in Python
Sentry is cross-platform application monitoring, with a focus on error reporting.
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。
The OAuth2Client library has been deprecated by Google since 2018, and there is a replacement library google-auth.
What the f*ck Python?
Comprehensive Python Cheatsheet
Created by Guido van Rossum
Released February 20, 1991
We have a lot of
is_prime(or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical