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:pythonminna/python_sandbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:bradtraversy/python_sandbox
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.
  • 12 commits
  • 5 files changed
  • 7 contributors

Commits on Jan 1, 2020

  1. updated a very little typo.

    The membership operators listed had 'not' written in place of 'in'. It's not a very big deal but could be misleading for new learners.
    @partha2000
    partha2000 authored Jan 1, 2020
    Configuration menu
    Copy the full SHA
    4c7fdf2View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Merge pull requestbradtraversy#4from partha2000/patch-1

    updated a very little typo.
    @bradtraversy
    bradtraversy authored Jan 2, 2020
    Configuration menu
    Copy the full SHA
    8208eddView commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Update lists.py

    @Nikita6599
    Nikita6599 authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    46a0938View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7096bafView commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Added Encapsulation and improved Inheritance

    I added critical component of OOPs in general, that is, Encapsulation and also improved Inheritance by making the User's method available to the Customer class and also explained concept of Encapsulation through practical example.
    @rooky1905
    rooky1905 authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    39304feView commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

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

Commits on Oct 19, 2020

  1. Merge pull requestbradtraversy#11from kalyaniingle7387/patch-1

    Add official documentation link
    @bradtraversy
    bradtraversy authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    bdcbebcView commit details
    Browse the repository at this point in the history
  2. Merge pull requestbradtraversy#9from saksham715/patch-1

    made a new file Create map, filter and reduce.py
    @bradtraversy
    bradtraversy authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b9fe426View commit details
    Browse the repository at this point in the history
  3. Merge pull requestbradtraversy#10from rooky1905/master

    Added Encapsulation and improved Inheritance
    @bradtraversy
    bradtraversy authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    ba14199View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7c9381View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    c072526View commit details
    Browse the repository at this point in the history
  2. Merge pull requestbradtraversy#20from linwangmeyer/master

    fix the filter function
    @bradtraversy
    bradtraversy authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    536b369View commit details
    Browse the repository at this point in the history
Loading