You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

19 lines
409 B

  1. Objet de ce livre
  2. =================
  3. Apprendre la programmation en partant de rien, en utilisant Python et la ligne de commande
  4. Pourquoi Python?
  5. ----------------
  6. * Excellent langage pour débuter
  7. * Mon langage préféré
  8. * Vraiment cross-platform (sauf pour le mobile)
  9. Pourquoi la ligne de commande?
  10. ------------------------------
  11. Interface universelle
  12. La plus simple à utiliser (en Python en tout cas)