PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Packaging Python Applications with PyInstaller, with step by step examples for PyQt, Tkinter, PySimpleGUI, wxPython & Kivy

https://www.dropbox.com/s/zqajj7skbdl7xbw/packaging-python-applications.pdf
Getting Started with ESPnet

ESPnet is the premier end-to-end, open-source speech processing toolkit. This easy-to-follow guide will help you get started using ESPnet for Speech Recognition.

https://www.assemblyai.com/blog/getting-started-with-espnet/
Handling Concurrency Without Locks

Concurrency is not very intuitive. You need to train your brain to consider what happens when ...

https://hakibenita.com/django-concurrency
dot

dot (aka Deepfake Offensive Toolkit) makes real-time, controllable deepfakes ready for virtual cameras injection. dot is created for performing penetration testing against e.g. identity verification and video conferencing systems, for the use by security analysts, Red Team members, and biometrics researchers.

https://github.com/sensity-ai/dot
Build dashboard in Python with automatic updates and email notifications

Do you need to monitor data from multiple sources and act based on their values? If you answered yes, then it means that you need a dashboard. This post will show you how to create a dashboard in Python. It will automatically update the values in the dashboard and send email notifications based on monitored values. The dashboard will be deployed to the Amazon AWS cloud service.

https://mljar.com/blog/python-dashboard/