Plenty.dev
Beginner Resources
Beginner Resources
Software
Coding is much easier with a good code editor.
Binary - Everything is 1s and 0s?
Practice Problems
- LeetCode - a very popular code challenge site with good education materials and common, technical interview questions.
- Codewars - improve your skills by training on real code challenges
- Coding Bat - problems you can solve within an online interpreter
- Python Challenge - a series of puzzles you can try to test your Python abilities
- Project Euler - additional programming challenges you can try once your Python knowledge becomes stronger; problems are sorted by increasing difficulty