#python-frameworks

[ follow ]
#ai
Software development
fromTheregister
5 days ago

AI slop got better, so now maintainers have more work

AI-generated reports improve quality but increase workload for maintainers, necessitating more reviewers in open-source projects.
Software development
fromMedium
1 week ago

The AI Revolution in Development: Why Outer Loop Agents Are the Next Big Thing

AI is set to revolutionize post-code push processes, automating tasks like security fixes, error logging, and code reviews.
Python
fromPycon
5 days ago

Python and the Future of AI: Agents, Inference, and Edge AI

AI tools are increasingly integrated into development, with a dedicated track at PyCon US focusing on their future and practical applications.
Software development
fromTheregister
5 days ago

AI slop got better, so now maintainers have more work

AI-generated reports improve quality but increase workload for maintainers, necessitating more reviewers in open-source projects.
Software development
fromMedium
1 week ago

The AI Revolution in Development: Why Outer Loop Agents Are the Next Big Thing

AI is set to revolutionize post-code push processes, automating tasks like security fixes, error logging, and code reviews.
Python
fromPycon
5 days ago

Python and the Future of AI: Agents, Inference, and Edge AI

AI tools are increasingly integrated into development, with a dedicated track at PyCon US focusing on their future and practical applications.
#python
Python
fromTalkpython
1 day ago

Wheel Next + Packaging PEPs

Wheel Next initiative aims to optimize Python package installations for modern hardware features.
Python
fromMouse Vs Python
2 weeks ago

The Python Show - Python Illustrated - Mouse Vs Python

Two sisters collaborated on a beginner's book about Python, with one writing and the other illustrating.
Python
fromTalkpython
1 day ago

Wheel Next + Packaging PEPs

Wheel Next initiative aims to optimize Python package installations for modern hardware features.
Python
fromMouse Vs Python
2 weeks ago

The Python Show - Python Illustrated - Mouse Vs Python

Two sisters collaborated on a beginner's book about Python, with one writing and the other illustrating.
Careers
fromeLearning Industry
2 days ago

13 AI Skills To Equip Your Workforce For An AI-Driven Future

AI is rapidly changing the skills landscape, making traditional competencies obsolete and creating a demand for new skills in the workforce.
Data science
fromMedium
5 days ago

15 Datasets for Training and Evaluating AI Agents

Datasets for training and evaluating AI agents are essential for building reliable agentic systems and preventing execution failures.
Podcast
fromFast Company
5 days ago

3 AI tools that make keeping up with the news easier

Huxe is a personalized audio app that generates custom podcasts based on user interests, calendar, and email.
Artificial intelligence
fromComputerworld
2 days ago

This problem might not need a solution: customer-service bots that code for free

GenAI can enhance customer service by addressing complex dietary needs, but its tendency to hallucinate poses significant risks for direct interactions.
Python
fromPycoders
4 days ago

PyCoder's Weekly | Issue #729

SerpApi provides structured JSON from search engines, simplifying data retrieval for AI applications.
#django
Django
fromPycoders
1 week ago

PyCoder's Weekly | Issue #728

Django projects can be improved with Alpine AJAX and friendly classes for better code quality and maintainability.
Python
fromPycoders
2 months ago

PyCoder's Weekly | Issue #719

Django 6 adds a general tasks framework enabling migration from Celery to a unified asynchronous task mechanism.
Python
fromRealpython
2 months ago

How to Create a Django Project Quiz - Real Python

Practice creating a Django project: set up virtual environments, install and pin dependencies, start projects and apps, and ensure reproducible environments.
Django
fromPycoders
1 week ago

PyCoder's Weekly | Issue #728

Django projects can be improved with Alpine AJAX and friendly classes for better code quality and maintainability.
Django
fromRealpython
2 weeks ago

Getting Started With Django: Building a Portfolio App Quiz - Real Python

The quiz tests understanding of core Django concepts essential for building a portfolio app.
Django
fromLoopwerk
2 weeks ago

Building modern Django apps with Alpine AJAX, revisited

Simplifying the web development stack with an all-Django approach and Alpine AJAX improves efficiency and reduces unnecessary complexity.
Scala
fromInfoQ
1 week ago

Beyond RAG: Architecting Context-Aware AI Systems with Spring Boot

Context-Augmented Generation (CAG) enhances Retrieval-Augmented Generation (RAG) by managing runtime context for enterprise applications without requiring model retraining.
Python
fromMathspp
2 days ago

uv skills for coding agents

Utilizing uv workflows enhances Python code execution and script management for coding agents, ensuring proper handling of dependencies and sandboxing.
Business intelligence
fromInfoWorld
3 weeks ago

Snowflake's new 'autonomous' AI layer aims to do the work, not just answer questions

Project SnowWork is Snowflake's autonomous AI layer that automates data analysis tasks like forecasting, churn analysis, and report generation without requiring data team intervention.
#ollama
Python
fromRealpython
3 days ago

