PythonHub
2.44K subscribers
2.35K photos
49.2K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Django Friday Tips: Less known builtin commands

Django management commands can be very helpful while developing your application or website, we are very used to runserver, makemigrations, migrate, shell and others. Third party packages often provide extra commands and you can easily add new commands to your own apps. Lets take a look at some less known and yet very useful commands that Django provides out of the box.

https://blog.ovalerio.net/archives/2420
My First Impression Trying Python on Browser

The only missing piece to make Python a universal programming language is hereContinue reading on ...

https://towardsdatascience.com/pyscript-tutorial-a8fba77abd1b
Adding GraphQL to your Django App

There are a variety of choices when it comes to libraries to assist you in adding GraphQL support to your application. The two main contenders are Graphene and Strawberry, both of which have specific Django extensions (graphene-django and strawberry-graphql-django) that use introspection on your models in building out the types for the API.

https://paltman.com/adding-graphql-to-your-django-app/
Python Sentiment Analysis Project with NLTK and 🤗 Transformers. Classify Amazon Reviews!!

In this video you will go through a Natural Language Processing Python Project creating a Sentiment Analysis classifier with NLTK's VADER and Huggingface Roberta Transformers. The project is to classify the sentiment of amazon customer reviews.

https://www.youtube.com/watch?v=QpzMWQvxXWk
Faster, more memory-efficient Python JSON parsing with msgspec

msgspec is a schema-based JSON encoder/decoder, which allows you to process large files with lower memory and CPU usage. If you’re parsing JSON files on a regular basis, and you’re hitting performance or memory issues, or you just want built-in schemas, consider giving it a try.

https://pythonspeed.com/articles/faster-python-json-parsing/
Automate All the Boring Kubernetes Operations With Python

Learn how you can use Python’s Kubernetes Client library to automate all the boring Kubernetes tasks and operations.

https://martinheinz.dev/blog/73