Skip to content

Software Engineering for Students Majored in Thermal Energy Engineering

License

Notifications You must be signed in to change notification settings

domegabri/homePySEE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foundamentals and Practice of Software Engineering with Python

Goal

This course is intended to train students majored in thermal energy engineering in good software skills for producing code.

We will cover:

  • writing clean, testable, high quality code in Python
  • interactive analysis and literate programming with the IPython Notebook
  • a useful set of algorithmic and apply abstraction and decomposition to solve the complex problems
  • computational tools to model and understand data(numpy, matplotlib, scipy)
  • debug programs using a standardized approach
  • write unit tests and evaluate software quality
  • use version control
  • C/C++ programming with GCC(basic data structure and algorithm)

Required Materials and Textbooks

Contents

Course Grades

The Course graded on an 100 point scale and then weighted according to the following distribution:

  • In-class Exercises: 20%
  • Practices(5):60%, Bonus Points: +5
  • Final Exam: 20%

Please Visit Practices for details: https://github.com/PySEE/Practices/

  1. Github(5):Github、Git

  2. Python and Interactive Computing(15):The Simple Simulator of Rankine cycle

  3. The Object-oriented Programming(20): The General Simulator of Rankine cycle

  4. Data Analysis(15):Statistics, regression and visualization

  5. Unit Test(5):IAPWS-IF97 physical properties calculation and unit test

  6. Bonus Points(+5): C/C++ Programming with GCC, Ubuntu

Update Course

Download the zip file of repository

This repository contain all files of the course. You can manually download these files,

download

Using Git to clone a branch of repository to your computer

We recommend that you use git to clone and update this repository.

After you have installed git, You may use the following commands:

clone a branch of repository:

  • shallowly cloning the branch of repository for saving bandwidth
>git clone --depth 1 -b S2018 https://github.com/PySEE/home.git

This will create a folder home on your computer with the files in subdirectories.

Updating to The Latest Version

As we release new files, or if we update an already released files, you'll have to update your repository.

You can do this by changing into the home directory and executing:

>git pull

That's it - you'll have the latest version of the repository.

download

you may also use any GUI git client to clone and update this repository, for example: Visual Studio Code ,or GitHub Desktop

TIPS

We highly recommend you practice coding whenever you have a few minutes.

You NEED to get your hands dirty and practice

About

Software Engineering for Students Majored in Thermal Energy Engineering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.9%
  • C 1.5%
  • Python 0.4%
  • C++ 0.2%
  • Java 0.0%
  • Fortran 0.0%