Here are
354 public repositories
matching this topic...
Data parsing and validation using Python type hints
Updated
Feb 8, 2021
Python
Access Java classes from Python
Updated
Nov 14, 2020
Python
SCons - a software construction tool
Updated
Jan 31, 2021
Python
The last online dictionary framework you need. (?)
Updated
Feb 8, 2021
Python
Run AWS Lambda function on local machine
Updated
Dec 28, 2020
Python
A debugging and testing cog for discord.py rewrite bots.
Updated
Feb 3, 2021
Python
Homebrew tap for Python versions.
Updated
Jan 21, 2021
Ruby
The issue tracker and code repository for Django Crash Course
Updated
Sep 17, 2020
Shell
IRC gateway for slack, running on localhost for one user
Updated
Feb 3, 2021
Python
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
Updated
Feb 1, 2021
Python
A Network Packet and Traffic Interceptor For Linux. Spoof ARP & Wiretap A Network.
Updated
Jan 16, 2021
Python
Pattern Matching for Python 3.7+ in a simple, yet powerful, extensible manner.
Updated
Feb 6, 2021
Python
(A)sync python wrapper for the Brawl Stars API
Updated
Jan 13, 2021
Python
ζιͺζ»ε¨ιͺθ―η η η©Άζ₯ε
Updated
Feb 7, 2021
Python
Flake8 Type Annotation Checking
Updated
Jan 21, 2021
Python
kantek is a userbot written in Python using Telethon.
Updated
Jan 19, 2021
Python
Lumigo's Python Distributed Tracing and Performance Agent
Updated
Jan 31, 2021
Python
HikPwn, a simple scanner for Hikvision devices with basic vulnerability scanning capabilities written in Python 3.8.
Updated
May 11, 2020
Python
Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your test suite.
Updated
Jul 23, 2020
Python
Template based on Forden's template for creating scalable bots with aiogram
Updated
Jan 14, 2021
Python
Slack webhooks API served by FastAPI
Updated
Jan 10, 2021
Python
Scrape websites asynchronously with Python 3.8+, Asyncio, & arsenic (aka Selenium for Async).
Updated
Feb 2, 2021
Jupyter Notebook
Real world Fast-API application template using gino(Async ORM) based on hexagonal architecture
Updated
Jan 11, 2021
Python
SDK for the CrowdStrike Falcon OAuth2 APIs
Updated
Jan 19, 2021
Python
A library for writing Page Objects, designed to work on top of an existing automation library.
Updated
Feb 3, 2021
Python
Example CRUD API in Python using FastAPI, Pydantic and pyMongo
Updated
Jun 26, 2020
Python
A new approach to interfaces in Python
Updated
May 6, 2019
Python
Π’Π΅Π»Π΅Π³ΡΠ°ΠΌ Π±ΠΎΡ Π΄Π»Ρ Π±Π»ΠΎΠΊΠΈΡΠΎΠ²ΠΊΠΈ ΡΠΏΠ°ΠΌΠ°
Updated
Dec 1, 2020
Python
Improve this page
Add a description, image, and links to the
python38
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
python38
topic, visit your repo's landing page and select "manage topics."
Learn more
You canβt perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, when the bot is starting up, it will think that we changed the branding assets due to its lack of data, and change the server icon. This can be solved by adding a call to
self.refresh()in this functionhttps://github.com/python-discord/bot/blob/9e1dd9d6ddcf1bbf4762cac34745a5748787e887/bot/exts/backend/branding/_cog.py#L140-L143