PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Using Async Functions in Celery with Django Connection Pooling

The blog post explains how Celery, which currently does not support native async functions, can still integrate asynchronous Python code by using the asynctosync utility from asgiref to run async functions synchronously within Celery tasks. It also discusses alternative approaches, such as using a dedicated event loop to run async code inside Celery tasks, and mentions that full async ...

https://mrdonbrown.blogspot.com/2025/10/using-async-functions-in-celery-with.html
ChatGPT Apps SDK: Your first MCP Server with Python, FastMCP, & FastAPI

The talk explains how to build an MCP server that integrates with ChatGPT using FastMCP and FastAPI. It covers setting up the Python environment, creating and running MCP tools (like a simple add function), and connecting the MCP server to ChatGPT through a public tunnel to enable ChatGPT to call custom functions, enhancing its capabilities with personalized context and tools.

https://www.youtube.com/watch?v=YAxA-7ZSn-0