Help With Starting Python

Hello! I’m a beginner to Python and would like a more solid understanding of the programming language. Does anyone have any suggestions for programs I could try to recreate? My most recent project was an algorithm to solve the quadratic equation.

Thank you for the help in advance!

1 Like

Very much depends on your situation, but if something generic for beginner:

The most sensible way I suppose is just use it for what you actually need.

Find problems in uni/work that are most interesting to you and see if you can have fun with them and Python.

Or if you have none of those you can try playing with sympy library.
Or try some of the books such as https://automatetheboringstuff.com or similar.

1 Like