By Ben Lorica
March 31, 2013
An integrated data stack boosts productivity As I noted in my previous post, Python programmers willing to go “all in”, have Python tools to cover most of data science. Lest I be accused of oversimplification, a Python programmer still needs …
By Ben Lorica
March 24, 2013
Here are a few observations inspired by conversations I had during the just concluded PyData conference1. The Python data community is well-organized: Besides conferences (PyData, SciPy, EuroSciPy), there is a new non-profit (NumFOCUS) dedicated to supporting scientific computing and data …
By Nat Torkington
February 26, 2013
School of Data — free online courses around data science and visualization. libshorttext — classify and analyse short-text of things like titles, questions, sentences, and short messages. MIT-style open source license, Python and C++ source. Letterboxd — a site for …
By Rachel Roumeliotis
October 4, 2012
Guido van Rossum is the creator of Python. I recently had the opportunity to talk with him about the state of the language. You probably don’t realize it, but Python’s capabilities are pushed every time you use YouTube and Dropbox. …
By donfox
October 4, 2012
I'm new to postgreSQL!
I'd like to use psql interactive commands like \d+ from inside python. Is there a way?
I'm trying to use SQL or a psql command to determine the primary key of a table.
Many thanks.
By deepika
September 28, 2012
Hi,
I am developing one application in which I need to update cookie for current session;
For example:
if the cookie key value is
Key1:value1
then I want to set it like
key1:value1|value2|value3
or something like this, means I want to set multiple values for one key.
Please let me know solution
Thank you,
Deepika
More News – More Answers