A repository (repo) to learn more about Git and GitHub. Also to use it integrated with programming.
I start with Python since it will be the most ueful language for programming Raspberry Pi and integrate with Arduino. I think it will be useful in the Statistical Toolbox couorse as well. Besides Git and GitHub, the most important thing will be to get a grip of R and RStudio
To begin with I have chosen:
- ex8_4.py - make list of all words in romeo.txt
- romeo.txt - sample file for aove
- ex10_1.py - counting emails from different persons in a larger sample file.
- mbox-short.txt - sample file for above file Added:
- ex7_2.py - find certain numbers in text file and do average
- ex10_2.py - same as ex10_1.py but sorted and pick default file if none is written
All files are the result of the Coursera course "Programming for Everybody" - with Dr. Chuck It's a really nice course as a first step to learn Python.
I will update with more files as I go along. Also explore branches. Todays first challenge is to update this file to my local repo. Success - Managed to add two more files from local repo and to update README.md to local repo. Now I'll update this text from local to remote.