-
Updated
Nov 12, 2020 - Python
programming
Here are 615 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Python
-
Updated
Apr 11, 2020 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 12, 2020 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Jan 19, 2018 - Python
-
Updated
Nov 12, 2020 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Aug 7, 2019 - Python
LaTeX is hard for newbies to use. LaTeX is hard for people who have used it for years to use (i.e me).
I propose that we pull a lot of the stuff in CQR out and put it into readthedocs.
The big drawback which would prevent us from doing this for everything is that markdown doesn't do footnotes. However, a lot of the current CQR doesn't have footnotes. I don't think being able to nicely print
-
Updated
Nov 7, 2020 - Python
NB: Good first issue label (cannot be added because not in contributor list)
Exercise Reading error Messages - Lesson "Error and Exceptions"
(http://swcarpentry.github.io/python-novice-inflammation/09-errors/index.html)
- As dictionaries are not introduced previously in lesson (maybe a consequence of reducing the lesson) I suggest the following:
- Moving this exercise at the end of th
-
Updated
Oct 31, 2020 - Python
-
Updated
Nov 11, 2020 - Python
This challenge asks student to print an informative message if there are any records in gapminder for the year 2002. Two solutions are provided, one using any(gapminder$year == 2002) (note any() isn't introduced until later in that episode) and one much more complicated one involving counting the number of rows for the year 2002. It seems to me the only reasonable way to do this is with %in%
Admittedly, I'm not a pythonista, but I wonder whether there would be value in using bash versions of the three python scripts. For whatever reason, I'm running into problems with getting python installed correctly on my Mac. Once I got it pointed in the right direct, I ran into problems with installing numpy. It's quickly becoming a tutorial on installing python rather than make :)
I suspect the
-
Updated
Jun 10, 2017 - Python
-
Updated
Sep 17, 2018 - Python
-
Updated
Jun 20, 2017 - Python
-
Updated
Jun 9, 2020 - Python
-
Updated
May 4, 2020 - Python
-
Updated
Nov 2, 2020 - Python
-
Updated
Aug 12, 2020 - Python
The Survey table has a field called quant that holds what type of reading was taken. The values in this column are rad, sal, and temp. There is no legend that explains what these mean on the page where the data is introduced (the selecting data chapter). Much later in the course it's mentioned that these mean 'radiation', 'salinity' and 'temperature', but I think it would also be helpful
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 1, 2020 - Python
Improve this page
Add a description, image, and links to the programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming topic, visit your repo's landing page and select "manage topics."
creating an API would be a good option for others to implement it in their upcoming projects.