-
Notifications
You must be signed in to change notification settings - Fork 7
Session 3: Practicing with the tools
Juan Gonzalez-Gomez edited this page Feb 4, 2020
·
14 revisions

- Time: 2h
- Date: Wednesday, Feb-5th-2020
-
Goals:
- Practice by doing
- Practicing with Github
- Practicing with Pycharm
- Running programs
- Debugging programs
- Filename: Session-02/fibonacci.py
- Description: Write a program (without creating any function) that prints on the console the first 11 terms of the Fibonacci series (staring from 0)
- Execute the program step by step
- The output should be like this:

The session is finished. Make sure, during this week, that everything in this list is checked!
- You have all the items of the session 1 checked!
- Your working repo contains the Session-01 Folder with the following files:
- count.py
- sum20.py
- Your working repo contains the Session-02 Folder with the following files:
- sumN.py
- fibonacci.py (Exercise 1)
- fiboN.py (Exercise 2)
- fibo-sumN.py (Exercise 3)
- Juan González-Gómez (Obijuan)

- Alvaro del Castillo. He designed and created the original content of this subject. Thanks a lot :-)

S0: Introduction
S1: Tools I
S2: Tools II
S3: Practicing with the tools
S8: Client-Server-1
S9: Client-Server-2
S10: Client-server-3
S11: Client-server-4
S12: HTTP protocol-1
S13: HTTP protocol-2
S14: HTTP module
S15: HTTP module
S16: HTML forms
S17: HTML forms