Lecture Description
Today we talk about the different types of numbers available in Python version 3. There are three types of numbers in Python V3: ints, floats and complex numbers. This is simpler than in Python V2 which had four types of numbers: ints, longs, floats and complex numbers. You can watch our video on numbers in V2 here: www.youtube.com/watch?v=c59Qzq_03CY
We show you how to create each type of number and how to determine the type of a number.
Subscribe today! www.youtube.com/subscription_center?add_user=SocraticaStudios
Circle us on Google+ at google.com/+socratica
Follow us on Twitter at twitter.com/socratica
Like us on Facebook at www.facebook.com/SocraticaStudios
Python instructor: Ulka Simone Mohanty
Written & Produced by Michael Harrison
Edited by Andriy Kostyuk
Course Index
- Learn Python Programming with Socratica
- Python Hello World
- Python Strings
- Numbers in Version 2
- Numbers in Version 3
- Arithmetic in Python V2
- Arithmetic in Python V3
- Interactive Help
- Python Booleans
- Datetime Module (Dates and Times)
- Python: If, Then, Else
- Python Functions
- Sets in Python
- Python Lists
- Python Dictionaries
- Python Tuples
- Recursion, the Fibonacci Sequence and Memoization
- Python Random Number Generator: the Random Module
- CSV Files in Python
- A Random Walk & Monte Carlo Simulation
- List Comprehension in Python
Course Description
Our Python Tutorials will help you learn Python quickly and thoroughly. We start with "Hello World" and then move on to data structures (sets, lists, tuples and dictionaries). Next we'll cover classes, and give a variety of in-depth examples and applications.
Python is a clean and powerful programming language. You can use it to build websites, analyze data, write utilities, and create many other kinds of software. In this series we will teach everything you need to know to begin writing your own code in Python.