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 37,963 public repositories matching this topic...
Grafana has a webhooks system, so this should be pretty straightforward:
https://grafana.com/docs/alerting/notifications/#webhook
You can follow the instructions for adding a new webhook integration at https://zulipchat.com/api/incoming-webhooks-overview
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
-
Updated
Sep 17, 2019 - 341 commits
- 54 contributors
- Python
🔎 Find usernames across social networks
-
Updated
Sep 17, 2019 - 716 commits
- 64 contributors
- Python
🏆Gitee Most Valuable Project🚀A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs
-
Updated
Sep 17, 2019 - 1 commits
- 12 contributors
- TSQL
《Python Cookbook》 3rd Edition Translation
-
Updated
Sep 17, 2019 - 929 commits
- 90 contributors
- Python
:orange_book: 中华新华字典数据库。包括歇后语,成语,词语,汉字。
-
Updated
Sep 17, 2019 - 15 commits
- 3 contributors
- Python
Is there a way to invoke a Lamdba function with arguments from the CLI?
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
-
Updated
Sep 17, 2019 - 2 commits
- 95 contributors
- Python
Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
-
Updated
Sep 17, 2019 - 636 commits
- 54 contributors
- Python
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
Updated
Sep 17, 2019 - 604 commits
- 46 contributors
- Python
Project "Hinty" aims at adding Type hints to Scapy. It will help discover bugs, improve the API, and make Scapy up-to-date with the high standards of Python libraries.
Implementation
We use mypy to ensure automatic testing of the work that has already been completed. PRs that fall under project Hinty will process one (or a few) files and register them into the checks. The file
The socket module is still incomplete. Many methods and types are missing. To add methods to this module, edit the file vm/src/stdlib/socket.rs accordingly.
Awesome autocompletion and static analysis library for python.
-
Updated
Sep 17, 2019 - 6 commits
- 96 contributors
- Python
A curated collection of useful Python snippets that you can understand in 30 seconds or less.
-
Updated
Sep 17, 2019 - 1 commits
- 31 contributors
- Python
:zap: A distributed crawler for weibo, building with celery and requests.
-
Updated
Sep 17, 2019 - 860 commits
- 12 contributors
- Python
troposphere - Python library to create AWS CloudFormation descriptions
-
Updated
Sep 17, 2019 - 1 commits
- 305 contributors
- Python
A Python module for learning all major algorithms
-
Updated
Sep 16, 2019 - 408 commits
- 21 contributors
- Python
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
-
Updated
Sep 17, 2019 - 263 commits
- 9 contributors
- Python
>>> dt = pendulum.parse("2017-09-01 00:00:00+00:00")
>>> dt
DateTime(2017, 9, 1, 0, 0, 0, tzinfo=Timezone('+00:00'))
>>> dt.format('%Y-%m-%dT%H:%M:%S.%fZ', formatter='classic')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: format() got an unexpected keyword argument 'formatter'
Per sdispater/pendulum#255 it is men
Plain python implementations of basic machine learning algorithms
-
Updated
Sep 17, 2019 - 91 commits
- 2 contributors
- Jupyter Notebook
Pampy: The Pattern Matching for Python you always dreamed of.
-
Updated
Sep 17, 2019 - 130 commits
- 6 contributors
- Python
Create Python GUIs with Qt in minutes
-
Updated
Sep 16, 2019 - 421 commits
- 6 contributors
- Python
Learn about python
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
Description
When using RabbitMQ, the
confirm_publishargument to the transport layer defaults toFalse(this is the default of py-amqp). When RabbitMQ is stressed (hit the memory high water mark, or out of disk space) it would start dropping messages. Whenconfirm_publishisFalsethis results in silent message loss when invoking Celery tasks (publish side). Calls toapply_async()o