learn-python3 icon indicating copy to clipboard operation
learn-python3 copied to clipboard

Jupyter notebooks for teaching/learning Python 3

Results 23 learn-python3 issues
Sort by recently updated
recently updated
newest added
trafficstars

Finished Lists and Conditionals Exercices

When doing the "testing with pytest part 1" notebook, there is an error, saying that a attribute called ipytest.magic doesnt exist. When having a look at the page for ipytest,...

Added how to copy a list

Cell 5 had incorrect output. The output was: age name hacker It should be: hacker age name

In this pull request, I've: - updated the notebook ipytest imports so that Travis CI now passes - updated travis to also run against python 3.9 - updated the post_save_hook,...

searching from wikipedia ussing python