/100DaysofCode-Python

100-day code challenge, in Python

Primary LanguagePythonMIT LicenseMIT

100DaysofCode

My 100-day code challenge.

The goal is to:

  1. Start from the very basics, refresh the usage.
  2. Proceed to lists, tuples, dicts, sets etc.
  3. Refresh various loop structures
  4. Error handling
  5. Functions and Classes.
  6. Use and learn the Python Standard Library.
  7. Proceed to LeetCode / HackerRank problems.

References:

  • Python 101 - Michael Driscoll
  • Python 201 - Michael Driscoll
  • The Python 3 Standard Library by Example - Doug Hellmann
  • Leetcode
  • HackerRank