Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 1.73 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.73 KB

Python Workhops

In this reposityory, you can find all related material, starter codes and finished projects that are used in workshops delivered by KOLT Python team in Koç University.

Fall 2019

This workshop provides a sample of how Django Framework can help you build Web applications using Python. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. In this workshop, we will create a blog site with Django framework then deploy our site on the pythonanywhere.com website with a free account.

This workshop provides a sample of how you can use Python to collect and visualize data from the internet. We will utilize the requests package to collect data from Instagram APIs and use the data we gathered to create visual charts.

This workshop is conducted at Koç Pera to teach fundamentals of debugging and unit testing in Python to new section leaders.

Spring 2020

This workshop aims to show how Python can be used for data science. In this workshop, we will examine the USA Covid-19 data with the tools provided by pandas and matplotlib packages.