Skip to content
This repository was archived by the owner on Oct 21, 2018. It is now read-only.
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: dstarner/python-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ubacm/python-tutorial
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.
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 25, 2017

  1. Make a few fixes and updates

    - Fix number of wheels list item and converted its variable to an int
    - Add parenthesis to print statements
    - Remove explicit inheritance from object
      - This doesn't provide any specific benefits in Python 3 (vs "new-style" classes in Python 2)
      - This could be re-introduced if and when we talk about inheritance etc.
    StephenOrJames authored and angushtlam committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    bfcd4a7 View commit details
    Browse the repository at this point in the history
  2. Use print as a function

    StephenOrJames authored and angushtlam committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    b85484c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1818b4e View commit details
    Browse the repository at this point in the history
  4. Update examples

    - Use print as function
    - Remove long type (not in Python 3)
    - Avoid using list as variable name since it shadows built-in
    - Convert camel case to underscores
    - Remove explicit float() from around float examples, add separate examples
    StephenOrJames authored and angushtlam committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    69ce67a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb41dcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f53d7d View commit details
    Browse the repository at this point in the history
Loading