Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Can somebody tell me good tutorial websites for data structure in python?

+5 votes
asked Oct 14, 2022 by Eidnoxon (5,140 points)
Hi! I've been searching the web forever, still, didn't found any good websites for data structure in python. Some of them were short, some of them was nonsense. Can somebody link a good tutorial website here?

3 Answers

0 votes
answered Oct 14, 2022 by Pragyna Paramita Pal (140 points)
https://www.tutorialspoint.com/python_data_structure/python_data_structure_introduction.htm

This is the best one in my point of view, it helps me a lot. It has detailed descriptions of all the topics.
+2 votes
answered Oct 14, 2022 by Peter Minarik (86,040 points)

Not sure what qualifies "good" for you. :)

I am happy with most of the sites I find online, such as

Maybe you can ask specific questions if you'd like to know more about a specific topic. Data types are quite broad. Are you interested to learn more about lists, or maybe you want to define your own data type (use classes) or would be interested in how the binary representation of numbers looks like?

0 votes
answered Oct 17, 2022 by Sarang Pawar (180 points)
https://www.codewithharry.com/tutorial/python/

This website is so wonderful to Learn Python Programming..
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...