Python Beginner

programming

How to use Python debugging features in VSCode

A complete guide to efficiently debugging Python code in Visual Studio Code (VSCode). Even beginners can check breakpoints and variable contents! Find mistakes early and significantly speed up development!
programming

I made a program to output a multiplication table in Python [Learn the for statement]

This is an explanation for Python beginners on how to create a multiplication table program using the for statement. It comes with easy-to-understand code, making it fun to learn about repetitive processing.
programming

I tried making a "Twitter-style posting app" with Python [Flask beginner's guide]

Using Python and Flask, we explain how to create a Twitter-like posting app that even beginners can easily create. You can easily learn the posting function and display mechanism.
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!