Giter Site home page Giter Site logo

myao9494 / home Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thermalogic/sees

0.0 2.0 0.0 44.17 MB

Software Engineering for Students Majored in Thermal Energy Engineering

License: MIT License

C 1.53% Fortran 0.01% Java 0.02% Python 0.42% Jupyter Notebook 97.80% Batchfile 0.01% C++ 0.21% Shell 0.01%

home's Introduction

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

home's People

Contributors

thermalogic avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.