ru
Feedback
PythonHub

PythonHub

Открыть в Telegram
2 544
Подписчики
+224 часа
+157 дней
+1930 день
Архив постов
Solar-Powered Crypto Mining with Raspberry Pi Learn how to create a solar-powered cryptocurrency "mining rig" with cloud-based reporting on a Raspberry Pi using a PiJuice and Notecard. https://www.hackster.io/rob-lauer/solar-powered-crypto-mining-with-raspberry-pi-64adee

flowsaber A dataflow based workflow framework. https://github.com/flowsaber/flowsaber

Show HN: Learn Python the Right Way – Free Introduction to Python Book https://learnpythontherightway.com

Binance-docs / Binance_Futures_python https://github.com/Binance-docs/Binance_Futures_python

Python Selenium Full Series This Series is going to include all the information you need to develop testing projects and bot projects, using the Selenium framework. https://www.youtube.com/playlist?list=PLOkVupluCIjtdAJ7067yDWf_HGJR0Nom5

How to Build a Webhook Receiver in Django A common way to receive data in a web application is with a webhook. The external system pushes data to yours with an HTTP request. Correctly receiving and processing webhook data can be vital to your application working. In this post we’ll create a Django view to receive incoming webhook data. https://adamj.eu/tech/2021/05/09/how-to-build-a-webhook-receiver-in-django/

AWSsert AWSsert is a Python library providing declarative assertions about AWS resources to your tests. https://github.com/TSNobleSoftware/awssert

Elara DB Elara DB is an easy to use, lightweight NoSQL database written for python that can also be used as a fast in-memory cache. Includes various methods to manipulate data structures in-memory, secure database files and export data. https://github.com/saurabh0719/elara

3 features that debuted in Python 3.0 you should use now Explore some of the underutilized but still useful Python features. https://opensource.com/article/21/5/python-30-features

Pg8000 – Pure-Python PostgreSQL driver https://github.com/tlocke/pg8000

The hidden performance overhead of Python C extensions https://pythonspeed.com/articles/python-extension-performance/

zxpy Shell scripts made simple. https://github.com/tusharsadhwani/zxpy

An alternative free and open source translation package that integrates multiple translators in one tool https://www.reddit.com/r/madeinpython/comments/n99a12/an_alternative_free_and_open_source_translation/

Python in Visual Studio Code – May 2021 Release Pylance is now the default language server for Python and is bundled with the core Python extension as an optional extension starting with this release. Other notable updates are that we now have faster extension startup time and a new debugger feature: live reload for Python scripts. https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2021-release/

Create Python Games and Mobile Apps In this Kivy tutorial, you will learn to create games and applications with Python for every platform (Windows, Mac, iOS, Android). https://www.youtube.com/watch?v=l8Imtec4ReQ

Show HN: MPL Plotter – Python library to make technical plots more efficiently https://github.com/antonlopezr/mpl_plotter

OSAS One Stop Anomaly Shop: Anomaly detection using two-phase approach: (a) pre-labeling using statistics, Natural Language Processing and static rules; (b) anomaly scoring using supervised and unsupervised machine learning. https://github.com/adobe/OSAS

Write Gitlab CI Pipelines in Python Code https://gitlab.com/dbsystel/gitlab-ci-python-library