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: talkpython/100daysofcode-with-python-course
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BNAndras/100daysofcode-with-python-course
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 57 files changed
  • 12 contributors

Commits on Nov 8, 2020

  1. Syncing from original (#1)

    * Third datetime Bite for datetime days. Should help cover the datetime skills spread
    
    * Fix typo in pytest chapter
    
    Fix wrong word in transcript in the Das 10-12 Chapter 1
    (Lesson introduction)
    
    * Update transcript in Testing Chapter 5
    
    The word "mark" in the transcripts should be "mock".  Updated the
    transcript.
    
    * Update transcript in Testing Chapter 5
    
    The word "mark" in the transcripts should be "mock".  Updated the
    transcript - found two more instances for update.
    
    * Image optimisation (lossless)
    
    * Update regex.ipynb
    
    Better regex for finding all capitalized words, as contributed by Andrew in issue 24
    
    * Update regex.ipynb
    
    Wrap single quote in double quotes in the regex
    
    * fix escaping in jupyter notebook
    also added some more comments above the change in word match regex of
    last 2 commits
    
    * Update decorators.ipynb
    
    replace pass by print(text)
    
    * Fix README typos
    
    * Update README.md
    
    we made a pomodoro code challenge since, linked to the challenge to have folks PR their work
    
    * Update README.md
    
    * Reworded a sentence
    
    * Update regex.ipynb
    
    Fixed typo
    
    * Update regex.ipynb
    
    Fixed typo
    
    * Fix typo analsys -> analysis
    
    * add collections readme
    
    * add readme to list comp/ generator lesson
    
    * added decorator readme
    
    * added regex readme
    
    * add readme to refactoring lesson
    
    * ignore .DS_Store
    
    * add readme to twitter api lesson
    
    * add readme to GH API lesson
    
    * add selenium readme
    
    * add data viz readme
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Typo in sample_reader.py
    
    Just caught my eye, changed output string value **default** to **defeat**,
    
    * Fixed broken Flask Decorator link
    
    Broken link: http://flask.pocoo.org/docs/0.12/patterns/viewdecorators/#login-required-decorator
    Working link : https://flask.palletsprojects.com/en/1.1.x/patterns/viewdecorators/
    
    * Update README.md
    
    Change *Pulling and decoding JSON data* to reflect the title of the second non-intro video in the course, *Request JSON data from an API* (length 5:36)
    
    * Update twitter-api.ipynb
    
    Now it is top 10 and not top 10K
    
    * fixed link to create new twitter app
    
    * Changed actual_max_temp to actual_min_temp
    
    * Update README.md
    
    Co-authored-by: Julian Sequeira <[email protected]>
    Co-authored-by: Paul Cutler <[email protected]>
    Co-authored-by: Michael Kennedy <[email protected]>
    Co-authored-by: Bob Belderbos <[email protected]>
    Co-authored-by: Bob Belderbos <[email protected]>
    Co-authored-by: Plamen Milenkov <[email protected]>
    Co-authored-by: Roller Angel <[email protected]>
    Co-authored-by: Constantin Kraft <[email protected]>
    Co-authored-by: JustAShoeMaker <[email protected]>
    Co-authored-by: Vivek Vashist <[email protected]>
    Co-authored-by: Dmitriy <[email protected]>
    12 people authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    2d251d6 View commit details
    Browse the repository at this point in the history
Loading