Python Beginner Tutorial #11 - Import Modules!

preview_player
Показать описание
Python is one of the most popular programming languages worldwide.
You can write scripts, create apps, websites and games with Python. It's especially suitable for programming beginners

In part 11 of Python tutorial for beginners, we look at how to import and use modules in python. For example, we import the time modules and random module. By this, we can use the sleep function and the randint function.

Like and Subscribe for more Python for beginners tutorials!

❤️ You want to support this channel? ❤️

Python For Beginners Playlist:

Music:
Licensed under Creative Commons: By Attribution 3.0 License

#python #pythontutorial #learnpython #module #import #random
Рекомендации по теме
Комментарии
Автор

Keep in mind that we don't have to install the modules "time" and "random"
because they are part of the python standard library!
There are many modules which are already included in the standard library.

Modules like NumPy, PyGame, Ursina Engine etc. has to be installed because they're external modules.

zippycode
Автор

Awesome im becoming better in programming, thanks !

lmaooaooo
Автор

can you teach us JavaScript too plss I followed you in tiktok and I'm a subscriber

shadowfeather
Автор

Hey man I been trying to ask what the difference between 'from random import *' and just 'import random'.

I seen you and other people use both of these. Anything helps

namelesslessness
Автор

How to all sub module available in random..

businesslifeeditor