education
Here are 817 public repositories matching this topic...
-
Updated
Jun 9, 2022 - Python
-
Updated
Jun 4, 2022 - Python
This will help reduce some copy pasted boiler plate code.
-
Updated
Mar 22, 2022 - Python
-
Updated
May 26, 2022 - Python
Let's add an option to rotate pinout by 180 degrees.
On all pages that are associated with a course, the LibreLingo logo on the top left corner of the page should lead back to the main page of the course, rather than the main landing page. This is because most people are most likely to only study one language, so most likely they will want to go back to that page. Once the landing page is improved, we can add an alternative way to go back to that pa
-
Updated
Jun 29, 2022 - Python
Originally reported by @ReubenTheDS in jupyterhub/the-littlest-jupyterhub#638.
Proposed change
Add some info in the docs about the authenti
If you call input("Reasonable length prompt: ") then the shell scrolls to the right, hiding the content on the left. The reason for this is a bit of CSS width: calc(100% - 2.5em) on a div wrapping the <input> tag where the user types into the shell. But removing that leaves the input element short so that if you enter a long line of code it doesn't show the full thing. I don't know what a go
Right now there is no difference between a highlight and a note. It would be nice to nicely format this in notion.
e.g.
This was the highlight in the book.
Notes: This is the note I wrote for the above highlight.
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Jan 26, 2021 - Python
-
Updated
Jun 28, 2022 - Python
Screenshot game
It would be great to be able to screenshot a game, similar to Pygame.
-
Updated
Jul 6, 2022 - Python
Our current firewall lab is quite simple, mostly because it is hard to set up a complicated network environment using virtual machines. We are limited on the number of VMs that can be used in the lab. With the container technology, this limitation is lifted. We are also limited to the industry experience, so a person who has real-world experience on firewalls can help us a lot.
I would like to
Describe the bug
Using ep.plot_rgb() with stretch=True fails when plotting a masked array when the original array contains NaNs. Plotting returns a black plot and gives the following warning "UserWarning: One or more intensity levels are NaN. Rescaling will broadcast NaN to the full image. Provide intensity levels yourself to avoid this. E.g. with np.nanmin(image), np.nanmax(image)."
I th
-
Updated
Jan 10, 2022 - Python
-
Updated
Jun 20, 2022 - Python
-
Updated
May 21, 2022 - Python
-
Updated
Jan 30, 2022 - Python
Improve this page
Add a description, image, and links to the education topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the education topic, visit your repo's landing page and select "manage topics."


We have a lot of
is_prime(or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical