Welcome to Python101.tech!

Python101.tech is a completely free online learning platform for everyone, including Python beginners.

The Python 101 course begins with lectures on installing and configuring Python and a text editor. These lectures are structured to provide systematic learning, allowing you to gain the knowledge necessary to ultimately create a UI tool called "Directory Maker."

* This site is currently under development, and new posts are added approximately every 2-3 days. However, updates may be delayed when the webmaster is busy.

New

Curriculum

sec00 - Environment setup

    sec01 - Variables and Data Types

    Variables

    Numbers

    Strings

    sec02 - Data Structures

    Lists

    Tuples

    Learning Environment

    • Windows11
    • Python (3.13.5)
    • Visual Studio Code
    About the environment
    • This course can be taken in various environments.
    • Python 2 behaves differently from Python 3. If you use an older version, please test your code to ensure it works as expected.
    • For macOS or Linux, please refer to online resources to install Python.
    • You can use any text editor. In the lectures, we will use Visual Studio Code, a free and widely used editor.

    Please Note

    • This site is still under development, so updates may be delayed when the webmaster is busy.
    • We take great care when writing articles about Python code, but behavior may change due to Python bugs or updates to its specifications.
      • Python's behavior may also vary depending on your operating system, such as macOS or Linux.
      • The webmaster is not responsible for any losses resulting from running Python code.
      • When developing your own projects, please test your code to ensure that it behaves as expected and produces the desired results.
    • If you notice any typos or incorrect information in the articles, please let us know in the comments section on each page.

    Recent Posts