py4eng-course
py4eng-course copied to clipboard
A crash course of Python taught by ESSS software devs
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