Skip to content

EmreGunner/odev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Homework - Odev01

This repository contains three Jupyter Notebook files (odev01.ipynb, odev01_extra.ipynb, and odev01_extra_advanced.ipynb) for the begining of a programming course in a university. The files contains some simple codes for the assigments.

Comments and variable names are Turkish. To improve readability for other turkish students.

odev01.ipynb

This file contains the main homework assignment. It has 5 python questions and their answers.

odev01_extra.ipynb

This file contains an extra homework assignment for those who are familiar with the basics. It adds functionality to the main program by allowing the user to enter the student's department and student number, and print this information.

odev01_extra_advanced.ipynb

This file is an advanced and shorter version of the odev01_extra.ipynb file. It includes all the functionality of the extra homework assignment in a more concise and efficient way and also saves the data to a CSV file (ogrenciler.csv). If the CSV file already exists, the program appends the data to the end of the file.

Getting Started

To run the program, you will need Jupyter Notebook installed on your computer. If you don't have it already, you can download it here.

Clone the repository or download the ZIP file.
Open the desired .ipynb file in Jupyter Notebook.
Follow the instructions provided in the notebook to complete the homework assignment.

Dependencies

This program requires the following dependencies:

Python 3.6+
Jupyter Notebook
csv module

License

This program is licensed under the MIT License.

About

Assignments01

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published