#100DaysOfCode, Day 008 – The Collections Module

Finally feels like something is happening. Did two hours today. I don’t know if what I do is cheating, but I darn near print everything to see output and then iterate on the errors. I understood how to work with csv files and process them and why ordered dictionaries can be useful. I used that to process my csv file and read and print select fields. Will work on sorting them somehow and figure out frequency based on ratings tomorrow. ...

November 28, 2019 · Mario Jason Braganza

#100DaysOfCode, Days 005, 006 and 007 – The Collections Module

I have been at this an hour daily for four days now. It just is not clicking for me. One thing is for sure, this Talk Python course is definitely going to take longer than a hundred days! I don’t know whether to be ashamed or proud. Best to be unashamedly persistent, I guess. More work, tomorrow.

November 27, 2019 · Mario Jason Braganza

#100DaysOfCode, Day 004 – The Collections Module

Decided to watch the videos for day 4 since I am a day behind. The exercises look complicated, but the collections module looks like a real time saver. Will give it a go tomorrow.

November 23, 2019 · Mario Jason Braganza

#100DaysOfCode, Days 002 & 003 – Dates & Times

Worked an hour for the past two days, exerting all of my python knowledge at the small project they gave me. Try as I might, I could not do it. So looked at the solution. And realised, while it was all logical, I couldn’t for the life of me have written that code on my own. Long way to travel. Lots of work to do.

November 23, 2019 · Mario Jason Braganza

#100DaysOfCode, Day 001 – Dates & Times

Watched videos for the tiny projects to do over the next two days. We begin with a date/time project. Python has objects (primitives) to deal with dates and times. They are part of the datetime module, which is part of the Python Standard Library. I learnt that I could add and subtract and otherwise modify dates, easily if my date data was in this format. Will play more with this tomorrow.

November 20, 2019 · Mario Jason Braganza

100 Days of Code, Again

Ok, the last time I tried this, life got in my way. Second time lucky? Last time, I crashed and burned. So, to quote Rascal Flatts, On your knees you look up Decide you’ve had enough You get mad, you get strong Wipe your hands, shake it off Then you stand. … Every time you get up And get back in the race One more small piece of you Starts to fall into place. ...

November 20, 2019 · Mario Jason Braganza