Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
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.

index.html 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <!doctype html>
  2. <html lang=fr>
  3. <head>
  4. <!-- Always define the charset before the title -->
  5. <meta charset=utf-8>
  6. <title>Django et sa popularité — Biologeek — David Larlet</title>
  7. <!-- Define a viewport to mobile devices to use - telling the browser to assume that the page is as wide as the device (width=device-width) and setting the initial page zoom level to be 1 (initial-scale=1.0) -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  9. <!-- Fake favicon, to avoid extra request to the server -->
  10. <link rel="icon" href="data:;base64,iVBORw0KGgo=">
  11. <link type="application/atom+xml" rel="alternate" title="Feed" href="/david/log/" />
  12. <link rel="manifest" href="/manifest.json">
  13. <link rel="stylesheet" href="/static/david/css/larlet-david-_J6Rv.css" data-instant-track />
  14. <noscript>
  15. <style type="text/css">
  16. /* Otherwise fonts are loaded by JS for faster initial rendering. See scripts at the bottom. */
  17. body {
  18. font-family: 'EquityTextB', serif;
  19. }
  20. h1, h2, h3, h4, h5, h6, time, nav a, nav a:link, nav a:visited {
  21. font-family: 'EquityCapsB', sans-serif;
  22. font-variant: normal;
  23. }
  24. </style>
  25. </noscript>
  26. <!-- Canonical URL for SEO purposes -->
  27. <link rel="canonical" href="https://larlet.fr/david/biologeek/archives/20090124-django-et-sa-popularite">
  28. </head>
  29. <body>
  30. <div>
  31. <header>
  32. <nav>
  33. <p>
  34. <small>
  35. Je suis <a href="/david/" title="Profil public">David Larlet</a>, <a href="/david/pro/" title="Activité professionnelle">artisan</a> du web qui vous <a href="/david/pro/accompagnement/" title="Activité d’accompagnement">accompagne</a><span class="more-infos"> dans l’acquisition de savoirs pour concevoir des <a href="/david/pro/produits-essentiels/" title="Qu’est-ce qu’un produit essentiel ?">produits essentiels</a></span>. <span class="more-more-infos">Discutons ensemble d’une <a href="/david/pro/devis/" title="En savoir plus">non-demande de devis</a>.</span> Je partage ici mes <a href="/david/blog/" title="Expériences bienveillantes">réflexions</a> et <a href="/david/correspondances/2017/" title="Lettres hebdomadaires">correspondances</a>.
  36. </small>
  37. </p>
  38. </nav>
  39. </header>
  40. <section>
  41. <h1 property="schema:name">Django et sa popularité</h1>
  42. <article typeof="schema:BlogPosting">
  43. <div property="schema:articleBody">
  44. <p>J'aime pas trop jouer à qui à la plus grosse dans ce domaine car ça ne concerne vraiment que 10% des sites développés (comme pour les performances) mais la question de savoir quels gros sites utilisent Django revient trop souvent. Il y a bien sûr <a href="http://www.djangosites.org/">DjangoSites</a> pour se faire une idée du nombre de sites et plus récemment <a href="http://djangositeoftheweek.com/">DjangoSiteOfTheWeek</a> qui se concentre sur les sites plus conséquents. Mais depuis peu il y a plus de communication sur les utilisations de Django :</p>
  45. <p>On savait que <a href="http://www.niallkennedy.com/blog/2006/11/google-mondrian.html">Google l'utilise pas mal en interne</a> et c'est d'ailleurs ce qu'ils avaient choisi pour App Engine (un peu modifié). Or on apprend récemment que <a href="http://www.zengestrom.com/blog/2009/01/signal-and-noise-on-jaiku-this-week.html">Jaiku va maintenant utiliser App Engine</a>. Dans le même domaine, <a href="http://blog.secondlife.com/2009/01/19/weekend-grid-outages/">Second Life utilise Django en interne</a> (dernier paragraphe), <a href="http://www.tabblo.com/">Tabblo</a> (acquis par HP) ou <a href="http://www.everyblock.com/">EveryBlock</a> sont aussi en Django.</p>
  46. <p>Dans le domaine journalistique maintenant, le Washington Post était connu pour <a href="http://push.cx/2009/washington-post-update">ses applications Django</a>, tout comme l'est le <a href="http://prototype.nytimes.com/represent/">NewYork Times d'ailleurs</a>, et voici dernièrement l'<a href="http://www.poynter.org/column.asp?id=52&amp;aid=150818">histoire passionnante du LA Times</a> au sujet du lancement d'une application Django.</p>
  47. <p>Enfin passons à la francophonie, je vous ai assez parlé de <a href="http://www.mixin.com">mixin</a>, mais <a href="http://www.bisonvert.net/">BisonVert</a> ou <a href="http://www.paperblog.fr/">PaperBlog</a> sont de bons exemples aussi. N'hésitez pas à commenter avec vos gros projets.</p>
  48. <p>Et pour terminer, je ne pense pas en faire une revue détaillée mais je recommande vivement le livre <a href="http://prodjango.com/">Pro Django</a> de <a href="http://martyalchin.com/">Marty Alchin</a> à qui l'on doit notamment le système des storages dans Django. C'est le seul livre sur Django que j'attendais et que j'ai acheté et je ne suis pas déçu du tout pour le moment (je n'ai pas encore terminé, c'est dense). Attention c'est du très lourd donc pas pour les débutants (ça ne reprend pas les bases, ouf !) mais j'aurais tellement aimé avoir eu ce livre il y a quelques années... après sa lecture vous pourrez vous affirmer Pro Djangonaute !</p>
  49. </div>
  50. </article>
  51. <footer>
  52. <h6 property="schema:datePublished">— 24/01/2009</h6>
  53. </footer>
  54. </section>
  55. <section>
  56. <div>
  57. <h3>Articles peut-être en rapport</h3>
  58. <ul>
  59. <li><a href="/david/biologeek/archives/20090119-retours-chaud-sur-londres/" title="Accès à Retours à chaud sur Londres">Retours à chaud sur Londres</a></li>
  60. <li><a href="/david/biologeek/archives/20090106-evangenieur-et-revolution/" title="Accès à Évangénieur et révolution">Évangénieur et révolution</a></li>
  61. <li><a href="/david/biologeek/archives/20090105-pimp-my-web/" title="Accès à Pimp my Web!">Pimp my Web!</a></li>
  62. </ul>
  63. </div>
  64. </section>
  65. <section>
  66. <div id="comments">
  67. <h3>Commentaires</h3>
  68. <div class="comment" typeof="schema:UserComments">
  69. <p class="comment-meta">
  70. <span class="comment-author" property="schema:creator">aimxhaisse</span> le <span class="comment-date" property="schema:commentTime">24/01/2009</span> :
  71. </p>
  72. <div class="comment-content" property="schema:commentText">
  73. <p>Je pense que je vais très bientôt m&#39;y essayer, ça fait un petit moment que j&#39;ai envie d&#39;apprendre le python :-)</p>
  74. </div>
  75. </div>
  76. <div class="comment" typeof="schema:UserComments">
  77. <p class="comment-meta">
  78. <span class="comment-author" property="schema:creator">Alexis C.</span> le <span class="comment-date" property="schema:commentTime">25/01/2009</span> :
  79. </p>
  80. <div class="comment-content" property="schema:commentText">
  81. <p>J&#39;ai pu participer au développement du site évènementiel <a href="http://unclicpourlaforet.com">http://unclicpourlaforet.com</a> (sorte de miniville.fr) développé à l&#39;aide du framework Django. Aujourd&#39;hui fermé, celui-ci était présent sur la toile durant l&#39;été 2007. Ce framework a pu être d&#39;un grand secours face à un planning serré...</p>
  82. </div>
  83. </div>
  84. <div class="comment" typeof="schema:UserComments">
  85. <p class="comment-meta">
  86. <span class="comment-author" property="schema:creator">David, biologeek</span> le <span class="comment-date" property="schema:commentTime">28/01/2009</span> :
  87. </p>
  88. <div class="comment-content" property="schema:commentText">
  89. <p>Tiens je viens de découvrir qu&#39;il y avait aussi une page listant les Success Stories Django sur le wiki :<br /><a href="http://code.djangoproject.com/wiki/DjangoSuccessStories">http://code.djangoproject.com/wiki/DjangoSuccessStories</a></p>
  90. <p>Intéressantes car argumentées :-)</p>
  91. </div>
  92. </div>
  93. <div class="comment" typeof="schema:UserComments">
  94. <p class="comment-meta">
  95. <span class="comment-author" property="schema:creator">Eric S</span> le <span class="comment-date" property="schema:commentTime">29/01/2009</span> :
  96. </p>
  97. <div class="comment-content" property="schema:commentText">
  98. <p>J&#39;ai découvert il y a peu le projet pinax à travers sa vitrine <a href="http://cloud27.com">http://cloud27.com</a>.</p>
  99. <p>Je l&#39;ai testé et déployé, vraiment très sympa. C&#39;est juste ce qui manquait à Django: Une compil permettant de réaliser sans effort un vrai site communautaire/collaboratif.</p>
  100. </div>
  101. </div>
  102. <div class="comment" typeof="schema:UserComments">
  103. <p class="comment-meta">
  104. <span class="comment-author" property="schema:creator">m_kton</span> le <span class="comment-date" property="schema:commentTime">31/01/2009</span> :
  105. </p>
  106. <div class="comment-content" property="schema:commentText">
  107. <p>Premier commentaire ici bas, ainsi donc, comme on dit quand on est poli: il fait bon squatter ce blog.</p>
  108. <p>J&#39;ai eu de très bon échos de Django. Pour ma part, je découvre en ce moment le framework Pylons (<a href="http://www.pylonshq.com">http://www.pylonshq.com</a>), et me voila plus que convaincu. Alors si un de ces quatre après-midi, la guitare te monte au nez...<br />En tout cas, voila un bon écho de Pylons )</p>
  109. </div>
  110. </div>
  111. <div class="comment" typeof="schema:UserComments">
  112. <p class="comment-meta">
  113. <span class="comment-author" property="schema:creator">Resaski</span> le <span class="comment-date" property="schema:commentTime">03/03/2009</span> :
  114. </p>
  115. <div class="comment-content" property="schema:commentText">
  116. <p>Le site <a href="http://resaski.com">http://resaski.com</a> , comparateur d&#39;écoles et de cours de ski, est développé avec Django.</p>
  117. </div>
  118. </div>
  119. </div>
  120. </section>
  121. <footer>
  122. <nav>
  123. <p>
  124. <small>
  125. Je réponds quasiment toujours aux <a href="m&#x61;ilto:d&#x61;vid%40l&#x61;rlet&#46;fr" title="Envoyer un email">emails</a> (<a href="/david/signature/" title="Ma signature actuelle avec possibilité de chiffrement">signés</a>) et vous pouvez me rencontrer à Montréal. <span class="more-infos">N’hésitez pas à <a href="/david/log/" title="Être tenu informé des mises à jour">vous abonner</a> pour être tenu informé des publications récentes.</span>
  126. </small>
  127. </p>
  128. </nav>
  129. </footer>
  130. </div>
  131. <script src="/static/david/js/larlet-david-3ee43f.js" data-no-instant></script>
  132. <script data-no-instant>InstantClick.init()</script>
  133. </body>
  134. </html>