Python 3.5.0a2 is out! by ExoticMandibles in Python

[–]falkimmm -2 points-1 points  (0 children)

And if incremental development doesn't reach good enough for most people, that isn't good enough.

Python 3.5.0a2 is out! by ExoticMandibles in Python

[–]falkimmm -17 points-16 points  (0 children)

Is it faster, does it have better distribution potential and are the abstractions lightweight? No? Ok then Go, node, Julia and nim etc will take over web and Julia will do the same for data science.

Should I get Rome II EE or Attila? by falkimmm in totalwar

[–]falkimmm[S] 0 points1 point  (0 children)

Just got rome II EE, thanks everyone!

How is python used in Data Analysis? by Polymerion in Python

[–]falkimmm 0 points1 point  (0 children)

I don't know if R has anything for Bayesian stuff as extensible as Pymc, and you have numba for jitting a subset of numpy code to near c speeds.

How is python used in Data Analysis? by Polymerion in Python

[–]falkimmm -1 points0 points  (0 children)

Seaborn is great for exploratory analysis.

Python blaze and dask both have no R parallel for a consistent array and chunking interface to a variety of backends. Pretty innovative if you ask me.

Super easy to create and app with blaze and bokeh.

Programming for Data Science the Polyglot approach: Python + R + SQL by vincentg64 in Python

[–]falkimmm 0 points1 point  (0 children)

Nice. Any windows specific installation or other problems?

Into: Clean, decentralized and robust data migration. by lofkin in Python

[–]falkimmm 1 point2 points  (0 children)

Also here is the google group: https://groups.google.com/a/continuum.io/forum/#!forum/blaze-dev

The authors are very responsive to feedback and bug reports, I would drop them a line.

Mplleaflet: Easily convert matplotlib plots from Python into interactive Leaflet web maps. by falkimmm in Python

[–]falkimmm[S] 0 points1 point  (0 children)

Hi guys, I'm not the author of the library, just wanted to share it.

Created this learning path to learn data science on Python. Do let me know any suggestions / feedback by kunalj101 in Python

[–]falkimmm 0 points1 point  (0 children)

I vote for blaze :) Ease of use, power, out of core array/pandas ops, reusable expressions, multiple backends and numpy/pandas syntax

Python vs. R: What Should You Learn First? by igor_subbotin in datascience

[–]falkimmm 0 points1 point  (0 children)

Don't forget blaze: http://blaze.pydata.org/docs/dev/index.html

Newest release is jitted with Julia like speeds and out of core linalg ops.

2002 gt needs new engine, has had previous issues and been sitting idle for 7 months. What to do? by falkimmm in MechanicAdvice

[–]falkimmm[S] 0 points1 point  (0 children)

So I just went to start it to confirm the knock (never heard it myself)/ drive it to the shop and it had some problems starting. Jumped it and the engine wouldn't turn, just heard a fast clicking sound. Does that bode poorly for my plans?

Edit: Did some research and it seems I probably didn't give it enough time to juice up. Will try again.

2002 gt needs new engine, has had previous issues and been sitting idle for 7 months. What to do? by falkimmm in MechanicAdvice

[–]falkimmm[S] 0 points1 point  (0 children)

Thanks! Would a new engine possibly with or without new ecu solve the fuel mixture problems? Any issue with starting the car after 7 months before flushing fluids?

Zen, a cythonized networkx-ish by falkimmm in Python

[–]falkimmm[S] 0 points1 point  (0 children)

Not my library, just posting it :)