#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.
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.
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.
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. ...
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. ...
Did I need to read a fifteen hundred page book to learn Python? At the end of fourteen hundred pages, I can safely assure you, I did not. If you want to just solve your pressing issues or scratch your itch, or just plain get started with programming (and programming in Python specifically), I’d recommend starting with a simple, fast paced book, like Python for you and me, and then doing tons of practice.1 ...
2019-08-21 Started with the problem, Need to take in an md file and then generate an html file. Hint given, use a package from PyPI. Decided to use the Markdown package from PyPI. Looks good to me. Was advised to work off a branch while developing. Thank God for friends who teach you good habits. Looking up how to do that in git now. Watched Git videos for about an hour. Learnt lots about branches. Giving up for today. it’s 8 in the eve and i am tired. ...