141 lines
3.5 KiB
HTML
141 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta name="keywords" content="remark,remarkjs,markdown,slideshow,presentation" />
|
|
<meta name="description" content="A simple, in-browser, markdown-driven slideshow tool." />
|
|
<title>Le logiciel libre comme outil pour apprendre la programmation</title>
|
|
<link rel="stylesheet" type="text/css" href="theme.css">
|
|
<style type="text/css">
|
|
.remark-slide-number { display:none }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<textarea id="source">
|
|
|
|
name: inverse
|
|
layout: true
|
|
class: center, middle, inverse
|
|
|
|
---
|
|
# Le logiciel libre comme outil <br/>pour apprendre la programmation
|
|
|
|
---
|
|
# Yannick François - /ut7 - http://elsif.fr
|
|
|
|
---
|
|
template: inverse
|
|
background-image: url(img/garagiste.jpg)
|
|
|
|
# Être programmeur
|
|
|
|
<!-- https://www.flickr.com/photos/nalejandro/15499826690/in/photolist-pBEEtd-fxizqi-a9J8Pn-9DD2UU-gRDCfm-c2N28S-ddGU3x-eUjdWt-eUj7vp-o21smv-mYnCeZ-eUjdAK-eUvzuh-eUjcPD-eUvyH1-eUjc3B-eUjbDX-eUjbgR-eUvwSo-eUjagn-eUj9V4-eUvvTJ-eUj9fF-eUvvdW-eUvuQ1-eUvup1-eUj7JK-f4NLEC-5DAVCT-99EC6x-bsn7tj-gf35UB-89erBM-ddGU8p-8yWtdy-q5vZLA-AnXvj-8yTo4H-6nR4WA-9sdbTa-c2NHmm-j5Zw7N-j5WBpK-j5ZvEW-j5XrN9-j5WAqR-j5VcWr-j5WzQT-j5WzuT-j5Xq4N -->
|
|
---
|
|
template: inverse
|
|
background-image: url(img/labs.jpg)
|
|
background-size: contain;
|
|
|
|
# Expérimentation autour de l'apprentissage
|
|
|
|
<!-- https://www.flickr.com/photos/euthman/2097753744/ -->
|
|
---
|
|
template: inverse
|
|
background-image: url(img/artisanat.jpg)
|
|
|
|
# Similitude avec l'artisanat
|
|
|
|
<!-- https://www.flickr.com/photos/gaetan_z/6279975830/in/photolist-8DcJaf-dRrRtH-dRrSLk-dRxsmm-ayTRna-ayWvJh-ayWvQ5-ayWw2m-ayTR4z-fBGcBS-fBGnsb -->
|
|
---
|
|
template: inverse
|
|
background-image: url(img/garage.jpg)
|
|
|
|
# Transmission par mise en situation
|
|
|
|
<!-- https://www.flickr.com/photos/lac-bac/7797396162/ moteur -->
|
|
<!-- https://www.flickr.com/photos/crackdog/2532588841/ -->
|
|
---
|
|
template: inverse
|
|
|
|
# Beaucoup de logiciel libre en entreprise
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Apprendre à lire du code
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Apprendre à naviguer dans les sources
|
|
|
|
---
|
|
template: inverse
|
|
background-image: url(img/outils.jpg)
|
|
|
|
# Découvrire des outils
|
|
## se forger une première grille de décision
|
|
|
|
<!-- https://www.flickr.com/photos/zigazou76/8691002003/ outils -->
|
|
<!-- https://www.flickr.com/photos/zigazou76/5919134984/ outils_plat -->
|
|
---
|
|
template: inverse
|
|
background-image: url(img/hockey.jpg)
|
|
|
|
# Notion de propriétée collective du code
|
|
|
|
<!-- https://www.flickr.com/photos/lac-bac/15814006092/ hockey -->
|
|
---
|
|
template: inverse
|
|
|
|
# Participer à quelque chose de plus grand
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Apprendre à partager
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Echanger avec d'autres développeurs
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Difficulté: Trouver les projets
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Une communauté accueillante
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Rêve: mentoring
|
|
## accueillir les communautés dans un lieu <br/> pour quelques jours de travail avec les apprenants
|
|
|
|
---
|
|
name: last-page
|
|
template: inverse
|
|
|
|
# Merci !
|
|
## yaf@elsif.fr
|
|
## @ya_f
|
|
### https://github.com/yaf/ll-comme-outil-pour-apprendre-la-programmation
|
|
|
|
</textarea>
|
|
<script src="remark-0.10.2.min.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
var hljs = remark.highlighter.engine;
|
|
</script>
|
|
<script src="remark.language.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
var slideshow = remark.create({
|
|
highlightStyle: 'sunburst',
|
|
highlightLanguage: 'remark'
|
|
}) ;
|
|
</script>
|
|
</body>
|
|
</html>
|