zoukankan      html  css  js  c++  java
  • 数据技术(R)会最终过时的话题(原谅我使用英语来表达自己的观点)

    本文在Creative Commons许可证下发布。

    Here‘s my recommendation:
    Technology is changing fast.
    Any programming language you learn does have a shelf life.
    But don’t use that as a reason to not master the foundations of R.
    Instead do the following:
        1、master the foundations of R
        This means master the essential tools of data visualization, data manipulation, and data analysis in R. Drill the syntax of these foundations until you know them with your eyes closed.
        2、Use your language as a platform to learn principles
        Once you’ve nailed the syntax, use your language as a “platform” to learn principles. Begin to focus on “how to analyze data”, “how to think about data visualization”, “how to find insights.” Essentially, you want to begin learning concepts, workflow, and process. These skills are language-agnostic, so you can bring them with you if you move to another language. 
       3、Master the art of learning
        Tools become obsolete. Over the course of your career, you’ll have to learn new things to stay competitive.
        Ultimately, I’m telling you not to despair that programming languages become obsolete.I want to to become so good at learning them that you just don’t care.

  • 相关阅读:
    java多线程之系列目录
    RecyclerView的源码分析
    ConCurrentHashMap在1.7和1.8区别
    插件化之细节
    组件化之开发细节
    组件化之开发总结
    线程之volatile基本内容
    线程之Synchronized基本内容
    设计模式之动态代理模式原理介绍
    操作系统之内存映射
  • 原文地址:https://www.cnblogs.com/evilqliang/p/12294110.html
Copyright © 2011-2022 走看看