Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: okornoe/ThinkPython2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AllenDowney/ThinkPython2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 8 files changed
  • 3 contributors

Commits on May 9, 2021

  1. Update book.tex

    Fixing a typo -- thanks, Bjorn!
    AllenDowney authored May 9, 2021
    Configuration menu
    Copy the full SHA
    ee5a3f2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Corrections

    AllenDowney committed May 14, 2021
    Configuration menu
    Copy the full SHA
    0e09133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a6f31 View commit details
    Browse the repository at this point in the history
  3. Adding breakfast

    AllenDowney committed May 14, 2021
    Configuration menu
    Copy the full SHA
    f9de5f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Adding a note for more clarity

    If md5sha1sum is not installed the following error will be thrown:
    
    /bin/sh: md5sum: command not found
    Traceback (most recent call last):
      File "test.py", line 118, in <module>
        d = compute_checksums(dirname='.', suffix='.py')
      File "test.py", line 77, in compute_checksums
        res, stat = compute_checksum(name)
      File "test.py", line 37, in compute_checksum
        return pipe(cmd)
      File "test.py", line 62, in pipe
        assert stat is None
    AssertionError
    
    The solution is to install it on the operating system
    nouraellm authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e378f9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request AllenDowney#88 from nouraellm/patch-1

    Adding a note for more clarity
    AllenDowney authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9eba623 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Update pi.py

    Took the "factor" term outside the braket of infinite summation so that they all have to be added only once
    abhitrueprogrammer authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    a0298d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3fc63 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Add files via upload

    Adding glossaries compiled by Peter Hall
    AllenDowney authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ff58fc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Update pronounce.py

    AllenDowney authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    7ed5193 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Reverting

    AllenDowney authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    383cb7d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Don't say UML

    AllenDowney committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bbe57ae View commit details
    Browse the repository at this point in the history
Loading