Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Full Stack Web Development Bootcamp with React and Python
Full Stack Web Development Bootcamp with React and Python

Full Stack Web Development Bootcamp with React and Python: A complete practical full stack web development bootcamp course

Arrow left icon
Profile Icon Bogdan Stashchuk
Arrow right icon
€8.99 €74.99
Video Nov 2021 25hrs 30mins 1st Edition
Video
€8.99 €74.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Bogdan Stashchuk
Arrow right icon
€8.99 €74.99
Video Nov 2021 25hrs 30mins 1st Edition
Video
€8.99 €74.99
Subscription
Free Trial
Renews at €18.99p/m
Video
€8.99 €74.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Easy and complete practical course
  • Connect frontend application written in React with backend application written in Python
  • Includes Visual Studio Code, Git and GitHub, JavaScript, NPM, React, and Python crash courses

Description

This is a practical React and Python Flask full-stack web development Bootcamp. Here, you will start with building real applications from the first lecture. The application will consist of the front-end and back-end parts. The frontend will be built using JavaScript React. The backend API will be built using Python Flask. During the creation of the frontend app, you will perform the following practical tasks: - Initialize a React app using create-react-app - Create different React components - Use useEffect and useState React hooks - Adjust favicon.ico in the frontend app - Create and insert an SVG logo - Make an API request to the Unsplash API - Use React props and state While making an API app, you will perform the following practical tasks: - Create a Python virtual environment using pipenv - Install and use Python packages such as Flask, dotenv, and requests - Create Flask routes - Make external API calls from the Flask app - Accept requests from the clients You will also learn how to use the following applications: - Visual Studio Code - Git and GitHub - Postman By the end of this course, you will become a full-stack web developer with practical knowledge about JavaScript React and Python Flask. The code bundle is available at https://github.com/PacktPublishing/Full-Stack-Web-Development-Bootcamp-with-React-and-Python

Who is this book for?

This course is developed for web developers, frontend developers, backend developers, and full-stack developers. Basic software development knowledge and basic programming skills are required.

What you will learn

  • Understand what API is and how API works
  • Learn how to build a single-page application using React
  • Create a Python virtual environment using pipenv
  • Learn how to build backend API service
  • Use Python Flask to build backend API service
  • Use React components, props, and state

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Last updated date : Nov 26, 2021
Publication date : Jul 29, 2021
Length: 25hrs 30mins
Edition : 1st
Language : English
ISBN-13 : 9781801811040
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Last updated date : Nov 26, 2021
Publication date : Jul 29, 2021
Length: 25hrs 30mins
Edition : 1st
Language : English
ISBN-13 : 9781801811040
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 80.97 146.97 66.00 saved
Python Object-Oriented Programming
€35.99
Full Stack Web Development Bootcamp with React and Python
€8.99 €74.99
Learn Python Programming, 3rd edition
€35.99
Total 80.97 146.97 66.00 saved Stars icon
Banner background image

Table of Contents

28 Chapters
Introduction Chevron down icon Chevron up icon
Introduction to Web Development Chevron down icon Chevron up icon
Project Start - Initial Frontend App Overview Chevron down icon Chevron up icon
Creating React Application and How React Works Chevron down icon Chevron up icon
Initializing Git and Creating Remote GitHub Repository Chevron down icon Chevron up icon
React Props and Creation of the Header and Search Components Chevron down icon Chevron up icon
Making Unsplash API Requests Chevron down icon Chevron up icon
Configuring ESLint and Prettier in the Frontend App Chevron down icon Chevron up icon
Saving Images in the State and Deleting Them in the UI Chevron down icon Chevron up icon
Adding SVG Logo and Welcome Component Chevron down icon Chevron up icon
REST API and HTTP Methods Chevron down icon Chevron up icon
API Service Overview and Python Installation Chevron down icon Chevron up icon
Creating Python Virtual Environment for API Application Using Pipenv Chevron down icon Chevron up icon
Creating and Starting Simple Flask Web Server Chevron down icon Chevron up icon
Creating New-Image Flask API Endpoint and Testing it Using Postman Chevron down icon Chevron up icon
Importing ENV Variables from the File in the Python App Chevron down icon Chevron up icon
Configuring Frontend App to Make New Image API Requests Via Flask API Chevron down icon Chevron up icon
CORS and Enabling CORS in the Flask App Chevron down icon Chevron up icon
Database Integration Plan Chevron down icon Chevron up icon
Dockerizing Backend Flask API Service Chevron down icon Chevron up icon
Dockerizing Frontend React Application Chevron down icon Chevron up icon
Docker Compose for the API and Frontend Services Chevron down icon Chevron up icon
Adding MongoDB to the Docker Compose Chevron down icon Chevron up icon
Persistent Volume for MongoDB and Docker Networking Chevron down icon Chevron up icon
API endpoint for reading and creating images in the database Chevron down icon Chevron up icon
Saving and Reading Images from the Database in the Frontend App Chevron down icon Chevron up icon
Deleting Images and Frontend Improvements Chevron down icon Chevron up icon
Crash Courses Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.