
Explore the history of Fortran from the punching card era to modern Fortran, its evolution and role in scientific computing, with high performance and memory efficiency.
Explore the features and characteristics that keep Fortran strong in numerical computation, performance, and legacy support, including array processing, parallel processing with OpenMP, and broad domain libraries.
Discover how Fortran powers real-world applications—from computational physics and astrophysics to weather modeling, climate simulation, aerospace engineering, and quantum chemistry, with efficient memory management and low cpu overhead.
Install and configure the gfortran fortran compiler on Linux, Windows, and Mac. Write a minimal F90 program, compile with gfortran, and run it locally or online.
Set up and configure Fortran IDE environments using VS Code and Emacs, install Python, add environment paths, install Fortran plugins and code runner, configure build tasks, and test GFortran compilation.
Discover how IDEs accelerate Fortran coding with tab-triggered autocomplete and snippets in VS Code and Emacs. Learn to configure a linter, manage declarations, and fix errors highlighted by squiggly lines.
Explore Fortran syntax, including fixed and free formats, line continuation, case-insensitive rules, and basic output formatting with field width and format specifiers.
Explore standard output in Fortran by using intrinsic print and write, learn default formatting, and design custom format specifiers to neatly align strings and numbers on the screen.
Learn to use standard input in Fortran with the read statement, mirroring standard output, and read multiple values via a director list, while understanding implicit data type rules.
Learn how Fortran uses iostat to handle input and output errors, checking status after read and write to distinguish success (zero) from failure (non-zero).
Explore the four core programming constructs, namely assignment, selection, sequence, and iteration, in Fortran, focusing on if statements, end if, nesting, and program control flow with grade mapping examples.
Explore the Fortran select case statement, compare it to C's switch, handle multiple data types except real, show default and end select, and note absence of a break.
Master looping structures in Fortran, including do, do while, exit, and cycle, through syntax, initialization, stepping, and breaking conditions, with nested loops and practical demos.
Explore conditional statements and loops, including do and do while, and examine goto as a jump tool, with exit and stop for program termination.
Explore arrays in Fortran, linking memory to a variable that holds values, accessed by 1-based indices. Learn to declare, initialize, and extend from one-dimensional to 2D and 3D arrays.
Learn how to declare and initialize one-dimensional arrays in Fortran, including integer, real (double precision, kind eight), logical, and complex types, and print their elements or the whole array.
Learn to declare, initialize, and reshape data into multidimensional arrays or matrices in Fortran, map vectors to 2d grids with the reshape command, and access elements via loops.
Explore array and matrix operations in Fortran, including indexing, reshaping, slicing with strides, concatenation, reductions like sum and max, custom search, broadcasting, and element-wise comparisons.
Explains the key features of procedures, including reusability, modularity, maintainability, and readability, and distinguishes subroutines from functions, including how subroutines execute on call and functions return values.
Learn the differences between subroutines and functions in Fortran, including syntax, parameters, end subroutine and end function, and the return and result concepts, plus how intent and out are used.
Explore parameters and arguments in Fortran, learn how pass by value and pass by reference differ, see how the value keyword prevents updates outside a subroutine, and understand contains blocks.
Explore modules and program units in Fortran, encapsulation and data security, and how to organize subroutines and functions into modules for reusable, maintainable code, with multi-file compilation in gfortran.
Compare static and dynamic memory in Fortran, show how to allocate and deallocate allocatable arrays and matrices at runtime, and highlight memory management to avoid leaks.
Explore Fortran pointers and memory management, including allocating and deallocating memory, pointer assignment with redirection, null initialization, and avoiding memory leaks and dangling pointers.
Explore dynamic memory allocations in Fortran by using pointers to custom types, declaring types, allocating and accessing attributes, and deallocating to prevent memory leakage.
Explore built-in Fortran math functions, including absolute, square root, exponential, logarithms, and trigonometric and hyperbolic functions. Learn scalar and array operations, matrix multiplication, transpose, and reductions like min and mean.
Explore numerical computation in Fortran by applying integration with the trapezium rule and differentiation to estimate areas under curves and rates of change, highlighting precision through finer intervals.
Learn how to implement interpolation and curve fitting in Fortran, using linear interpolation, extrapolation, and linear regression to model data with x and y values.
Explore how file descriptors 0, 1, and 2 map to keyboard, display, and error streams across Linux, Windows, and Mac, and how Fortran units correspond to system descriptors.
Learn how to write data to a file in Fortran by opening a file descriptor, selecting replace or old modes, and handling text and binary data with inquire checks.
Explain how to read data from text, binary, and object-formatted files in Fortran, including file existence checks, opening modes, reading a 3 by 3 matrix, and validating reads.
Explore file handling and data processing in Fortran by reading and writing student grade data, computing averages, and visualizing results with gnuplot.
Become a Fortran Programmer Professional and learn one of employer's most requested skills nowadays!
This comprehensive course is designed so that scientists, engineering researchers, developers... can learn Fortran programming language from scratch to use it in a practical and professional way. Never mind if you have no experience in the topic, you will be equally capable of understanding everything and you will finish the course with total mastery of the subject.
After several years working as a programmer, we have realized that nowadays mastering Fortran language is essential for many scientific and engineering applications. Knowing how to do computations with Fortran can give you many job opportunities and many economic benefits, especially in the world of Research and Code Development.
The big problem has always been the complexity to perfectly understand Fortran requires, since its absolute mastery is not easy. In this course we try to facilitate this entire learning and improvement process, so that you will be able to carry out and understand your own projects in a short time, thanks to the step-by-step, detailed and hands-on examples of every concept.
With more than 7 exclusive hours of video, this comprehensive course leaves no stone unturned! It includes both coding exercises and theoretical examples to master Fortran Programming. The course will teach you how to create and understand codebase written in Fortran in a practical way, from scratch, and step by step.
We will start with the setup of the needed work environment on your computer, regardless of your operating system and computer.
Then, we'll cover a wide variety of topics, including:
● Introduction to Fortran programming and course dynamics
● Discovering Fortran: A Beginner's Guide
● Mastering Fortran Syntax and Data Types
● Efficient Input and Output in Fortran
● Controlling Flow: Conditionals and Loops in Fortran
● Unleashing the Power of Arrays and Matrices in Fortran
● Functions and Procedures in Fortran
● Dynamic Memory and Pointers Demystified
● Crunching Numbers with Fortran: Numerical Computations and Libraries
● Navigating Data Processing and File Handling in Fortran
● Troubleshooting: Debugging and Error Handling in Fortran
● Optimizing Fortran Code for Peak Performance
● Harnessing the Power of Fortran in Scientific Computing
● Mastery and application of absolutely ALL the functionalities of Fortran
● Practical exercises, complete projects and much more!
In other words, what we want is to contribute our grain of sand and teach you all those things that we would have liked to know in our beginnings and that nobody explained to us. In this way, you can learn to build and manage a wide variety of projects and make versatile and complete use of Fortran. And if that were not enough, you will get lifetime access to any class and we will be at your disposal to answer all the questions you want in the shortest possible time.
Learning Fortran Programming has never been easier. What are you waiting to join?