ar
Feedback
PythonHub

PythonHub

الذهاب إلى القناة على Telegram

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

إظهار المزيد
2 532
المشتركون
+224 ساعات
+47 أيام
+4130 أيام
أرشيف المشاركات
Show HN: How do you OCR on a Mac using the CLI or just Python for free https://blog.greg.technology/2024/01/02/how-do-you-ocr-on-a-mac.html

Using a Markov chain to generate readable nonsense with 20 lines of Python https://benhoyt.com/writings/markov-chain/

How I Built an Okta Documentation Chatbot in Python The article describes the development of Oktanaut, a Python chatbot that simplifies access to information on Okta's Developer Documentation. The chatbot was created using OpenAI and Jupyter Notebook, and two versions were developed to offer specific approaches and general knowledge. The first version used LlamaIndex and was trained on Okta's Developer Documentation, generating accurate r... https://developer.okta.com/blog/2023/12/20/okta-documentation-chatbot

Python Asyncio Database Drivers Asyncio has found a home in Python web development and many asyncio web development projects ... https://superfastpython.com/asyncio-database-drivers/

What's up Python? Epic CPython commit, Django 5 and 2FA for PyPI https://www.bitecode.dev/p/whats-up-python-epic-cpython-commit

Django: Detect the global privacy control signal Global Privacy Control (GPC) is a specification for web browsers to signal website operators not to ... https://adamj.eu/tech/2023/12/27/django-global-privacy-control/

How to prevent python software from being reverse engineered or pirated? https://www.reddit.com/r/Python/comments/18tdmiv/how_to_prevent_python_software_from_being_reverse/

gpt-engineer-org / gpt-engineer Specify what you want it to build, the AI asks for clarification, and then builds it. https://github.com/gpt-engineer-org/gpt-engineer

Sys.monitoring: Python Execution event monitoring https://docs.python.org/3/library/sys.monitoring.html

Python Gotcha: List Copy Problems Copying a Python list (or any mutable object) isn't as simple as setting one equal to another. Let's discuss a better way to do this. https://andrewwegner.com/python-gotcha-list-copy.html

Pythonistas, Happy New Year!

Python Hub Weekly Digest for 2023-12-31 https://pythonhub.dev/digest/2023-12-31/

tinyzero Easily train AlphaZero-like agents on any environment you want! https://github.com/s-casci/tinyzero

Asyncio Task Cancellation Best Practices In this tutorial, you will discover best practices for canceling asyncio tasks in Python. https://superfastpython.com/asyncio-task-cancellation-best-practices/

A simple OpenID connect tutorial Introduction OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol. It allows ... https://spapas.github.io/2023/11/29/openid-connect-tutorial/

A settings pattern for reusable Django apps The article presents a new settings pattern for reusable Django apps, addressing the challenge of overriding app default settings with project settings. The author discusses the need for a clear and consistent pattern, and the article outlines the proposed solution, which involves inspecting the prefix of the settings to avoid returning random properties of the Django settings. https://overtag.dk/v2/blog/a-settings-pattern-for-reusable-django-apps

Understanding GPU Memory 1: Visualizing All Allocations over Time The part 1 shows how to use the memory snapshot tool. https://pytorch.org/blog/understanding-gpu-memory-1/