You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Python is easy to learn, compared to other programming languages. Its syntax was specifically designed to be easily read and understood, even by amateur developers.
suggest "easy to learn compared to some other programming languages"
- R is an open-source statistical computing language, with some excellent packages for statistics and visualisation. If you plan on linking analysis with cloud services, building websites or applications, or performing other development tasks, a general purpose language such as Python is perhaps a better choice. A good comparison of Python and R is made by IBM [here.](https://www.ibm.com/cloud/blog/python-vs-r).
Could note that both R and MATLAB can call and be called by python, incase attendees already have experience with these.
Reviewing content as of d910945, Episodes 1-4.
Ep 1
intro-to-python/_episodes/01_motivation.md
Line 39 in d910945
suggest "easy to learn compared to some other programming languages"
intro-to-python/_episodes/01_motivation.md
Line 52 in d910945
Could note that both R and MATLAB can call and be called by python, incase attendees already have experience with these.
Ep 3
intro-to-python/_episodes/03_lists.md
Line 251 in d910945
Could highlight that
x.reverse()doesn't return anything itself.More emphasis could be given to the non-inclusive behaviour of slices (i.e.
x[0:1]is the same asx[0]) since this can be a gotcha.Ep 4
Filename has
_copyin it - from where it was moved?These key points seem off - dictionaries are now semi-ordered, and they're mutable.