Skip to content
Snippets Groups Projects
Commit cb8a3964 authored by AmyB's avatar AmyB
Browse files

update group assignment

parent 819e7a02
Branches master
No related tags found
No related merge requests found
......@@ -87,7 +87,8 @@
<a href="#Title1">What do I want to do</a><br>
<a href="#Title2">Node.js and HTML</a><br>
<a href="#Title3">There is more</a>
<a href="#Title3">There is more</a><br>
<a href="#Title4">Group project</a>
</ul>
</p>
......@@ -163,6 +164,22 @@
<h6><a href="#">To top</a></h6>
<hr>
<h2 id="Title4" class="section-heading">Group project</h2>
<p>For the group assignment we found two different ways of interfacing the machine that we made before.
One method was using Python with Tkinter and Pyserial. The other manner
was to use an Inkscape plugin using Python. </p>
<p>
Tkinter and Pyserial are simple libraries that allow a quick learning curve, and a basic use can be enough to collect or send simple data.
However, they are limited. As example, Tkinter becomes quickly heavy and complex if you want more fancy interfaces. For example, here is the interface that Gilles obtained: not fancy at all but functional.
</p>
<a href="../img/week13/interfaceimg3.png" data-lightbox="image-51" data-title=""><img src="../img/week13/interfaceimg3.png" class="img-fluid"></a>
<span class="caption text-muted">The interface made by Gilles</span>
<h6><a href="#">To top</a></h6>
<hr>
</div>
</div>
</div>
......
......@@ -87,7 +87,8 @@
<a href="#Title1">What do I want to do</a><br>
<a href="#Title2">Node.js and HTML</a><br>
<a href="#Title3">There is more</a>
<a href="#Title3">There is more</a><br>
<a href="#Title4">Group project</a>
</ul>
</p>
......@@ -163,6 +164,22 @@
<h6><a href="#">To top</a></h6>
<hr>
<h2 id="Title4" class="section-heading">Group project</h2>
<p>For the group assignment we found two different ways of interfacing the machine that we made before.
One method was using Python with Tkinter and Pyserial. The other manner
was to use an Inkscape plugin using Python. </p>
<p>
Tkinter and Pyserial are simple libraries that allow a quick learning curve, and a basic use can be enough to collect or send simple data.
However, they are limited. As example, Tkinter becomes quickly heavy and complex if you want more fancy interfaces. For example, here is the interface that Gilles obtained: not fancy at all but functional.
</p>
<a href="../img/week13/interfaceimg3.png" data-lightbox="image-51" data-title=""><img src="../img/week13/interfaceimg3.png" class="img-fluid"></a>
<span class="caption text-muted">The interface made by Gilles</span>
<h6><a href="#">To top</a></h6>
<hr>
</div>
</div>
</div>
......
docs/img/week13/interfaceimg3.png

57 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment