Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75099 > unrolled thread

I want to do something with data

Started byNicholas Cannon <nicholascannon1@gmail.com>
First post2014-07-23 15:20 -0700
Last post2014-07-23 18:09 -0700
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  I want to do something with data Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-23 15:20 -0700
    Re: I want to do something with data Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-24 01:01 +0100
    Re: I want to do something with data memilanuk <memilanuk@gmail.com> - 2014-07-23 18:09 -0700

#75099 — I want to do something with data

FromNicholas Cannon <nicholascannon1@gmail.com>
Date2014-07-23 15:20 -0700
SubjectI want to do something with data
Message-ID<d80b55f6-35b6-4748-9e1e-e1e360154048@googlegroups.com>
Hey i am interested in using data in my programs. I know every program uses data but i want to do like large data processing and pick results out of a data like querying database. I dont really know what this is called though. Is it data analytics? im not sure but I would like to do this stuff. What would i need to learn because i know the basic file opening and stuff and also know how to open csv files aswell as grab data from the web. I dont know much else about handling data other than regular expressions which is handy when grabbing data from the web. I f any one could like guide me on what to learn that would be so good.

[toc] | [next] | [standalone]


#75104

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2014-07-24 01:01 +0100
Message-ID<mailman.12253.1406160124.18130.python-list@python.org>
In reply to#75099
On 23/07/2014 23:20, Nicholas Cannon wrote:
> Hey i am interested in using data in my programs. I know every program uses data but i want to do like large data processing and pick results out of a data like querying database. I dont really know what this is called though. Is it data analytics? im not sure but I would like to do this stuff. What would i need to learn because i know the basic file opening and stuff and also know how to open csv files aswell as grab data from the web. I dont know much else about handling data other than regular expressions which is handy when grabbing data from the web. I f any one could like guide me on what to learn that would be so good.
>

Try this for starters http://pandas.pydata.org/

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

[toc] | [prev] | [next] | [standalone]


#75110

Frommemilanuk <memilanuk@gmail.com>
Date2014-07-23 18:09 -0700
Message-ID<mailman.12255.1406164166.18130.python-list@python.org>
In reply to#75099
On 07/23/2014 03:20 PM, Nicholas Cannon wrote:
> Hey i am interested in using data in my programs. I know every
> program uses data but i want to do like large data processing and
> pick results out of a data like querying database. I dont really know
> what this is called though. Is it data analytics? im not sure but I
> would like to do this stuff. What would i need to learn because i
> know the basic file opening and stuff and also know how to open csv
> files aswell as grab data from the web. I dont know much else about
> handling data other than regular expressions which is handy when
> grabbing data from the web. I f any one could like guide me on what
> to learn that would be so good.
>

Python for Data Analysis
http://shop.oreilly.com/product/0636920023784.do

Think Stats
http://shop.oreilly.com/product/0636920020745.do

Learning IPython for Interactive Computing and Data Visualization
http://shop.oreilly.com/product/9781782169932.do

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web