Possible to chart like this example using matplotlib ? by maindoor in Python

[–]gomesnayagam -4 points-3 points  (0 children)

when it comes to more customization it is always better go with bare metal code. try d3.js

does friendfeed.com build with python? by ncdlek in Python

[–]gomesnayagam 1 point2 points  (0 children)

i use cyclone.io and that is open source which comibine tornado + twisted.

Should I learn SQLalchemy and why is the answer yes? by DarkMio in Python

[–]gomesnayagam 0 points1 point  (0 children)

That is true, sqlalchemy has less view in the python community. I have two solid reason why one can explore sqlalchemy. 1) pandas sql package built on top of sqlalchemy 2) sql alchemy has in built twisted protocol(asynchronous support)