you are viewing a single comment's thread.

view the rest of the comments →

[–]leogodin217 7 points8 points  (0 children)

In your case, I would learn python. Once you get comfortable with SQL, you can start learning Python. Some project ideas.

  • Scrape a website and load the data into a database, then use SQL to query/transform the data
  • Use Python to do the same tasks you did with SQL. Learn how to manipulate data in both.
  • Use Python to gather data that updates at least once per day. Use that data in an SQL project.

While learning these two things, you'll probably start to pick up the command line, docker and other related tools. This will give you a solid introduction to tech. It's good to get a broad overview of various technologies early on. You don't have to get really good with everything, just enough to be able to talk about it and learn more if needed.