推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
aljun
V2EX  ›  Python

R 语言和 python 在数据处理方面的优缺点

  •  
  •   aljun · Oct 29, 2015 · 5378 views
    This topic created in 3854 days ago, the information mentioned may be changed or developed.

    最近在同时搞 R 语言和 python 的数据处理,发现殊途同归,希望有过来人告诉我,哪方面 R 语言占优,哪方面 python 占优

    ps.我是从 python 的 web 转向数据处理的

    15 replies    2015-11-02 10:26:51 +08:00
    kikyous
        1
    kikyous  
       Oct 29, 2015 via Android
    这是标题党吗
    andyhenry
        2
    andyhenry  
       Oct 29, 2015
    这个话题也属于万年斯比之一了
    crowds
        3
    crowds  
       Oct 29, 2015
    JamesRuan
        4
    JamesRuan  
       Oct 29, 2015
    R 是函数式语言,但是 R 包的质量良莠不齐,文本处理弱;而 Python 的文本处理,数据清洗啥的都是很占优势的。
    icedx
        5
    icedx  
       Oct 29, 2015   ❤️ 1
    R=廉价开源 MathLab
    Python=半个 R+很多附加的东西
    icemelon
        6
    icemelon  
       Oct 29, 2015
    然而 data science 的难点永远不是语言
    irainy
        7
    irainy  
       Oct 30, 2015
    初步数据处理用 Python ,统计分析&可视化用 R 。( R 别扭的函数式语法确实用起来比较疼...)
    BooksE
        8
    BooksE  
       Oct 30, 2015
    你做数据处理的话, R + ggplot 应该会爽很多,可视化很赞。
    master13
        9
    master13  
       Oct 30, 2015
    我想从数据处理转 web ……还是前端吃香啊
    aljun
        10
    aljun  
    OP
       Oct 30, 2015 via iPhone
    @master13 可是数据处理蛮好玩的
    master13
        11
    master13  
       Oct 30, 2015
    @aljun 好玩又不能当饭吃!前端的工资条比我的长一倍!!!
    unionx
        12
    unionx  
       Oct 30, 2015
    然而 data science 的难点永远不是语言
    aljun
        13
    aljun  
    OP
       Oct 30, 2015 via iPhone
    @master13 那就势利点问,哪个轻松些?
    master13
        14
    master13  
       Oct 30, 2015
    @aljun 不知道,我反正做后端总是被前段骂,他们下班早而且工资高!
    ruoyu0088
        15
    ruoyu0088  
       Nov 2, 2015
    曾经想好好学 R 语言,然后发现它的 list :

    每次添加元素都要完全复制,不像 Python 的 list 是预留空间,动态扩容。

    可以像 Python 的字典一样实现键-值查询,但是这种查询是线性的,就是说需要一个个元素地搜索。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1191 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 47ms · UTC 23:11 · PVG 07:11 · LAX 16:11 · JFK 19:11
    ♥ Do have faith in what you're doing.