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: aland-zhang/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.
  • 18 commits
  • 45 files changed
  • 7 contributors

Commits on Oct 15, 2015

  1. Add +x on all files for owner

    devoxel committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    f6bece3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

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

Commits on Mar 23, 2016

  1. updated full contact script

    mjhea0 committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    352f777 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

  1. Merge pull request realpython#2 from devoxel/master

    Add +x on all files for owner
    mjhea0 committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    160b68c View commit details
    Browse the repository at this point in the history
  2. Merge pull request realpython#3 from staranjeet/master

    grammatical error : remove_all_pyc.md
    mjhea0 committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    9392698 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

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

Commits on Dec 17, 2016

  1. updated folder structure

    mjhea0 committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    4e54276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14147e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52cea88 View 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 authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    2711f0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request realpython#6 from Skvm/patch-1

    Update requirements.txt
    mjhea0 authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    abe8d78 View 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
    49153f1 View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

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

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

    mjhea0 authored Sep 16, 2017
    Configuration menu
    Copy the full SHA
    8eb0735 View 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 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