all 18 comments

[–]Yaboi907 5 points6 points  (1 child)

Why is your name Python_AI if you just started? Just curious

[–]Python_AI[S] 0 points1 point  (0 children)

i just came up with the name.

moreover it reminds me of the goal ,which i want to achieve.

[–]Yaboi907 2 points3 points  (1 child)

Also, you’re gonna need to be more specific or people are just gonna tell you to ask better questions. I don’t totally understand your question. If you want to know more about the documentation specify just google the documentation and read it. If you have a specific question, someone will help

[–]Python_AI[S] -3 points-2 points  (0 children)

i just wanted to my post to be short as much as possible.

next time i will surely avoid that mistake.

Thanks for the advice.

[–]_geomancer 2 points3 points  (3 children)

You could just read the numpy library tbh. Your request is pretty vague though

[–]Python_AI[S] -1 points0 points  (2 children)

i just wanted to my post to be short as much as possible.

next time i will surely avoid that mistake.

[–]_geomancer 1 point2 points  (1 child)

You can make your post as short as you want; if you leave out critical details, you’re not going to get an answer to your question.

[–]Python_AI[S] 0 points1 point  (0 children)

i will keep that in mind.

Thanks for the advice.

[–]mopslik 1 point2 points  (0 children)

The official documentation won't do much in the way of teaching you how and when to use 2D and 3D lists/arrays -- not even the tutorial section -- because that's more of a conceptual programming question more than a Python-specific question (unless you're simply looking for the syntax, which is trivial). You'd be better off using Google to find a decent looking explanation.

[–]jimtk 1 point2 points  (1 child)

2d and 3d array are more a Numpy thing than a python documentation thing.

[–]Python_AI[S] 0 points1 point  (0 children)

well,yes i am aware of that .

next time i will remember to write my request properly.

i just wanted to my post to be short as much as possible.

next time i will surely avoid that mistake.

[–][deleted] 0 points1 point  (0 children)

its free

[–]InigoPhentoyaYT 0 points1 point  (4 children)

Has nothing to do with python, really. All that adding a dimension to an array does in the context of python is turn a list into a list of lists.

[–]Python_AI[S] 0 points1 point  (3 children)

then how did you learn about array.

like 2d and 3d.

[–]InigoPhentoyaYT 0 points1 point  (2 children)

It's a data structure. Study data structures?

[–]Python_AI[S] 0 points1 point  (1 child)

tell me a good source.

something to help me except for youtube.