Python Resources

Python Resources

👋
We love additional resources here at Kode With Klossy!
As you explore resources, as a reminder, it is not good practice to “copy and paste” code snippets (especially those you do not understand) into your code, as many of the variables and other details might be different from how you have defined them. You might end up creating more bugs than you started with! It is important that you practice writing code yourself.

Tutorials and Resources

  • W3 Schools (Click “References”)
    • Use this resource like an encyclopedia for Python.
  • Stack Overflow
    • Stack Overflow is a question-and-answer website for programmers. This website can be very helpful when you run into bugs or need ideas for your code.
  • Exercism
    • Collection of Python lessons and practice exercises
  • CodingBat
    • Basic and medium difficulty problems for strings, lists, booleans, and loops.
  • Project Euler
    • Math and programming practice problems that can be solved using any programming language.
  • Code Wars
    • JavaScript practice exercises that focus on solving tasks or problems while learning new skills.
  • Remember: Google is your friend, too 😀

Super Challenge

‼️
These super challenge resources are much more advanced because software engineers will use these two sites for technical interview preparation. These resources are great if you’re looking to really challenge yourself or if you already have extensive previous experience.
  • LeetCode
    • Offers coding challenges and technical interview preparation problems.
  • HackerRank
    • Provides challenges in different computer science domains.