I don't have a high-end laptop right now. How to learn Python/SQL effectively using mobile compilers or tablets? I want to start my journey in Agile and Scrum but need the technical skills for data-driven decision making. Are free resources like Sololearn or W3Schools enough?
3 answers
While mobile apps are great for memorizing syntax, you won't learn Python/SQL effectively until you use a desktop environment. However, you can use "Google Colab" on a tablet browser; it's free and runs Python in the cloud perfectly. For SQL, use "SQLFiddle" or "DB-Fiddle." These allow you to write and test queries without installing anything. In an Agile environment, you need to understand how to pull data quickly to support your Sprint goals. Focus on free platforms like FreeCodeCamp or Kaggle Courses, which are much more comprehensive than basic mobile apps and provide certificates that hold weight in the industry.
Since you are interested in Agile, have you considered looking for open-source projects on GitHub where you can observe how teams actually commit code?
W3Schools is excellent for a quick reference, but Sololearn is better for the gamified mobile experience. They are great for building the habit of daily practice.
Habit building is key! I still use W3Schools as a "cheat sheet" even after years of working in Agile project management.
I’ve looked at GitHub, but it’s quite overwhelming to see thousands of lines of code. I’m looking for something more structured. Do you think there are specific "Good First Issues" on GitHub that focus specifically on simple Python scripts or SQL schema updates? I want to see the Agile process in action while I am still perfecting my technical foundation in these two languages.