Skip to content

Commit 87eddff

Browse files
committed
initialization
0 parents  commit 87eddff

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Python Programming
2+
Repository for Python Programming course given by Assoc. Prof. Dr. Bora Canbula
3+
at Computer Engineering Department of Manisa Celal Bayar University.
4+
5+
# Course Information
6+
This course is about basic concepts in Python Programming. Students will learn the data structures, functions, classes, and the special structures of Python. They will also learn how to create basic desktop applications with a GUI, web applications as APIs, basic games as projects. In this course, we will use GitHub actions for assignments. Therefore, it is strongly recommended that to have a GitHub account for students. Students must fork this repository and sync frequently, add their works to their own repository and create a pull request.
7+
8+
# Weekly Content
9+
Lectures are on every Monday. You can find the codes that written in the laboratory in the folder WeekXX.
10+
11+
# Lecture Notes and Problem Sets
12+
In the root folder there is a LectureNotes.pdf file, which is updated weekly after every lecture.
13+
At the end of the every chapter, you will also find a Problem Set.
14+
15+
# Coding Homeworks
16+
You can find some coding homeworks in the WeekXX folders,
17+
which you should complete in your own forked repository
18+
and send a pull request to the original repository.
19+
20+
# Microsoft Teams
21+
All announcements of this course will be done via Microsoft Teams. Join the group with the invite code: gkdtw9f
22+
23+
# Additional Resources
24+
- [Python Documentation](https://docs.python.org/3/)
25+
- [Python Tutorial](https://docs.python.org/3/tutorial/index.html)
26+
- [Python Style Guide](https://www.python.org/dev/peps/pep-0008/)
27+
- [Advanced Guide to Python 3 Programming](https://link.springer.com/book/10.1007/978-3-030-25943-3) (John Hunt)
28+
- [Python for Everybody](https://www.py4e.com/book.php) (Charles Severance)
29+
30+
# How to Create a Pull Request
31+
https://github.com/canbula/Statistics/assets/5307181/1995892c-6e7b-40ce-be7f-8f16f1aee0e0

0 commit comments

Comments
 (0)