Actualités

PyApp seems to be taking the Python world by storm, providing long-awaited click-and-run Python distribution. For developers who need a little more versatility, there’s uv. Find these tools and more ...
Learn how to build your own AI agent from scratch with Python. This step-by-step guide makes AI development accessible for ...
Photo by Marc Sendra Martorell on Unsplash. If you have read some of my previous Python articles, you know I’m a Flask fan. It is my go-to for building APIs in Python. However, recently I started to ...
It’s no secret that I rather enjoy connecting things to the Internet for fun and profit. One of the tricks I’ve learned along the way is to spin up simple APIs that can be used when prototypi… ...
Methods When communicating with an API, we tend to use four methods: GET — Used to retrieve information from the API. POST — Creates a new resource (e.g., a GitHub repo).
With Python, we use dictionaries alongside the json library to build our JSON strings to include in requests, which typically looks like this: ...
Overview The right Python libraries can dramatically improve speed, efficiency, and maintainability in 2025 ...
Building a Python Chatbot with LangGraph Watch this video on YouTube. Enhance your knowledge on LangGraph by exploring a selection of articles and guides on the subject.
Bluesky Python and JavaScript SDKs If you ever want to automate your social media posts, but Twitter's barriers to entry were too high -- or you just want to move to a different platform altogether -- ...
Project Kiota uses OpenAPI definitions to automate API client development, using the languages and toolchains you prefer.