Implementing the Factory Method Pattern in Python Quiz - Real Python

The quiz tests understanding of the Factory Method Pattern in Python.
Python
fromInfoWorld
4 days ago

Get started with Python's new frozendict type

Python 3.15 introduces frozendict, an immutable dictionary that is hashable and useful in scenarios where regular dictionaries cannot be used.
fromDjangocentral
2 weeks ago

DRF Serializer: Handling OrderedDict and Converting It to a Dictionary or JSON

The use of an OrderedDict ensures that the order of fields in the serialized representation matches the order of fields defined in the serializer class.
Python
fromThe JetBrains Blog
5 days ago

How to Train Your First TensorFlow Model in PyCharm | The PyCharm Blog

TensorFlow is an open-source framework for building and deploying machine learning models using tensors and high-level libraries like Keras.
Artificial intelligence
fromMedium
1 month ago

AI Copilots at Work: Practical Tools, Open-Source Options, and Strategy

AI copilots are context-aware assistants embedded in productivity tools that enhance work efficiency by providing relevant suggestions and automations while requiring human approval and oversight.
fromInfoWorld
1 month ago

The right way to architect modern web applications

Modern web applications are no longer just "sites." They are long-lived, highly interactive systems that span multiple runtimes, global content delivery networks, edge caches, background workers, and increasingly complex data pipelines. They are expected to load instantly, remain responsive under poor network conditions, and degrade gracefully when something goes wrong.
Web frameworks
Python
fromPycoders
2 weeks ago

PyCoder's Weekly | Issue #727

Jazzband is winding down due to the overwhelming number of AI submissions affecting its cooperative model.
Django
fromRealpython
1 month ago

Introduction to Python SQL Libraries Quiz - Real Python

A 9-question interactive quiz assesses proficiency in Python SQL libraries for database connectivity, query execution, and cross-database scripting with SQLite, MySQL, and PostgreSQL.
Python
fromBusiness Matters
2 weeks ago

Building AI-powered visual solutions: How Python forms the foundation for advanced Computer Vision use cases

Python is the preferred programming language for developing computer vision technologies due to its simplicity, flexibility, and extensive libraries.
Python
fromTalkpython
2 weeks ago

Updates from Talk Python - March 2026

Talk Python has introduced a new dashboard, volume control, and is developing a course on Python web app security and agentic AI.
fromThe JetBrains Blog
2 weeks ago

Expanding Our Core Web Development Support in PyCharm 2026.1 | The PyCharm Blog

With PyCharm 2026.1, users can leverage a comprehensive set of editing and formatting tools for modern web languages, including basic React support with code completion and navigation.
Python
Web frameworks
fromLoicpoullain
1 month ago

The future of web frameworks in the age of AI

AI agents now generate 90-95% of production code, requiring frameworks to be AI-understandable with comprehensive documentation and clear examples to remain competitive.
#fastapi
Python
fromDEV Community
3 weeks ago

I Compared 5 Python Text Analysis Libraries - Then Built a REST API Instead

Multiple specialized Python NLP libraries handle different tasks, creating dependency management challenges that led to building a unified REST API solution.
Apple
fromInfoWorld
2 months ago

All the brilliance of AI on minimalist platforms

On-device AI handles most processing locally, reducing dependence on massive data infrastructures while enabling efficient smartphone intelligence.
fromPycoders
2 months ago

PyCoder's Weekly | Issue #720

subprocess module relies on busy-loop polling to determine whether a process has completed yet. Modern operating systems have callback mechanisms to do this, and Python 3.15 will now take advantage of these.
Web frameworks
Web development
fromTalkpython
2 months ago

PyView: Real-time Python Web Apps

PyView brings Phoenix LiveView-style real-time, server-driven UI updates to Python using async WebSockets and server-side rendering to simplify modern web stacks.
Python
fromInfoWorld
3 weeks ago

OpenAI buys Python tools builder Astral

OpenAI acquires Astral to integrate widely-used Python developer tools into Codex, enabling AI agents to participate in complete software development workflows beyond code generation.
fromMedium
2 months ago

Fire-and-Forget REST APIs: A TDD Journey.

The request for its API val request = Request[IO](Method.POST, uri"/jobs")val api = new AsyncJobApi // this will not compile since AsyncJobApi is not defined yet Minimal implementation to make it green: class AsyncJobApi Red test: The API should return a 202 Accepted response: "POST /jobs returns Accepted" in { val request = Request[IO](Method.POST, uri"/jobs") val api = new AsyncJobApi api.routes.orNotFound.run(request).asserting : response => response.status shouldBe Status.Accepted} Make it green: class AsyncJobApi { val routes: HttpRoutes[IO] = HttpRoutes.of[IO] : case req @ POST -> Root / "jobs" => Accepted()} 5.2 Add headers (Trivial Implementation) Red test: add X-Total-Count and Location headers with job ID (only the assertion is shown)
Scala
Python
fromRealpython
3 weeks ago

