Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Notebooks, data, code and documentation because #perfmatters

License

Notifications You must be signed in to change notification settings

Webperf-se/-archive-webperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webperf DIY

Notebooks, data, sample code and inspiration because #perfmatters

What is webperf

Mostly a repo with sample code and notebooks demonstrating what can be found at webperf.se, for DIY (Do It Yourself) people and professional developers.

Installation

Make sure your system has:

Dependencies

Run the following in your terminal:

  • pip install beautifulsoup4
  • pip install requests
  • pip install pandas
  • pip install matplotlib

External documentation