Web Scraping with BeautifulSoup Python

To demonstrate web scraping with BeautifulSoup:

  1. Create a virtual environment in Debian (Ubuntu) using terminal:
    virtualenv venv
  2. Activate the virtual environment:
    source venv/bin/activate
    virtual environment now setup.

React function component

There are 3 files we will be working with mostly when building a stand alone React app.

  • App.js
    This file contains the main React component.
    This is were we will place our React functions and class component


Create a ReactJS Application

Let follow a simple concept to create a React  application.

  • Create a new folder: react-folder
    This is the folder that will house your React app. Give this folder any name of your choice
  • Use terminal to navigate to the folder directory: cd react-folder
    You can create a new React app through NPM or Yarn.
    (NPM or Yarn




AUTHOR
...
Git Puppy's

Built with love, for the love of the community. Git Puppy's making coding friendlier since 90's.

Hi there, I take request for tutorials and I create them for free so feel FREE to reach out.

Latest Articles