PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Add a WebSocket Route to your Flask 2.x Application

If you are using Flask 2 you now have a new extension called Flask-Sock, which provides modern WebSocket support for your application. In this article I'm going to show you how to work with this extension.

https://blog.miguelgrinberg.com/post/add-a-websocket-route-to-your-flask-2-x-application
A Multi-page Interactive Dashboard with Streamlit and Plotly

Beautiful interactive multipage dashboards are made easy with StreamlitContinue reading on Towards ...

https://towardsdatascience.com/a-multi-page-interactive-dashboard-with-streamlit-and-plotly-c3182443871a
How to Build a WhatsApp Chatbot Using Python and Twilio

This tutorial will show you how to create a WhatsApp chatbot that can help you set reminders using the Twilio API for WhatsApp for communication, Python for development, Google Sheets as database and Heroku for deployment.

https://python.plainenglish.io/how-to-build-a-whatsapp-chatbot-using-python-and-twilio-ec9367e058f2
Build “Factory” and “Utility” In Your Python Classes

Three built-in Python class decoratorsContinue reading on Towards Data Science ...

https://towardsdatascience.com/build-factory-and-utility-in-your-python-classes-ea39e267ca0a
Building a python CLI tool to extract the TOC from markdown files

Building a Python CLI Tool to Extract the TOC from Markdown FilesLearning by automating the boring ...

https://towardsdatascience.com/building-a-python-cli-tool-to-extract-the-toc-from-markdown-files-ab5a7b9d07f2
Draw Me a Picture — The Humble Line Plot

Draw Me a Picture — The Humble Line PlotA quick introduction to building up informative and ...

https://towardsdatascience.com/draw-me-a-picture-the-humble-line-plot-294361c4c35d
From Cloud Run To Kubernetes: Why Internals Matter

It’s common for those of us in the tech space to be drawn in by cool buzzwords and shiny new logos. In this post you’ll learn why internals matter more than those buzzwords.

https://anecdotes.dev/from-cloud-run-to-kubernetes-how-learning-the-internals-of-your-stack-empowers-you-as-a-developer-3d0cdf7cb7ec
How I Built Burplist For Free

This post talks about engineering decisions and thought processes of creating Burplist, a fast and simple search engine for craft beers in Singapore.

https://jerrynsh.com/how-i-built-burplist-for-free/
Building a board game app with TensorFlow

In this end-to-end tutorial, we are going to show you how to use TensorFlow core, TensorFlow Agents and TensorFlow Lite to build a game agent to play against a human user in a small board game app.

https://blog.tensorflow.org/2021/10/building-board-game-app-with-tensorflow.html