n0b0 / 100DaysofCode-Python

100-day code challenge, in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

100-day code challenge, in Python

License:MIT License


Languages

Language:Python 93.6%Language:Shell 6.4%