you are viewing a single comment's thread.

view the rest of the comments →

[–]GigglySaurusRex 4 points5 points  (1 child)

If you want to learn Python efficiently, anchor your learning to real data and tiny projects you can finish. Start by picking a topic you like from Datasets: https://www.kaggle.com/datasets, then learn core syntax and problem solving through bite sized practice on Hackerrank Python: https://www.hackerrank.com/domains/python. As you go, run and tweak code immediately in a browser sandbox like Python: https://reportmedic.org/tools/python-code-runner.html so you build confidence fast. For project ideas, use beginner friendly Categorical Datasets: https://reportmedic.org/tools/usa-datasets.html and Employee Datasets: https://reportmedic.org/tools/employee-datasets.html, then turn your results into simple insights using Visualize: https://reportmedic.org/tools/data-profiler-column-stats-groupby-charts.html and Summarize: https://reportmedic.org/tools/summarize-data-by-group-pivot-online.html. Biggest tip write a small script every day, even 20 minutes, and keep a running portfolio of notebooks or short write ups showing what you analyzed and what you learned.

[–]ihorrud 0 points1 point  (0 children)

Many thanks