Today I finished the last chapter of the Django for Beginners book. I feel really accomplished with this because before I would try hard to watch videos and other things, but nothing really stuck. By committing to do 10 minutes a day before work I managed to just do something …
read moreLearning Django Checking in Weeks 6-7
I've been slowly plugging away though the last chapters of the Django for Beginners book. Part of the struggle has been that my schedule changed again so I've been more likely to jump into my work rather than to pause and work on Django. But when I have been able …
read moreLearning Django Check-in - Week 5
Made some more progress in learning Django over the past week. Have noticed that my best work seems to happen in the morning, just before work. I'm on Chapter 11 now, which is about how Django uses passwords. Most of what I have learned is how to theme the bits …
read moreRaindrops puzzle on Exercism
One of the puzzles on Exercism is the Raindrops Puzzle. In this puzzle you find the numbers that divide into the original number (aka: factors). An example of this is the number 28 where 28 can be divided by the following numbers: 1, 2, 4, 7, 14, 28. (Remember that …
read moreDay 64/100: Pangram