Introduction to Python

programming

5 efficient ways to manipulate strings in Python

Five easy string manipulation methods that even Python beginners can use! We'll explain in an easy-to-understand way how to use split, replace, join, etc. with concrete examples.
programming

What is Python? Why is it recommended for programming beginners?

Python is the perfect language for beginners. Learn how to use it and understand its grammar from a professional perspective. We also provide example code and points to note!
programming

I made a "ToDo list app" using Python [with file saving function]

This is a detailed explanation of how to create a ToDo list app for Python beginners that can manage tasks. It also has a file saving function, making it extremely practical. You can learn with the code included.
programming

[Archived version] I made a rock-paper-scissors game using Python | Learn about if statements and randomness!

Recommended for Python beginners! We will carefully explain how to create a rock-paper-scissors game, starting with the basics of if statements and random processing. It comes with code, making it easy to understand, and is ideal as a first learning material for beginners.
programming

[For complete beginners] Python beginner's guide | Easy explanation from setting up the environment to basic grammar!

For beginners who want to learn Python. We will explain everything from how to set up the environment to basic grammar and simple code examples in an easy-to-understand manner. Learn skills that can be used for side jobs or job changes in this one article!