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: nsbgit/PythonByMosh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nsbgit/PythonByMosh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: learn
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 13, 2020

  1. T02 - Code Execution

    Python executes line by line.
    nsbgit committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b39cf1d View commit details
    Browse the repository at this point in the history
  2. Variables

    nsbgit committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    06d4015 View commit details
    Browse the repository at this point in the history
  3. Vairables part 2

    nsbgit committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    832b859 View commit details
    Browse the repository at this point in the history
  4. Getting input

    nsbgit committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    8f7d8cb View commit details
    Browse the repository at this point in the history
  5. getting input excercize

    nsbgit committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    9d176c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Type Conversion

    nsbgit committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    8375131 View commit details
    Browse the repository at this point in the history
  2. Typer Conversion Excersize

    Ask a user their weight (in pounds), convert it to kilograms and print on the terminal.
    nsbgit committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    7b7fd00 View commit details
    Browse the repository at this point in the history
  3. Spelling Correction

    nsbgit committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    8714bb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Strings - Basic

    Signed-off-by: Sukanta Sharma <[email protected]>
    nsbgit committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    f10f248 View commit details
    Browse the repository at this point in the history
  2. Personal Dictionary is added at project level

    Signed-off-by: Sukanta Sharma <[email protected]>
    nsbgit committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    bf5ec67 View commit details
    Browse the repository at this point in the history
  3. Strings - Advance - Accessing characters using []

    Signed-off-by: Sukanta Sharma <[email protected]>
    nsbgit committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    4b43110 View commit details
    Browse the repository at this point in the history
  4. Strings - Exercise - 01

    Signed-off-by: Sukanta Sharma <[email protected]>
    nsbgit committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    190dbbe View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Addition to personal dictionary

    Signed-off-by: Sukanta Sharma <[email protected]>
    nsbgit committed May 1, 2020
    Configuration menu
    Copy the full SHA
    6de4f5a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Strings Methods

    Signed-off-by: Sukanta Sharma <[email protected]>
    nsbgit committed May 2, 2020
    Configuration menu
    Copy the full SHA
    83b8047 View commit details
    Browse the repository at this point in the history
  2. Strings Methods

    Comments are shifted a line below
    nsbgit committed May 2, 2020
    Configuration menu
    Copy the full SHA
    c9acb0d View commit details
    Browse the repository at this point in the history
  3. Arithmetic Operations

    Signed-off-by: Sukanta Sharma <[email protected]>
    nsbgit committed May 2, 2020
    Configuration menu
    Copy the full SHA
    c12dad3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Operator Precedence

    Signed-off-by: Sukanta Sharma <[email protected]>
    nsbgit committed May 3, 2020
    Configuration menu
    Copy the full SHA
    3245c25 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Update app.py

    nsbgit committed May 26, 2020
    Configuration menu
    Copy the full SHA
    e0ded69 View commit details
    Browse the repository at this point in the history
Loading