Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drvinceknight/intro_to_object_orientated_programming_with_python
This repository contains the source files for a 1 day introduction to object orientated programming course which is taught using Python.
https://github.com/drvinceknight/intro_to_object_orientated_programming_with_python
Last synced: about 1 month ago
JSON representation
This repository contains the source files for a 1 day introduction to object orientated programming course which is taught using Python.
- Host: GitHub
- URL: https://github.com/drvinceknight/intro_to_object_orientated_programming_with_python
- Owner: drvinceknight
- Created: 2012-11-05T17:52:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T16:10:25.000Z (almost 11 years ago)
- Last Synced: 2024-06-20T00:45:31.779Z (6 months ago)
- Language: CSS
- Size: 1.14 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#This course will introduce students to Object Orientated Programming through Python.
The course is a one day workshop and is to be thought of in two parts: a teaching component and a mini-hackathon.
---
##Introducing Python and OOP:
Object Orientated Programming (OOP) is a programming paradigm that is increasingly sought after by employers. This one day workshop will introduce students to OOP using Python (an increasingly popular language used by Google, Nasa and others). The format will be to introduce students to Python and OOP in the morning. In the afternoon students will be seperated in to groups to work on a "challenge". It is hoped that most of the actual learning will take place during this "challenge".
- Basic Python:
- Variables
- Conditional Statements
- Flow Control
- Data Structures
- Functions- Basic Object Orientated Programming:
- Class
- Attribute
- Methods
- InheritanceThe course site can be found [here](http://www.vincent-knight.com/teaching/introtooop/).
---
##Challenge
In the afternoon the students will be invited to compete (in teams) in a mini "hackathon" where they will be asked to write code that makes use of the OOP paradigm. In particular they are expected to delegate tasks within the group. See the corresponding README file file for further explanations.
---
##Contents of the repo
The repo containsi:
- Slides for the course viewable [here](http://http://drvinceknight.github.com/Intro_to_Object_Orientated_Programming_With_Python).
- A Scenario Generator directory that can be used to generate artifical data needed for the challenge.
- An example exercise: `Exercise.py` and the corresponding solution `Exercise_Solution.py`
- Two python files with all code from the notes.
- An Evaluation directory that can be used to evaluate a potential solution to the challenge.# License Information #
This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0](http://creativecommons.org/licenses/by-sa/3.0/us/) license. You are free to:* Share: copy, distribute, and transmit the work,
* Remix: adapt the workUnder the following conditions:
* Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
* Share Alike: If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.When attributing this work, please include me.