PyLand Team
PyLand Team
Author's articles
All publications PyLand Team
Lists and Dictionaries in Python
Problem: Want to store 100 students โ 100 variables? Solution: collections.
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?
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...
Math Operations in Python ๐งฎ
Python is a great calculator! Let's cover all the arithmetic operators with examples.
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...
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!
Logical Operators in Python: and, or, not
One condition is fine. But what if you need to check multiple conditions at once?
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...
Functions in Python
Problem: you wrote a discount calculation โ needed in 10 places, so you copy it 10 times. You find a...
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...
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;...
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...
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