|
14 | 14 | "title": "How to learn Python",
|
15 | 15 | "blurb": "An overview of how to get started from scratch with Python."
|
16 | 16 | },
|
17 |
| - { |
18 |
| - "uuid": "7a2e1a4f-1fa8-4327-b700-5af101fcdc89", |
19 |
| - "slug": "test-driven-development", |
20 |
| - "path": "docs/TDD.md", |
21 |
| - "title": "Test Driven Development", |
22 |
| - "blurb": "An overview of Test Driven Development." |
23 |
| - }, |
24 |
| - { |
25 |
| - "uuid": "3829fdff-47ac-4283-ae47-a5db1dbce956", |
26 |
| - "slug": "traceback-reading", |
27 |
| - "path": "docs/TRACEBACKS.md", |
28 |
| - "title": "How to read tracebacks", |
29 |
| - "blurb": "An overview of how to read Python tracebacks for debugging." |
30 |
| - }, |
31 | 17 | {
|
32 | 18 | "uuid": "8666f259-de7d-4928-ae6f-15ff6fe6bb74",
|
33 | 19 | "slug": "tests",
|
34 | 20 | "path": "docs/TESTS.md",
|
35 | 21 | "title": "Testing on the Python track",
|
36 | 22 | "blurb": "Learn how to test your Python exercises on Exercism."
|
37 | 23 | },
|
| 24 | + { |
| 25 | + "uuid": "7a2e1a4f-1fa8-4327-b700-5af101fcdc89", |
| 26 | + "slug": "test-driven-development", |
| 27 | + "path": "docs/TDD.md", |
| 28 | + "title": "Test Driven Development", |
| 29 | + "blurb": "An overview of Test Driven Development." |
| 30 | + }, |
38 | 31 | {
|
39 | 32 | "uuid": "f18d3af2-fb71-41c6-984a-32b3ba86bf02",
|
40 | 33 | "slug": "problem-solving",
|
41 | 34 | "path": "docs/PROBLEM-SOLVING.md",
|
42 | 35 | "title": "Problem Solving Resources",
|
43 | 36 | "blurb": "Learn some general problem-solving techniques to help you with programming."
|
44 | 37 | },
|
| 38 | + { |
| 39 | + "uuid": "3829fdff-47ac-4283-ae47-a5db1dbce956", |
| 40 | + "slug": "traceback-reading", |
| 41 | + "path": "docs/TRACEBACKS.md", |
| 42 | + "title": "How to read tracebacks", |
| 43 | + "blurb": "An overview of how to read Python tracebacks for debugging." |
| 44 | + }, |
45 | 45 | {
|
46 | 46 | "uuid": "73ced51d-76d0-45af-952c-8a6d7b5f3f7a",
|
47 | 47 | "slug": "resources",
|
|
0 commit comments