Does anyone know where I can find a goo pdf python reference for the following?

pre built constructors,

functions/methods for the follwoing

tuples, lists, dicts...etc

I hate reading a book with nothing but quick explanation, I want to see them for myself. And I already know how to find them using dir().
Thanks for any and all help.

Recommended Answers

All 4 Replies

For a crash reference, there is PQRC.
There is also another one here, probably less complete.

Does anyone know where I can find a goo pdf python reference for the following?

pre built constructors,

functions/methods for the follwoing

tuples, lists, dicts...etc

I hate reading a book with nothing but quick explanation, I want to see them for myself. And I already know how to find them using dir().
Thanks for any and all help.

For tuples, lists, dicts...etc take a looky at this:
http://www.swaroopch.com/notes/Python_en:Data_Structures

I got a great tut on what your looking for here in this link: http://www.sthurlow.com/python/lesson06/

the home page link is http://www.sthurlow.com/python/

I rly enjoyed the tutorials and it taught me a lot about all the essentials and i like to go back to it to use as a reference now and then. Its rly in depth as a tutorial: best one i used.

BTW its not a pdf file but an actual website. However sthurlow.com is rather helpful so you should check it out.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.