11 Réponses
+ 2
I think it was in python Core, but i am not really sure
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.
0
https://docs.python.org/3/library/random.html
If you don't use search engine, better don't learn programming at all.
0
And pls do u know more built-in that python has and is not in sololearn,even if its somw function
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.
0
Did you mean its not every thing in python is been taught here in sololearn
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…
0
Ok but with the skill i will get from sololearn can i use it to create my game, app, program robot
0
Ok
- 1
Hmmm how can i find the website
- 1
Like hw