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
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
Blogspot
Using Async Functions in Celery with Django Connection Pooling
We have a Django application and wanted to start writing async code. Thanks to recent Django versions, you can, but if you also use Celery, ...
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
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
YouTube
ChatGPT Apps SDK: Your first MCP Server with Python, FastMCP, & FastAPI
Want to go deeper? Fill out this survey: https://tally.cfe.sh/chatgpt-apps
Tunnels for live domains & https: https://youtu.be/Xv_d4Ta1mDE
Code: https://github.com/codingforentrepreneurs/chatgpt-apps-sdk-hello-world
Chapters:
00:00:00 Welcome
00:03:36 Developer…
Tunnels for live domains & https: https://youtu.be/Xv_d4Ta1mDE
Code: https://github.com/codingforentrepreneurs/chatgpt-apps-sdk-hello-world
Chapters:
00:00:00 Welcome
00:03:36 Developer…
Advice on logging libraries: Logfire, Loguru, or just Python's built-in logging?
https://www.reddit.com/r/Python/comments/1o4uyrv/advice_on_logging_libraries_logfire_loguru_or/
https://www.reddit.com/r/Python/comments/1o4uyrv/advice_on_logging_libraries_logfire_loguru_or/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community