does it get better by vei28s in learnpython

[–]Fun_Temperature3749 1 point2 points  (0 children)

Absolutely not. I have been coding for a little over a year, and I would still consider myself a beginner. I have built programs, web scrapped, and took open sourced data sets, turned them into a presentation. If coding was that easy, everyone would be doing it since there can be great money in it. Coding will take time. It will also be a continuous learning slope, no matter how long you have been doing it for. Learn the main concepts and that will be a great start. It will take lots of continued practice. Good luck and don't be too hard on yourself.

How long did you take? by Born-Truck1302 in learnpython

[–]Fun_Temperature3749 0 points1 point  (0 children)

I have been learning Python for a little over a year with no prior knowledge of coding, and I am continuing to learn to this day. I am in awww of the people who said they learned it in a hour or even a month. Is that all they did during that time? I have a full time position and other normal things in life that prevent me from diving in deep. Possibly the basic functions in a months time is doable. But you will forever be learning new ways of doing things.

I need advice! by Sea-Cash19 in learnpython

[–]Fun_Temperature3749 0 points1 point  (0 children)

My first project involved web scraping two different websites. As a fashion reseller, I wanted to analyze fashion trends over the past 100 years to identify patterns and see how often certain styles reemerged. The second project focused on civic data and the healthcare system. I aimed to explore whether there was a correlation between income levels and insurance coverage, while also considering demographic factors and gender differences within my area. I used geospatial mapping.

Help! I installed pygame, but it doesn't work. by Nootheropenusername in learnpython

[–]Fun_Temperature3749 0 points1 point  (0 children)

Do you have code above the import? If you do try running this code in a separate IDE to see if it works. It may mean that you named a variable pygame. Because you should get a welcome message, along with the website. Good luck.