Tech News Aggregator

How to Add Features to a Python Project With Codex CLI
[Real Python] How to Add Features to a Python Project With Codex CLI

Learn how to use Codex CLI to add features to Python projects via the terminal. Master AI-powered coding without needing a browser or IDE plugins.

Quiz: Gemini CLI vs Claude Code: Which to Choose for Python Tasks
[Real Python] Quiz: Gemini CLI vs Claude Code: Which to Choose for Python Tasks

Compare Gemini CLI and Claude Code across user experience, performance, code quality, and cost to find the right AI coding tool for you.

Quiz: Python Continuous Integration and Deployment Using GitHub Actions
[Real Python] Quiz: Python Continuous Integration and Deployment Using GitHub Actions

Practice essential GitHub Actions concepts, from workflow file locations to triggers and common CI/CD tasks, with this hands-on quiz.

Quiz: Exploring Protocols in Python
[Real Python] Quiz: Exploring Protocols in Python

Test your knowledge of Python protocols, structural subtyping, and static type checking, including generic and subprotocol usage.

The Real Python Podcast – Episode #290: Advice on Managing Projects & Making Python Classes Friendly
[Real Python] The Real Python Podcast – Episode #290: Advice on Managing Projects & Making Python Classes Friendly

What goes into managing a major project? What techniques can you employ for a project that's in crisis? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly article...

Quiz: Reading Input and Writing Output in Python
[Real Python] Quiz: Reading Input and Writing Output in Python

Test your Python basics: read user input with input(), display output with print(), and handle numeric conversions.

Dictionaries in Python
[Real Python] Dictionaries in Python

Learn how dictionaries in Python work: create and modify key-value pairs using dict literals, the dict() constructor, built-in methods, and operators.

Quiz: Implementing the Factory Method Pattern in Python
[Real Python] Quiz: Implementing the Factory Method Pattern in Python

Learn how the Factory Method pattern separates creation from use, promotes decoupling, and organizes Python products efficiently.

Using Loguru to Simplify Python Logging
[Real Python] Using Loguru to Simplify Python Logging

Learn how to use Loguru for simpler Python logging, from zero-config setup and custom formats to file rotation, retention, and adding context.

Quiz: Using Loguru to Simplify Python Logging
[Real Python] Quiz: Using Loguru to Simplify Python Logging

Test your knowledge of Loguru for Python logging, from zero-config setup and log levels to custom formats and adding context.