Day 11: #100DaysOfCode progress: today I worked on Testing your code with pytest / D2 (practice) https://t.co/Z0S5fdcY3H #Python@pybites@talkpython forgot to post yesterday
Day 9: #100DaysOfCode progress: today I worked on Python Data Structures / D3 (more coding) https://t.co/Z0S5fdcY3H #Python@pybites@talkpython bite 89 - playing with lists and dicts
Learned about library dotted at https://t.co/441dVaMrLv - A library that provides a method of accessing lists and dicts with a dotted path notation. (logged via @pybites https://t.co/BKbkbmSZlT) #Python
Day 8: #100DaysOfCode progress: today I worked on Python Data Structures / D2 (practice) https://t.co/Z0S5fdcY3H #Python@pybites@talkpython. Bite 21. Query a nested data structure
Try out library sanitize at https://t.co/tu6HxzlK7p - Bringing sanity to world of messed-up data. (logged via @pybites https://t.co/BKbkbmSZlT) #Python -- it makes sure things like HTML are safe to use
#Python Pop Quiz 🐍❓
Test your list comp skills and tell me what is returned!
A) [25, 27, 29, 31, 33, 35]
B) [25, 27, 29, 31, 33]
C) [27, 29, 31, 33]
D) [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]
Day 7: #100DaysOfCode progress: today I worked on Python Data Structures / D1 (lectures) https://t.co/Z0S5fdcY3H #Python@pybites@talkpython learned about lists, tuples, and dictionaries
Day 6: #100DaysOfCode progress: today I worked on Collections module / D3 (more coding) https://t.co/Z0S5fdcY3H #Python@pybites@talkpython bite 7. parsing dates from logs
Learned about library short_url at https://t.co/ypCHqvehWs - Python implementation for generating Tiny URL and bit.ly-like URLs. (logged via @pybites https://t.co/BKbkbmSZlT) #Python
Learned about library django-wordpress at https://t.co/8obLt1xKoV - WordPress models and views for Django. (logged via @pybites https://t.co/BKbkbmSZlT) #Python
Try out awesome library Plan at https://t.co/9M7tp6SizH - Writing crontab file in Python like a charm. (logged via @pybites https://t.co/BKbkbmSZlT) #Python
further research brought me to https://t.co/8VfR0sDi2C, which is useful since it alerts you when sh*t hits the fan haha
Try out awesome library valideer at https://t.co/QEbHhTTeJB - Lightweight extensible data validation and adaptation library. (logged via @pybites https://t.co/BKbkbmSZlT) #Python
it's cool seeing examples online of how succinct valideer can make code