โœ๏ธ Author

PyLand Team

PyLand Team

253 Articles
90677 Views
16 Reactions
โœ๏ธ Articles

Author's articles

All publications PyLand Team

Lists and Dictionaries in Python
Python

Lists and Dictionaries in Python

Problem: Want to store 100 students โ†’ 100 variables? Solution: collections.

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
The while Loop: Repeat While a Condition Holds ๐Ÿ”
Python

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?

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
Controlling Time and Randomness in Python โฑ๏ธ๐ŸŽฒ
Python

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...

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
Math Operations in Python ๐Ÿงฎ
Python

Math Operations in Python ๐Ÿงฎ

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

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
Python f-Strings: Insert Values into Text ๐Ÿช„
Python

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...

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
Python Data Types: A Complete Guide ๐ŸŽฏ
Python

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!

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
Logical Operators in Python: and, or, not
Python

Logical Operators in Python: and, or, not

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

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
Python Variables and Strings: Regular, f-, and r-Strings ๐Ÿ“ฆ
Python

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...

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
Functions in Python
Python

Functions in Python

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

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
The for Loop: Make Python Work for You ๐Ÿ”„
Python

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...

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
CodeHS: Create an Account, Start a Python Project, and Share Code ๐Ÿš€
Tools

CodeHS: Create an Account, Start a Python Project, and Share Code ๐Ÿš€

CodeHS lets you write and run Python directly in a browser. A modern browser and an internet connection are enough;...

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
Python's print() and input() Functions: Output and Input ๐Ÿ’ฌ
Python

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...

๐ŸŸข Beginner
๐Ÿ“… 30.03.2026
๐Ÿ“Š Statistics

Statistics by categories

Author's article distribution by topics

๐Ÿ“

Django

63 articles

๐Ÿ“

Python

54 articles

๐Ÿ“

Git ะธ GitHub

32 articles

๐Ÿ“

Html Css

23 articles

๐Ÿ“

LLM ะธ AI

21 articles