Skip to content

changdawei1/home

 
 

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 problem reduction techniques
  • 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++ progamming with GCC

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(15): The General Simulator of Rankine cycle

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

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

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

Update Course

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

down

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

If you have installed git, you can use any GUI git client to update this repository, for example: GitHub Desktop, Visual Studio Code.

You may also use the following commands:

Cloning to Your Computer

When you clone a repository you set up a copy on your computer. Run:

git clone 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.

TIPS

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

Even if you are just modifying available code, it will be incredibly beneficial.

You NEED to get your hands dirty and practice

About

Foundamentals and Practice of Software Engineering with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.5%
  • C 1.2%
  • Python 1.1%
  • Other 0.2%