CrazyPython

Results 109 issues of CrazyPython

it says: ``` class Loaf: pass ``` it should say: ``` class Loaf(object): pass ``` so, ``` pumpernickel = Loaf() print type(pumpernickel) ``` won't say, `` instead it would say,...

Errors

It should say that when you import a module you import all but stuff that starts with an double underscore. But you CAN use double underscored methods/attributes from a class...

enhancement

A simple and fluff-free example with an explanation is all that's needed.

Can you help me by persisting the data structure (streaming segment tree), so it can be used for bounds checks ("Find all boxes overlapping a point") later?

![image](https://cloud.githubusercontent.com/assets/2363105/5570153/35e9ac8c-8f4b-11e4-97e8-4e3673ab9481.png)

Well, sort of. The original dev has stopped maintaining it, but a much larger and actively developed semi-official fork exists at [tqdm/tqdm](https://github.com/tqdm/tqdm) This is the version you get when you...