programming

programming

I tried making an "automatic backup script" with Python [Folder monitoring]

A beginner-friendly explanation of how to implement folder monitoring and automatic backup with Python. A complete edition with practical code.
programming

I tried making a "real-time stock price tracker" with Python [Web scraping]

Explains how to create a real-time stock price tracker using Python and web scraping. Includes code examples, making it easy for beginners to understand.
programming

I tried making a "PDF automatic generation tool" with Python [Automating report creation]

Explains how to create a tool that automatically generates PDFs using Python for beginners. A practical guide that makes it easy to output forms and automate reports.
programming

I tried making an "Automatic Exchange Rate Acquisition BOT" using Python [API usage]

A beginner-friendly explanation of how to create a BOT that automatically obtains exchange rates using Python. We will carefully explain everything from how to use the API to automatic execution and notification functions.
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

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

[Archival Edition] Creating a calculator app with Python | Introduction to GUI for beginners

Easy even for Python beginners! We will explain how to create a calculator app using the GUI library "tkinter" with easy-to-understand code. You can learn everything from the basics to advanced applications in this one article.
programming

[Archival version] Creating an AI to predict student grades using Python | Practical application of supervised learning!

A professional explanation of how to build an AI to predict student grades using Python and supervised learning. With actual code and concrete examples, even beginners can easily understand the explanation.