/data_science

Python Data Science Course with TCLab

Primary LanguageJupyter NotebookMIT LicenseMIT

Python 🐍 Data Science with the TCLab

Welcome to this data science course on Python! This course is intended to help you develop data science and machine learning skills in Python. A beginning Python course is available for programmers with no prior programming experience. As with the beginning course, this course has video tutorials for each exercise if you have questions along the way. One of the unique things about this course is that you work on basic elements and then test your knowledge with real data exercises with a heat transfer design project. You will see your Python code have a real impact by designing the materials for a new product.

Python Data Science

One of the best ways to start or review a programming language is to work on a project. These exercises are designed to teach data science Python programming skills. Data science applications are found across almost all industries where raw data is transformed into actionable information that drives scientific discovery, business innovations, and development. This project is to determine the thermal conductivity of several materials. Thermal conductivity is how well a material conducts or insulates against heat transfer. The specific heat transfer project shows how to apply data science to solve an important problems with methods that are applicable to many different applications.

Objective: Collect and analyze data from the TCLab to determine the thermal conductivity of three materials (metal, plastic, and cardboard) that are placed between two temperature sensors. Create a digital twin that predicts heat transfer and temperature.

To make the problem more applicable to a real situation, suppose that you are designing a next-generation cell phone. The battery and processor on the cell phone generate a lot of heat. You want to make sure that the material between them will prevent over-heating of the battery by the processor. This study will help you answer questions about material properties for predicting the temperature of the battery and processor.

Topics

There are 12 lessons to help you with the objective of learning data science in Python. The first thing that you will need is to install Anaconda to open and run the IPython notebook files in Jupyter. Any Python distribution or Integrated Development Environment (IDE) can be used (IDLE (python.org), Spyder, PyCharm, and others) but Jupyter notebook is required to open and run the IPython notebook (.ipynb) files. All of the IPython notebook (.ipynb) files can be downloaded at this link. Don't forget to unzip the folder (extract the archive) and copy it to a convenient location before starting.

Python Data Science

  1. Overview
  2. Data Import and Export
  3. Data Analysis
  4. Visualize Data
  5. Prepare (Cleanse, Scale, Divide) Data
  6. Regression
  7. Features
  8. Classification
  9. Interpolation
  10. Solve Equations
  11. Differential Equations
  12. Time Series

Get TCLab

You will need a TCLab kit to complete the exercises. The TCLab is available for purchase on Amazon.

Temperature Control Lab

Install Python

Download and install Python or watch a video on how to install Python.

Install Python on Windows

Install Python on Windows

Install Python on MacOS

Install Python on MacOS

Install Python on Linux

Install Python on Linux

There are additional instructions on how to install Python and manage modules.

Support

We would love to hear any feedback or problems you would like to send us! We are always trying to improve this course and would like to hear about your experience. We can be contacted at support@apmonitor.com.

Additional Resources