UniPD exam dates finder

Overview

UniPD exam dates finder

Find dates for exams at UniPD

Usage

./finder.py courses.csv

It's suggested to save output to a file:

./finder.py courses.csv > results.txt

Input example

courses.csv

PSP8082982, "DIRITTI UMANI E INCLUSIONE (GENERAL COURSE, BLENDED) ",M-PSI/04
UP9088758, "APPROCCI METODOLOGICI E AMBIENTI TECNOLOGICI PER LA DID. SCUOLA SEC. (GENERAL COURSE, BLENDED) ",M-PED/03
UP9088738, "ELEMENTI DI DIDATTICA E PEDAGOGIA SPECIALE PER LA SCUOLA SEC. (GENERAL COURSE, BLENDED) ",M-PED/03
PSQ0091108, PSICOLOGIA DELL'APPRENDIMENTO STRATEGICO E DELLA MOTIVAZIONE, M-PSI/01
MEN1037744, "CORPO, MOVIMENTO E BENESSERE ",M-EDF/01
MEP4065253, FUNCTIONAL EVALUATION IN HEALTH AND DISEASE, M-EDF/01
MEO2043549, PEDAGOGIA DELL'INCLUSIONE E DEL CICLO DI VITA, M-PED/01-03
MEN1038367, PSICOLOGIA DELLA SALUTE E DEL MOVIMENTO, M-PSI/02-08
MEN1033352, PSICOLOGIA SOCIALE E PREVENZIONE, M-PSI/05-06
MEP5074397, PEDAGOGIA E DIDATTICA, M-PED/03-04

Output example

24/01/2022 MEP4065253, FUNCTIONAL EVALUATION IN HEALTH AND DISEASE, M-EDF/01, D
01/02/2022 MEN1038367, PSICOLOGIA DELLA SALUTE E DEL MOVIMENTO, M-PSI/02-08, B
01/02/2022 MEP4065253, FUNCTIONAL EVALUATION IN HEALTH AND DISEASE, M-EDF/01, D
07/02/2022 PSQ0091108, PSICOLOGIA DELL'APPRENDIMENTO STRATEGICO E DELLA MOTIVAZIONE, M-PSI/01, B
11/02/2022 MEO2043549, PEDAGOGIA DELL'INCLUSIONE E DEL CICLO DI VITA, M-PED/01-03, A
15/02/2022 MEN1033352, PSICOLOGIA SOCIALE E PREVENZIONE, M-PSI/05-06, B
17/02/2022 PSP8082982, DIRITTI UMANI E INCLUSIONE (GENERAL COURSE, BLENDED), M-PSI/04, B
Owner
Davide Peressoni
Newer repos: https://gitlab.com/users/DPDmancul/
Davide Peressoni
Yet another Python Implementation of the Elo rating system.

Python Implementation - Elo Rating System Yet another Python Implementation of the Elo rating system (how innovative am I right?). Only supports 1vs1

Kraktoos 5 Dec 22, 2022
This Program Automates The Procces Of Adding Camos On Guns And Saving Them On Modern Warfare Guns

This Program Automates The Procces Of Adding Camos On Guns And Saving Them On Modern Warfare Guns

Flex Tools 6 May 26, 2022
A simple 3D rigid body simulation written in python

pyRigidBody3d A simple 3D rigid body simulation written in python

30 Oct 07, 2022
Demo Python project using Conda and Poetry

Conda Poetry This is a demonstration of how Conda and Poetry can be used in a Python project for dev dependency management and production deployment.

Ryan Allen 2 Apr 26, 2022
Blender 3.1 Alpha (and later) PLY importer that correctly loads point clouds (and all PLY models as point clouds)

import-ply-as-verts Blender 3.1 Alpha (and later) PLY importer that correctly loads point clouds (and all PLY models as point clouds) Latest News Mand

Michael Prostka 82 Dec 20, 2022
Interactivity Lab: Household Pulse Explorable

