✍️ Author

Pyland

Автор статей на Pyland

0 Articles
8005 Views
7 Reactions
✍️ Articles

Author's articles

All publications Pyland

📝
Python

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

� Beginner
📅 30.03.2026
📝
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
📝
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

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

� Beginner
📅 30.03.2026
📝
Python

Functions in Python: Writing Reusable Code 🔧

Imagine: you wrote code to calculate a discount. That code is needed in 10 places in your program!

� Beginner
📅 30.03.2026
📝
Python

List Methods: Managing Collections 📝

Lists are not just storage. They come with built-in actions (methods) that let you add, remove, and modify elements.

� Beginner
📅 30.03.2026
📝
Python

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

� Beginner
📅 30.03.2026
📝
Tools

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

� Beginner
📅 30.03.2026
📝
Python

Python Conditionals for Beginners: if, elif, else 🤔

A program that can't make decisions is like a robot that can only walk straight. Boring!

� Beginner
📅 30.03.2026
📝
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

📝

Python

40 articles

📝

Git и GitHub

31 articles

📝

API

9 articles

📝

Docker

8 articles

📝

LLM и AI

7 articles