January 2021 – Meeting
Working with JSON Tonight we'll be learning about JSON. JSON is widely used because it is lightweight and convenient for parsing through information. It's also a good way to store data, regardless of what language you're working with. Gracie will give us the basics and walk us through a project that persists data in a … Continue reading January 2021 – Meeting
December 2020 – Meeting
Tonight we will be learning what is source control management a.k.a version control and its benefits. We will discuss the differences between centralized and decentralized scm. By the end of the presentation, you will know some basic GIT commands so you can start using version control with your projects.
Creator of Python quits retirement, joins Microsoft
November 2020 – Meeting
Jesse will be going over SciPy
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