Pyland
Автор статей на Pyland
Author's articles
All publications Pyland
Mixing Text with Numbers (and the Magic of f-strings) 🪄
In programming, we often need to display text alongside numbers or variables. Imagine you're building a game and need to...
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 in Plain English 📦
A variable is like a labeled box where you can put any value and use it as many times as...
Functions in Python: Writing Reusable Code 🔧
Imagine: you wrote code to calculate a discount. That code is needed in 10 places in your program!
List Methods: Managing Collections 📝
Lists are not just storage. They come with built-in actions (methods) that let you add, remove, and modify elements.
The for Loop: Making Python Do the Work for You 🔄
Imagine you need to write the word "Hello!" 20 times. You could sit there copying print("Hello!") twenty times. But programmers...
CodeHS Guide: How to Create an Account and Write Code
CodeHS is a great online platform that lets you write Python code directly in the browser — no installation required....
Python Conditionals for Beginners: if, elif, else 🤔
A program that can't make decisions is like a robot that can only walk straight. Boring!
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
Python
40 articles
Git и GitHub
31 articles
API
9 articles
Docker
8 articles
LLM и AI
7 articles