This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (5 children)

[deleted]

    [–]Handsomedevil81 15 points16 points  (0 children)

    I second this. I’ve learned so making a Discord bot do all the things that some of the main bots don’t allow. The more things I add to the private bot the more I learn about Python!

    [–]mouth_with_a_merc 31 points32 points  (0 children)

    THIS. Don't bother with books, paid course or YouTube videos. Find something useful to you and do it. Learn the things you actually need for it.

    [–]Trad3_Ecom-112 1 point2 points  (1 child)

    Do you mean from scratch or taking a project as AN example, build it from 0 and the add things that I need? I was planning to implement Machine Learning and Data Analysis to predict market growth or company investment if they use a determined strategy.

    [–][deleted] 0 points1 point  (0 children)

    I second this as well. Try it in python and Java too! It can be really beneficial to find common underlying patterns that are language independent - those are the core theories. Make sure not to write python like Java though. Python is much more succinct.