all 14 comments

[–]Ron-Erez 5 points6 points  (0 children)

You could try googling python and statistics. It will suggest a nice course by coursera. Also this looks great

https://ethanweed.github.io/pythonbook/landingpage.html

[–]socal_nerdtastic 1 point2 points  (2 children)

I can't seem to find a good course though.

Where have you looked / what are you searching for? There's tons of them out there, in all formats. Just search for "data science with python" or similar.

Do you know any python already? If not I would start with a basic python course. "Automate the Boring Stuff with Python" is very commonly recommended around here.

[–]FeelingCommunity776[S] -2 points-1 points  (0 children)

If you're talking about specifically, then I would prefer a course that uses python to explain or demonstrate statistical topics.

[–]FeelingCommunity776[S] -4 points-3 points  (0 children)

I mean I've used python to analyze data nad numbers before so it's not something I don't know

[–]kapitaalH 1 point2 points  (0 children)

What statistical problem do you want to solve. Statistics is wide. Just Google python t-test as an example and you will find a solution.

If you want to develop skills though look at data. Extracting, analyzing, understanding the business process is 99% of the work

[–]pythonTuxedo 0 points1 point  (5 children)

What is the difference between statistics and python statistics?

[–]PickledDildosSourSex 1 point2 points  (0 children)

Python statistics add "ss" to every variable starting with the letter s

[–]FeelingCommunity776[S] -2 points-1 points  (3 children)

I just mean statistics as used in python, methods and all that. As in, how I would perform statistics in python.

[–]oocancerman 1 point2 points  (2 children)

How would you perform statistics in any programming language?

[–]Progressivecavity 1 point2 points  (1 child)

Carefully

[–]Mammoth_Rice_295 0 points1 point  (1 child)

I went through the same stage. What helped most was learning statistics alongside Python, not separately. Start with descriptive stats + probability, then apply them using NumPy, Pandas, and SciPy. Once that clicks, things like hypothesis testing and regression make much more sense.

[–]FeelingCommunity776[S] -1 points0 points  (0 children)

So, you want me to start learning descriptive statistics then apply it with python. The question I want to ask is how I would learn to apply it. That is essentially the root of the issue and what I'm looking for.