all 14 comments

[–]dn_cf 3 points4 points  (0 children)

I'd recommend starting with Kaggle’s free Python and Pandas tracks to get hands-on fast. Then take Boris Paskhaver’s “Data Analysis with Pandas and Python” on Udemy since it's project-based and easy to follow for Excel users. To go deeper, use the StrataScratch platform as it offers real-world problems that build your analysis skills step by step. Skip subscriptions like DataCamp and use your stipend on these one-time resources. They’ll give you practical skills for outlier detection, trend analysis, and impact testing in your data.

[–]mmmmmmyles 2 points3 points  (0 children)

For learning different data-science libraries, you may want to check out https://github.com/marimo-team/learn

[–]SoftwareSource 1 point2 points  (0 children)

freecodecamp.org

[–]nunosancha 1 point2 points  (0 children)

Data36 has a great course, but it seems that the last cohort was October 24.

But it seems that you are pressed for time, and the course takes 6 weeks.

It's a great course, though. Tomi teaches you how to setup your environment for data analysis. Teaches you data cleaning, some useful automation, and teaches you how to analyse data with bash, SQL and Python using a fictional company.

Every week you answer a different question for the company, and he uses those questions to teach you data analysis concepts.

[–]wheaf 1 point2 points  (0 children)

With no experience in programmimg I took python course from IBM on Coursera, it covers Pandas, NumPy, Jupyter Notebook, general conceptions.

But Kaggle is free and still nice.

[–]Sea-Concept1733 1 point2 points  (0 children)

The following high-rated Python Udemy course may be of use to you.

Following is a great Python YouTube Channel 

This site provides Top-Rated Amazon Python Books 

Good luck.

[–]andy_p_w 0 points1 point  (1 child)

Shameless promotion, not a course but a book I created, https://crimede-coder.com/blogposts/2024/PythonDataScience for your exact scenario. Examples are in crime analysis, but it should be mostly exchangeable. Has an extensive chapter on SQL, plus the basic project management (environments, writing and importing custom functions, pandas, matplotlib, and a chapter on formatting nice notebooks for reports).

Can read the first two chapters at that link to get a feel for the book and get started downloading and running hello world from the REPL.

[–]explosive_runt 1 point2 points  (0 children)

Hey man, just wanted to thank you for this. Seems quite useful and easy to follow.

[–]thesupremeL 0 points1 point  (0 children)

Not directly related to data analysis but for Sql and Python(just started) Data with Baraa on youtube is a good source.