project-based-learning icon indicating copy to clipboard operation
project-based-learning copied to clipboard

Curated list of project-based tutorials

Results 323 project-based-learning issues
Sort by recently updated
recently updated
newest added

### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [x] YES - [ ] NO

### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [ ] YES - [ ] NO

### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [ ] YES - [x] NO ``` ```

### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [ ] YES - [ ] NO

## Expected Behavior When i click on the link the link should work ## Current Behavior The links is showing page is not working ## Possible Solution Changing the links...

## Expected Behavior ''' from flask import Flask app = Flask(__name__) @app.route("/") def index(): return "Index!" @app.route("/hello") def hello(): return "Hello World!" @app.route("/members") def members(): return "Members" @app.route("/members//") def getMember(name):...

### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [x] YES - [ ] NO