Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
Basic Data Types in Python: Summary
00:00 Well done! You’ve reached the end of this course on basic data types. You’ve seen what ints are and different ways to construct and convert them to different formats.
00:12 You’ve looked at floats and seen the different ways of creating and converting those. You’ve looked at complex numbers.
00:21 You’ve looked at strings—different kinds of strings, such as raw strings and triple-quoted strings—escape sequences, and the methods that you can apply to all of those kinds of strings.
00:33
You’ve looked at Booleans, True
and False
values, and the truthy nature of Python objects and comparisons. And you’ve seen a wide range of built-in functions which allow you to speed your Python programming, making it more efficient, more reliable, and faster.
00:53 We hope you’ve enjoyed this course, and we’ll see you again soon at realpython.com.
pruderchose on Jan. 23, 2020
Great explanation, instead of using print() function in function definition I was taught to use return() statement because print() return None
emalfiza on Jan. 25, 2020
Awesome! totally different from any other Python platform. Really appreciate your time Darren
Mallesham Yamulla on Jan. 26, 2020
It’s a fantastic refresher on Python Data types, I really learned a couple of new things from it and thanks for this tutorial.
Luiz Fernando Ferreira on Jan. 27, 2020
I can say that zip()
really made a difference. Take that, Javascript!
rinafleisch on Jan. 28, 2020
very useful!
qmark42 on Feb. 12, 2020
A good refresher course, and I learned quit a bit along withsome material to look up for further study. Thanks to Darren and Real Python for the work and presentations.
wayne2056 on Feb. 26, 2020
Excellent!
tomspoors on March 15, 2020
An excellent overview, well-delivered, and in a soothing voice! Thank you, I learned a lot of useful things!
markthiele on March 16, 2020
Very nice, thanks!
horacionesman on March 21, 2020
very clear explanations, I am amazed about the versatility and efficiency of Python!!
alanhrosenthal on March 24, 2020
Excellent overview. I’m going to see if there is a more indepth look at interators and interables. That is one topic that I am not familar with based on the other (ok, older) languages that I’m used to.
Cristian Palau on April 9, 2020
Thank you for the course!
pshapard on April 10, 2020
Just completed the video. A refresher in some ways and leaqrned new functions and will do a deeper dive in the os module. many thanks
Abdul on April 19, 2020
A clear and info packed video to start my Python journey- loved this
Rowan on April 29, 2020
This was more detailed than I expected. Thanks RP Team for the great job on this exercise. “Started from the bottom now I’m here.” as Drake would say.
Harsh Chaklasiya on May 2, 2020
Thanks Awesome content <3 Learn so many new things!
Pallavi on May 21, 2020
Learnt a lot of useful fucntions! Also helped me to understand some of the errors I had been facing earlier.
RaviR on June 3, 2020
Simply the best
Konstantin Schukin on June 6, 2020
Thank you for the amazing training course. You helped me better understand the basics covered in the course.
Ben Nduwuba on June 7, 2020
Thanks Darren for clear and easy to follow tutorial. Well done !
Arunpandiyan on June 13, 2020
Awesome on the content and concepts are very clear to understand
UweSteiner on June 27, 2020
liked the presentation - very clear - thanks
alvesmig on June 27, 2020
Thank you for this excellent course.
cherianzachariah on July 22, 2020
Excellent course!! There is always something new that I learn from these topics covered. Thanks Darren!!
Mark on Aug. 16, 2020
Thanks for the course. Very informative. Quite densely packed as well, I must say. I need to look over those built in functions…
Soulyana Lakew on Oct. 8, 2020
I’m so in love with python. Wish this was my first language!
Ghani on Oct. 17, 2020
Thanks Darren for this excellent and useful tutorial!
Mariola on Jan. 11, 2021
This is AWESOMEEEEEE!
Become a Member to join the conversation.
Hans Kirchner on Jan. 23, 2020
Super!