100daysofweb-with-python-course icon indicating copy to clipboard operation
100daysofweb-with-python-course copied to clipboard

Demo code and resources for our 100 Days of Web in Python Course

Results 5 100daysofweb-with-python-course issues
Sort by recently updated
recently updated
newest added

Hello! I had two errors when trying to send email with sendgrid. The first seemed to relate to the order of the variables in which I had to change from:...

Perhaps we can add a quick reference to the Let's Encrypt site to add free SSL to the site? https://github.com/mikeckennedy/WintellectWebinars/tree/master/2019-06-06-ten-tips-python-web-devs-kennedy/code/top_10_web_explore/ex09_lets_encrypt

It seems staring October 9th, 2015, openweathermap.org requires API key for access, therefore returning an error: requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.openweathermap.org/data/2.5/weather?zip=90210,us&appid= Per https://openweathermap.org/faq#error401: "Starting from 9 October...

Hey guys! I was running into this issue below when building up the practice API skeleton: ![image](https://github.com/talkpython/100daysofweb-with-python-course/assets/53665270/fa630062-2929-4eda-ba9b-817d53792c2a) I think pinning Werkzeug version == 2.3.8 in requirements.txt would be helpful. ![image](https://github.com/talkpython/100daysofweb-with-python-course/assets/53665270/7c953049-c1cb-4332-aa01-be24c65b6401)

We recently rewrote the site, still Django, urls are the same too I think. So this Issue is just for myself to verify Selenium code day 49 still works ......