I don't know which Python course i will learn about the random import , i am in Python intermediate yet i still haven't seen it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I don't know which Python course i will learn about the random import , i am in Python intermediate yet i still haven't seen it

Built-in python random

16th Aug 2022, 5:59 PM
Emmanuel Odukoya
Emmanuel Odukoya - avatar
11 Answers
+ 2
I think it was in python Core, but i am not really sure
16th Aug 2022, 11:38 PM
Roman Weller
Roman Weller - avatar
0
If you are focusing on the random package, you better find out their source document or related website. You can merely learn randint only at here.
16th Aug 2022, 6:30 PM
abpatrick catkilltsoi
abpatrick catkilltsoi - avatar
0
https://docs.python.org/3/library/random.html If you don't use search engine, better don't learn programming at all.
16th Aug 2022, 8:29 PM
abpatrick catkilltsoi
abpatrick catkilltsoi - avatar
0
And pls do u know more built-in that python has and is not in sololearn,even if its somw function
16th Aug 2022, 8:31 PM
Emmanuel Odukoya
Emmanuel Odukoya - avatar
0
It is hard to tell which function is built-in as the inclusion is different across platform. The popular one is already covered at here such as NumPy, regex, pandas, scikit. Turtle is common for drawing, tkinter is popular for GUI. Most of the IDE can do package search nowadays.
16th Aug 2022, 8:42 PM
abpatrick catkilltsoi
abpatrick catkilltsoi - avatar
0
Did you mean its not every thing in python is been taught here in sololearn
16th Aug 2022, 8:43 PM
Emmanuel Odukoya
Emmanuel Odukoya - avatar
0
Sololearn just provide you with the basic knowledge and example. Even though it won't teach you of the background algorithm deeply. For example, the random package provide by Python is not real random, it depends on some factor and model which means that the random is unsafe in some occasion. You need to learn ton of basic knowledge if you wish to learn everything about programming, such as 3d matrix transformation use in 3d environment, bunch of differential equation which might appear in graphic rendering engine, Photoshop effect etc…
16th Aug 2022, 8:56 PM
abpatrick catkilltsoi
abpatrick catkilltsoi - avatar
0
Ok but with the skill i will get from sololearn can i use it to create my game, app, program robot
16th Aug 2022, 9:25 PM
Emmanuel Odukoya
Emmanuel Odukoya - avatar
0
Ok
17th Aug 2022, 8:37 AM
Emmanuel Odukoya
Emmanuel Odukoya - avatar
- 1
Hmmm how can i find the website
16th Aug 2022, 8:25 PM
Emmanuel Odukoya
Emmanuel Odukoya - avatar
- 1
Like hw
16th Aug 2022, 8:29 PM
Emmanuel Odukoya
Emmanuel Odukoya - avatar