battletoad
Expert Member
- Joined
- Mar 10, 2009
- Messages
- 1,461
- Reaction score
- 52
Been using nodejs for the past year, pretty fun. Applications are usually "big data" type which is farmed out to headless client nodes over websocket for prediction models (statistics, stochastic processes, etc.) and data gethering. Databases I've used were mysql, mongodb, memcache or pretty much json/xml files over nfs storage.
However, I'm trying to get into python since its the "scientific language", and from what I read online python can pretty much do whatever I've been doing. Plus, python in my mind has much more support for an MPI (clustering) role than javascript.
Fired up codecademy for a python intro, but I'd like something more fast paced with an onus on module usage. Any such links?
However, I'm trying to get into python since its the "scientific language", and from what I read online python can pretty much do whatever I've been doing. Plus, python in my mind has much more support for an MPI (clustering) role than javascript.
Fired up codecademy for a python intro, but I'd like something more fast paced with an onus on module usage. Any such links?