This challenge write-up first appeared on PyBites.
There is nothing like a challenge to bring out the best in man. - Sean Connery
Hi Pythonistas, a new week, a new 'bite' of Python coding! This week we’re going to get down and dirty with Python Flask. Flask is becoming a hot skill to have in your arsenal so we figure it’s about time we had a challenge on it! Enjoy!
We decided to split the challenge into two parts given how time consuming this may be for some. If you can manage it, go for the bonus too!
The base requirement:
Bonus:
An example use case for this could be a To-Do list app.
This is an open ended challenge. There are very few requirements and many possibilities! It doesn’t have to look pretty, as long as the functionality is there. Have fun with it, learning Flask can be incredibly satisfying!
As we discussed in our beginner Flask article last week, it’s a web framework to allow you to create Python web applications.
For this challenge you should definitely have some HTML (and CSS) experience. It’ll definitely make things easier.
To help with your learning, here are some resources that should get you started:
See our INSTALL doc how to fork our challenges repo to get cracking. We updated this doc with additional instructions how to submit your solution to our community branch (and end-of-the-week review) via a Pull Request (PR).
You can find all our code challenges so far here. If you have ideas for a future challenge or find any issues, please contact us or open a GH Issue.
Last but not least: there is no best solution, only learning more and better Python. Good luck!
Keep Calm and Code in Python!
-- Bob and Julian