Friday, August 30, 2019

100 Days of Github. Take 2, Day 11.

Day 11

I found an interesting set of tutorial videos on python by this YouTube channel called Socratica. Most of this I know already, but I loved how they are presented.

A friend has been telling me for ages to learn unit testing in python. And now I finally start using this video.

And here is me copy-pasting what I learnt from the video:
https://github.com/malch2/HowIUnderstandIt/blob/master/circles.py
https://github.com/malch2/HowIUnderstandIt/blob/master/test_circles.py

---
Uploads remaining: 89
Days remaining: 123
Ideal rate of uploads: 1 upload per 1.38 days.

Monday, August 19, 2019

100 Days of Github. Take 2, Day 10.

Day 10

Study notes for regular expressions in python. Taken from a couple of YouTube video tutorials (links are in the jupyter notebook).
https://github.com/malch2/HowIUnderstandIt/blob/master/StudyingRegex.ipynb
The data used for some of the practice stuff (data.txt) is also uploaded.

---
Uploads remaining: 90
Days remaining: 134
Ideal rate of uploads: 1 upload per 1.48 days.

Monday, August 12, 2019

100 Days of Github. Take 2, Day 9.

Day 9

Whenever I want to try out something new on a network, I usually try it out on this network. I don't know why I am attached to it so much... Perhaps because it can be used nicely to explain simplicial complexes and connectedness to the uninitiated. I wanted a ready reference to the edgelist without having to sift through files on my system. So here we go:
https://github.com/malch2/networks/blob/master/MyToyNetwork.ipynb

---
Uploads remaining: 91
Days remaining: 141

Wednesday, August 7, 2019

100 Days of Github. Take 2, Days 6 & 7.

Days 6 & 7 (Ok fine, I'm cheating a little bit, but in my defense, I did upload 2 separate python notebooks! So there!)

I was studying XML format, for the second time, for a project I am working on. To prevent looking up someone else's notes and practice problems all over again next time I have to use XML, I just wrote up mine. You can thank me later, future me :D :P

Here you go.
https://github.com/malch2/HowIUnderstandIt/blob/master/LearningXML_Notes.ipynb
and
https://github.com/malch2/HowIUnderstandIt/blob/master/LearningXML_Practice.ipynb
---
Uploads remaining: 93
Days remaining: 146