Skip to content

Commit

Permalink
Adding 'Thonny', a Python IDE aimed at beginners, to our resources list
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanZ committed Jan 3, 2019
1 parent 1100675 commit 88a44a4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions static/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,23 @@
"url": "https://www.jetbrains.com/pycharm/"
}
]
},
"Thonny": {
"description": "A Python IDE specifially aimed at learning programming. Has a lot of helpful features to help you understand your code.",
"payment": "free",
"payment_description": null,
"urls": [
{
"icon": "regular/link",
"title": "Website",
"url": "https://thonny.org/"
},
{
"icon": "branding/github",
"title": "GitHub",
"url": "https://github.com/thonny/thonny/"
}
]
}
}
}
Expand Down

0 comments on commit 88a44a4

Please sign in to comment.