en
Feedback
PythonHub

PythonHub

Open in Telegram

News & links about Python programming. https://pythonhub.dev/

Show more
2 531
Subscribers
-124 hours
+17 days
+630 days
Posts Archive
Why you can’t switch to Python 3.10 just yet Python 3.10 is out now — when should you start using it? https://pythonspeed.com/articles/switch-python-3.10/

OpenPrompt An Open-Source Framework for Prompt-learning. https://github.com/thunlp/OpenPrompt

How SQL Injection attack works A funny story where the author found a SQL Injection vulnerability in an IBM service, also how it works, how to explore it using Python and Flask. https://blog.guilatrova.dev/how-sql-injection-attack-works-with-examples/

litemark Lightweight Markdown dialect for Python desktop apps. https://github.com/pyrustic/litemark

Looking at notebooks from a new perspective How to better communicate with Jupyter notebooks. https://blog.jupyter.org/looking-at-notebooks-from-a-new-perspective-bfd06797f188

Create a Stunning PDF Flyer in Python with borb In this guide, we'll create a beautiful stylized PDF flyer using nothing but Python and borb - a pure-Python library for working with PDF documents. https://stackabuse.com/create-a-stunning-pdf-flyer-in-python-with-borb/

End-to-end tinyML audio classification with the Raspberry Pi RP2040 In this article, we will demonstrate how an Arm Cortex-M based microcontroller can be used for local on-device ML to detect audio events from its surrounding environment. This is a tutorial-style article, and we’ll guide you through training a TensorFlow based audio classification model to detect a fire alarm sound. https://blog.tensorflow.org/2021/09/TinyML-Audio-for-everyone.html

DesktopAssistant A Virtual Desktop Assistant Written in Python. https://github.com/Harsha200105/DesktopAssistant

Putting Pants On One Thing We Did Right After 5 Years with Django. https://g-cassie.github.io/2021/10/02/django-pants.html

optapy OptaPy is an AI constraint solver for Python to optimize planning and scheduling problems. https://github.com/optapy/optapy

Building a Sentiment Analysis model using Yelp Reviews and ML Ensemble Methods What is actually the difference between a three-star review and a four-star review? Natural ... https://towardsdatascience.com/building-a-sentiment-analysis-model-using-yelp-reviews-and-ml-ensemble-methods-80e45db6d0c7

AI as an API - Part 1 Learn how to turn a ML Trained Model into an REST API using Keras, FastAPI & NoSQL. https://www.youtube.com/watch?v=56qQNcHJxyQ

ThoughtfulDev / EagleEye Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search. https://github.com/ThoughtfulDev/EagleEye

Generating Python Scripts with OpenAi’s Github Copilot Using AI to generate Python scripts for simple neural networks, data visualization and moreContinue ... https://towardsdatascience.com/generating-python-scripts-with-openais-github-copilot-da0b3fdd989

Build a Blockchain with Python & FastAPI Learn how to build a blockchain using Python and then access it using an API built with FastAPI. https://www.youtube.com/watch?v=G5M4bsxR-7E

Accept Credit Card Payments in Flask with Stripe Checkout In this article I'm going to show you how to implement an order page for your Flask application ... http://blog.miguelgrinberg.com/post/accept-credit-card-payments-in-flask-with-stripe-checkout

DiegoVicen / som-tsp Solving the Traveling Salesman Problem using Self-Organizing Maps https://github.com/DiegoVicen/som-tsp

New Testing Features in Django 4.0 Django 4.0 had its first alpha release last week and the final release should be out in December. It contains an abundance of new features, which you can check out in the release notes. In this post we’ll look at the changes to testing in a bit more depth. https://adamj.eu/tech/2021/09/28/new-testing-features-in-django-4.0/