This video introduces logic in Fortran and the if statement.. Source code is available at https://github.com/danhperry/Fortran-examples
Python Print Formatting with .format() (Beginner Tutorial)
In this video, we dive into Python’s .format() method and how it can be used to create clean, readable, and well-structured output. If you want your programs to display data in a more professional and organized way, this is a must-know technique!
🚀 What you’ll learn:
- How the
.format()method works in Python - Inserting variables into strings
- Using positional and keyword arguments
- Formatting numbers (rounding, decimals, alignment)
- Creating neat and user-friendly output
Whether you’re building small scripts or larger applications, mastering .format() will make your output look polished and easier to understand.
C++ User Input with cin (Beginner Tutorial)
In this video, we explore how to take user input in C++ using cin. This is one of the most important fundamentals in C++ programming, allowing your programs to interact with users in real time.
🚀 What you’ll learn:
- How to use
cinto capture user input - Understanding
coutand how input/output works together - Reading different data types (integers, floats, strings)
- Common mistakes with
cinand how to fix them - Building a simple interactive C++ program
By the end of this tutorial, you’ll be comfortable taking input from users and using it in your programs.
Fortran Distance Converter Program (Beginner Tutorial)
In this video, we walk through a simple Fortran program that converts distances based on user input. If you’re new to Fortran or just want to see how it handles basic input, calculations, and output, this is a great place to start!
🚀 What you’ll learn:
- How to take user input in Fortran
- Converting between units like kilometers, miles, and meters
- Writing and structuring a basic Fortran program
- Performing calculations and displaying results
- Understanding fundamental programming concepts in a classic language
This tutorial is perfect for beginners exploring Fortran or anyone curious about how older programming languages handle everyday tasks.
cout Part 2
This video continues looking at the cout statement in C++. Source code is available at https://github.com/danhperry/CPP-Examples
Python Printing Part 2
This is part 3 of Python Printing. Source code is available at https://github.com/danhperry/2026-Python-Examples
Data Input in Fortran
This video introduces inputting data from the keyboard in Fortran. Source code is available at https://github.com/danhperry/Fortran-examples
Python Printing Part 1
This is part 1 of Python Printing. Source code is available at https://github.com/danhperry/2026-Python-Examples
Fortran Printing
This video describes printing in Fortran. Source code is available at https://github.com/danhperry/Fortran-examples
Python Math Operations
This video discusses basic math in Python. Source code is available at https://github.com/danhperry/2026-Python-Examples

