Some documents for the S6 level in ICT.

Official syllabus:

It is the 2019 syllabus which is available at the following link.

Use an online Python interpreter:

If you are working from home on a computer that does not allow the installation of any software, you can always program in Python thanks to an online interpreter: https://replit.com/languages/python3. In the case where you can install something, it is probably better to do so, cf. next paragraph.

Download the Python Graphic User Interface (GUI):

The Python GUI that we use in class can be downloaded at https://sourceforge.net/projects/portable-python/. Sourceforge is a website that provides storage for open-source projects, this means, in particular, that this software is free to use. You can click on the green button "Download", and it will download it in a few seconds.

However, it is better to use another installer for Python, as we will need to use more advanced features (for example pygame, a library which is not included in portable python). Please refer to the chapter Introduction of the book Invent Your Own Computer Games with Python (4th edition, 2017, written by Al Sweigart) to install Python3 + the pygame library.

Documents:

Some of the documents shared in this section have been reproduced thanks to documents shared by other colleagues. Let them be thanked for eternity (and beyond). It is not easy to always create works ex nihilo, and their help was more than valuable.

08/09/2023:
  * Presentation of the option.
  * Work1 (paper): Automata.

15/09/2023:
  * Work2 (computer): Reeborg's World.

22/09/2023:
  * Work3 (paper): Assignments.
  * Work4 (computer): Guess the number ; the associated file TP4_Guess_the_number.py (code from Al Sweigart).

29/09/2023:
  * Work5: Loops.