Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Brief content review Eps 1-4 #1

Open
stephenpcook opened this issue Nov 8, 2022 · 1 comment
Open

Brief content review Eps 1-4 #1

stephenpcook opened this issue Nov 8, 2022 · 1 comment

Comments

@stephenpcook
Copy link
Member

stephenpcook commented Nov 8, 2022

Reviewing content as of d910945, Episodes 1-4.

Ep 1

- 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.

Ep 3

odds.reverse()

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 as x[0]) since this can be a gotcha.

Ep 4

Filename has _copy in it - from where it was moved?

These key points seem off - dictionaries are now semi-ordered, and they're mutable.

@stephenpcook stephenpcook changed the title Brief content review Brief content review Eps 1-4 Nov 8, 2022
@simonkirbysimonkirby
Copy link
Member

Cheers @stephenpcook, much appreciated. Site is back up now as well, turns out the deployment was broken 🤦‍♀️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants