8:02
learn python 2019 Beginning CSS styling of pages_learnTube
Beginning CSS styling of pages.
10:20
learn python 2019 Starting developing the User model_learnTube
Starting developing the User model.
9:33
learn python 2019 Python cls and argument unpacking_learnTube
Python cls and argument unpacking.
4:51
learn python 2019 The format method_learnTube
String Formatting. Python uses C-style string formatting to create new, formatted strings. The "%" operator is used to format a set of ...
8:35
learn python 2019 Our first template in Jinja2_learnTube
Our first template in Jinja2.
3:58
learn python 2019 Creating our own methods in Python_learnTube
Writing user-defined functions in Python Step 1: Declare the function with the keyword def followed by the function name. Step 2: ...
4:23
learn python 2019 Getting user input with the input method_learnTube
Python has an input function which lets you ask a user for some text input. You call this function to tell the program to stop and wait ...
8:01
learn python 2019 Introduction to REST APIs_learnTube
REST API (Introduction) REpresentational State Transfer (REST) is an architectural style that defines a set of constraints to be ...