Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.36 KB

README.md

File metadata and controls

24 lines (19 loc) · 2.36 KB

Hi Everyone,

My name is Jhair Acosta and I am PhD. candidate in Electrical Engineering at University of Campinas.

The propose of this course is to teach you how to use the Python automation library to automate PSCAD. The first eleven topics are introductories to Pyhton, so if you feel confident with Python programming language you can directly go to the topic twelve, which presents the actual Python automation. As bonus, I included how to use parallel computing on PSCAD controlled by the automation library.

PSCAD

Course Structure

  1. Introduction
  2. Hello World
  3. Variables and Basic math
  4. Data structures
  5. Conditionals and loops
  6. Functions
  7. Using and installing modules
  8. Numpy module
  9. Pandas module
  10. Matplotlib module
  11. Interacting with ATP and Matlab
  12. Reading and writing files
  13. Automating PSCAD

I hope that this course will be usefull in your carrers. It was done in Jupyther notebooks because it is easy to present text and code in the same place. You can use other IDE if you feel more confortable.