PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Behind "Hello World" on Linux

When you run a simple "Hello World" Python program on Linux, a lot more happens behind the scenes than you might think. This post explores the different steps that take place when you run a "Hello World" program, from parsing the command line to executing the code.

https://jvns.ca/blog/2023/08/03/behind--hello-world/
Parameters, options and flags for Python scripts

SummaryWhile there are various ways of making a script configurable in Python, argparse is a very ...

https://www.bitecode.dev/p/parameters-options-and-flags-for
Creating a context manager in Python

Objects with __enter__ and __exit__ methods can be used as context managers in Python. This article discusses most of what you'll want to know when creating your own context managers.

https://www.pythonmorsels.com/creating-a-context-manager/
Show HN: Pykoi – a Python library for LLM data collection and fine tuning

https://www.cambioml.com/pykoi/
Function Calling: Integrate Your GPT Chatbot With Anything

Learn about GPT new function calling feature which allows chatbots to interact with anything, opening up new possibilities for AI-powered applications.

https://semaphoreci.com/blog/function-calling