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: thecodecutter/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 authored Jan 1, 2020
    Configuration menu
    Copy the full SHA
    4c7fdf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Merge pull request bradtraversy#4 from partha2000/patch-1

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

Commits on Oct 1, 2020

  1. Update lists.py

    Nikita6599 authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    46a0938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7096baf View 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 authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    39304fe View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

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

Commits on Oct 19, 2020

  1. Merge pull request bradtraversy#11 from kalyaniingle7387/patch-1

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

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

    Added Encapsulation and improved Inheritance
    bradtraversy authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    ba14199 View commit details
    Browse the repository at this point in the history
  4. Merge pull request bradtraversy#7 from Nikita6599/master

    Update lists.py
    bradtraversy authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    d7c9381 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. fix the filter function

    linwangmeyer committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c072526 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bradtraversy#20 from linwangmeyer/master

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