# Poetry

Poetry is a Python tool for dependency management and packaging.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Quiz: An Effective Python Environment: Making Yourself at Home

DevFeed: [Quiz: An Effective Python Environment: Making Yourself at Home](<https://devfeed.tech/articles/quiz-an-effective-python-environment-making-yourself-at-home-4403.md>)

Original publisher: [Read original article](<https://realpython.com/quizzes/effective-python-environment/>)

Author: Real Python

Published: 2026-09-10T12:00:00Z

Content type: article

Language: en

Sources: [Real Python](<https://devfeed.tech/sources/real-python.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [pip](<https://devfeed.tech/topics/pip.md>), [Poetry](<https://devfeed.tech/topics/poetry.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [coding](<https://devfeed.tech/tags/coding.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [developers](<https://devfeed.tech/tags/developers.md>), [poetry](<https://devfeed.tech/tags/poetry.md>), [python](<https://devfeed.tech/tags/python.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

### AI overview

An interactive 13-question quiz tests understanding of effective Python development environments, covering shells and terminals, managing multiple Python versions, virtual environments, and dependency management with pip and Poetry.

### Source excerpt

Test your understanding of Python environments, including shells, terminals, pyenv, virtual environments, and package managers like pip and poetry.

## Python Environments Extension for VS Code- April Update

DevFeed: [Python Environments Extension for VS Code- April Update](<https://devfeed.tech/articles/python-environments-extension-for-vs-code-april-update-20349.md>)

Original publisher: [Read original article](<https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2026-release/>)

Author: Vedha Ranganathan

Published: 2026-04-27T20:07:30Z

Content type: release

Language: en

Sources: [Microsoft Python Engineering](<https://devfeed.tech/sources/microsoft-python-engineering.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [Package Management](<https://devfeed.tech/topics/package-management.md>), [Conda](<https://devfeed.tech/topics/conda.md>), [Poetry](<https://devfeed.tech/topics/poetry.md>), [ssh](<https://devfeed.tech/topics/ssh.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [conda](<https://devfeed.tech/tags/conda.md>), [crash](<https://devfeed.tech/tags/crash.md>), [extension](<https://devfeed.tech/tags/extension.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [poetry](<https://devfeed.tech/tags/poetry.md>), [python](<https://devfeed.tech/tags/python.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [release](<https://devfeed.tech/tags/release.md>), [remote](<https://devfeed.tech/tags/remote.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [update](<https://devfeed.tech/tags/update.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

Microsoft's April 2026 release update for the Python Environments extension in Visual Studio Code describes faster startup and environment resolution, narrower workspace scanning, improved crash recovery, a Conda environment fix, automatic package-list refreshes, and multi-project terminal support.

### Source excerpt

The April 2026 release update includes the Python Environments extension... Keep on reading to learn more! The post Python Environments Extension for VS Code- April Update appeared first on Microsoft for Python Developers Blog.

## Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale

DevFeed: [Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale](<https://devfeed.tech/articles/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale-5188.md>)

Original publisher: [Read original article](<https://neon.com/blog/deploy-a-serverless-fastapi-app-with-neon-postgres-and-aws-app-runner-at-any-scale>)

Author: Stephen Siegert

Published: 2024-02-09T17:16:46Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [FastAPI](<https://devfeed.tech/topics/fastapi.md>), [API](<https://devfeed.tech/topics/api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Python](<https://devfeed.tech/topics/python.md>), [Database](<https://devfeed.tech/topics/database.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Poetry](<https://devfeed.tech/topics/poetry.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [bitbucket](<https://devfeed.tech/topics/bitbucket.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [bitbucket](<https://devfeed.tech/tags/bitbucket.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [fastapi](<https://devfeed.tech/tags/fastapi.md>), [git](<https://devfeed.tech/tags/git.md>), [github](<https://devfeed.tech/tags/github.md>), [poetry](<https://devfeed.tech/tags/poetry.md>), [python](<https://devfeed.tech/tags/python.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>)

### AI overview

A practical guide to building and deploying a scalable serverless API with FastAPI and Python. It uses AWS App Runner for managed application deployment, Neon Serverless Postgres for automatically scaling database compute, and AWS Systems Manager Parameter Store for secure connection management. The article also covers local development with Poetry and automatic deployment through repository commits.

### Source excerpt

In this post, we'll guide you through setting up a scalable serverless API using FastAPI, deployed on AWS App Runner and powered by Neon Postgres as the serverless database. FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.8+ based on st...

## Generating application code from tests with AI

DevFeed: [Generating application code from tests with AI](<https://devfeed.tech/articles/generating-application-code-from-tests-with-ai-39075.md>)

Original publisher: [Read original article](<https://blog.devdetails.com/p/generating-application-code-from>)

Author: Mike

Published: 2023-06-14T03:39:00Z

Content type: tutorial

Language: en

Sources: [Dev Details](<https://devfeed.tech/sources/dev-details.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Code](<https://devfeed.tech/topics/code.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [PyCharm](<https://devfeed.tech/topics/pycharm.md>), [Poetry](<https://devfeed.tech/topics/poetry.md>), [plantuml](<https://devfeed.tech/topics/plantuml.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [and-best-practices](<https://devfeed.tech/tags/and-best-practices.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [code](<https://devfeed.tech/tags/code.md>), [poetry](<https://devfeed.tech/tags/poetry.md>), [practical](<https://devfeed.tech/tags/practical.md>), [pycharm](<https://devfeed.tech/tags/pycharm.md>), [tests](<https://devfeed.tech/tags/tests.md>)

### AI overview

Part 5 of a series demonstrates generating application code for a URL shortening service from existing tests and design documents using ChatGPT and the CodeGPT plugin for PyCharm. The generated code was close to correct but required corrections and refactoring.

### Source excerpt

Part 5 of a practical example of using AI for coding

## AI and poetry meet Trino

DevFeed: [AI and poetry meet Trino](<https://devfeed.tech/articles/ai-and-poetry-meet-trino-8699.md>)

Original publisher: [Read original article](<https://trino.io/blog/2022/12/06/poetry-ai.html>)

Author: Martin Traverso, Marcos Traverso

Published: 2022-12-06T00:00:00Z

Content type: opinion

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Poetry](<https://devfeed.tech/topics/poetry.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [data](<https://devfeed.tech/topics/data.md>), [Code](<https://devfeed.tech/topics/code.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [code](<https://devfeed.tech/tags/code.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [gpt-3](<https://devfeed.tech/tags/gpt-3.md>), [openai](<https://devfeed.tech/tags/openai.md>), [poetry](<https://devfeed.tech/tags/poetry.md>), [prompt](<https://devfeed.tech/tags/prompt.md>)

### AI overview

The article describes an experiment using GPT-3 to generate poetry about Trino. It presents two generated poems that highlight Trino's data integration, SQL, real-time analytics, distributed-system, scalability, and data-source capabilities, then invites readers to try the experiment themselves.

### Source excerpt

Sometimes when working in the depth of the query engine core, the planner, the optimizer, or some other tricky problem or code, you run out of steam and need a distraction. Your brain will quietly work on the problem in the background while you get to read or do something interesting. During one break we found out more about GPT-3 and the recent improvements on the OpenAI project. So we had to try.