aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources (follow)
Commit message (Collapse)AuthorAgeLines
* Fix resources project-ideas FA iconGravatar hedy2024-03-12-1/+1
|
* Merge branch 'main' into docs/suggest-resourcesGravatar ChrisJL2024-03-10-95/+102
|\
| * Update path variable in resource page testsGravatar RohanJnr2024-02-11-1/+1
| |
| * Move resorce loading from view init() to AppConfig ready() methodGravatar RohanJnr2024-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 filesGravatar hedy2024-02-07-5/+30
|/
* Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-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 backgroundGravatar hedy2024-01-18-1/+1
|
* Dark: Use kivy logo with light background in resourcesGravatar hedy2024-01-16-3/+1
|
* Dark: Use adafruit logo with light background in resourcesGravatar hedy2024-01-16-1/+1
|
* Dark: Fix the filter box on resources pageGravatar hedy2024-01-16-31/+31
|
* Use icon_image instead of title_image and set icon_size to 50.Gravatar devdanzin2024-01-03-1/+2
|
* Add a Goodreads link and 'paid' tag.Gravatar devdanzin2023-12-23-0/+4
|
* Fix trailing whitespace.Gravatar devdanzin2023-12-23-1/+1
|
* Add 'Software Design by Example' to resources.Gravatar devdanzin2023-12-22-0/+21
|
* Fix duplicated links in resources (#1034)Gravatar jchristgit2023-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)Gravatar jchristgit2023-07-15-2/+2
| | | Closes #1020.
* Fix broken link to sololearn's Python course (#1031)Gravatar jchristgit2023-07-15-1/+1
| | | Fixes #1021.
* Switch to ruff for lintingGravatar Johannes Christ2023-05-10-4/+3
|
* Add Python Graph Gallery to the ResourcesGravatar etrotta2023-04-15-0/+17
|
* Add README to the resources app (#934)Gravatar Johannes Christ2023-04-14-6/+34
|
* fix: use new domain for bot tutorial resourceGravatar vcokltfre2023-02-13-1/+1
|
* changed over to a clearer logoGravatar Assile2023-01-24-1/+1
|
* yaml for python.org tutorialGravatar Assile2023-01-24-0/+14
|
* Bump Django To 3.2Gravatar Hassan Abouelela2022-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 licenseGravatar mina2022-07-10-1/+1
|
* Fix lintingGravatar mina2022-07-10-1/+0
|
* Add padlock as icon for Security resourcesGravatar Steele2022-06-13-0/+1
|
* Update vcokltfre's discord bot tutorialGravatar Steele2022-06-13-1/+1
|
* Remove Atom, which will no longer be supportedGravatar Steele2022-06-13-14/+0
|
* Add The Algorithms to resourcesGravatar Steele2022-06-13-0/+18
|
* Merge branch 'main' into swfarnsworth/resourcesGravatar Steele2022-06-13-7/+19
|\
| * Add video type to Python Morsels resoureGravatar Daniel Brown2022-05-09-0/+1
| | | | | | Adding the video type at the request of Trey Hunner.
| * Remove expired coupon code and update course nameGravatar wookie1842022-02-19-3/+2
| |
| * Fix typo in bot tutorial resource (#661)Gravatar Ben Soyka2022-02-16-1/+1
| | | | | | Co-authored-by: Xithrius <[email protected]>
| * Titlecase the PyDis YouTube resourceGravatar Leon Sandøy2022-02-13-1/+1
| | | | | | Co-authored-by: Mark <[email protected]>
| * Add names for every resource card.Gravatar Leon Sandøy2022-02-13-0/+12
| |
| * Kaizen: Update URL for Two Scoops.Gravatar Leon Sandøy2022-02-12-1/+1
| |
| * Update Exercism Resource (#658)Gravatar mathstrains212022-02-11-2/+2
| |
* | Add PyCharm logo.Gravatar Steele2022-02-11-0/+1
| | | | | | | | Same URL used in `jetbrains_videos.yaml`.
* | Drop "in Python" from title.Gravatar Steele2022-02-11-1/+1
|/ | | | While the title of the book is "Neural Networks from Scratch in Python", it's typically referred to as "Neural Networks from Scratch", and it goes without saying in this context that Python will be used in code examples.
* Rewrite Google Colab resource to emphasize GPU computationGravatar Steele Farnsworth2022-02-03-4/+4
| | | | | Previously, it was unclear why this was a data science resource. This version states that Colab offers GPU computation and that it can be used for deep learning, which is the reason. Also fixes abrupt change in sentence structure ("a ... Jupyter Notebook which supports e.g. !apt-get"; "e.g." unexpected). Also, expressions in backticks (apt-get) won't be rendered as code, though since Colab is mostly a beginner sandbox, I don't think the word "Debian" will often be known.
* Use external-link-alt for all links.Gravatar Leon Sandøy2022-02-01-5/+5
|
* Refactor as_css_class to 'to_kebabcase'.Gravatar Leon Sandøy2022-02-01-37/+64
| | | | | | | We're making a few changes here - Changing the name to 'to_kebabcase' - Covering all edge cases - Adding a unit test for this utility
* Kaizen: Make jchrists wildest dreams come trueGravatar Leon Sandøy2022-02-01-1/+1
| | | Co-authored-by: Johannes Christ <[email protected]>
* Add type annotations for sort key method.Gravatar Leon Sandøy2022-02-01-1/+1
|
* Sort resources alphabetically, disregarding 'the'.Gravatar Leon Sandøy2022-02-01-1/+10
|
* Add more tests for the new resources page.Gravatar Leon Sandøy2022-01-31-0/+12
| | | | Coverage is now 100%.
* Revert changes to pyproject.toml.Gravatar Leon Sandøy2022-01-31-1/+1
| | | | | These changes were not necessary. I am very sorry for the things that I did.
* Placate the flake8.Gravatar Leon Sandøy2022-01-31-1/+3
|
* Minor changes to socratica resource.Gravatar Leon Sandøy2022-01-31-2/+8
|