Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python's biggest weakness is the lack of a function that shows you how exactly a variable looks like. the var_dump (php, ha!) works like wonders. The best library ever created for Python ;). and now wat is also looking to be a close contender for best helping hand.


>Python's biggest weakness is the lack of a function that shows you how exactly a variable looks like.

Doesn't the repr() built-in function do what you want?

It can also be customized by defining the __repr__() method of a class, IIRC.

Commonly done.


Nop.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: