Python Tutorial v3.2.5 Lesson 10 - Random Number Generation and Importing Modules

preview_player
Показать описание
2:33 Click to skip the Introduction to Lesson 10.

This is an introductory series of Python tutorials. This course, from start to finish, is designed to help someone who has never programmed before learn the basics of coding in Python. As this series continues, we examine more advanced Python techniques, functions, and methods.

Keep in mind this tutorial is using an older version of Python, v3.2.5. You will need to click on the "View Older Releases" button to use this specific version. Using the newer versions will not be an issue at this point, but when the lesson proceeds to basic graphics, the Pygame Module we'll use does not support v3.3+ at this time.
Рекомендации по теме
Комментарии
Автор

Thanks, you've made my life a lot easier with Python. I never even had to watch half of the video because what I was looking for if right in the blue text.

mduduzinkala
Автор

Thanks a lot.... now I finally do understand random module..

slippingfox
Автор

The friendly way you reply to comments, you sound like a pretty nice guy, Steve!

maycontainnuts
Автор

GREAT video!!! Keep it up!
Cheers from Sweden :)

peternydahl
Автор

thank you for the video .
i just start learning programming few days ago and i think that's a lots of fun specially i like math nd i already started now to write some math games and calculator . i really wanna show you this

zaimsofia
Автор

Hi Steve,

I like your video.  Could you please give me your thoughts about the below questions.
While I was watching this video and was half way through it, I typed and executed the program on my computer.  

1.  Your program has the statements regrading (x, y and z) without a print statement.  It was still printing the output.  Mine was not printing anything.  

2.  Also, when you had the statements (x, y and z) in the same program, why was it giving the output of only the recent statement (Example: if z statement was the last in the program, the program output did not display the x and y statements output.)

Thank you.
Chandra

ckbitra
Автор

Hi Steve, I have a quick question.
this random module is like using built-in module?
I was wondering what kind of built-in module there are and how do we get user-defined module bringing ".py" file?
Thank you

Jodingowal