Udemy - Complete Python Web Course: Build 8 Python Web Apps
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size3.3 GB
- Uploaded ByCourseClub
- Downloads220
- Last checkedDec. 24th '70
- Date uploadedDec. 12th '18
- Seeders 0
- Leechers0
Complete Python Web Course: Build 8 Python Web Apps
Build Python Web Applications from Beginner to Expert using Python and Flask
For More Courses Visit: https://desirecourse.com
Files:
[DesireCourse.Com] Udemy - Complete Python Web Course Build 8 Python Web Apps 01 Your Age in Seconds- 001 Get the course e-book.html (0.8 KB)
- 002 Introduction.mp4 (4.0 MB)
- 003 Join the live chat for discussions and QA.html (1.0 KB)
- 004 Installing Python.mp4 (4.2 MB)
- 005 Integers and Strings.mp4 (4.1 MB)
- 006 Variables in Python.mp4 (2.7 MB)
- 007 Solution to coding exercise creating variables.mp4 (2.7 MB)
- 008 Methods print str and int.mp4 (10.0 MB)
- 009 Solution to coding exercise print str and int.mp4 (7.6 MB)
- 010 The format method.mp4 (10.8 MB)
- 011 The .format cheatsheet.pdf (38.3 KB)
- 012 Solution to coding exercise format.mp4 (7.1 MB)
- 013 Getting user input with the input method.mp4 (10.3 MB)
- 014 Solution to coding exercise user input.mp4 (2.1 MB)
- 015 Creating our own methods in Python.mp4 (6.6 MB)
- 016 Solution to coding exercise creating functions.mp4 (5.3 MB)
- 017 If statements in Python.mp4 (27.6 MB)
- 018 Solution to coding exercise if statements.mp4 (8.9 MB)
- 019 Section 1 assignment video.mp4 (4.5 MB)
- 020 The Age Program Python Code.html (0.8 KB) quizzes
- 001 Integers and Strings Quiz.html (4.0 KB)
- 002 Creating variables.html (2.8 KB)
- 003 The print str and int methods.html (4.4 KB)
- 004 Formatting strings quiz.html (4.2 KB)
- 005 The format method.html (4.4 KB)
- 006 Asking users for input.html (3.0 KB)
- 007 Creating methods and functions.html (3.3 KB)
- 008 If statements quiz.html (5.3 KB)
- 009 If statements.html (4.1 KB)
- 010 Python basics.html (3.9 KB)
- 021 Our Development Environment.mp4 (8.5 MB)
- 022 Creating virtual environments for Python development.mp4 (33.2 MB)
- 023 Our Age application in PyCharm.mp4 (8.9 MB)
- 024 aside Tweaking PyCharm.mp4 (24.6 MB)
- 025 Understanding JSON and XML.mp4 (16.0 MB)
- 026 Making our first HTTP GET request.mp4 (11.2 MB)
- 027 Finding our chair price parsing HTML.mp4 (18.7 MB)
- 028 Parsing HTML data using BeautifulSoup.mp4 (21.3 MB)
- 029 Using the price as a number.mp4 (30.3 MB)
- 030 Whats a Browser program Python Code.html (0.8 KB) quizzes
- 011 HTTP Quiz.html (3.6 KB)
- 031 Installing MongoDB.mp4 (38.3 MB)
- 032 MongoDB FAQ.html (1.5 KB)
- 033 Introduction to MongoDB.mp4 (22.0 MB)
- 034 Creating a PyCharm project that uses MongoDB and pymongo.mp4 (18.6 MB)
- 035 Simplifying lists in Python with list comprehension.mp4 (16.9 MB)
- 036 Introduction to Object-Oriented Programming.mp4 (34.9 MB)
- 037 Creating our first class the Post.mp4 (16.8 MB)
- 038 Creating a Database class for database interactions.mp4 (39.4 MB)
- 039 The last few Post methods.mp4 (12.2 MB)
- 040 Having default parameter values in Python methods.mp4 (17.6 MB)
- 041 Understanding dates in Python the datetime module.mp4 (10.1 MB)
- 042 Verifying that the Post methods all work.mp4 (19.5 MB)
- 043 The Blog class and classmethods.mp4 (55.1 MB)
- 044 Verifying the Blog methods all work.mp4 (23.9 MB)
- 045 Starting the menu and user interactions.mp4 (37.4 MB)
- 046 Finalising the Menu class.mp4 (33.1 MB)
- 047 Finally running the application.mp4 (15.1 MB)
- 048 Terminal Blog program Python Code.html (0.8 KB) quizzes
- 012 Python list comprehension.html (4.1 KB)
- 049 Introduction to REST APIs.mp4 (17.2 MB)
- 050 How can we make our own API What is Flask.mp4 (16.8 MB)
- 051 Python cls and argument unpacking.mp4 (44.8 MB)
- 052 Creating the User model for our application.mp4 (16.7 MB)
- 053 Starting developing the User model.mp4 (34.1 MB)
- 054 Creating the login and register.mp4 (24.9 MB)
- 055 Finding blogs by a specific author.mp4 (26.3 MB)
- 056 Allowing creation of blogs and posts.mp4 (31.1 MB)
- 057 Creating the static resources and templates.mp4 (10.6 MB)
- 058 Our first template in Jinja2.mp4 (20.2 MB)
- 059 Beginning CSS styling of pages.mp4 (19.2 MB)
- 060 The user login page.mp4 (56.7 MB)
- 061 The user registration page.mp4 (28.2 MB)
- 062 Using Bootstrap for the first time for great styling.mp4 (76.2 MB)
- 063 How can we display a list of blogs.mp4 (38.7 MB)
- 064 Displaying a list of posts.mp4 (43.7 MB)
- 065 The Jinja2 if statement for structure control.mp4 (5.7 MB)
- 066 Creating new blogs front-end.mp4 (43.9 MB)
- 067 Finalising the application by allowing to create posts.mp4 (41.1 MB)
- 068 The Web Blog program Python Code.html (0.8 KB) quizzes
- 013 Jinja2 revision.html (5.1 KB)
- 069 Intro and what could be improved over last section.mp4 (15.7 MB)
- 070 Introducing Blueprints for Flask.mp4 (15.3 MB)
- 071 Creating the app structure so its easy to develop.mp4 (11.0 MB)
- 072 Mapping out the app flow.mp4 (10.0 MB)
- 073 Initialising the app.mp4 (14.9 MB)
- 074 Initialising the models for our app.mp4 (14.6 MB)
- 075 Creating our view structure what do users interact with.mp4 (24.0 MB)
- 076 Logging users in the model.mp4 (58.7 MB)
- 077 Logging users in the view.mp4 (18.6 MB)
- 078 Adding a sample user to the database to verify login works.mp4 (25.9 MB)
- 079 Introduction to Postman for API testing.mp4 (20.9 MB)
- 080 Checking the login flow for errors.mp4 (20.6 MB)
- 081 Registering users the model.mp4 (13.8 MB)
- 082 Introduction to RegEx Regular Expressions.mp4 (9.4 MB)
- 083 Validating user e-mails and finalising the registration.mp4 (21.7 MB)
- 084 Verifying the registration with Postman.mp4 (3.3 MB)
- 085 Loading item prices with requests and BeautifulSoup.mp4 (63.9 MB)
- 086 Saving items to MongoDB.mp4 (7.2 MB)
Code:
- udp://62.138.0.158:6969/announce
- udp://87.233.192.220:6969/announce
- udp://88.198.231.1:1337/announce
- udp://151.80.120.113:2710/announce
- udp://111.6.78.96:6969/announce
- udp://90.179.64.91:1337/announce
- udp://51.15.4.13:1337/announce
- udp://191.96.249.23:6969/announce
- udp://35.187.36.248:1337/announce
- udp://123.249.16.65:2710/announce
- udp://127.0.0.1:6969/announce
- udp://210.244.71.25:6969/announce
- udp://78.142.19.42:1337/announce
- udp://173.254.219.72:6969/announce
- udp://51.15.76.199:6969/announce
- udp://91.212.150.191:3418/announce
- udp://103.224.212.222:6969/announce
- udp://92.241.171.245:6969/announce
- udp://51.15.40.114:80/announce
- udp://37.19.5.139:6969/announce