python3
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 62,539 public repositories matching this topic...
Distributed Task Queue (development branch)
-
Updated
Oct 30, 2020 - Python
As tox.ini still seems to be the ubiquitous for managing local testing for any python project, I would highly appreciate if I can make use of it to run tests.
I would be happy to propose of change for that but I considered better to ask first, as I encountered at least one case were the owner disliked it.
Jotform integration
It might be valuable to implement an integration with Jotform, as we have received feedback from users who would be willing to switch to Zulip if we had that feature available.
It seems like a standard outgoing webhook, with https://www.jotform.com/help/245-how-to-setup-a-webhook-with-jotform providing some introductory information on setting this up.
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 25, 2020 - Python
《Python Cookbook》 3rd Edition Translation
-
Updated
Oct 28, 2020 - Jupyter Notebook
-
Updated
Oct 18, 2020 - Python
Python Serverless Microframework for AWS
-
Updated
Oct 28, 2020 - Python
Ludwig is a toolbox that allows to train and evaluate deep learning models without the need to write code.
-
Updated
Oct 30, 2020 - Python
CTF framework and exploit development library
-
Updated
Oct 28, 2020 - Python
Short Python code snippets for all your development needs
-
Updated
Oct 28, 2020 - Python
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
-
Updated
Oct 24, 2020 - Python
We are currently running part of the CPython test suite. This is a good place for people new to the project to contribute. Contribution here can come in two ways:
- Fix failing test - Look for tests marked as skipped or xfail and fix RustPython so that the test will pass.
- Add more tests suites - Copy test suite from CPython and mark failing tests with xfail or skip.
In order to run the te
Extend the os module
If you call fuzz on a layer that contains a PacketField, that fuzz does not recurse down into a PacketField within the layer
class Foo(Packet):
name='Foo'
fields_desc=[
int64("bar"),
]
def extract_padding(self, s):
return b'', s
class demo(Packet):
name="demo"
fields_desc = [ PacketField(name="foo",default=Foo(),cls=Foo)]
instA python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
-
Updated
Oct 29, 2020 - Python
-
Updated
Sep 30, 2020 - Python
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等
-
Updated
Oct 16, 2020 - Python
-
Updated
Jul 11, 2020 - Python
troposphere - Python library to create AWS CloudFormation descriptions
-
Updated
Oct 28, 2020 - Python
A Python module for learning all major algorithms
-
Updated
Oct 6, 2020 - Python
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
Updated
Oct 9, 2020 - Python
A Python utility / library to sort imports.
-
Updated
Oct 30, 2020 - Python
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia


First check