Course Information
Course Overview
A micro web framework to rule them all.
Welcome,
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.
Routing: Requests to function-call mapping with support for clean and dynamic URLs.
Templates: Fast and pythonic built-in template engine and support for mako, jinja2 and cheetah templates.
Utilities: Convenient access to form data, file uploads, cookies, headers and other HTTP-related metadata.
Server: Built-in HTTP development server and support for paste, bjoern, gae, cherrypy or any other WSGI capable HTTP server.
Bottle is a versatile web framework which is used by small and big companies to create API-s and other web services that provide functionality to their infrastructure. In this course we will go through the whole documentation and I will show you what can and cannot be done with the Bottle Web Framework. Starting from the fundations, we will cover basic building blocks, then build on those for more advanced control flow, and data structures. Finally by the end of this course you will be able to use the framework to build blazing fast API-s and web applications which can serve you well and easy to maintain.
Happy Coding!
Cheers,
Daniel
Course Content
- 1 section(s)
- 13 lecture(s)
- Section 1 Rock and rolla
What You’ll Learn
- They will fully understand how to write webapps in the bottle framework in python.
Skills covered in this course
Reviews
-
LL B
This course would be great as a free course. As a paid course it's too expensive. It's only 2 hours of basics for 19.99$ (minus discount).
-
CClaudio
Nice, but no source code, the numbering does not explain what the content will be, difficult to find the topics.
-
KKeith Chen
Good course as starter. However could not find the source code. The teach's video blocks the screen so I could not see some of the code.
-
HHugo Daniel Pereira
I miss the exercise files, the table of contents in the course details, on some places I had to do some searching on my own, and the instructor video is sometimes overlapping with the code I need to see, so it's a version of a course that can get some updates, but still it's simple and easy to understand and it's helping a lot in understanding the basics of the bottle framework which I need for my assignment at college. Thanks a lot!