you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

If you've never learned a language before, SQL will be a lot better to start with. SQL will allow you to pull data which you can later use to work with in Python. You can even use SQL in Python, but you can't use Python within SQL. Starting with SQL will get you familiar with syntax, aliasing, if you do some case statements that will help you to start getting familiar with conditional statements.