Intermediate Fortran

Intermediate Fortran

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 14 lectures (2h 51m) | 1.72 GB

Intermediate Level Programming Concepts Implemented in Fortran

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.

What you’ll learn

  • Intermediate level skills programming in Fortran
Table of Contents

Introduction
1 Introduction
2 Additional Setup

Procedure Attributes
3 Procedure Attributes Introduction
4 Pure and Elemental
5 Recursion
6 Abstract Interfaces

Data Structures
7 Data Structures Introduction
8 Linked List
9 Heterogeneous List
10 Trees

Patterns and Principles
11 Patterns and Principles Introduction
12 Data Hiding
13 Composability
14 Open-Closed Principle

Homepage