This shows you the differences between two versions of the page.
ii:labs:04 [2021/12/06 18:58] radu.mantu [Objectives] |
ii:labs:04 [2024/11/20 16:02] (current) florin.stancu created |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | ====== Lab 04 - More GitHub ====== | + | ====== Lab 04 - Python Discord Bot ====== |
===== Objectives ===== | ===== Objectives ===== | ||
- | * setting up **gpg** for commit signing | + | * Using virtual environments and **pip** |
- | * applying a free-software license | + | * Debugging scripts |
- | * learning to use branches and to rebase commits | + | * Understanding public APIs |
===== Contents ===== | ===== Contents ===== | ||
Line 15: | Line 15: | ||
===== 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}} | ||
+ |