Skip to content

Videos: Types and Conversions

Back to concept


Best single video

  • Python Tutorial for Beginners 3: Integers and Floats - Working with Numeric Data by Corey Schafer (~12 min) Corey explains integers, floats, arithmetic operations, and type conversion with live coding examples. Clear coverage of int(), float(), and how Python handles numeric types. A concise, focused treatment of the topic. https://www.youtube.com/watch?v=khKv-8q7YmY

Alternative explanations

  • Numbers in Python 3 by Socratica (~7 min) Socratica covers Python 3 number types (int, float, complex) with polished visuals and a concise, classroom-style approach. Great for learners who prefer shorter, focused lessons over long-form tutorials. https://www.youtube.com/watch?v=_87ASgggEg0

  • Python Strings by Socratica (~7 min) Covers the string data type, string methods, and type conversions involving strings. Pairs well with the numbers video above for a complete picture of Python's core types. https://www.youtube.com/watch?v=iAzShkKzpJo

Deep dives

  • Python Tutorial for Beginners 2: Strings - Working with Textual Data by Corey Schafer (~21 min) A deeper exploration of Python's string type, covering formatting, slicing, methods, and type conversion between strings and numbers. Complements the integers/floats video for full type literacy. https://www.youtube.com/watch?v=k9TUPpGqYTo

Interactive practice


Last verified: 2026-02-25. If a link is broken, please open an issue.