Explore the programming language of Python through a series of projects. The tutorials within this section include instructions of how to write the code, results of the programs, and full code.

  • Password Generator with Python

    Password Generator with Python

    Python Password Generator This page explores how to develop a password generator in Python. The code requires basic understanding of Python coding as well as the built-in modules…

    Continue Reading

  • GUI Age Calculator with Python

    GUI Age Calculator with Python

    Python age calculator with Tkinter This tutorial teaches you how to develop a visual age GUI calculator with Python. The code requires basic understanding of Python coding (including…

    Continue Reading

  • Age Calculator with Python

    Age Calculator with Python

    Python age calculator This tutorial teaches you how to write and execute an age calculator in Python. The code requires basic understanding of Python coding (including the built-in…

    Continue Reading

  • Python Visual (GUI) Calculator

    Python Visual (GUI) Calculator

    Python Calculator with Tkinter This tutorial teaches you how to create and execute a visual (GUI) calculator with Python. The code within this page involves some understanding of…

    Continue Reading

  • Python Calculator

    Python Calculator

    Calculator This tutorial teaches you how to write a calculator with Python. Please be aware that the code does not provide a visual calculator (GUI), but instead some…

    Continue Reading

  • Python Basic Calculator

    Python Basic Calculator

    Basic Calculator This page teaches you how to create a basic calculator with Python. Please note that the code does not provide a visual calculator (GUI), but instead…

    Continue Reading