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:AditTandon/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.
  • 8 commits
  • 7 files changed
  • 3 contributors

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
    nouraellm authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e378f9cView commit details
    Browse the repository at this point in the history
  2. Merge pull requestAllenDowney#88from nouraellm/patch-1

    Adding a note for more clarity
    @AllenDowney
    AllenDowney authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9eba623View 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
    abhitrueprogrammer authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    a0298d3View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3fc63View 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
    AllenDowney authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ff58fc6View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Update pronounce.py

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

Commits on Sep 6, 2022

  1. Reverting

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

Commits on Apr 9, 2024

  1. Don't say UML

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