In this article we review last week’s Daily Python Tip Part 1 – Make a Web App code challenge.
Articles on Bottle
Code Challenge 38 – Build Your Own Hacktoberfest Checker With Bottle – Review
By PyBites Team on 1 November 2017
In this article we review last week’s Build Your Own Hacktoberfest Checker With Bottle code challenge.
Code Challenge 41 – Daily Python Tip Part 2 – Build an API
By PyBites Team on 1 November 2017
Hi Pythonistas, you heard of Daily Python Tip? It’s a Twitter account that posts one python tip per day, run by @karlafej and @simecek. We partnered up with them and use their awesome collection of tips to build a web app (part 1) and a simple API (part 2).
Bootstrap Your Next Python Project With Cookiecutter
By Bob Belderbos on 24 October 2017
I finally did it! I bootstrapped my first project with Cookiecutter. There is a lot to discover but wow this tool can save you a ton of time, making your project more professional.
Code Challenge 40 – Daily Python Tip Part 1 – Make a Web App
By PyBites Team on 24 October 2017
Hi Pythonistas, you heard of Daily Python Tip? It’s a Twitter account that posts one python tip per day, run by @karlafej and @simecek. We partnered up with them and use their awesome collection of tips to build a web app (part 1) and a simple API (part 2).
Code Challenge 38 – Build Your Own Hacktoberfest Checker With Bottle
By PyBites Team on 4 October 2017
Hi Pythonistas, Hacktoberfest started. Let’s make open source better and track our progress with a little app you will build using the Bottle web framework.