Skip to content

Latest commit

 

History

History
137 lines (69 loc) · 2.04 KB

README.md

File metadata and controls

137 lines (69 loc) · 2.04 KB

100DaysOfCode

I write each progress I do

The language That I'm using for this 100 Days is "Python"

Day 1:

Started learning Selenium (1- how to click on a button; 2- how to scrape a specific table from different tables)

code: here

Day 2-3:

Learning more about Selenium (1- how to select from drop down menu; 2- how to scrape title,author and length of the audiobook from audible website.)

code: here

Day 4:

Learning more about Selenium (1- how to run the script in the background; 2- how to do pagination.)

code: here

Day 5-6:

Learning more about Selenium, (1- login; 2- infinit scrolling)

code: here

Day 7:

scraping a website with scrapy using the basic template

code: here

Day 8:

scraping a website with scrapy using the Crawl template

code: here

Day 9-10:

An upwork project for scraping clinique names and urls

code: here

Day 11:

scraper to download images using scrapy

code: here

Day 12-13:

Downloaded png images using scrapy

code: here

Day 14:

login and scrape data on quote to scrape website

code: here

Day 15:

scrape data from an API demo project

code: here

Day 16-17:

scrape data from an API and download images

code: here

Day 18:

tried to extract titles from youtube using scrapy

code: here

Day 19:

extacted data from a website using scrapy

code: here

Day 20:

Extracted data from a hotel website using scrapy

code: here

Day 21:

Extracted data from a yellow pages website using scrapy

code: here

Day 22:

create a coffee machine tool

code: here

Day 23:

Extracted jobs using scrapy

code: here

Day 24:

Extracted computer data using scrapy

code: here

Day 25:

Create PDFs using PyPDF2 module

code: here

Day 26:

Created with Tkinter GUI :clock time, count down timer and multiplication table

code: here

Day 27:

scrapy login to a website

code: here