This was posted 2 years 10 months 10 days ago, and might be an out-dated deal.

Related
  • expired

Free - R Programming For Absolute Beginners/Python for beginners/Python Programming Tutorial For The Absolute Beginner - Udemy

1130
This post contains affiliate links. OzBargain might earn commissions when you click through and make purchases. Please see this page for more information.

Some more decent free programming courses on Udemy. Grab them while free - only for another day or two.

R Programming For Absolute Beginners Code: FORESEEN

Python for beginners - Learn all the basics of python Code: 6C655456BFA870677893

Python Programming Tutorial For The Absolute Beginner + Code Code: PLEASE-REVIEW-5STARS

Enjoy!

Related Stores

Udemy
Udemy

closed Comments

  • -3

    Paired with the SEO job here
    https://www.ozbargain.com.au/node/637217
    Nice future buddy

  • +11

    R! The programming language of pirates.

    Bugger jv is contagious…

  • +2

    “You purchased this course on May. 02, 2021”

    Thanks for the reminder, but likely I’ll still never get around to doing this or the other 100 Udemy courses I have enrolled in.

  • +2

    Oh man, that guy's voice (in the r programming course)

    • Way too soothing?

  • +1

    You purchased this course on Aug. 12, 2020

  • +11

    I teach R as part of my job and I don't think people should take this course. Looking though the course structure, it's all about base R - i.e. none of the modern packages which make R good and accessible to most people. It teaches many things like arrays (n-dimensional matrices) and built-in charts which you will never use. It also teaches some things you shouldn't use like for loops (use applys instead unless you know what you're doing). Here's some alternate free resources you should try instead:

    • Thanks for sharing!

    • some things you shouldn't use like for loops (use applys instead unless you know what you're doing)

      why is this? for loop performance has been on par with applys for many years by now.

    • +3

      As an R user - and once a volunteer teaching assistant in a course teaching randomized-control-trial methods with the help of R - I can agree with @henrew that

      • traditional arrays are not what I would typically use in R. Most data, at least in my work and studies, is better represented with named columns.
      • loops are best avoided for more efficient, parallelizable (and less vulnerable to logical error) alternatives such as the various 'apply' commands (but I still use loops, sometimes…)
      • the 'tidyverse' library extensions to base R is (for part-time R users like me) the difference between misery and getting things done. And really does help make data 'tidy'

      I can also recommend the Swirl courses (it is what I used to learn R, in the modern era), although they kind of resemble the text-adventures of old!

      Datacamp also has lots of good R material, when I was first learning R, Datacamp material shown in 'google searches' was often extremely helpful.

      RStudio has various interactive tutorials

      and there is a super-cute primer on R and statistics

Login or Join to leave a comment