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:optionalg/python-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
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:master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 44 files changed
  • 5 contributors

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    c3b10a3View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. updated folder structure

    @mjhea0
    mjhea0 committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    4e54276View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14147e3View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52cea88View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Update requirements.txt

    26_stock_scraper requires lxml
    @Skvm
    Skvm authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    2711f0bView commit details
    Browse the repository at this point in the history
  2. Merge pull requestrealpython#6from Skvm/patch-1

    Update requirements.txt
    @mjhea0
    mjhea0 authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    abe8d78View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. added license

    chetanya-shrimali committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    49153f1View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    @chetanya-shrimali
    chetanya-shrimali authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    b060e39View commit details
    Browse the repository at this point in the history
  3. Merge pull requestrealpython#7from chetanya-shrimali/master

    added license file
    @mjhea0
    mjhea0 authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    e732b3fView commit details
    Browse the repository at this point in the history
  4. Update TODO.md

    @mjhea0
    mjhea0 authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    8eb0735View commit details
    Browse the repository at this point in the history

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
    uttamo authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    5b74528View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Merge pull requestrealpython#9from uttamo/patch-1

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

Commits on Mar 25, 2018

  1. updated readme

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