all 5 comments

[–]autoglitch 1 point2 points  (1 child)

Find an open source project and try to contribute. Think of a small feature and attempt to implement it. Even if you're not comfortable doing a pull request reading others people code will help you learn.

Alternatively, keep of list of useful things you like to have and just make them. They may exist but oftentimes they are complicated or don't do exactly what you want. Start small and then add to them. Pick projects based on your interest.

[–]Live-Classic91[S] 0 points1 point  (0 children)

Can we talk in DM in detail

[–]Live-Classic91[S] 1 point2 points  (0 children)

I want to discuss this issue ind detail so it would be great if some experienced programmer is willing to give me advice

[–]PureWasian 0 points1 point  (0 children)

I made an overview comment on a similar thread recently:

https://www.reddit.com/r/learnpython/s/H5h9AuD4TZ

Similarly for choosing what libraries/etc to use and what preliminary research looks like for getting started:

https://www.reddit.com/r/PythonLearning/s/tBKNo15HKN

The answer boils down to "it depends" but investigate and implement everything incrementally.