Exploring Basic Data Types in Python – Real Python
Participant Comments
PururinTora
This was awesome, very well done! Thank you Sire!
kcode
Excellent course. I enjoyed how well the instructor explained the concepts along with the examples. Great job indeed.
Glenn Lehman
Thank You Very Much!
I learned more in this video then in the entire course I took on python scripting in college.
Is there a link to setup up bpython?
Janet Anne
Wow. I FINALLY understood hash() after this. Thank you! Great refresher on Python data types.
Paul D Paradis
This is gold! I have been teaching myself Python for a while now, and this is the best presentation of fundamental data types I have ever come across. I just joined real Python and decided to go through the basics as a refresher and to get comfortable with the site, and I am thoroughly impressed.
Rowan
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.
tomspoors
An excellent overview, well-delivered, and in a soothing voice! Thank you, I learned a lot of useful things!
Mallesham Yamulla
It’s a fantastic refresher on Python Data types, I really learned a couple of new things from it and thanks for this tutorial.
emalfiza
Awesome! totally different from any other Python platform. Really appreciate your time Darren
ddb
I had some previous experience with Python scripts and expected to skip through a lot of parts but I quickly found there was a lot I didn’t know and some useful methods I was unaware of. In future the dir() command will be particularly helpful for finding the available methods to use before doing it the longer or less efficient way. I will also try the end command in print statements which I have not used before.