PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Efficient DevSecOps workflows: Hands-on python-gitlab API automation

In this blog post, you will learn about the basic usage of the library by working with API objects, attributes, pagination and resultsets, and dive into more concrete use cases collecting data, printing summaries and writing data to the API to create comments and commits.

https://about.gitlab.com/blog/2023/02/01/efficient-devsecops-workflows-hands-on-python-gitlab-api-automation/
Ask HN: Which book would you recommend for learning Python in detail?

https://news.ycombinator.com/item?id=34569425
Using Computer Vision to Destroy My Childhood High Score in a DS Game

Generating pre-labeled data with Matplotlib, optimizing code for real-time performance, and training an object detection model to control a DS emulator and become an expert in playing the Super Mario 64 DS minigame, “Wanted!”

https://medium.com/@nathancooperjones/using-computer-vision-to-destroy-my-childhood-high-score-in-a-ds-game-38ebd53a1d64
Python Decorators: The Complete Guide

Python decorators are a great way to add functionality to your Python functions. In this video, I'll show you what they are, how they work, and some of the most useful decorators you can use in your code.

https://www.youtube.com/watch?v=QH5fw9kxDQA
SQLAlchemy 2.0

SQLAlchemy 2.0 includes many more features and with new architectures and a lot of older baggage being shed, hopes to have plenty of room for the future.

https://www.sqlalchemy.org/blog/2023/01/26/sqlalchemy-2.0.0-released/
Learn Django by Building an Online Marketplace

Learn the basics of Django by building a simple online marketplace where people can buy and sell items. You will learn how to implement: Authentication, Communication between users, Dashboard for your items, Form handling and customizations and more.

https://www.youtube.com/watch?v=ZxMB6Njs3ck