PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
rst2pdf

The rst2pdf tool creates PDF documents from your ReStructured Text markup.

https://rst2pdf.org/
How to Perform Real-Time Speech Recognition with Python

Performing real-time Speech-to-Text using AssemblyAI API in PythonContinue reading on Towards Data ...

https://towardsdatascience.com/real-time-speech-recognition-python-assemblyai-13d35eeed226
Python Named Tuple: What, How and When to Use

Recipes of Python Named Tuple and why we should use itContinue reading on Towards Data Science ...

https://towardsdatascience.com/python-named-tuple-what-how-and-when-to-use-4718b0668afd
How to Write Awesome Python Classes

It’s a kind of magicContinue reading on Towards Data Science ...

https://towardsdatascience.com/how-to-write-awesome-python-classes-f2e1f05e51a9
Create a Cold War-Era Numbers Station with Twilio Voice and Python Flask

In this tutorial, you’ll learn how to build a Python Flask application that will encrypt a message of your choice into a string of numbers. You’ll then use the Twilio Voice API via the Python helper library to accept an incoming call and read out the coded message to the caller in as creepy a voice as you can manage.

https://www.twilio.com/blog/cold-war-numbers-station-twilio-voice-python-flask
Mito: One of the Coolest Python Libraries You Have Ever Seen

Here is my take on this cool Python library and why you should give it a tryContinue reading on ...

https://towardsdatascience.com/mito-one-of-the-coolest-python-libraries-you-have-ever-seen-5261dbfedceb
Compile Python applications into stand-alone executables

https://www.pyinstaller.org/