Course syllabus adopted 2020-02-17 by Head of Programme (or corresponding).
Overview
- Swedish nameTillämpad objektorienterad programmering
- CodeEEN060
- Credits7.5 Credits
- OwnerTIDSL
- Education cycleFirst-cycle
- Main field of studyComputer Science and Engineering, Industrial Design Engineering
- DepartmentELECTRICAL ENGINEERING
- GradingTH - Pass with distinction (5), Pass with credit (4), Pass (3), Fail
Course round 1
- Teaching language English
- Application code 66112
- Open for exchange studentsNo
- Only students with the course round in the programme overview.
Credit distribution
Module | Sp1 | Sp2 | Sp3 | Sp4 | Summer | Not Sp | Examination dates |
---|---|---|---|---|---|---|---|
0119 Examination 7.5 c Grading: TH | 7.5 c |
|
In programmes
- TIDSL - PRODUCT DESIGN ENGINEERING, Year 1 (compulsory)
- TKDES - INDUSTRIAL DESIGN ENGINEERING, Year 3 (compulsory)
Examiner
- Paolo Monti
- Professor, Communication, Antennas and Optical Networks, Electrical Engineering
Eligibility
General entry requirements for bachelor's level (first cycle)Applicants enrolled in a programme at Chalmers where the course is included in the study programme are exempted from fulfilling the requirements above.
Specific entry requirements
The same as for the programme that owns the course.Applicants enrolled in a programme at Chalmers where the course is included in the study programme are exempted from fulfilling the requirements above.
Course specific prerequisites
-Aim
The aim of the course is to provide students with no previous experience in programming sufficient skills to use Python for the back-end development of digital services.Learning outcomes (after completion of the course the student should be able to)
- solve independently basic programming tasks using Python.
- interpret and extend existing Python code.
- solve independently advanced programming tasks by using existing Python libraries.
- develop Python code that manipulates information stored in databases.
- develop digital services that use Python as their back-end.
Content
- Python language and development environments (IDEs).
- Basic building blocks of programming (e.g., variables, conditional statements, loops, libraries, catching errors).
- Data structures in Python (e.g., trees, dictionaries, queues, tuples).
- Object oriented programming with Python (e.g., classes, objects, methods, inheritance, polymorphism, abstract classes).
- Database manipulation using Python.
- Back-end development for digital systems using Python.