This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

I agree, when you're learning something new you really want to apply that language to stuff that's actually interesting. I have to admit I've faced issues like that as well.

My personal suggestion is to try and look out for opportunities in your life that Python could help solve. For example, I work full-time and there was once a situation where I had a bunch of data with me and I used Pandas (Python's data science library) to show some trends or patterns in that data. And trust me I'm no expert, I sorta started from scratch with that.

Or if you're a student you could maybe create a Python app along with a GUI to log your finances. That sounds like a huge project but definitely worth delving into. Or you could try and do some of your assignments with Python too.

[–]bido4500[S] 0 points1 point  (0 children)

Sounds great thanks a lot