Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54910
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <vincent.vandevyvre@swing.be> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'patterns': 0.04; 'url:launchpad': 0.05; 'subject:Python': 0.06; 'python': 0.11; '<>.': 0.14; 'language.': 0.14; "c'est": 0.16; 'from:addr:swing.be': 0.16; 'from:addr:vincent.vandevyvre': 0.16; 'from:name:vincent vande vyvre': 0.16; 'message- id:@swing.be': 0.16; 'oqapy': 0.16; 'paqager': 0.16; "qu'il": 0.16; 'received:mobistar.be': 0.16; 'trouve': 0.16; 'url:oqapy': 0.16; 'url:paqager': 0.16; 'url:qarte': 0.16; 'v.v.': 0.16; 'voir': 0.16; '\xe9crit': 0.16; 'mal': 0.16; 'seems': 0.21; 'les': 0.22; 'header:User-Agent:1': 0.23; 'url:moin': 0.24; 'java': 0.24; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'est': 0.30; 'url:mailman': 0.30; 'code': 0.31; 'url:wiki': 0.31; 'python.org': 0.32; 'url:python': 0.33; 'standards': 0.33; 'maybe': 0.34; 'there': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'skip:u 10': 0.60; 'different': 0.65; 'avec': 0.65; 'subjectcharset:iso-8859-1': 0.66; 'world': 0.66; 'qui': 0.68; 'reverse': 0.68; 'skill': 0.68; 'tout': 0.68; 'ceci': 0.84; "j'aimerais": 0.84; 'mes': 0.84; 'pain': 0.84; 'pourquoi': 0.84; 'savoir': 0.84; 'toujours': 0.84; '.net,': 0.91; 'hate': 0.91; 'joel': 0.91; 'luck': 0.93 |
| Date | Fri, 27 Sep 2013 22:24:29 +0200 |
| From | Vincent Vande Vyvre <vincent.vandevyvre@swing.be> |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Aide pour bien démarrer en Python |
| References | <0d6b5b97-c5fc-496f-8cfd-07631de3a61b@googlegroups.com> <CAPM-O+yf6=cZj7LVKuh-85om5e4ihu3BF2KsRzGxTY+r0Ea3RQ@mail.gmail.com> |
| In-Reply-To | <CAPM-O+yf6=cZj7LVKuh-85om5e4ihu3BF2KsRzGxTY+r0Ea3RQ@mail.gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.391.1380313931.18130.python-list@python.org> (permalink) |
| Lines | 71 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1380313931 news.xs4all.nl 15901 [2001:888:2000:d::a6]:34209 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:54910 |
Show key headers only | View raw
Le 27/09/2013 21:57, Joel Goldstick a écrit : > > > > 2013/9/27 <jonathan.corriveau@gmail.com > <mailto:jonathan.corriveau@gmail.com>> > > Je sais qu'il y a plein d'information à lire un peu partout, mais > j'ai vraiment du mal à voir pourquoi Python est si fantastique... > > Je m'explique.... > > Pour moi python c'est un langage de script très cryptique avec des > noms de méthodes courts, pas claire, dans une identation pas > toujours facile à lire et qui me rappel (mauvais souvenir) le > positionnement obligatoire des instructions en COBOL... Je viens > d'un monde .Net où les noms de méthodes disent exactement, très > précisemment ce que fait le code (quite à avoir un nom de 30 > caractères)... > > Dans les standards PEP-8, il y a beaucoup de standards qui vont de > soit, c'est facile de comprendre pourquoi c'est comme ça. Mais, il > y a plein de cas où, personnelement et pour probablement plusieurs > développeurs qui viennent du monde JAVA ou .Net, c'est très > illisible et même contre-intuitif... > > Outre l'aspect visuel, je trouve des codes d'exemples, prit dans > un pain et dans un seul fichier, très mal découpés et ça devient > très difficile de se retrouver pour savoir qui fait quoi... > > On voit partout Python est orienté objet, tout le tralala, mais > dans ma tête, j'ai bien du mal à voir du code Python qui suit > certaine règle à la Clean Code avec des patterns bien établient > (IoC, DI, Repository, UnitOfWork)... > > J'ai plus souvent l'impression de voir des SmartUI (anti-pattern) > qui dépendent de la terre entière avec aucune réél separation of > concern... > > Ceci dit, j'essaie vraiment d'apprendre le python et j'aimerais > bien le faire... > Pourriez-vous m'indiquer des bonnes ressources, documentation qui > pourrait répondre à mes intérogations ? > > Merci! > -- > https://mail.python.org/mailman/listinfo/python-list > > > It seems that people in the .NET world don't seem to like python. > Maybe the reverse is true. All the things that .net or java people > hate about python, python people view as the best parts of the > language. But, if you need to use python you can start with > python.org <http://python.org>. There are many links to documentation > suitable for different skill levels. Some of it is available in > French: https://wiki.python.org/moin/FrenchLanguage > > good luck to you > > -- > Joel Goldstick > http://joelgoldstick.com > > Je te recommande : http://python.developpez.com/cours/apprendre-python3/ -- Vincent V.V. Oqapy <https://launchpad.net/oqapy> . Qarte <https://launchpad.net/qarte> . PaQager <https://launchpad.net/paqager>
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Aide pour bien démarrer en Python jonathan.corriveau@gmail.com - 2013-09-27 12:45 -0700 Re: Aide pour bien démarrer en Python Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-27 15:57 -0400 Re: Aide pour bien démarrer en Python Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2013-09-27 22:24 +0200 Re: Aide pour bien démarrer en Python Laurent Pointal <laurent.pointal@free.fr> - 2013-09-29 14:04 +0200
csiph-web