Posted my challenge of using a book to learn Python. https://www.skool.com/data-alchemy/my-one-week-python-challenge?p=9b1207b8 Day 6: Learnt how to debug code. Having the right debugging techniques, you're able to find bugs quickly. Learnt to use the 'assert' statement as an instant check for mistakes in code, the logging library to take logs of variable values and time at different points of code and using an IDE debugger which can be helpful to visualize the process of executing code and to determine points where bugs are. Started with web scraping, will continue tomorrow.