 |
Easter eggs are always a sweet surprise. And Python also has some. Heres a list of Python’s easter eggs. Try them out and be surprised! # Fire up the Python console and type in ‘ import __hello__ ‘ or ‘ import __phello__ ‘ and this is what you will get. It happens only on the…
Uncategorized
|
 |
Tired of iPython’s interactiveness ? Want something different and refreshing ? Get hold of bpython. bpython basically adds a fancy interface to the Python interpreter and jazzes up the old (not so inspiring) looks of it … and oh boy! I bet you will love the way it does so. If you don’t believe me…
Articles Programming Tech
|
 |
You may have wanted to change the label contents of the stock item which you attached into the ImageMenuItem widget, but couldn’t find an easy way out to do it. We here present to you in simple steps a way to achieve this and set the label contents to anything you desire.
Programming Tech
|
 |
PyCon (Python conference) is the largest annual gathering of the Python community in the world. PyCon is organized and run by volunteers from the Python community. PyCon is for Python enthusiasts of all experience levels, from new users to core developers. PyCon is inexpensive because it’s organized by the Python community for the community. Registration…
Events General
|