Skip to content

Latest commit

 

History

History

2018-10-08

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

2018-10-08

53

Web-Scraping

Lawrence D’Oliveiro

Lawrnce demonstrated a simple web-scraping task, namely automating the downloading of files from a 3D model archive site, using Python with the BeautifulSoup HTML-analysis library. This could be a useful introduction to those new to the concept of web-scraping.

The files for this presentation are in the folder /ldo-web-scraping/

Click on the launch binder icon to run Lawrence's ipynb file on the binder Jupyter server...

Binder

Intel Basic Speed Comparisons

Peter Reutemann

Intel claims that their custom Python distribution (https://software.seek.intel.com/python-distribution) delivers "close-to-native-code performance". Peter ran some basic speed comparisons to see whether it lives up to that claim.

Refer to the files in the folder /intel_distro/

Introduce Data Manipulation Using List Methods

Ian Stewart

The list() function to convert a string to an array of characters is complemented by a string's join() method. The list methods include append() and pop(0) which allow a list to be used as a fifo buffer. Ian gave a brief Jupyter Notebook presentation to introduce data manipulation using list methods.

click the launch binder icon to run Ian's ipynb file in the binder Jupyter server...

Binder