How Did You Learn Python, SQL, and Power BI? Any Good Resources?

0
15
Asked By CuriousCoder92 On

Hey everyone! I'm just getting started with Python, SQL, and Power BI and I'm curious about how you all learned these skills. What resources were most helpful for you? Are there any specific YouTube channels, courses, or websites you would recommend? Did you follow a structured learning path or did you learn through hands-on projects? I'm on the lookout for beginner-friendly yet practical resources. Any suggestions would be greatly appreciated. Thanks!

5 Answers

Answered By SQLSeeker34 On

I recommend checking out SQL CASE FILES. I found it to be a fun way to get hands-on with SQL while solving cases, and you can learn a lot through doing.

Answered By DataNinja17 On

For SQL, I learned a lot from a live YouTube session. Just search for 'SQL basics live' and you'll see some helpful content. It really helped me understand the concepts better in real-time.

Answered By CodeWizard89 On

I started with the Google Python Class which is super beginner-friendly! You can find it online. YouTube also has some great tutorials to check out if you’re more of a visual learner. Just search for Python basics and you should find plenty.

Answered By ProjectExplorer72 On

Once I had a grip on the basics of Python, I wrote a simple program using the Binance API to collect data. I started by using pandas to store my data in tables, then later moved to a SQLite3 database. It’s a great project to grow with as you learn more. You can expand it as you get better—involving databases and even testing out trading strategies!

Answered By LearningEnthusiast55 On

What really helped me was not trying to learn everything at once. For Python, I focused on the basics and small scripts. With SQL, I made sure to practice by querying real tables—which even SQLite works fine for! I found that mixing light projects with learning was way more effective than following a strict roadmap.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.