| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Same URL used in `jetbrains_videos.yaml`.
|
| |/
|
|
| |
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.
|
| |
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
| |
We're making a few changes here
- Changing the name to 'to_kebabcase'
- Covering all edge cases
- Adding a unit test for this utility
|
| |
|
| |
Co-authored-by: Johannes Christ <[email protected]>
|
| | |
|
| | |
|
| |
|
|
| |
Coverage is now 100%.
|
| |
|
|
|
| |
These changes were not necessary. I am very sorry for the things
that I did.
|
| | |
|
| | |
|
| |
|
|
| |
Closes https://github.com/python-discord/meta/issues/119
|
| | |
|
| |
|
|
|
|
| |
- Changes Google Collab to Colab
- Updates the URL for the vcokltfre tutorial
- Adds a category icon for Game Development.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
This could probably be improved by making it less hardcoded, but since
there's a bunch of special cases, and since it only affects deploy
previews, I'm choosing to solve this with a simple solution.
I don't think realistically that we're gonna be adding a ton of resource
types down the line anyway.
|
| | |
|
| |
|
|
|
| |
The goodreads cream, while nice, has poor readability on a light
background. So I'm ditching it and just going black with those icons.
|
| |
|
|
|
|
|
| |
Previously, trying to go to `resources/project%20ideas` would crash
the filtering JS. This has now been sorted out, so that these types
of redirects have their spaces replaced by dashes, which makes them
valid again.
|
| |
|
|
|
| |
For example, navigating to pydis.com/resources/communities will now
correctly redirect to pydis.com/resources/?type=community.
|
| | |
|
| | |
|
| |
|
|
| |
This should allow Netlify Deploy Previews.
|
| | |
|
| |
|
|
|
|
|
| |
Here's the initial version of this system. We've got filtering,
but only by clicking checkboxes. The overall look and style are
pretty close to where we want them, but it's missing tons of
polish to be complete. The following commits will contain that polish.
|
| | |
|
| |
|
|
|
| |
Here we're getting rid of all filtering and search functionality
on the backend. We'll be handling this on the client-side from now on.
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
./pydis_site/apps/resources/resources/tools/ides/thonny.yaml:1: specifically
./pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md:115: considered
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md:59 labels
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md:99: recommend
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md:111: particularly
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md:29: Integer
./pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md:67: calculating
./pydis_site/apps/api/tests/test_off_topic_channel_names.py:157: response
I didn't touch the code jam and game jam typos because I'm not sure if
they should be preserved as is.
There were a few 'seperated' typos which I didn't change because I
*think* it's just another way of spelling it?
In the offensive words test there was a keyword argument named `fied`
which I didn't touch because I wasn't sure where that was from.
|
| | |
| |
| |
| |
| | |
Adds configuration which specifies how routes should be handled when
building a static preview.
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Switches the protocol for external sites where possible. Some sites
don't have secure versions, and were skipped.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |\| |
|
| | | |
| | |
| | |
| | | |
replit recently updated branding to replit.com, so we now reflect that in our site too.
|
| | |\| |
|
| | | | |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In more detail:
- Use Django URL namespaces (e.g. `api:bot:infractions`) instead of
`django_hosts` host argument.
- Update the hosts file setup documentation to remove subdomain entries.
- Update the hosts file setup documentation to mention that the entry of
`pythondiscord.local` is not required and mainly for convenience.
- Rename the `APISubdomainTestCase` to the more fitting
`AuthenticatedAPITestCase`, as authentication is all that is left that the
class is doing.
- Drop dependency to `django_hosts`.
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
This is no longer necessary as empty columns are treated as all being selected.
|
| | |
| |
| |
| | |
Treating an asterisk as a wild card is now redundant.
|
| | | |
|