Python

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

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

[Archival version] How to create a spam mail detector using Python | Even beginners can do it using natural language processing and machine learning!

This article is aimed at Python beginners and explains how to create a spam mail detection machine that uses natural language processing and machine learning. It provides a step-by-step introduction from data preprocessing to model construction and evaluation. This is an ideal introductory article for those who want to learn about automatic spam mail classification, along with practical code examples.
programming

🏠 Creating a model to predict housing prices using Python [Kaggle Beginner]

This article is aimed at Python beginners and explains the steps to create a model that can be used in Kaggle's house price prediction competition. It carefully explains each step from data preprocessing to feature selection, model construction, and submission. This is an introductory article recommended for those who want to learn practically.
programming

[Archival version] How to create a horse racing winning horse prediction model using Python and XGBoost

A thorough explanation of how to create a horse racing winning horse prediction model using Python and XGBoost. From data preparation to building and evaluating an AI model, even beginners can easily understand it.
programming

[Archival version] How to create a handwritten digit recognition AI using Python | Get started with MNIST and scikit-learn!

Explains how to create an AI that can recognize handwritten digits using Python and scikit-learn. Learn the basics of image recognition using MNIST.
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!
Python

Introduction to Python Data Analysis for Beginners: An Easy First Step into Data Science

Data analysis is an essential skill in modern business and research, but it often feels intimidating for beginners. "Introduction to Python Data Analysis for Beginners: The Easy First Step to Data Science" will help you solve such problems. Python is...
Python

Easy to make with Python and NumPy! How to implement an efficient ToDo list

When programming beginners create applications, they often have trouble knowing where to start. Many people also recognize the importance of task management, but are hesitant to try complex frameworks. "It's easy with Python and NumPy..."