Skip to content

Session 3: Practicing with the tools

Juan Gonzalez-Gomez edited this page Feb 4, 2020 · 14 revisions

Session 3: Practicing with the TOOLs

  • Time: 2h
  • Date: Wednesday, Feb-5th-2020
  • Goals:
    • Practice by doing
    • Practicing with Github
    • Practicing with Pycharm
      • Running programs
      • Debugging programs

Contents

Introduction

Exercises

Exercise 1

  • 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:

END of the session

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)

Author

Credits

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

License

Links

Clone this wiki locally