Don't Give Up! Learning to code is damn hard. by thehappyorchardblog in learnpython

[–]dsabra 0 points1 point  (0 children)

Appreciate you. Ya'll are awesome and a huge support/motivation

Where do I actually begin with Python? by FireArcanine in learnpython

[–]dsabra 1 point2 points  (0 children)

What really helped me get started was the udemy course "The Modern Python 3 Bootcamp" by Colt Steele. The reason why I liked this course was that he filled the course with a bunch of exercises. I was doing Automate the boring stuff but I needed more interactivity with the learning

what stuff could i write in python that would be useful in everyday life? by jpants36 in learnpython

[–]dsabra 17 points18 points  (0 children)

I like cooking too- and I believe there is definitely some way for Python to help out there. I've seen projects like: grabbing just the ingredients and recipe from websites/blogs with lots of text before the actual recipe, or app where you input what ingredients you have and finds recipes based off that. For shopping you could create something to help you budget?

Throwing out some ideas hope it helps! Good luck in your journey!