Skip to content

Commit

Permalink
AAD-update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetanildindar committed Mar 10, 2021
1 parent d56a555 commit 3551eb9
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## CE302-Advanced Programming Techniques For Engineers

---

CE302 is a course for undergraduate students in GTU.

Textbook : Qingkai Kong, Timmy Siauw and Alexandre M. Bayen: Python Programming and Numerical Methods: A Guide for Engineers and Scientists, Academic Press ISBN: 978-0-12-819549-9

---


CE302 Advanced Programming Techniques for Engineers

| Week | Date | Group | Topics | Chapters | Assignments |
| --- | --- | --- | --- | --- | --- |
|1|3.3| Intro| Cource content, calendar, tasks, computer resources (Github, derskutusu), Python installation, Jupyterhub@GTU, Designsafe|1|-|
|2|10.3|Programming |Python101: Variable and data structures, iterations, branching|2, 4, 5| 1|
|3| 17.3 | Programming| Functions and recursive functions |3, 6 | - |
| 4 | 24.3| Programming|Visualization: 2D and 3D plotting, Map creation | 12 | 2|
|5 | 31.3| Programming| Object Oriented Programming: classes and objects | 7 |-|
|6|7.4|Programming|Data Input/Output: Reading, writing (pickle, json), web scraping|11|3|
|7|14.4|Programming|Parallel process|13|-|
|8|21.4|Programming|Multithreading|-|13|Term Project|
|9|28.4|Application|Linear algebra and equations|14|-|
|10|5.5|Application|Eigenvalues and eigenvectors|15|4|
|11|12.5|Application|Least square regression|16|-|
|12|19.5|Application|Interpolation and root finding|17, 19|5|
|13|26.5|Application|Numerical derivation and integration|20, 21|-|
|14|2.6|Contest|Hackathon|-|
|15| | |TP|Term Project Presentations|-|
|16-17| |Final Exam|Final Exam|-|
6 changes: 6 additions & 0 deletions .ipynb_checkpoints/Untitled-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,27 @@
CE302 is a course for undergraduate students in GTU.

Textbook : Qingkai Kong, Timmy Siauw and Alexandre M. Bayen: Python Programming and Numerical Methods: A Guide for Engineers and Scientists, Academic Press ISBN: 978-0-12-819549-9

---


CE302 Advanced Programming Techniques for Engineers

| Week | Date | Group | Topics | Chapters | Assignments |
| --- | --- | --- | --- | --- | --- |
|1|3.3| Intro| Cource content, calendar, tasks, computer resources (Github, derskutusu), Python installation, Jupyterhub@GTU, Designsafe|1|-|
|2|10.3|Programming |Python101: Variable and data structures, iterations, branching|2, 4, 5| 1|
|3| 17.3 | Programming| Functions and recursive functions |3, 6 | - |
| 4 | 24.3| Programming|Visualization: 2D and 3D plotting, Map creation | 12 | 2|
|5 | 31.3| Programming| Object Oriented Programming: classes and objects | 7 |-|
|6|7.4|Programming|Data Input/Output: Reading, writing (pickle, json), web scraping|11|3|
|7|14.4|Programming|Parallel process|13|-|
|8|21.4|Programming|Multithreading|-|13|Term Project|
|9|28.4|Application|Linear algebra and equations|14|-|
|10|5.5|Application|Eigenvalues and eigenvectors|15|4|
|11|12.5|Application|Least square regression|16|-|
|12|19.5|Application|Interpolation and root finding|17, 19|5|
|13|26.5|Application|Numerical derivation and integration|20, 21|-|
|14|2.6|Contest|Hackathon|-|
|15| | |TP|Term Project Presentations|-|
|16-17| |Final Exam|Final Exam|-|

0 comments on commit 3551eb9

Please sign in to comment.