由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 也谈为什麽要学习Python(对Python没兴趣的请跳过:-)
相关主题
也谈为什麽要学习PythonstatsGuy的python和R课程观后感。。。。。。
大家知道statsguy靠谱吗?怎么由 SAS programmer 转成 data scientist (转载)
六月份上Python/R/Hive 课的同学请与我联系问个自动生成report的问题.
问题回复: Python为啥只有两个小时的课?Python - 4/19 (Skype)
最近有没有面试google quantitative analyst的?最近统计工作好找吗
关于SAS,SPSS,R,Python做培训的有一点感受
~StatsGuy: 再次感谢选课的同学们!请问湾区有什么biostatistican或SAS编程的职位吗?
打听统计entry level起薪二月及三月上Python/R/Hadoop/Tableau课的同学请与我联系
相关话题的讨论汇总
话题: python话题: hadoop话题: data话题: analysis
进入Statistics版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
最近坛子上 百家齐放,百花争鸣. 我也忍不住说一说 - 为什麽要学习Python?
首先, 这里只谈Python 不针对其他任何一种语言(对Python没有兴趣的请跳过 :-)
1) Python是 一个所有人都可以学的语言
在亚洲国家 上过初三/高一 数学的人, 都够资格学Python
与C++, Java相比, Python 大大简化了编程 (只在 performance做了一点牺牲)
2) 如果你想转行Data Science,Python 是你入行的 敲门砖
Python可以prepare data for analysis
Python可以perform statistical analysis (numpy, scipy, pandas, ipython,
scikit-learn)
Python 可以用来写production code
Python 可以work seamlessly with Hadoop (extension to Hive, Pig, and Hadoop
streaming). You can write Python map-reduce jobs via Hadoop streaming.
3) 在你现在的行业, Python 可以提升你的价值
你有好的idea, 不需要依赖 程序员, 可以自己 implement ideas in Python.
You can build tools and software in Python for your company/industry. e.g.
If you are a biologist, you can immediately get into Computational Biology。
Python has been widely used in GEP (Gene Expression Programming)
4)Python每一次版本更新,功能越来越强大
==========================================================
Python 已不再只是 scripting language. 举一个例子 OpenERP is written almost
entirely in Python -
http://www.openerp.com/
http://en.wikipedia.org/wiki/OpenERP
==========================================================
硅谷高科技公司 Google, Facebook, LinkedIn, Dropbox 都在提倡 Python
花钱请人来培训员工. Things are prototyped in Python quickly to see whether
they work or not (before making major investment). Companies reap higher
productivity from engineers/data scientists via rapid prototyping in Python.
Rule of thumb: If you are not sure what technology to adopt, follow the
giants
==========================================================
大家时间资源有限, 要 invest in the language of the next 8-10 years.
希望大家 都早日成为Python 专家,成为公司的技术骨干!
-StatsGuy
m*********[email protected]
欢迎浏览Python/R/Hadoop实战速成课网页-
http://plus.google.com/+statsGuyMITBBS/about
f*******3
发帖数: 206
2
大哥,原来你这是广告,Python,R,Hadoop都是开源,网上资源一大堆,您这儿还要
charge?
Google如下书籍链接,迅速开始您的学习:
Python: Programming in Python 3
R:The Art of R Programming: A Tour of Statistical Software Design
Hadoop: Hadoop: The Definitive Guide
S******y
发帖数: 1123
3
有时间自学的同学,也不一定上我的课 :-)
只要大家学Python, 我就很开心!
============================================
欢迎浏览Python/R/Hadoop实战速成课网页-
http://plus.google.com/+statsGuyMITBBS/about
f*******3
发帖数: 206
4
佩服,有这份虚怀若谷的气度,我着相了
j********t
发帖数: 201
5
how about adding Dive into Python, and Learn Python the Hardway for the
starters but with some programming
experiences in other languages:
http://www.diveintopython.net
http://learnpythonthehardway.org/book/
the above books are free.
to get stat packages you might want to buy:
Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython
however, students at school should concentrate on two things: your
Statistics classes (at school) and the industry you want to go to (interim).
Languages are only tools.
I strongly hope professionals from different industries give advices about
the industry they are familiar with in a comprehensive setting, a realistic
picture.
For example, it would be very helpful to the new students who are looking
for jobs if people from Banking, Insurance, Marketing, Quality Control,
Internet Apps, "Big Data" can provide the following info:
1) What requirements are needed to get your industry (master, phd instate,
or combinations)
2) How likely the new graduates with master/phd get those positions? For
example, in your group in a big company, do you have 2, 3, or more than 20,
or 30 such positions?
3) If you are introducing some one to your company, what improvements you
would suggest that the students should have done before the on sight
interview?
and more ?

