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
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
Miguelgrinberg
Add a WebSocket Route to your Flask 2.x Application
The WebSocket protocol was standardized 10 years ago (in 2011, can you believe it?) so I'm sure for many of it you does not need an introduction. But in case you are not familiar with it, WebSocket…
I automated my GitHub profile so it shows a map with the largest earthquakes in the past 24 hours using Plotly and GitHub Actions
https://www.reddit.com/r/Python/comments/qmu762/i_automated_my_github_profile_so_it_shows_a_map/
https://www.reddit.com/r/Python/comments/qmu762/i_automated_my_github_profile_so_it_shows_a_map/
reddit
[deleted by user]
News about the programming language Python. If you have something to teach others post here. If you have questions or are a newbie use r/learnpython.
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
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
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
Medium
How to Build a WhatsApp Chatbot Using Python and Twilio
A complete guide for automating your WhatsApp to set reminders.
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
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
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
Medium
Building a python CLI tool to extract the TOC from markdown files
Learning by automating the boring tasks — Part1
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
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
Medium
Draw Me a Picture — The Humble Line Plot
A quick introduction to building up informative and (relatively) good-looking line plots.
An Introduction To Decision Trees and Predictive Analytics
How can you ensure that a product launch will be successful? Decision trees are a great ...
https://towardsdatascience.com/an-introduction-to-decision-trees-and-predictive-analytics-92924a8a77e7
How can you ensure that a product launch will be successful? Decision trees are a great ...
https://towardsdatascience.com/an-introduction-to-decision-trees-and-predictive-analytics-92924a8a77e7
Medium
An Introduction To Decision Trees and Predictive Analytics
How can you ensure that a product launch will be successful? Decision trees are a great introduction to using data science for these types…
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
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
Medium
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…
PatrickStar
PatrickStar enables Larger, Faster, Greener Pretrained Models for NLP. Democratize AI for everyone.
https://github.com/Tencent/PatrickStar
PatrickStar enables Larger, Faster, Greener Pretrained Models for NLP. Democratize AI for everyone.
https://github.com/Tencent/PatrickStar
GitHub
GitHub - Tencent/PatrickStar: PatrickStar enables Larger, Faster, Greener Pretrained Models for NLP and democratizes AI for everyone.
PatrickStar enables Larger, Faster, Greener Pretrained Models for NLP and democratizes AI for everyone. - GitHub - Tencent/PatrickStar: PatrickStar enables Larger, Faster, Greener Pretrained Models...
Python pathlib Cookbook: 57+ Examples to Master It (2021)
A mega tutorial with dozens of examples on how to use the pathlib module in Python 3.
https://miguendes.me/python-pathlib
A mega tutorial with dozens of examples on how to use the pathlib module in Python 3.
https://miguendes.me/python-pathlib
miguendes's blog
Python pathlib Cookbook: 57+ Examples to Master It (2022)
A mega tutorial to learn by example the idiomatic way to work with paths in Python 3 using the pathlib module.
A Simple Way to Get a Stock’s Fundamental Data
How I used Python and API calls to retrieve a company’s financial statements and earnings ...
https://towardsdatascience.com/a-simple-way-to-get-a-stocks-fundamental-data-26506adf1214
How I used Python and API calls to retrieve a company’s financial statements and earnings ...
https://towardsdatascience.com/a-simple-way-to-get-a-stocks-fundamental-data-26506adf1214
Medium
A Simple Way to Get a Stock’s Fundamental Data
How I used Python and API calls to retrieve a company’s financial statements and earnings reports
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/
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/
Jerry Ng
How I Built A Craft Beer Search Engine For Free
Talks about engineering decisions and thought processes of creating Burplist, a fast and simple search engine for craft beers in Singapore.
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
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
blog.tensorflow.org
Building a board game app with TensorFlow: a new TensorFlow Lite reference app
In this blog post, we will show you how to train a game agent using reinforcement learning using TensorFlow and TensorFlow Agents, and deploy it.
What you need to know about containers for Python
https://opensource.com/article/21/11/containers-python
https://opensource.com/article/21/11/containers-python
Opensource
What you need to know about containers for Python
Explore how the principles behind open source--collaboration, transparency, and rapid prototyping--are proven catalysts for innovation.