Interactivity Lab: Household Pulse Explorable Goal: Build an interactive application that incorporates fundamental Streamlit components to offer a cur

1 Feb 10, 2022
Scripts to convert the Ted-MDB corpora into the formats for DISRPT shared task and the converted corpora

Scripts to convert the Ted-MDB corpora into the formats for DISRPT shared task and the converted corpora.

1 Feb 08, 2022
A collection of convenient parsers for Advent of Code problems.

Advent of Code Parsers A collection of convenient Python parsers for Advent of Code problems. Installation pip install aocp Quickstart You can import

Miguel Blanco Marcos 3 Dec 13, 2021
Bootcamp de Introducción a la Programación. Módulo 6: Matemáticas Discretas

Módulo 6: Matemáticas Discretas Última actualización: 12 de marzo Irónicamente, las matemáticas discretas son las matemáticas que lo cuentan todo. Si

Cynthia Castillo 34 Sep 29, 2022
Python dictionaries with advanced dot notation access

from box import Box movie_box = Box({ "Robin Hood: Men in Tights": { "imdb stars": 6.7, "length": 104 } }) movie_box.Robin_Hood_Men_in_Tights.imdb_s

Chris Griffith 2.1k Dec 28, 2022
Used the pyautogui library to automate some processes on the computer

Pyautogui Utilizei a biblioteca pyautogui para automatizar alguns processos no c

Dheovani Xavier 1 Dec 30, 2021
Minterpy - Multidimensional interpolation in Python.

minterpy is an open-source Python package for a multivariate generalization of the classical Newton and Lagrange interpolation schemes as well as related tasks.

Center for Advanced Systems Understanding 18 Jan 06, 2023
adbsync - An ADB syncing helper

adbsync - An ADB syncing helper What's this? Everytime I wanted to make a backup of my phone, or restore those files onto it, I had to use everytime t

Giovanni Gualtieri 3 Aug 05, 2022
Curso de Python 3 do Básico ao Avançado

Curso de Python 3 do Básico ao Avançado Desafio: Buscador de arquivos Criar um programa que faça a pesquisa de arquivos. É fornecido o caminho e um te

Diego Guedes 1 Jan 21, 2022
Biohacking con Python honeycon21

biohacking-honeycon21 This repository includes the slides of the public presentation 'Biohacking con Python' in the Hack&Beers of HoneyCON21 (PPTX and

3 Nov 13, 2021
Python Example Project Structure

Python Example Project Structure Example of statuses that can be in readme: Visit my docs for the full documentation, examples and guides. With this p

1 Oct 31, 2021
MiniJVM is simple java virtual machine written by python language, it can load class file from file system and run it.

MiniJVM MiniJVM是一款使用python编写的简易JVM,能够从本地加载class文件并且执行绝大多数指令。 支持的功能 1.从本地磁盘加载class并解析 2.支持绝大多数指令集的执行 3.支持虚拟机内存分区以及对象的创建 4.支持方法的调用和参数传递 5.支持静态代码块的初始化 不支

keguoyu 60 Apr 01, 2022
A collection of python exercises to help your learning path!

How to use Step 1: run this command git clone https://github.com/TechPenguineer/Python-Exercises.git Step 2: Run this command cd Python-Exercises You

Tech Penguin 5 Aug 05, 2021
This collection is to provide an easier way to interact with Juniper

Ansible Collection - cremsburg.apstra Overview The goal of this collection is to provide an easier way to interact with Juniper's Apstra solution. Whi

Calvin Remsburg 1 Jan 18, 2022
Simple plug-and-play installer for users who want to LineageOS from stock firmware, or from another custom ROM.

LineageOS for the Teracube 2e Simple plug-and-play installer for users who want to LineageOS from stock firmware, or from another custom ROM. Dependen

Gagan Malvi 5 Mar 31, 2022