Skip to content

ESSS/py4eng-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This was a crash course of Python taught by ESSS software developers to the company CFD/FEA engineers, since they were writing a lot of code to aid their daily activities (using different languages and environments). The course material presented here is very straightforward, and probably it's not the best Python introduction per se, but could go along with other tutorials to shorten the necessary time a student need to be able to create usefull engineering/scientific tools using Python.

Chapter 1 - Python Basics

Chapter 2 - Decline Curve Analysis

Chapter 3 - Files and OS

Chapter 3a - Regular Expressions

Chapter 4 - Building Graphical Applications - the fast and easy way