We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d119c55 commit 4eea251Copy full SHA for 4eea251
README.md
@@ -1,2 +1,10 @@
1
-# python-errors
2
-A collection of Python errors
+# Welcome to Python Errors!
+
3
+Below, you'll find a table of articles which cover different Python errors. As this table grows, we'll try to keep it organized.
4
5
+| Index | Error | Error Message | Article | Publish Date | Example |
6
+|-------|------------|---------------------------|--------------|--------------|------------|
7
+| 1 | IndexError | String Index out of Range | [Article][1] | Jun 1, 2020 | [Tweet][2] |
8
9
+[1]: https://therenegadecoder.com/code/index-error-string-index-out-of-range/
10
+[2]: https://twitter.com/RenegadeCoder94/status/1258623687038840839?s=20
0 commit comments