Completed
Python 2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
It Works on My Machine - Writing Python Code for Any Environment
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Familiar?
- 3 Why does compatibility matter?
- 4 What will be covered?
- 5 The Example Application AWS Command Line Interface
- 6 Renaming: Intro
- 7 No six compatibility
- 8 String Types: Intro
- 9 Python String Types
- 10 Python 2
- 11 Limitations: Intro
- 12 Backports
- 13 File Handling: Intro
- 14 Problem - Issues when concurrently writing to the same file on Windows
- 15 Lessons Learned
- 16 File Paths: Intro aws s3 cp --recursive
- 17 Example: Linux
- 18 Example: Windows
- 19 Functionality: Intro
- 20 Solution (cont.)
- 21 Writing: Intro
- 22 Dependencies
- 23 Best Practices: Inputs
- 24 Best Practices: File Handling
- 25 Best Practices: Env. Specific
- 26 Best Practices: Main Points
- 27 Running: Intro
- 28 Running: Example
- 29 Running: Systems
- 30 Major Points