Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Intermediate Fortran
Rating: 4.5 out of 5(59 ratings)
882 students

Intermediate Fortran

Intermediate Level Programming Concepts Implemented in Fortran
Created byBrad Richardson
Last updated 3/2021
English
English

What you'll learn

  • Intermediate level skills programming in Fortran

Course content

4 sections14 lectures2h 51m total length
  • Introduction2:06

    Explore advanced features, design techniques, and data structures and algorithms in Fortran to help intermediate learners build productive, readable code with reusable components and a prepared environment.

  • Additional Setup8:21

    Introduce optional editor tools for Fortran development, such as syntax highlighting, linter-gfortran, ide-fortran, and fortran-language-server; show installation and how they improve readability and catch errors early.

Requirements

  • Understand the basic fundamentals and syntax of the Fortran programming language

Description

Start improving your skills using one of the few languages directly targeting use for high-performance scientific and engineering applications. I'll show you some techniques that make use of more advanced features of the language, and how you can apply some best practices from software development in general to programming in Fortran. If you've taken my previous course, have some basic experience in Fortran, or are interested in learning how you can apply techniques you're familiar with from other languages to Fortran, this course will help you improve your skills.

I can't cover all the techniques and practices out there in a single course, but this should give you an idea of what's possible, and help you put some tools in your tool box. I'll even show you how I have some of the tools I use for development configured to be more convenient and helpful.

We start with some features of the language you'll need to be familiar with to be successful, explore some common data structures in software development, and demonstrate some patterns and practices shown to be useful in other fields of programming. I'll show you some example that demonstrates a concept, and then have you complete 1 or 2 exercises where you'll extend the example using the techniques we've talked about.

By the end of the course, if you've understand the material and completed the exercises, you should see your skills as a software developer dramatically improved.

Who this course is for:

  • Beginner to intermediate level programmers interested in learning more about Fortran