Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyBites: Code Challenge 55 - #100DaysOfCode Curriculum Generator

Link: https://pybit.es/codechallenge55.html


There is an immense amount to be learned simply by tinkering with things. - Henry Ford

Hey Pythonistas,
It's time for another code challenge! This week we're asking you to create your own #100DaysOf
PyBites: Code Challenge 55 - #100DaysOfCode Curriculum Generator - Review

Link: https://pybit.es/codechallenge55_review.html

In this article we review last week's #100DaysOfCode Curriculum Generator code challenge.
Final reminder: Hacktoberfest
8 days left to have your PRs to our challenges repo count towards Hacktoberfest
Janusworx: #100DaysOfCode, Day 001 – Dates & Times

Link: https://janusworx.com/100daysofcode-day-001-201920/

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 modu
Janusworx: #100DaysOfCode, Days 002 & 003 – Dates & Times

Link: https://janusworx.com/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 al
Janusworx: #100DaysOfCode, Day 004 – The Collections Module

Link: https://janusworx.com/100daysofcode-day-004-the-collections-module-201920/

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.
Janusworx: #100DaysOfCode, Days 005, 006 and 007 – The Collections Module

Link: https://janusworx.com/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 kn
Janusworx: #100DaysOfCode, Day 008 – The Collections Module

Link: https://janusworx.com/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 h
Janusworx: #100DaysOfCode, Day 009 – The Collections Module

Link: https://janusworx.com/100daysofcode-day-009-the-collections-module/

I cheated and peeked again at the solution :)
After five days, I think I needed help.
But it was still a very good day.
I learned lots.
When I started this little project, I saw videos about defaultd
Janusworx: #100DaysOfCode, Day 010 – Quick and Dirty Web Page Download

Link: https://janusworx.com/100daysofcode-day-010-quick-and-dirty-web-page-download/

Decided to take a break from the course, and do something for me.
I want to check a site and download new content if any.
The day went sideways though.
Did not quite do what I wanted.
Watched a vide
Janusworx: #100DaysOfCode, Day 011 – Quick and Dirty Web Page Download

Link: https://janusworx.com/100daysofcode-day-011-quick-and-dirty-web-page-download/

Watched another Corey Schafer video on how to scrape web pages.
Thought that would be handy in my image from a web page download project.
Corey’s an awesome teacher. The video was fun and it taught me