kema.hashnode.devHow to Connect MySQL Database in Jupyter NotebookWhat is Jupyter Notebook? The Jupyter Notebook is an open-source web application that allows you to write code in a web browser. It’s a mix of code, instructions, and output, and all of this information is displayed "in-line" on one web page, which m...Oct 12, 2022·3 min read
kema.hashnode.devHow to Move Data From MySQL to BigQueryTable of Contents Why BigQuery? How to extract tables from MySQL using mysqldump Using MySQL Workbench to export data as CSV Creating a new project on BigQuery How to load a CSV file into BigQuery Why BigQuery? Storing and querying massive data set...Oct 6, 2022·5 min read
kema.hashnode.dev4 Best Python Frameworks for Web ScrapingTable of Contents What is web scraping? What Is the difference between web Scraping and web crawling? Requests library Beautifulsoup Scrapy How to set up and activate a virtual environment Selenium Conclusion What is web scrapping? Simply put, web ...Sep 14, 2022·6 min read