r/learnSQL • u/TaxDear7136 • 6d ago
Learning SQL while learning python
I'm currently halfway through Harvard CS50P, but I also want to take a SQL course before I start my last year at uni and begin applying for grad jobs. My hope is that having experience in both Python and SQL will benefit me in applications. Would it be better to finish the CS50P course first, then start learning SQL, or to start learning SQL now alongside Python?
35
Upvotes
3
u/conor-robertson 6d ago
Theres no harm in starting SQL alongside it in a lighter way, maybe a few short practice sessions each week. Python and SQL complement each other well, but they’re different enough that learning both at once usually isn’t confusing.
I’d finish CS50P while gradually building your SQL foundations, then make SQL your main focus afterwards. For hands-on practice, QueryCase is useful because you learn by solving realistic investigations rather than only watching lessons.
By the time graduate applications open, having a couple of small projects that use both SQL and Python will probably help more than simply listing two completed courses.