Spyder: Your IDE for Data Science Development in Python - Real Python

Spyder is an open-source Python IDE optimized for data science, offering powerful plotting, profiling capabilities, and integration with the data science ecosystem.
Python
fromRealpython
1 month ago

Pydantic AI: Build Type-Safe LLM Agents in Python - Real Python

Pydantic AI is a Python framework for building LLM agents that return validated, structured outputs using Pydantic models with automatic type safety and validation.
fromChris Warrick
2 months ago

Deploying Python Web Applications with Docker

The main promise is isolation: a Docker container that works on an x86_64 Linux machine will work on any x86_64 Linux machine in the same way. Want to quickly set up PostgreSQL for testing? Just run docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d --restart=unless-stopped postgres and wait a few seconds. Docker is great for deployment as well as production deployments, and it even supports Windows Server containers these days.
Software development
Django
fromPycoders
2 months ago

PyCoder's Weekly | Issue #718

pandas 3.0 adds pd.col expressions, Copy-on-Write semantics, and PyArrow-backed strings for significantly faster, more predictable dataframe and string operations.
Python
fromRealpython
1 month ago

Working With APIs in Python: Reading Public Data - Real Python

Python with the Requests library enables efficient consumption of REST, SOAP, and GraphQL APIs through HTTP communication, supporting various authentication methods like API keys and OAuth.
Artificial intelligence
fromInfoWorld
1 month ago

How to adapt your skills for AI-driven development

Software developers must rapidly adopt AI tools and shift skills toward supervising and reasoning about AI-generated code to remain competitive.
Python
fromRealpython
1 month ago

Pydantic AI: Build Type-Safe LLM Agents in Python Quiz - Real Python

An interactive quiz assesses knowledge of Pydantic AI, covering type-safe LLM agents, model providers, structured outputs, tool registration, dependency injection, and production trade-offs.
fromTNW | Artificial-Intelligence
2 months ago

AI Skills

For the past few years, artificial intelligence has been discussed almost exclusively in terms of models. Bigger models, faster models, smarter models. More recently, the focus shifted to agents, systems capable of planning, reasoning, and acting autonomously. Yet the real leap in usefulness does not happen at the model level, nor at the agent level. It happens one layer above, at the level of Skills.
Artificial intelligence
fromLoopwerk
2 months ago

Django's test runner is underrated

Readable failures. When something breaks, I want to understand why in seconds, not minutes. Predictable setup. I want to know exactly what state my tests are running against. Minimal magic. The less indirection between my test code and what's actually happening, the better. Easy onboarding. New team members should be able to write tests on day one without learning a new paradigm.
Web frameworks
Python
fromRealpython
1 month ago

How to Use the OpenRouter API to Access Multiple AI Models via Python - Real Python

OpenRouter provides a unified API to access thousands of AI models from multiple providers through a single Python interface, eliminating the need to manage separate APIs and authentication schemes.
Python
fromTreehouse Blog
1 month ago

Python for Data: A SQL + Pandas Mini-Project That Actually Prepares You for Real Work

Effective data analysis requires combining SQL and Python skills in integrated projects that mirror real-world workflows, not learning them in isolation.
Python
fromPycoders
2 months ago

PyCoder's Weekly | Issue #717

Test and monitor code performance scaling, optimize Docker builds with BuildKit cache mounts, use AI coding tools like Cursor, and apply recursive structural pattern matching.
Python
fromPycoders
1 month ago

PyCoder's Weekly | Issue #721

Text classification and compression converge via incremental compressors; Python 3.14's zstd support enables experimenting with ML through compression.
fromPythonbytes
2 months ago

A bolt of Django

About the show Sponsored by us! Support our work through: Connect with the hosts Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 11am PT. Older video versions available there too. Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.
Python
fromPybites
2 months ago

Building Useful AI With Asif Pinjari - Pybites

Asif on the other hand, is doing something else: He's doing things the Pybites way! He's building with a focus on providing value. We spent a lot of time discussing a problem I'm seeing quite often now: developers who limit themselves with AI. That is, they learn how to make an API call to OpenAI and call it a day. But as Asif pointed out during the show, that's not engineering. That's just wrapping a product.
Python
Python
fromMicrosoft for Python Developers Blog
1 month ago

Python Environments Extension for VS Code - Microsoft for Python Developers Blog

VS Code Python now offers a unified environments extension that discovers, manages, and creates environments and packages across major tools with minimal setup.
Python
fromRealpython
2 months ago

How to Integrate ChatGPT's API With Python Projects - Real Python

Obtain an OpenAI API key, store it securely using environment variables or key management, and install the OpenAI Python library before making ChatGPT API calls.
[ Load more ]