Download link
File List
-
08 Deploying your apps manually to a server/attached_files/170 Setting up account permissions in CentOS/3-setting-up-permissions.pdf 70.32 KB
08 Deploying your apps manually to a server/attached_files/171 Installing Python in CentOS/4-installing-python.pdf 57.16 KB
08 Deploying your apps manually to a server/attached_files/172 Installing and setting up Nginx in CentOS/5-setting-up-nginx.pdf 58.94 KB
08 Deploying your apps manually to a server/attached_files/173 Creating the application structure for the deployment/6-7-8-installing-the-app.pdf 75.86 KB
08 Deploying your apps manually to a server/attached_files/176 Installing MongoDB in CentOS/9-installing-mongodb.pdf 55.46 KB
08 Deploying your apps manually to a server/attached_files/177 Setting up uWSGI in CentOS/10-setting-up-uwsgi.pdf 59.88 KB
08 Deploying your apps manually to a server/attached_files/178 Running the app directly from your server/11-running-the-app.pdf 52.15 KB
08 Deploying your apps manually to a server/attached_files/179 Adding the cron job to automate sending e-mails/12-adding-the-cron-job.pdf 55.59 KB
01 Your Age in Seconds/quizzes/001 Integers and Strings Quiz.html 4.02 KB
01 Your Age in Seconds/quizzes/002 Creating variables.html 2.83 KB
01 Your Age in Seconds/quizzes/003 The print str and int methods.html 4.46 KB
01 Your Age in Seconds/quizzes/004 Formatting strings quiz.html 4.21 KB
01 Your Age in Seconds/quizzes/005 The format method.html 4.48 KB
01 Your Age in Seconds/quizzes/006 Asking users for input.html 3.01 KB
01 Your Age in Seconds/quizzes/007 Creating methods and functions.html 3.35 KB
01 Your Age in Seconds/quizzes/008 If statements quiz.html 5.34 KB
01 Your Age in Seconds/quizzes/009 If statements.html 4.15 KB
01 Your Age in Seconds/quizzes/010 Python basics.html 3.9 KB
02 Price of a Chair/quizzes/011 HTTP Quiz.html 3.67 KB
03 A simple terminal Blog/quizzes/012 Python list comprehension.html 4.11 KB
04 Our first web application/quizzes/013 Jinja2 revision.html 5.11 KB
01 Your Age in Seconds/001 Get the course e-book.html 883 B
01 Your Age in Seconds/002 Introduction.mp4 4.02 MB
01 Your Age in Seconds/003 Join the live chat for discussions and QA.html 1.06 KB
01 Your Age in Seconds/004 Installing Python.mp4 4.23 MB
01 Your Age in Seconds/005 Integers and Strings.mp4 4.09 MB
01 Your Age in Seconds/006 Variables in Python.mp4 2.67 MB
01 Your Age in Seconds/007 Solution to coding exercise creating variables.mp4 2.75 MB
01 Your Age in Seconds/008 Methods print str and int.mp4 10 MB
01 Your Age in Seconds/009 Solution to coding exercise print str and int.mp4 7.64 MB
01 Your Age in Seconds/010 The format method.mp4 10.77 MB
01 Your Age in Seconds/011 The .format cheatsheet.pdf 38.26 KB
01 Your Age in Seconds/012 Solution to coding exercise format.mp4 7.09 MB
01 Your Age in Seconds/013 Getting user input with the input method.mp4 10.3 MB
01 Your Age in Seconds/014 Solution to coding exercise user input.mp4 2.14 MB
01 Your Age in Seconds/015 Creating our own methods in Python.mp4 6.56 MB
01 Your Age in Seconds/016 Solution to coding exercise creating functions.mp4 5.28 MB
01 Your Age in Seconds/017 If statements in Python.mp4 27.61 MB
01 Your Age in Seconds/018 Solution to coding exercise if statements.mp4 8.87 MB
01 Your Age in Seconds/019 Section 1 assignment video.mp4 4.5 MB
01 Your Age in Seconds/020 The Age Program Python Code.html 857 B
02 Price of a Chair/021 Our Development Environment.mp4 8.45 MB
02 Price of a Chair/022 Creating virtual environments for Python development.mp4 33.23 MB
02 Price of a Chair/023 Our Age application in PyCharm.mp4 8.85 MB
02 Price of a Chair/024 aside Tweaking PyCharm.mp4 24.63 MB
02 Price of a Chair/025 Understanding JSON and XML.mp4 15.96 MB
02 Price of a Chair/026 Making our first HTTP GET request.mp4 11.19 MB
02 Price of a Chair/027 Finding our chair price parsing HTML.mp4 18.65 MB
02 Price of a Chair/028 Parsing HTML data using BeautifulSoup.mp4 21.33 MB
02 Price of a Chair/029 Using the price as a number.mp4 30.27 MB
02 Price of a Chair/030 Whats a Browser program Python Code.html 876 B
03 A simple terminal Blog/031 Installing MongoDB.mp4 38.31 MB
03 A simple terminal Blog/032 MongoDB FAQ.html 1.48 KB
03 A simple terminal Blog/033 Introduction to MongoDB.mp4 22 MB
03 A simple terminal Blog/034 Creating a PyCharm project that uses MongoDB and pymongo.mp4 18.63 MB
03 A simple terminal Blog/035 Simplifying lists in Python with list comprehension.mp4 16.93 MB
03 A simple terminal Blog/036 Introduction to Object-Oriented Programming.mp4 34.94 MB
03 A simple terminal Blog/037 Creating our first class the Post.mp4 16.85 MB
03 A simple terminal Blog/038 Creating a Database class for database interactions.mp4 39.43 MB
03 A simple terminal Blog/039 The last few Post methods.mp4 12.25 MB
03 A simple terminal Blog/040 Having default parameter values in Python methods.mp4 17.6 MB
03 A simple terminal Blog/041 Understanding dates in Python the datetime module.mp4 10.1 MB
03 A simple terminal Blog/042 Verifying that the Post methods all work.mp4 19.53 MB
03 A simple terminal Blog/043 The Blog class and classmethods.mp4 55.13 MB
03 A simple terminal Blog/044 Verifying the Blog methods all work.mp4 23.86 MB
03 A simple terminal Blog/045 Starting the menu and user interactions.mp4 37.37 MB
03 A simple terminal Blog/046 Finalising the Menu class.mp4 33.07 MB
03 A simple terminal Blog/047 Finally running the application.mp4 15.15 MB
03 A simple terminal Blog/048 Terminal Blog program Python Code.html 827 B
04 Our first web application/049 Introduction to REST APIs.mp4 17.18 MB
04 Our first web application/050 How can we make our own API What is Flask.mp4 16.81 MB
04 Our first web application/051 Python cls and argument unpacking.mp4 44.85 MB
04 Our first web application/052 Creating the User model for our application.mp4 16.69 MB
04 Our first web application/053 Starting developing the User model.mp4 34.08 MB
04 Our first web application/054 Creating the login and register.mp4 24.85 MB
04 Our first web application/055 Finding blogs by a specific author.mp4 26.29 MB
04 Our first web application/056 Allowing creation of blogs and posts.mp4 31.15 MB
04 Our first web application/057 Creating the static resources and templates.mp4 10.64 MB
04 Our first web application/058 Our first template in Jinja2.mp4 20.18 MB
04 Our first web application/059 Beginning CSS styling of pages.mp4 19.22 MB
04 Our first web application/060 The user login page.mp4 56.68 MB
04 Our first web application/061 The user registration page.mp4 28.16 MB
04 Our first web application/062 Using Bootstrap for the first time for great styling.mp4 76.23 MB
04 Our first web application/063 How can we display a list of blogs.mp4 38.67 MB
04 Our first web application/064 Displaying a list of posts.mp4 43.75 MB
04 Our first web application/065 The Jinja2 if statement for structure control.mp4 5.74 MB
04 Our first web application/066 Creating new blogs front-end.mp4 43.91 MB
04 Our first web application/067 Finalising the application by allowing to create posts.mp4 41.08 MB
04 Our first web application/068 The Web Blog program Python Code.html 796 B
05 Price alerts for any online web-store/069 Intro and what could be improved over last section.mp4 15.68 MB
05 Price alerts for any online web-store/070 Introducing Blueprints for Flask.mp4 15.31 MB
05 Price alerts for any online web-store/071 Creating the app structure so its easy to develop.mp4 11.04 MB
05 Price alerts for any online web-store/072 Mapping out the app flow.mp4 10 MB
05 Price alerts for any online web-store/073 Initialising the app.mp4 14.92 MB
05 Price alerts for any online web-store/074 Initialising the models for our app.mp4 14.65 MB
05 Price alerts for any online web-store/075 Creating our view structure what do users interact with.mp4 23.97 MB
05 Price alerts for any online web-store/076 Logging users in the model.mp4 58.68 MB
05 Price alerts for any online web-store/077 Logging users in the view.mp4 18.65 MB
05 Price alerts for any online web-store/078 Adding a sample user to the database to verify login works.mp4 25.89 MB
05 Price alerts for any online web-store/079 Introduction to Postman for API testing.mp4 20.94 MB
05 Price alerts for any online web-store/080 Checking the login flow for errors.mp4 20.63 MB
05 Price alerts for any online web-store/081 Registering users the model.mp4 13.76 MB
05 Price alerts for any online web-store/082 Introduction to RegEx Regular Expressions.mp4 9.42 MB
05 Price alerts for any online web-store/083 Validating user e-mails and finalising the registration.mp4 21.67 MB
05 Price alerts for any online web-store/084 Verifying the registration with Postman.mp4 3.33 MB
05 Price alerts for any online web-store/085 Loading item prices with requests and BeautifulSoup.mp4 63.94 MB
05 Price alerts for any online web-store/086 Saving items to MongoDB.mp4 7.16 MB
05 Price alerts for any online web-store/087 Creating our Stores and getting live prices.mp4 25.41 MB
05 Price alerts for any online web-store/088 Dont forget about _id.mp4 12.55 MB
05 Price alerts for any online web-store/089 Saving stores to MongoDB and using the url_prefix.mp4 20.69 MB
05 Price alerts for any online web-store/090 Checking the MongoDB RegEx search works.mp4 17.8 MB
05 Price alerts for any online web-store/091 Complete flow from items to stores to prices.mp4 53.57 MB
05 Price alerts for any online web-store/092 Sending e-mails with our app Mailgun.mp4 8.74 MB
05 Price alerts for any online web-store/093 Setting up the Mailgun Sandbox server.mp4 8.79 MB
05 Price alerts for any online web-store/094 Alert constants required for our e-mails.mp4 8.4 MB
05 Price alerts for any online web-store/095 Setting up our Alert to send e-mails.mp4 6.66 MB
05 Price alerts for any online web-store/096 Getting last updated alerts to decrease load on our app.mp4 18.05 MB
05 Price alerts for any online web-store/097 Saving alerts to MongoDB.mp4 45.69 MB
05 Price alerts for any online web-store/098 Notifying our users when the price is reached.mp4 20.33 MB
05 Price alerts for any online web-store/099 Entering test data into the application.html 2.01 KB
05 Price alerts for any online web-store/100 The complete Alert workflow.mp4 82.78 MB
06 Developing a complete front-end with Bootstrap/101 Creating our Jinja template structure.mp4 17.12 MB
06 Developing a complete front-end with Bootstrap/102 Using inheritance in our Jinja templates.mp4 18.89 MB
06 Developing a complete front-end with Bootstrap/103 Fixing template not found error in PyCharm.mp4 4.29 MB
06 Developing a complete front-end with Bootstrap/104 Creating a navigation bar using Bootstrap and HTML.mp4 46.72 MB
06 Developing a complete front-end with Bootstrap/105 Collapsing the navigation bar to be more mobile friendly.mp4 17.17 MB
06 Developing a complete front-end with Bootstrap/106 Creating affordances using Glyphicons in the navigation bar.mp4 9.14 MB
06 Developing a complete front-end with Bootstrap/107 Changing the links if the user is signed in.mp4 15.87 MB
06 Developing a complete front-end with Bootstrap/108 Serving endpoints dynamically using url_for in Jinja templates.mp4 16.79 MB
06 Developing a complete front-end with Bootstrap/109 Using the Bootstrap Jumbotron component for the homepage.mp4 10.33 MB
06 Developing a complete front-end with Bootstrap/110 Creating the registration form using Bootstrap and HTML.mp4 25.84 MB
06 Developing a complete front-end with Bootstrap/111 Fixing and finalising the logout form.mp4 8.38 MB
06 Developing a complete front-end with Bootstrap/112 Registering and logging in to our application.mp4 19.73 MB
06 Developing a complete front-end with Bootstrap/113 Getting the alerts for a specific user.mp4 35.12 MB
06 Developing a complete front-end with Bootstrap/114 Refactoring the User model and including Constants.mp4 6.25 MB
06 Developing a complete front-end with Bootstrap/115 Showing the user alerts Jinja template.mp4 13.08 MB
06 Developing a complete front-end with Bootstrap/116 Fixing the item price not showing up in the alert page.mp4 21.9 MB
06 Developing a complete front-end with Bootstrap/117 Pointing an alert item to an individual alert.mp4 6.87 MB
06 Developing a complete front-end with Bootstrap/118 Rendering the single alert Jinja template.mp4 11.29 MB
06 Developing a complete front-end with Bootstrap/119 Creating a button to add new alerts with Bootstrap and Jinja.mp4 11.86 MB
06 Developing a complete front-end with Bootstrap/120 Creating the new alert form with Jinja.mp4 28.22 MB
06 Developing a complete front-end with Bootstrap/121 Finalising creating alerts.mp4 10.98 MB
06 Developing a complete front-end with Bootstrap/122 Advanced Python decorators.mp4 32.89 MB
06 Developing a complete front-end with Bootstrap/123 Creating the single alert page and adding manual price refresh.mp4 35.97 MB
06 Developing a complete front-end with Bootstrap/124 Deactivating an alert.mp4 10.99 MB
06 Developing a complete front-end with Bootstrap/125 Activating an alert.mp4 8.71 MB
06 Developing a complete front-end with Bootstrap/126 Showing inactive alerts in the Jinja list.mp4 21.93 MB
06 Developing a complete front-end with Bootstrap/127 Permanently deleting alerts.mp4 18.73 MB
06 Developing a complete front-end with Bootstrap/128 Fixing the alert price when creating a new alert.mp4 1.82 MB
06 Developing a complete front-end with Bootstrap/129 Ensuring that we are only checking active alerts.mp4 6.55 MB
06 Developing a complete front-end with Bootstrap/130 Creating the store index.mp4 11.38 MB
06 Developing a complete front-end with Bootstrap/131 Showing the list of stores and the store page.mp4 10.68 MB
06 Developing a complete front-end with Bootstrap/132 Adding the single store page in Jinja.mp4 21.15 MB
06 Developing a complete front-end with Bootstrap/133 Allowing the creation of new stores.mp4 62.54 MB
06 Developing a complete front-end with Bootstrap/134 Editing and deleting existing stores.mp4 51.9 MB
06 Developing a complete front-end with Bootstrap/135 Editing existing alerts so users can change the price point.mp4 23.99 MB
06 Developing a complete front-end with Bootstrap/136 Using Flasks config file from Jinja.mp4 29.33 MB
06 Developing a complete front-end with Bootstrap/137 Creating the requires_admin_permissions decorator.mp4 40.09 MB
06 Developing a complete front-end with Bootstrap/138 Adding a link in the Mailgun API call.mp4 35.27 MB
06 Developing a complete front-end with Bootstrap/139 Fixing the last bugs and finishing the application.mp4 27.68 MB
07 Simple development-stage deployments to Heroku/140 Signing up for GitHub.mp4 9.53 MB
07 Simple development-stage deployments to Heroku/141 Forking the GitHub repository from the last section.mp4 9.84 MB
07 Simple development-stage deployments to Heroku/142 How to install Git on Windows.mp4 7.1 MB
07 Simple development-stage deployments to Heroku/143 How to use the Windows Git Shell.mp4 7.3 MB
07 Simple development-stage deployments to Heroku/144 How to install Git on Mac.mp4 13.43 MB
07 Simple development-stage deployments to Heroku/145 How to install Git on Linux.mp4 7.99 MB
07 Simple development-stage deployments to Heroku/146 Cloning the Git repository from GitHub onto your computer.mp4 10 MB
07 Simple development-stage deployments to Heroku/147 File statuses and stages in Git.mp4 13.92 MB
07 Simple development-stage deployments to Heroku/148 How to generate an SSH key for GitHub.mp4 18.18 MB
07 Simple development-stage deployments to Heroku/149 Git commands git commit and git push.mp4 25.5 MB
07 Simple development-stage deployments to Heroku/150 Git command git log to check previous commits.mp4 6.42 MB
07 Simple development-stage deployments to Heroku/151 Signing up to Heroku.mp4 7.31 MB
07 Simple development-stage deployments to Heroku/152 Installing the Heroku Toolbelt Command-Line Interface.mp4 4.02 MB
07 Simple development-stage deployments to Heroku/153 Creating a new Heroku app.mp4 11.89 MB
07 Simple development-stage deployments to Heroku/154 Getting values from environment variables in Python.mp4 19.94 MB
07 Simple development-stage deployments to Heroku/155 Setting the environment variables in Heroku.mp4 3.59 MB
07 Simple development-stage deployments to Heroku/156 Setting up Heroku required files in our project so Heroku knows what to run.mp4 11.07 MB
07 Simple development-stage deployments to Heroku/157 Committing and pushing the new files to GitHub.mp4 8.02 MB
07 Simple development-stage deployments to Heroku/158 Adding servers on Heroku called scaling dynos.mp4 3.21 MB
07 Simple development-stage deployments to Heroku/159 Deploying our app to Heroku.mp4 5.1 MB
07 Simple development-stage deployments to Heroku/160 Adding MongoLab to our Heroku app as an add-on.mp4 8.22 MB
07 Simple development-stage deployments to Heroku/161 How to create a new MongoLab user.mp4 4.88 MB
07 Simple development-stage deployments to Heroku/162 Changing our programs database URI to match MongoLabs.mp4 6.88 MB
07 Simple development-stage deployments to Heroku/163 Using the Heroku logs to fix an Internal Server Error.mp4 27.44 MB
07 Simple development-stage deployments to Heroku/164 Running our deployed app in Heroku.mp4 13.65 MB
07 Simple development-stage deployments to Heroku/165 Another error using the URI default database.mp4 8.06 MB
07 Simple development-stage deployments to Heroku/166 Verifying the app works and next steps in the course.mp4 5.63 MB
08 Deploying your apps manually to a server/167 DigitalOcean Droplets.html 1.39 KB
08 Deploying your apps manually to a server/168 Creating your DigitalOcean droplet.mp4 20.96 MB
08 Deploying your apps manually to a server/169 Logging in to your droplet.mp4 14.77 MB
08 Deploying your apps manually to a server/170 Setting up account permissions in CentOS.mp4 19.79 MB
08 Deploying your apps manually to a server/171 Installing Python in CentOS.mp4 85.84 MB
08 Deploying your apps manually to a server/172 Installing and setting up Nginx in CentOS.mp4 22.32 MB
08 Deploying your apps manually to a server/173 Creating the application structure for the deployment.mp4 18.17 MB
08 Deploying your apps manually to a server/174 Forking a GitHub repository and adding SSH keys.mp4 4.4 MB
08 Deploying your apps manually to a server/175 Installing the app in CentOS.mp4 15.81 MB
08 Deploying your apps manually to a server/176 Installing MongoDB in CentOS.mp4 6.26 MB
08 Deploying your apps manually to a server/177 Setting up uWSGI in CentOS.mp4 17.49 MB
08 Deploying your apps manually to a server/178 Running the app directly from your server.mp4 9.82 MB
08 Deploying your apps manually to a server/179 Adding the cron job to automate sending e-mails.mp4 14.9 MB
[FreeTutorials.Us].txt 75 B
Freetutorials.Us.url 119 B
Download Info
-
Tips
“[FreeTutorials.Us] the-complete-python-web-course-learn-by-building-8-apps” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.