Completed
Clean up
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Moving Big Projects to Python 3
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Moving from Python 2 to Python 3
- 3 Porting to Python 3
- 4 Preparing vs Planning
- 5 Prepare
- 6 Add hashes
- 7 Test coverage
- 8 Unit testing
- 9 Upgrade dependencies
- 10 Planning
- 11 Three questions
- 12 Deep magic
- 13 How big is your team
- 14 Do it in one go
- 15 Less time
- 16 High risk
- 17 Slow steady
- 18 Low risk
- 19 What you can do
- 20 Everyone gets involved
- 21 The drawback
- 22 Porting
- 23 Continuous Integration
- 24 Python modernize
- 25 Import errors
- 26 Fixing errors
- 27 Fixing errors book
- 28 Scripts
- 29 Migration tests
- 30 Push to staging
- 31 Push to production
- 32 Take it slow
- 33 Fall back to Python
- 34 Clean up
- 35 Summary