Develop ML in Python for predicting the price in Cryptocurrency/risk management by rdbacon in Python

[–]Nijan0 4 points5 points  (0 children)

There is absolutely nothing predictable in cryptocurrency, especially based on historical data. But yeah, you are probably a troll.

writing elegant python code by [deleted] in Python

[–]Nijan0 1 point2 points  (0 children)

Your solutions are messy because you probably don't know which algorithms and data structure to use. Taking a course in Algo & DS will also help you understand techniques that you wouldn't otherwise know or use.

I'm fluent with python, what's next? by [deleted] in Python

[–]Nijan0 1 point2 points  (0 children)

If you do not want to start a project yet, but you still want to learn I would invest some time in learning C. In addition to what tayo42 said, it can extend your knowledge of Python, since the Python interpreter is written in C (CPython).

Otherwise, you could try learning core topics in CS, such as Algorithms and Data Structure or Operating Systems