๐Ÿท๏ธ Tag

#python

Explore materials tagged "python" from expert practitioners. Up-to-date articles and useful tips to help you grow.

59 Articles
6 Similar tags

Articles with tag "#python"

All materials on the topic python

The while Loop: Repeat While a Condition Holds ๐Ÿ”
๐ŸŸข Easy

The while Loop: Repeat While a Condition Holds ๐Ÿ”

The for loop works great when you know how many times to repeat an action. But what if you don't?

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Controlling Time and Randomness in Python โฑ๏ธ๐ŸŽฒ
๐ŸŸข Easy

Controlling Time and Randomness in Python โฑ๏ธ๐ŸŽฒ

Sometimes code runs too fast (all the text dumps on screen in a fraction of a second), or you need...

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Math Operations in Python ๐Ÿงฎ
๐ŸŸข Easy

Math Operations in Python ๐Ÿงฎ

Python is a great calculator! Let's cover all the arithmetic operators with examples.

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Python f-Strings: Insert Values into Text ๐Ÿช„
๐ŸŸข Easy

Python f-Strings: Insert Values into Text ๐Ÿช„

An f-string lets you build readable text from words, variables, and expressions. It is useful for greetings, game results, program...

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Python Data Types: A Complete Guide ๐ŸŽฏ
๐ŸŸข Easy

Python Data Types: A Complete Guide ๐ŸŽฏ

Python can work with different types of data: numbers, text, boolean values. Let's cover all the fundamental types!

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Logical Operators in Python: and, or, not
๐ŸŸข Easy

Logical Operators in Python: and, or, not

One condition is fine. But what if you need to check multiple conditions at once?

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Python Variables and Strings: Regular, f-, and r-Strings ๐Ÿ“ฆ
๐ŸŸข Easy

Python Variables and Strings: Regular, f-, and r-Strings ๐Ÿ“ฆ

A variable is a name associated with a value. Variables let you store data, reuse it, and change it without...

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Functions in Python
๐ŸŸข Easy

Functions in Python

Problem: you wrote a discount calculation โ€” needed in 10 places, so you copy it 10 times. You find a...

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
The for Loop: Make Python Work for You ๐Ÿ”„
๐ŸŸข Easy

The for Loop: Make Python Work for You ๐Ÿ”„

Imagine that you need to display a rocket five times. You could copy print(rocket) five times, but programmers do not...

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Python's print() and input() Functions: Output and Input ๐Ÿ’ฌ
๐ŸŸข Easy

Python's print() and input() Functions: Output and Input ๐Ÿ’ฌ

The two most essential functions for beginner Python developers! print() displays information on screen, and input() reads data from the...

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026
Dictionaries in Python: Storing Data as Key-Value Pairs ๐Ÿ“–
๐ŸŸข Easy

Dictionaries in Python: Storing Data as Key-Value Pairs ๐Ÿ“–

Imagine you're creating a character card for a game. The character has a name, attack, health, and class. How do...

๐Ÿ‘ค PyLand Team
๐Ÿ“… 30.03.2026

Similar tags

Study related topics

๐Ÿท๏ธ

#django

Related articles django

๐Ÿ“š 68 articles
๐Ÿท๏ธ

#basics

Related articles basics

๐Ÿ“š 32 articles
๐Ÿท๏ธ

#ai

Related articles ai

๐Ÿ“š 29 articles
๐Ÿท๏ธ

#api

Related articles api

๐Ÿ“š 25 articles
๐Ÿท๏ธ

#llm

Related articles llm

๐Ÿ“š 21 articles
๐Ÿท๏ธ

#devops

Related articles devops

๐Ÿ“š 13 articles

Looking for more on the topic?

Study all our materials or subscribe to updates