由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请问Python初学者怎么学
相关主题
Python日报 2015年2月楼Python IDLE的一个问题
python3还是python?有matplotlib或numpy/scipy的同学帮我试试
急! Python 如何从文件读取数据(整数) ~~在线等parsing bibliography and sorting (转载)
perl的文本处理大部分容易在python里实现吗?2012 Free Software Awards granted to the creator of IPython
求python大牛指路如何把文字转换成机器可读形式?
Re: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)那位大侠介绍一下python的webcrawler吧
好东西传送门周报汇总 2015-03-08python有什么类似Rstudio或者matlab的IDE吗?
大侠们说说C(C++)或Fortran比较Matlab到底优点在哪儿?CNN做NLP工程多吗?
相关话题的讨论汇总
话题: python话题: dive话题: natural话题: language话题: processing
进入Programming版参与讨论
1 (共1页)
F****3
发帖数: 1504
1
主要想用Python做Natural Language Processing或者parsing website。或者
webcrawler。
请问应该从哪里开始呢?在Windows环境下编写python是不是比在Linux下面编写要差很
多。。。谢谢!
B******5
发帖数: 4676
2
有本natural language processing with Python吧
F****3
发帖数: 1504
3
准备买哪个,但是不知道对于没有Python编程经验的人来说会不会太难。。。
F****3
发帖数: 1504
4
请问还有人有类似经验吗?小弟刚刚起步自学,感觉很难!希望高手赐教!
F****3
发帖数: 1504
5
主要想用Python做Natural Language Processing或者parsing website。或者
webcrawler。
请问应该从哪里开始呢?在Windows环境下编写python是不是比在Linux下面编写要差很
多。。。谢谢!
B******5
发帖数: 4676
6
有本natural language processing with Python吧
F****3
发帖数: 1504
7
准备买哪个,但是不知道对于没有Python编程经验的人来说会不会太难。。。
F****3
发帖数: 1504
8
请问还有人有类似经验吗?小弟刚刚起步自学,感觉很难!希望高手赐教!
s****n
发帖数: 150
9
网上有本电子版的 learning python,入门还不错。
l*********s
发帖数: 5409
10
dive in python, there is Chinese version too.
相关主题
Re: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)Python IDLE的一个问题
好东西传送门周报汇总 2015-03-08有matplotlib或numpy/scipy的同学帮我试试
大侠们说说C(C++)或Fortran比较Matlab到底优点在哪儿?parsing bibliography and sorting (转载)
进入Programming版参与讨论
C***U
发帖数: 2406
11
Dive in python is really nice for beginner.
At least for me.

【在 l*********s 的大作中提到】
: dive in python, there is Chinese version too.
G********7
发帖数: 234
12
是叫 dive into python吧

【在 l*********s 的大作中提到】
: dive in python, there is Chinese version too.
p**o
发帖数: 3409
13
首先,python 核心语法和内置的数据结构要用熟,
确保能尽快写出能运行的代码,不用过于追求 pythonic 风格。
书不用看得太多太细,了解个大概就可以动手写项目了。
具体到你的应用,NLP 可以看看 NLTK 这个第三方库
http://nltk.org/
扒网页可以看看 requests 这个第三方库,API 设计得非常简单干净。
http://www.python-requests.org
另外,用 python 搞科学计算的,scipy toolchain (numpy, scipy,
ipython, scikits, matplotlib, pandas, pytables, ...) 是避不开的,
当然用到的时候再具体学也不迟。
Windows不是问题。

【在 F****3 的大作中提到】
: 主要想用Python做Natural Language Processing或者parsing website。或者
: webcrawler。
: 请问应该从哪里开始呢?在Windows环境下编写python是不是比在Linux下面编写要差很
: 多。。。谢谢!

s****n
发帖数: 150
14
网上有本电子版的 learning python,入门还不错。
l*********s
发帖数: 5409
15
dive in python, there is Chinese version too.
C***U
发帖数: 2406
16
Dive in python is really nice for beginner.
At least for me.

【在 l*********s 的大作中提到】
: dive in python, there is Chinese version too.
G********7
发帖数: 234
17
是叫 dive into python吧

【在 l*********s 的大作中提到】
: dive in python, there is Chinese version too.
p**o
发帖数: 3409
18
首先,python 核心语法和内置的数据结构要用熟,
确保能尽快写出能运行的代码,不用过于追求 pythonic 风格。
书不用看得太多太细,了解个大概就可以动手写项目了。
具体到你的应用,NLP 可以看看 NLTK 这个第三方库
http://nltk.org/
扒网页可以看看 requests 这个第三方库,API 设计得非常简单干净。
http://www.python-requests.org
另外,用 python 搞科学计算的,scipy toolchain (numpy, scipy,
ipython, scikits, matplotlib, pandas, pytables, ...) 是避不开的,
当然用到的时候再具体学也不迟。
Windows不是问题。

【在 F****3 的大作中提到】
: 主要想用Python做Natural Language Processing或者parsing website。或者
: webcrawler。
: 请问应该从哪里开始呢?在Windows环境下编写python是不是比在Linux下面编写要差很
: 多。。。谢谢!

F****3
发帖数: 1504
19
真是太感激楼上几位大哥鼎力相助了!
小弟痛哭流涕...
1 (共1页)
进入Programming版参与讨论
相关主题
CNN做NLP工程多吗?求python大牛指路
请推荐 机器翻译 的rest API/open source packageRe: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)
谈谈数据visualisation好东西传送门周报汇总 2015-03-08
parsing file in node: js or python ?大侠们说说C(C++)或Fortran比较Matlab到底优点在哪儿?
Python日报 2015年2月楼Python IDLE的一个问题
python3还是python?有matplotlib或numpy/scipy的同学帮我试试
急! Python 如何从文件读取数据(整数) ~~在线等parsing bibliography and sorting (转载)
perl的文本处理大部分容易在python里实现吗?2012 Free Software Awards granted to the creator of IPython
相关话题的讨论汇总
话题: python话题: dive话题: natural话题: language话题: processing