Jesse will be going over SciPy
Author: Ken
October 2020 – Meeting
For this month's meeting, there will be a presentation on building a network latency and loss application. We will see how using multiprocessing can really speed processing up. Don't worry, this is suitable for all experience levels.
Common and useful algorithms
A list of common and useful algorithms implemented in Python. https://github.com/TheAlgorithms/Python/blob/master/DIRECTORY.md
2020-09 Presentation
Scraping data from a webpage with Requests and BeautifulSoup Presenter: Andrew P. BeautifulSoup and Requests are powerful Python libraries that can be used in conjunction to web scrape or extract information from html pages. This can be extremely beneficial when trying to extract information for analyzation, working on a business project, or simply making life … Continue reading 2020-09 Presentation