project-based-learning
project-based-learning copied to clipboard
Curated list of project-based tutorials
Teste
### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [x] YES - [ ] NO
Tt
### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [ ] YES - [ ] NO
Test
### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [ ] YES - [x] NO ``` ```
Práticas
### 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