This shows you the differences between two versions of the page.
ii:labs:04 [2021/12/05 19:15] radu.mantu created |
ii:labs:04 [2024/11/20 16:02] (current) florin.stancu created |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | ====== Lab 04 - Github ====== | + | ====== Lab 04 - Python Discord Bot ====== |
===== Objectives ===== | ===== Objectives ===== | ||
- | * TODO | + | * Using virtual environments and **pip** |
+ | * Debugging scripts | ||
+ | * Understanding public APIs | ||
===== Contents ===== | ===== Contents ===== | ||
- | {{page>:ii:labs:04:meta:nav&nofooter&noeditbutton}} | + | **Tasks** |
+ | {{indexmenu>:ii:labs:04:tasks|skipfile}} | ||
===== Proof of Work ===== | ===== Proof of Work ===== | ||
+ | |||
+ | Today we're picking up where we left off last time. By now you should already know the basics of working with //Python//, Virtual Environments and PIP package management. Developing a project in //Python// however, requires more than interacting with a shell or editing some scripts. In this lab, you will (hopefully) learn to use remote services, debug errors in your scripts and, one of the most important skills, how to consult an official API documentation. | ||
+ | |||
+ | As a more tangible goal, you will have to write your very own [[https://discord.com/|discord]] music bot! Exciting stuff, right? | ||
===== Tasks ===== | ===== Tasks ===== | ||
{{namespace>:ii:labs:04:tasks&nofooter&noeditbutton}} | {{namespace>:ii:labs:04:tasks&nofooter&noeditbutton}} | ||
+ |