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
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.
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.
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.
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!
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically