This goes with the Traversy Media Scrapy tutorial on YouTube
pip install scrapy
#! /bin/bash | |
# ECHO COMMAND | |
# echo Hello World! | |
# VARIABLES | |
# Uppercase by convention | |
# Letters, numbers, underscores | |
NAME="Bob" | |
# echo "My name is $NAME" |
This goes with the Traversy Media Scrapy tutorial on YouTube
pip install scrapy
# MySQL Cheat Sheet | |
> Help with SQL commands to interact with a MySQL database using XAMPP | |
## MySQL Locations | |
* Xampp *C://xampp/mysql/bin* | |
## Add mysql to your PATH | |
### For Linux user |