Is it possible to create data structure with Python, like someone might do with C or Java?
If so, are there any resources or eBooks on the web that might help in the programming task?
Python Data Structures
Page 1 of 16 Replies - 646 Views - Last Post: 27 June 2012 - 08:32 PM
Replies To: Python Data Structures
#2
Re: Python Data Structures
Posted 19 June 2012 - 02:35 AM
It sure is, I am not sure about any ebooks on such a topic, but there is a good tutorial in the python section of this website.
I tend to use dictionaries a lot and when I was starting out with them, I found this tutorial very useful as well.
Hope I could help!
I tend to use dictionaries a lot and when I was starting out with them, I found this tutorial very useful as well.
Hope I could help!
This post has been edited by Eric115: 19 June 2012 - 02:37 AM
#3
Re: Python Data Structures
Posted 19 June 2012 - 03:07 AM
Thank you for the quick reply,
but I am looking more for programmer defined data structures like Linked List or Binary Trees.
but I am looking more for programmer defined data structures like Linked List or Binary Trees.
#4
Re: Python Data Structures
Posted 19 June 2012 - 03:16 AM
#5
Re: Python Data Structures
Posted 19 June 2012 - 03:37 AM
Yes that would do just fine
#6
Re: Python Data Structures
Posted 19 June 2012 - 10:31 AM
Also, here's a snippet I made of a Queue class and a Stack Class.
This post has been edited by atraub: 19 June 2012 - 10:38 AM
#7
Re: Python Data Structures
Posted 27 June 2012 - 08:32 PM
This book is pretty awesome when it comes to data structures in python. I loved it.
http://techbus.safar...n/9780470618295
http://techbus.safar...n/9780470618295
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote







|