Sunday, November 24, 2019

Janusworx: #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.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...