Giter Club home page Giter Club logo

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 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

home's People

Contributors

thermalogic 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.