Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 578 Bytes

File metadata and controls

14 lines (9 loc) · 578 Bytes

Python

Collection of python projects I've done

Work Related

  • logo.py - Resizes an image to logo dimensions. Creates 2 resized copies of an image: One with 600 width and the other with 100 height and extents the canvas width to 640

  • demandforce_spider.py - Scrapes all dentists in the U.S. off of local.intuit.com (DemandForce) uses Scrapy framework

Miscellaneous

  • sitemap.py - Outputs all urls in a sitemap file as a list type

  • 99_bottles.py - Prints "99 bottles of beer" (Trying to make as short as possible)

  • pi.py - Calculates Pi using itteration