【在 f*******3 的大作中提到】
: 大哥,原来你这是广告,Python,R,Hadoop都是开源,网上资源一大堆,您这儿还要
: charge?
: Google如下书籍链接,迅速开始您的学习:
: Python: Programming in Python 3
: R:The Art of R Programming: A Tour of Statistical Software Design
: Hadoop: Hadoop: The Definitive Guide

w********m
发帖数: 1137
6
深有同感。python现在就是bash 2.0,linux上面人挡杀人,佛挡杀佛。
f*******3
发帖数: 206
7
Very nice recommendations, I downloaded the python for data analysis one and
that looks good.
What you recommend is very interesting. People in this blog spend so much
time demeaning others' work. No matter which background you are from, IT,
Pharm, Bank etc, Chinese should help each other's development, and hopefully
we can make friends here and back up each other in the future.
I am from a IT company, and I have been here for only 6 months, I will post
my experience some time later.

).

【在 j********t 的大作中提到】
: how about adding Dive into Python, and Learn Python the Hardway for the
: starters but with some programming
: experiences in other languages:
: http://www.diveintopython.net
: http://learnpythonthehardway.org/book/
: the above books are free.
: to get stat packages you might want to buy:
: Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython
: however, students at school should concentrate on two things: your
: Statistics classes (at school) and the industry you want to go to (interim).

a******d
发帖数: 896
8
support, 收费与否其实不重要,重要的是互惠互利。
d********u
发帖数: 5383
9
1)纯粹是瞎扯。上规模的CODE用python就是找死
3)每次新版本都越来越强?这不废话吗
结论 - 美国老土的翻版

【在 S******y 的大作中提到】
: 最近坛子上 百家齐放,百花争鸣. 我也忍不住说一说 - 为什麽要学习Python?
: 首先, 这里只谈Python 不针对其他任何一种语言(对Python没有兴趣的请跳过 :-)
: 1) Python是 一个所有人都可以学的语言
: 在亚洲国家 上过初三/高一 数学的人, 都够资格学Python
: 与C++, Java相比, Python 大大简化了编程 (只在 performance做了一点牺牲)
: 2) 如果你想转行Data Science,Python 是你入行的 敲门砖
: Python可以prepare data for analysis
: Python可以perform statistical analysis (numpy, scipy, pandas, ipython,
: scikit-learn)
: Python 可以用来写production code

t*****i
发帖数: 11
10
There are currently 4,636 jobs on Dice.com (searching with 'Python')
http://www.dice.com/job/results?caller=basic&q=python&x=all&p=

【在 w********m 的大作中提到】
: 深有同感。python现在就是bash 2.0,linux上面人挡杀人,佛挡杀佛。
1 (共1页)
进入Statistics版参与讨论
相关主题
二月及三月上Python/R/Hadoop/Tableau课的同学请与我联系最近有没有面试google quantitative analyst的?
给今年毕业的同学们出一个主意关于SAS,SPSS,R,Python
pandas这个东西有点意思~StatsGuy: 再次感谢选课的同学们!
来讲讲SAS的优点吧打听统计entry level起薪
也谈为什麽要学习PythonstatsGuy的python和R课程观后感。。。。。。
大家知道statsguy靠谱吗?怎么由 SAS programmer 转成 data scientist (转载)
六月份上Python/R/Hive 课的同学请与我联系问个自动生成report的问题.
问题回复: Python为啥只有两个小时的课?Python - 4/19 (Skype)
相关话题的讨论汇总
话题: python话题: hadoop话题: data话题: analysis