ProgrammingForAnalytics
ProgrammingForAnalytics copied to clipboard
Course material for an intro to programming class for analytics students
Make it more detailed Explain the mini language in an easy way Have them do exercises
- “not in” list, dict - Common operations also work on sets, tuples -
So students understand certain errors (file sync issues, kernel disconnected, etc)
https://www.anaconda.com/blog/understanding-conda-and-pip - Package AND environment management - What happens when “import” is executed (says paths, etc)