Productionize Research Oriented Code by Python

Productionize Research Oriented Code by Python

PyCon US via YouTube Direct link

Intro

1 of 16

1 of 16

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Productionize Research Oriented Code by Python

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Background
  3. 3 Example of pre processing code
  4. 4 Example of calculation code
  5. 5 3 differences between research oriented code and production code
  6. 6 Code Reading / Code Documentation
  7. 7 Modularization outcome
  8. 8 Mapping each module into directory
  9. 9 Before refactoring the code
  10. 10 preprocess.py: the three ways to pre-process data
  11. 11 Request routing: clarity input and output and define URI from data
  12. 12 The Flow Chart of Transformation from Research Oriented code into WEB API
  13. 13 Request parameter check: write decorators with JSON Schema
  14. 14 The Flow Chart Transformation from Research Oriented code into WEB API
  15. 15 Error check use error handler functions to detect error by using Flask
  16. 16 Summarize 4 Step Transformation from Research Oriented code into Products

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.