📝 Category

Python

Articles about Python

40 Articles
40 Materials
140 Views

Category articles "Python"

Study all materials on this topic

📝
🟢 Easy

The datetime Module: Working with Dates and Times

datetime is Python's standard module for working with dates and times. It's part of the standard library — no installation...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

.env Files and Environment Variables: Keeping Secrets Out of Code

Imagine you wrote a program with an API key hardcoded in the source and pushed it to GitHub. An hour...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

Python Virtual Environments: Why and How

When you start a second Python project and run pip install requests — that library gets installed globally, for the...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

argparse: Command-Line Arguments in Python

When a script grows from a toy into a real tool, input() becomes inconvenient. Professional CLI programs accept arguments at...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

Generators in Python: Lazy Evaluation and Streaming

When an API returns a large response — text spanning thousands of tokens — waiting for the full response is...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

Common Python Beginner Mistakes: How to Avoid Them 🚨

Every Python developer makes the same mistakes at the start. The good news — knowing them in advance will save...

📅 06.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

JSON: Persisting Data Like a Real Game 💾

Goal: Learn to save and load data in JSON format.

📅 03.04.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

map() — Transform Everything at Once! 🔄

map() applies a function to every element of an iterable and returns the results.

📅 03.04.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

filter() — Pick the Best! 🔍

filter() selects elements that pass a test (return True).

📅 03.04.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

Lambda Functions: Tiny Smart Functions ⚡

A lambda is a way to create a small, single-line, anonymous function.

📅 03.04.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

reduce() — Fold Everything into One! 🔽

reduce() folds a list down to a single value by applying a function sequentially.

📅 03.04.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

List Comprehensions — Elegant Lists! ✨

A list comprehension is a way to build a list in one line instead of a loop.

📅 03.04.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
Page 1 of 4 ▶️ ⏭️

Other categories

Study related topics

📝

Git & GitHub

Articles about Git and GitHubGit & GitHub

📚 31 articles ⭐ 4.7
📝

API

Articles about working with APIsAPI

📚 9 articles ⭐ 4.8
📝

Docker

Articles about Docker and containersDocker

📚 8 articles ⭐ 4.9

Want more materials?

Subscribe to updates and be the first to know about new articles!