Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Correct end-of-line in new LinkedIn resource | 2025-07-22 | -1/+1 | |
| | ||||
* | Add the LinkedIn Group: Python Developers Community as a resource | 2025-07-22 | -0/+13 | |
| | ||||
* | Fix filename | 2025-07-13 | -0/+0 | |
| | ||||
* | Add new category and rename existing one | 2025-07-13 | -2/+4 | |
| | ||||
* | Merge pull request #1516 from python-discord/resource-cs50 | 2025-06-21 | -0/+24 | |
|\ | | | | | Add CS50P to resources page | |||
| * | Add CS50P to resources page | 2025-06-21 | -0/+24 | |
| | | ||||
* | | Add missing semester course resource | 2025-04-28 | -0/+15 | |
|/ | ||||
* | Remove sololearn from resources | 2025-03-25 | -17/+0 | |
| | ||||
* | Merge pull request #1166 from python-discord/resource-filter-fetch | 2025-03-02 | -2/+23 | |
|\ | | | | | Add endpoint to fetch filters in JSON format | |||
| * | Add endpoint to fetch filters in JSON format | 2024-08-02 | -2/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While this is an API endpoint consumed by the bot, keep it in the `resources` app instead of the `api` app, as all the logic and data for resources is contained within the `resources` app and we don't want to start messing around with that. The response format from the endpoint is as follows: { "topics": [ "algorithms-and-data-structures", "data-science", "databases", "discord-bots", "game-development", "general", "microcontrollers", "security", "software-design", "testing", "tooling", "user-interface", "web-development", "other" ], "payment_tiers": [ "free", "paid", "subscription" ], "type": [ "book", "community", "course", "interactive", "podcast", "project-ideas", "tool", "tutorial", "video" ], "difficulty": [ "beginner", "intermediate" ] } Closes #710. | |||
* | | Add Discord.py masterclass resource | 2024-08-22 | -0/+12 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/fix/resources-payment-tiers' | 2024-08-03 | -1/+1 | |
|\ \ | ||||
| * | | Resources: Use kebab-case for keys of `valid_filters` | 2024-08-02 | -1/+1 | |
| |/ | ||||
* / | Resources: Fix image for People, Postgres, Data | 2024-08-02 | -1/+1 | |
|/ | ||||
* | Fix resources project-ideas FA icon | 2024-03-12 | -1/+1 | |
| | ||||
* | Merge branch 'main' into docs/suggest-resources | 2024-03-10 | -95/+102 | |
|\ | ||||
| * | Update path variable in resource page tests | 2024-02-11 | -1/+1 | |
| | | ||||
| * | Move resorce loading from view init() to AppConfig ready() method | 2024-02-11 | -94/+101 | |
| | | | | | | | | This is done to load the resources only once on startup instead of loading it everytime the view is initialized which is done whenever a request is made to the resources endpoint. | |||
* | | Resources: Add guidelines on YAML files | 2024-02-07 | -5/+30 | |
|/ | ||||
* | Dark: Use alternate images for homepage, resources, events | 2024-01-28 | -0/+10 | |
| | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]> | |||
* | Dark: Use our own panda3d logo with light background | 2024-01-18 | -1/+1 | |
| | ||||
* | Dark: Use kivy logo with light background in resources | 2024-01-16 | -3/+1 | |
| | ||||
* | Dark: Use adafruit logo with light background in resources | 2024-01-16 | -1/+1 | |
| | ||||
* | Dark: Fix the filter box on resources page | 2024-01-16 | -31/+31 | |
| | ||||
* | Use icon_image instead of title_image and set icon_size to 50. | 2024-01-03 | -1/+2 | |
| | ||||
* | Add a Goodreads link and 'paid' tag. | 2023-12-23 | -0/+4 | |
| | ||||
* | Fix trailing whitespace. | 2023-12-23 | -1/+1 | |
| | ||||
* | Add 'Software Design by Example' to resources. | 2023-12-22 | -0/+21 | |
| | ||||
* | Fix duplicated links in resources (#1034) | 2023-07-15 | -12/+28 | |
| | | | | | | | | | * Add test for duplicate links * Remove duplicated links Closes #1022. Closes #1023. Closes #1024. | |||
* | Fix broken image links for kivy (#1032) | 2023-07-15 | -2/+2 | |
| | | | Closes #1020. | |||
* | Fix broken link to sololearn's Python course (#1031) | 2023-07-15 | -1/+1 | |
| | | | Fixes #1021. | |||
* | Switch to ruff for linting | 2023-05-10 | -4/+3 | |
| | ||||
* | Add Python Graph Gallery to the Resources | 2023-04-15 | -0/+17 | |
| | ||||
* | Add README to the resources app (#934) | 2023-04-14 | -6/+34 | |
| | ||||
* | fix: use new domain for bot tutorial resource | 2023-02-13 | -1/+1 | |
| | ||||
* | changed over to a clearer logo | 2023-01-24 | -1/+1 | |
| | ||||
* | yaml for python.org tutorial | 2023-01-24 | -0/+14 | |
| | ||||
* | Bump Django To 3.2 | 2022-07-11 | -1/+1 | |
| | | | | | | | | | | Bumps the current django version to 3.2 For the most part, there are no major changes here. The app configuration names were incorrect, and the new version no longer ignores that, so those were updated. The new version also requires explicitly defining the field type for primary keys if they are not defined on the model. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Use font awesome lock icon that is available under free license | 2022-07-10 | -1/+1 | |
| | ||||
* | Fix linting | 2022-07-10 | -1/+0 | |
| | ||||
* | Add padlock as icon for Security resources | 2022-06-13 | -0/+1 | |
| | ||||
* | Update vcokltfre's discord bot tutorial | 2022-06-13 | -1/+1 | |
| | ||||
* | Remove Atom, which will no longer be supported | 2022-06-13 | -14/+0 | |
| | ||||
* | Add The Algorithms to resources | 2022-06-13 | -0/+18 | |
| | ||||
* | Merge branch 'main' into swfarnsworth/resources | 2022-06-13 | -7/+19 | |
|\ | ||||
| * | Add video type to Python Morsels resoure | 2022-05-09 | -0/+1 | |
| | | | | | | Adding the video type at the request of Trey Hunner. | |||
| * | Remove expired coupon code and update course name | 2022-02-19 | -3/+2 | |
| | | ||||
| * | Fix typo in bot tutorial resource (#661) | 2022-02-16 | -1/+1 | |
| | | | | | | Co-authored-by: Xithrius <[email protected]> | |||
| * | Titlecase the PyDis YouTube resource | 2022-02-13 | -1/+1 | |
| | | | | | | Co-authored-by: Mark <[email protected]> | |||
| * | Add names for every resource card. | 2022-02-13 | -0/+12 | |
| | |