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: pythonstuff123/python-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8eb0735
Choose a base ref
...
head repository: realpython/python-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cb448c2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 28, 2017

  1. Use random.choice instead of random.randint

    random.choice is better for selecting random elements from a list than using random.randint to generate random indices to select
    uttamo authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    5b74528 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Merge pull request realpython#9 from uttamo/patch-1

    Use random.choice instead of random.randint
    mjhea0 authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    c2f695f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. updated readme

    mjhea0 committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    cb448c2 View commit details
    Browse the repository at this point in the history
Loading