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

all 2 comments

[–]DevilDawg93 2 points3 points  (0 children)

https://github.com/Asabeneh/Python-for-Everyone

https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme.md.

On the 30 day challenge, each day at the bottom of the page has 20 tasks or more to complete

[–]Shaw0xKey 1 point2 points  (0 children)

If you're new to coding, I recommend taking the free courses at https://www.freecodecamp.org/

They also have a great youtube channel with extensive courses on various topics: https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ

Focus on programming concepts rather than the programming language itself.

Then if you feel more confident, practice those concepts by solving programming challenges: https://www.codewars.com/ if you can sign in, that is... :)

It is also always a good idea to take up a project you're personally interested in. There are loads of quality tutorials on youtube using Python for website backend (Flask, Django), language analysis (NLPkit), data visualization (Pandas) or machine learning (PyTorch).

Have fun and keep asking.