PythonHub
2.41K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
BreakFastApi

The most delicious API on the web. Just send a request and you'll receive the most mouth watering dish recipe with estimated cooking time and all the necessary ingredients and instructions.

https://github.com/MariiaSizova/breakfastapi
Your First NLP Tutorial in Python - Spam Classifier

In this video, we implement an email spam classifier using NLTK (natural language processing toolkit) in Python. We use the bag of words (BOW) approach to building the model, after performing tokenizing, lemmatization / stemming, and removing stop words. You'll learn a ton about NLP in just 20 minutes!

https://www.youtube.com/watch?v=hOuvYcw_sVQ
End-to-end Pytorch model in five minutes

Standardising dataloaders, model, training and validation — so you don’t have toPhoto by Ocean Ng ...

https://towardsdatascience.com/end-to-end-pytorch-model-in-five-minutes-a72da7bd4ebb
Learning (not) to Handle Exceptions

When you develop code, it is almost impossible not to run into an
error. Some problems are going to ...

https://pythonforthelab.com/blog/learning-not-to-handle-exceptions/
3 Data Science Projects You Can Do Using Python APIs

Use Python APIs to start a data science project in no timeContinue reading on Towards Data Science ...

https://towardsdatascience.com/3-data-science-projects-you-can-do-using-python-apis-d51714a76e55
A Better Pygame Mainloop

I’ve written about this
before, but in that
context I was writing mainly about frame-rate ...

https://glyph.twistedmatrix.com/2022/02/a-better-pygame-mainloop.html
PDFs in Django like it’s 2022!

In a previous article I had written a very comprehensive
guide on how to render PDFs in Django ...

https://spapas.github.io/2022/02/14/django-pdfs-2022/
Deploy a Python API on Vercel using Postgres

FastAPI, Vercel, Arctype, and Postgres form a potent stack of software technologies. This article will show you how to build a simple task manager that takes advantage of these modern tools.

https://arctype.com/blog/vercel-python-fastapi/