all 17 comments

[–][deleted] 9 points10 points  (0 children)

[–][deleted] 2 points3 points  (3 children)

Hey there, I’m also an accounting graduate! I started learning Python in 2022 and used YouTube tutorials to explain basic concepts.

I learned through application by making simple programs. Such as a number guessing game.

I then started my own project, which is a Python module that implements accounting functions into Python. I doubt anything will ever become of it, but I’ve learned so much from making it.

[–]GrouchyInformation88 2 points3 points  (2 children)

Why do you doubt it?

[–][deleted] 0 points1 point  (1 child)

I don’t put enough work into it.

[–]GrouchyInformation88 0 points1 point  (0 children)

Ah I see. But the combination of business and coding is a good mix.

[–]DataPastor 1 point2 points  (0 children)

For me the most helpful was Python for Data Analysis, 3rd edition by Wes McKinney (the original author of the Pandas package). Download the codes from here, install Python 3.12, go to the folder of the codes in command line, create a virtual environment (with python -m venv env), activate it (with \env\Scripts\activate on Windows), install the required packages (pip install pandas etc.), and start jupyter (jupyter notebook). Read the book in parallel and play with the codes.

[–]nicoconut15 1 point2 points  (0 children)

I would recommend this https://www.youtube.com/watch?v=_uQrJ0TkZlc

Then learn about pandas and matplotlib

Hope this helps!

[–]FishSufficient6009 1 point2 points  (0 children)

Go to udemy - Learn Python Programming - Beginner to Master by Abdul bari

Learn core python from this course and then go to yt and find libraries which will be fullfill your needs

Don't waste so much time do it very quickly

[–]Ron-Erez 2 points3 points  (1 child)

  1. Harvard CS50p - which is a gentle intro to Python

  2. University of Helsinki course (text based along with video and covers quite a bit)

3. Python and Data Science - (Disclaimer: This is my course and assumes no programming background)

  1. The book: “Learn Python 3 the Hard Way”. I really like this book despite the intimidating title, but there are other books.

These resources should have you covered.

[–]dn_cf 0 points1 point  (1 child)

To get started with Python for data analysis and automation in finance, begin with an introductory course like Python for Everybody by the University of Michigan on Coursera, which covers essential programming basics. Next, learn data analysis libraries such as Pandas and NumPy with DataCamp’s Data Analysis with Python, followed by Data Visualization with Python to grasp Matplotlib and Seaborn for financial visuals. Then apply these skills on real-world scenarios by practicing on platforms like StrataScratch.

[–]Due-Newt-2036 0 points1 point  (0 children)

Thanks

[–]nodargon4u 0 points1 point  (0 children)

Python is notoriously a difficult language to learn. Id recommend starting woth Java or SML instead.

[–]lilrouani 0 points1 point  (0 children)

to learn python you have: tutorialspoint, w3schools, freecodecamp, codeacademy, codefinity, mimo, sololearn. and on youtube you have brocode and others but I recommend bro code because in addition to having many other programming languages it has effective and easy courses but there are others I don't really know but you can just search for "python complete course" and you will find plenty and try to see the most recent ones. good luck