Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.24 KB

File metadata and controls

60 lines (45 loc) · 2.24 KB

PythonAdvanced2BA

This repository contains material related to the advanced programming course with Python targeted to 2nd year bachelor students. It contains the slides presented during the theoretical courses and the statements of the labs and projects. It also contains code examples and libraries used in the course.

Please look at the course website to download all the available resources.

Code examples

Code examples are organised by topics:

  • Abstract Data Type (ADT)
  • Advanced Programming Constructions
  • Artificial intelligence (AI)
  • Concurrent programming
  • Documents manipulation
  • Functional programming
  • Game programming
  • Interaction with C code with Cython
  • Interface programming with Kivy
  • Network programming
  • Regular Expression
  • Scientific Computing
  • String manipulation

Some of the examples relies on external libraries:

The examples have been developed and tested with Python 3.5.1.

Libraries

  • AIProject is a framework to implement AI agents for multiplayers game

External Resources

External resources that students can use to deepen their understanding of topics studied during this course:

Contributors

  • Sébastien Combéfis
  • Mathieu David
  • Paolo De Keyser
  • Quentin Lurkin
  • Alexis Nootens
  • Benoît Wéry