forked from python/python-docs-fr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneral.po
More file actions
936 lines (845 loc) · 44.7 KB
/
general.po
File metadata and controls
936 lines (845 loc) · 44.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
# Copyright (C) 2001-2018, Python Software Foundation
# For licence information, see README file.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 09:35+0200\n"
"PO-Revision-Date: 2019-10-20 23:42+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.1\n"
#: ../Doc/faq/general.rst:5
msgid "General Python FAQ"
msgstr "FAQ générale sur Python"
#: ../Doc/faq/general.rst:8
msgid "Contents"
msgstr "Sommaire"
#: ../Doc/faq/general.rst:13
msgid "General Information"
msgstr "Informations générales"
#: ../Doc/faq/general.rst:16
msgid "What is Python?"
msgstr "Qu'est-ce que Python ?"
#: ../Doc/faq/general.rst:18
msgid ""
"Python is an interpreted, interactive, object-oriented programming "
"language. It incorporates modules, exceptions, dynamic typing, very high "
"level dynamic data types, and classes. Python combines remarkable power "
"with very clear syntax. It has interfaces to many system calls and "
"libraries, as well as to various window systems, and is extensible in C or C+"
"+. It is also usable as an extension language for applications that need a "
"programmable interface. Finally, Python is portable: it runs on many Unix "
"variants, on the Mac, and on Windows 2000 and later."
msgstr ""
"Python est un langage de programmation interprété, interactif, orienté "
"objet. Il incorpore des modules, des exceptions, un typage dynamique et des "
"classes. Python combine une puissance incroyable et une syntaxe très claire. "
"Il dispose de liens avec de nombreuses interfaces de programmation pour "
"systèmes d'exploitation et bibliothèques, ainsi que divers systèmes "
"d'interfaces graphiques, et il peut être étendu grâce au C ou C++. Il est "
"aussi utilisable comme langage d'extension (script) pour les logiciels qui "
"nécessitent une interface de programmation. Enfin, Python est portable : il "
"fonctionne sur multiples variantes Unix, sur Mac, ainsi que sur Windows 2000 "
"et versions supérieures."
#: ../Doc/faq/general.rst:27
msgid ""
"To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide "
"to Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other "
"introductory tutorials and resources for learning Python."
msgstr ""
"Pour en savoir plus, commencez par :ref:`tutorial-index`. Le « `Guide des "
"Débutants pour Python <https://wiki.python.org/moin/BeginnersGuide>`_ » "
"renvoie vers d'autres tutoriels et ressources d'initiation pour apprendre "
"Python."
#: ../Doc/faq/general.rst:33
msgid "What is the Python Software Foundation?"
msgstr "Qu'est ce que la Python Software Foundation ?"
#: ../Doc/faq/general.rst:35
msgid ""
"The Python Software Foundation is an independent non-profit organization "
"that holds the copyright on Python versions 2.1 and newer. The PSF's "
"mission is to advance open source technology related to the Python "
"programming language and to publicize the use of Python. The PSF's home "
"page is at https://www.python.org/psf/."
msgstr ""
"La Python Software Foundation (PSF) est une organisation indépendante à but "
"non lucratif qui détient les droits d'auteur sur les versions Python 2.1 et "
"plus récentes. La mission de la PSF est de faire progresser les technologies "
"ouvertes (*open source*) relatives au langage de programmation Python et de "
"promouvoir son utilisation. Le page d'accueil de la PSF se trouve à "
"l'adresse suivante : https://www.python.org/psf/."
#: ../Doc/faq/general.rst:41
msgid ""
"Donations to the PSF are tax-exempt in the US. If you use Python and find "
"it helpful, please contribute via `the PSF donation page <https://www.python."
"org/psf/donations/>`_."
msgstr ""
"Si vous utilisez Python et que vous le trouvez utile, merci de contribuer "
"par le biais de `la page de donation de la PSF <https://www.python.org/psf/"
"donations/>`_."
#: ../Doc/faq/general.rst:47
msgid "Are there copyright restrictions on the use of Python?"
msgstr ""
"Existe-il des restrictions liées à la propriété intellectuelle quant à "
"l'utilisation de Python ?"
#: ../Doc/faq/general.rst:49
msgid ""
"You can do anything you want with the source, as long as you leave the "
"copyrights in and display those copyrights in any documentation about Python "
"that you produce. If you honor the copyright rules, it's OK to use Python "
"for commercial use, to sell copies of Python in source or binary form "
"(modified or unmodified), or to sell products that incorporate Python in "
"some form. We would still like to know about all commercial use of Python, "
"of course."
msgstr ""
"Vous pouvez faire ce que vous souhaitez avec la source, tant que vous "
"respecterez la licence d'utilisation et que vous l'afficherez dans toute "
"documentation que vous produirez au sujet de Python. Si vous respectez ces "
"règles, vous pouvez utiliser Python dans un cadre commercial, vendre le code "
"source ou la forme binaire (modifiée ou non), ou vendre des produits qui "
"incorporent Python sous une forme quelconque. Bien entendu, nous "
"souhaiterions avoir connaissance de tous les projets commerciaux utilisant "
"Python."
#: ../Doc/faq/general.rst:56
msgid ""
"See `the PSF license page <https://www.python.org/psf/license/>`_ to find "
"further explanations and a link to the full text of the license."
msgstr ""
"Voir `la page de licence d'utilisation de la PSF <https://www.python.org/psf/"
"license/>`_ pour trouver davantage d'informations et un lien vers la version "
"intégrale de la licence d'utilisation."
#: ../Doc/faq/general.rst:59
msgid ""
"The Python logo is trademarked, and in certain cases permission is required "
"to use it. Consult `the Trademark Usage Policy <https://www.python.org/psf/"
"trademarks/>`__ for more information."
msgstr ""
"Le logo de Python est une marque déposée, et dans certains cas une "
"autorisation est nécessaire pour l'utiliser. Consultez `la politique "
"d'utilisation de la marque <https://www.python.org/psf/trademarks/>`__ pour "
"plus d'informations."
#: ../Doc/faq/general.rst:65
msgid "Why was Python created in the first place?"
msgstr "Pourquoi Python a été créé ?"
#: ../Doc/faq/general.rst:67
msgid ""
"Here's a *very* brief summary of what started it all, written by Guido van "
"Rossum:"
msgstr ""
"Voici un *très* bref résumé de comment tout a commencé, écrit par Guido van "
"Rossum (puis traduit en français) :"
#: ../Doc/faq/general.rst:70
msgid ""
"I had extensive experience with implementing an interpreted language in the "
"ABC group at CWI, and from working with this group I had learned a lot about "
"language design. This is the origin of many Python features, including the "
"use of indentation for statement grouping and the inclusion of very-high-"
"level data types (although the details are all different in Python)."
msgstr ""
"J'avais une expérience complète avec la mise en œuvre du langage interprété "
"ABC au sein du CWI, et en travaillant dans ce groupe j'ai appris beaucoup à "
"propos de la conception de langage. C'est l'origine de nombreuses "
"fonctionnalités de Python, notamment l'utilisation de l'indentation pour le "
"groupement et l'inclusion de types de très haut niveau (bien que dans les "
"détails ils soient tous différents dans Python)."
#: ../Doc/faq/general.rst:77
msgid ""
"I had a number of gripes about the ABC language, but also liked many of its "
"features. It was impossible to extend the ABC language (or its "
"implementation) to remedy my complaints -- in fact its lack of extensibility "
"was one of its biggest problems. I had some experience with using Modula-2+ "
"and talked with the designers of Modula-3 and read the Modula-3 report. "
"Modula-3 is the origin of the syntax and semantics used for exceptions, and "
"some other Python features."
msgstr ""
"J'avais un certain nombre de différends avec le langage ABC, mais j'aimais "
"aussi beaucoup de ses fonctionnalités. Il était impossible d'étendre le "
"langage ABC (ou ses implémentations) pour remédier à mes réclamations -- en "
"vérité le manque d'extensibilité était l'un des plus gros problème. J'avais "
"un peu d'expérience avec l'utilisation de Modula-2+ et j'en ai parlé avec "
"les concepteurs de Modula-3 et j'ai lu le rapport sur Modula-3. Modula-3 est "
"à l'origine de la syntaxe et de la sémantique utilisée pour les exceptions, "
"et quelques autres fonctionnalités en Python."
#: ../Doc/faq/general.rst:85
msgid ""
"I was working in the Amoeba distributed operating system group at CWI. We "
"needed a better way to do system administration than by writing either C "
"programs or Bourne shell scripts, since Amoeba had its own system call "
"interface which wasn't easily accessible from the Bourne shell. My "
"experience with error handling in Amoeba made me acutely aware of the "
"importance of exceptions as a programming language feature."
msgstr ""
"Je travaillais sur un groupe de systèmes d'exploitation distribués Amoeba au "
"CWI. Nous avions besoin d'un meilleur moyen pour gérer l'administration "
"système qu'écrire un programme en C ou en script Bourne shell, puisque "
"l'Amoeba avait sa propre interface d'appels système qui n'était pas "
"facilement accessible depuis les scripts Bourne shell. Mon expérience avec "
"le traitement des erreurs dans l'Amoeba m'a vraiment fait prendre conscience "
"de l'importance des exceptions en tant que fonctionnalité d'un langage de "
"programmation."
#: ../Doc/faq/general.rst:92
msgid ""
"It occurred to me that a scripting language with a syntax like ABC but with "
"access to the Amoeba system calls would fill the need. I realized that it "
"would be foolish to write an Amoeba-specific language, so I decided that I "
"needed a language that was generally extensible."
msgstr ""
"Il m'est venu à l'esprit qu'un langage de script avec une syntaxe comme ABC "
"mais avec un accès aux appels systèmes d'Amoeba remplirait les besoins. J'ai "
"réalisé que ce serait idiot d'écrire un langage spécifique à Amoeba, donc "
"j'ai décidé que j'avais besoin d'un langage qui serait généralement "
"extensible."
#: ../Doc/faq/general.rst:97
msgid ""
"During the 1989 Christmas holidays, I had a lot of time on my hand, so I "
"decided to give it a try. During the next year, while still mostly working "
"on it in my own time, Python was used in the Amoeba project with increasing "
"success, and the feedback from colleagues made me add many early "
"improvements."
msgstr ""
"Pendant les vacances de Noël 1989, j'avais beaucoup de temps à disposition, "
"donc j'ai décidé de faire un essai. Durant l'année suivante, j'ai encore "
"beaucoup travaillé dessus sur mon propre temps. Python a été utilisé dans le "
"projet Amoeba avec un succès croissant, et les retours de mes collègues "
"m'ont permis d'ajouter beaucoup des premières améliorations."
#: ../Doc/faq/general.rst:103
msgid ""
"In February 1991, after just over a year of development, I decided to post "
"to USENET. The rest is in the ``Misc/HISTORY`` file."
msgstr ""
"En Février 1991, juste après un peu plus d'un an de développement, j'ai "
"décidé de le poster sur USENET. Le reste se trouve dans le fichier « Misc/"
"HISTORY »."
#: ../Doc/faq/general.rst:108
msgid "What is Python good for?"
msgstr "Pour quoi Python est-il fait ?"
#: ../Doc/faq/general.rst:110
msgid ""
"Python is a high-level general-purpose programming language that can be "
"applied to many different classes of problems."
msgstr ""
"Python est un langage de programmation haut niveau généraliste qui peut être "
"utilisé pour pallier à différents problèmes."
#: ../Doc/faq/general.rst:113
msgid ""
"The language comes with a large standard library that covers areas such as "
"string processing (regular expressions, Unicode, calculating differences "
"between files), Internet protocols (HTTP, FTP, SMTP, XML-RPC, POP, IMAP, CGI "
"programming), software engineering (unit testing, logging, profiling, "
"parsing Python code), and operating system interfaces (system calls, "
"filesystems, TCP/IP sockets). Look at the table of contents for :ref:"
"`library-index` to get an idea of what's available. A wide variety of third-"
"party extensions are also available. Consult `the Python Package Index "
"<https://pypi.org>`_ to find packages of interest to you."
msgstr ""
"Le langage vient avec une bibliothèque standard importante qui couvre des "
"domaines tels que le traitement des chaînes de caractères (expressions "
"régulières, Unicode, calcul de différences entre les fichiers), les "
"protocoles Internet (HTTP, FTP, SMTP, XML-RPC, POP, IMAP, script CGI), "
"ingénierie logicielle (tests unitaires, enregistrement, analyse de code "
"Python), et interfaces pour systèmes d'exploitation (appels système, système "
"de fichiers, connecteurs TCP/IP). Regardez la table des matières :ref:"
"`library-index` pour avoir une idée de ce qui est disponible. Une grande "
"variété de greffons tiers existent aussi. Consultez `le sommaire des paquets "
"Python <https://pypi.org>`_ pour trouver les paquets qui pourraient vous "
"intéresser."
#: ../Doc/faq/general.rst:125
msgid "How does the Python version numbering scheme work?"
msgstr "Comment fonctionne le numérotage des versions de Python ?"
#: ../Doc/faq/general.rst:127
msgid ""
"Python versions are numbered A.B.C or A.B. A is the major version number -- "
"it is only incremented for really major changes in the language. B is the "
"minor version number, incremented for less earth-shattering changes. C is "
"the micro-level -- it is incremented for each bugfix release. See :pep:`6` "
"for more information about bugfix releases."
msgstr ""
"Les versions de Python sont numérotées A.B.C ou A.B. A est une version "
"majeure -- elle est augmentée seulement lorsqu'il y a des changements "
"conséquents dans le langage. B est une version mineure, elle est augmentée "
"lors de changements de moindre importance. C est un micro-niveau -- elle est "
"augmentée à chaque sortie de correctifs de bogue."
#: ../Doc/faq/general.rst:133
msgid ""
"Not all releases are bugfix releases. In the run-up to a new major release, "
"a series of development releases are made, denoted as alpha, beta, or "
"release candidate. Alphas are early releases in which interfaces aren't yet "
"finalized; it's not unexpected to see an interface change between two alpha "
"releases. Betas are more stable, preserving existing interfaces but possibly "
"adding new modules, and release candidates are frozen, making no changes "
"except as needed to fix critical bugs."
msgstr ""
"Toutes les sorties ne concernent pas la correction de bogues. A l'approche "
"de la sortie d'une nouvelle version majeure, une série de versions de "
"développement sont créées, dénommées *alpha*, *beta*, *release candidate*. "
"Les alphas sont des versions primaires dans lesquelles les interfaces ne "
"sont pas encore finalisées; ce n'est pas inattendu de voir des changements "
"d'interface entre deux versions alpha. Les *betas* sont plus stables, "
"préservent les interfaces existantes mais peuvent ajouter de nouveaux "
"modules, les *release candidate* sont figées, elles ne font aucun changement "
"à l'exception de ceux nécessaires pour corriger des bogues critiques."
#: ../Doc/faq/general.rst:141
msgid ""
"Alpha, beta and release candidate versions have an additional suffix. The "
"suffix for an alpha version is \"aN\" for some small number N, the suffix "
"for a beta version is \"bN\" for some small number N, and the suffix for a "
"release candidate version is \"cN\" for some small number N. In other "
"words, all versions labeled 2.0aN precede the versions labeled 2.0bN, which "
"precede versions labeled 2.0cN, and *those* precede 2.0."
msgstr ""
"Les versions *alpha*, *beta* et *release candidate* ont un suffixe "
"supplémentaire. Le suffixe pour une version alpha est « aN » où N est un "
"petit nombre, le suffixe pour une version *beta* est *bN* où N est un petit "
"nombre, et le suffixe pour une *release candidate* est « cN » où N est un "
"petit nombre. En d'autres mots, toutes les versions nommées *2.0.aN* "
"précèdent les versions *2.0.bN*, qui elles-mêmes précèdent 2.0cN, et *celles-"
"ci* précèdent la version 2.0."
#: ../Doc/faq/general.rst:148
msgid ""
"You may also find version numbers with a \"+\" suffix, e.g. \"2.2+\". These "
"are unreleased versions, built directly from the CPython development "
"repository. In practice, after a final minor release is made, the version "
"is incremented to the next minor version, which becomes the \"a0\" version, "
"e.g. \"2.4a0\"."
msgstr ""
"Vous pouvez aussi trouver des versions avec un signe « + » en suffixe, par "
"exemple « 2.2+». Ces versions sont non distribuées, construites directement "
"depuis le dépôt de développement de CPython. En pratique, après la sortie "
"finale d'une version mineure, la version est augmentée à la prochaine "
"version mineure, qui devient la version *a0*, c'est-à-dire *2.4a0*."
#: ../Doc/faq/general.rst:153
msgid ""
"See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, "
"and :data:`sys.version_info`."
msgstr ""
"Voir aussi la documentation pour for :data:`sys.version`, :data:`sys."
"hexversion`, et :data:`sys.version_info`."
#: ../Doc/faq/general.rst:158
msgid "How do I obtain a copy of the Python source?"
msgstr "Comment obtenir une copie du code source de Python ?"
#: ../Doc/faq/general.rst:160
msgid ""
"The latest Python source distribution is always available from python.org, "
"at https://www.python.org/downloads/. The latest development sources can be "
"obtained at https://github.com/python/cpython/."
msgstr ""
"La dernière version du code source déployée est toujours disponible sur "
"python.org, à https://www.python.org/downloads/. Le code source de la "
"dernière version en développement peut être obtenue à https://github.com/"
"python/cpython/."
#: ../Doc/faq/general.rst:164
msgid ""
"The source distribution is a gzipped tar file containing the complete C "
"source, Sphinx-formatted documentation, Python library modules, example "
"programs, and several useful pieces of freely distributable software. The "
"source will compile and run out of the box on most UNIX platforms."
msgstr ""
"Le code source est dans une archive *gzippée* au format *tar*, elle contient "
"le code source C complet, la documentation formatée avec Sphinx, les "
"libraires Python, des exemples de programmes, et plusieurs morceaux de code "
"utiles distribuables librement. Le code source sera compilé et prêt à "
"fonctionner immédiatement sur la plupart des plateformes UNIX."
#: ../Doc/faq/general.rst:169
msgid ""
"Consult the `Getting Started section of the Python Developer's Guide "
"<https://devguide.python.org/setup/>`__ for more information on getting the "
"source code and compiling it."
msgstr ""
"Consultez `la section Premiers pas du Guide des Développeurs Python <https://"
"devguide.python.org/setup/>`__ pour plus d'informations sur comment obtenir "
"le code source et le compiler."
#: ../Doc/faq/general.rst:175
msgid "How do I get documentation on Python?"
msgstr "Comment obtenir la documentation de Python ?"
#: ../Doc/faq/general.rst:179
msgid ""
"The standard documentation for the current stable version of Python is "
"available at https://docs.python.org/3/. PDF, plain text, and downloadable "
"HTML versions are also available at https://docs.python.org/3/download.html."
msgstr ""
"La documentation standard pour la version stable actuelle est disponible à "
"https://docs.python.org/3/. Des versions aux formats PDF, texte et HTML "
"sont aussi disponibles à https://docs.python.org/3/download.html."
#: ../Doc/faq/general.rst:183
msgid ""
"The documentation is written in reStructuredText and processed by `the "
"Sphinx documentation tool <http://sphinx-doc.org/>`__. The reStructuredText "
"source for the documentation is part of the Python source distribution."
msgstr ""
"La documentation est écrite au format *reStructuredText* et traitée par "
"l'outil de documentation `Sphinx <http://sphinx-doc.org/>`__. La source du "
"*reStructuredText* pour la documentation constitue une partie des sources de "
"Python."
#: ../Doc/faq/general.rst:189
msgid "I've never programmed before. Is there a Python tutorial?"
msgstr "Je n'ai jamais programmé avant. Existe t-il un tutoriel Python ?"
#: ../Doc/faq/general.rst:191
msgid ""
"There are numerous tutorials and books available. The standard "
"documentation includes :ref:`tutorial-index`."
msgstr ""
"Il y a de nombreux tutoriels et livres disponibles. La documentation "
"standard inclut :ref:`tutorial-index`."
#: ../Doc/faq/general.rst:194
msgid ""
"Consult `the Beginner's Guide <https://wiki.python.org/moin/"
"BeginnersGuide>`_ to find information for beginning Python programmers, "
"including lists of tutorials."
msgstr ""
"Consultez le `Guide du Débutant <https://wiki.python.org/moin/"
"BeginnersGuide>`_ afin de trouver des informations pour les développeurs "
"Python débutants, incluant une liste de tutoriels."
#: ../Doc/faq/general.rst:199
msgid "Is there a newsgroup or mailing list devoted to Python?"
msgstr "Y a-t-il un forum ou une liste de diffusion dédié à Python ?"
#: ../Doc/faq/general.rst:201
msgid ""
"There is a newsgroup, :newsgroup:`comp.lang.python`, and a mailing list, "
"`python-list <https://mail.python.org/mailman/listinfo/python-list>`_. The "
"newsgroup and mailing list are gatewayed into each other -- if you can read "
"news it's unnecessary to subscribe to the mailing list. :newsgroup:`comp."
"lang.python` is high-traffic, receiving hundreds of postings every day, and "
"Usenet readers are often more able to cope with this volume."
msgstr ""
"Il y a un forum, :newsgroup:`comp.lang.python` et une liste de diffusion, "
"`python-list <https://mail.python.org/mailman/listinfo/python-list>`_. Le "
"forum et la liste de diffusion sont des passerelles l'un vers l'autre -- si "
"vous pouvez lire les *news* ce n'est pas inutile de souscrire à la liste de "
"diffusion. :newsgroup:`comp.lang.python` a beaucoup d'activité, il reçoit "
"des centaines de messages chaque jour, et les lecteurs du réseau Usenet sont "
"souvent plus capables de faire face à ce volume."
#: ../Doc/faq/general.rst:208
msgid ""
"Announcements of new software releases and events can be found in comp.lang."
"python.announce, a low-traffic moderated list that receives about five "
"postings per day. It's available as `the python-announce mailing list "
"<https://mail.python.org/mailman/listinfo/python-announce-list>`_."
msgstr ""
"Les annonces pour les nouvelles versions et événements peuvent êtres "
"trouvées dans *comp.lang.python.announce*, une liste diminuée peu active qui "
"reçoit environ 5 messages par jour. C'est disponible à `liste de diffusion "
"des annonces Python <https://mail.python.org/mailman/listinfo/python-"
"announce-list>`_."
#: ../Doc/faq/general.rst:213
msgid ""
"More info about other mailing lists and newsgroups can be found at https://"
"www.python.org/community/lists/."
msgstr ""
"Plus d'informations à propos des autres listes de diffusion et forums "
"peuvent être trouvées à https://www.python.org/community/lists/."
#: ../Doc/faq/general.rst:218
msgid "How do I get a beta test version of Python?"
msgstr "Comment obtenir une version bêta test de Python ?"
#: ../Doc/faq/general.rst:220
msgid ""
"Alpha and beta releases are available from https://www.python.org/"
"downloads/. All releases are announced on the comp.lang.python and comp."
"lang.python.announce newsgroups and on the Python home page at https://www."
"python.org/; an RSS feed of news is available."
msgstr ""
"Les versions alpha et bêta sont disponibles depuis https://www.python.org/"
"downloads/. Toutes les versions sont annoncées sur les *newsgroups* *comp."
"lang.python* et *comp.lang.python.announce* ainsi que sur la page d'accueil "
"de Python à https://www.python.org/; un flux RSS d'actualités y est aussi "
"disponible."
#: ../Doc/faq/general.rst:225
msgid ""
"You can also access the development version of Python through Git. See `The "
"Python Developer's Guide <https://devguide.python.org/>`_ for details."
msgstr ""
"Vous pouvez aussi accéder aux de Python en développement grâce à Git. Voir "
"`Le Guide du Développeur Python <https://devguide.python.org/>`_ pour plus "
"de détails."
#: ../Doc/faq/general.rst:230
msgid "How do I submit bug reports and patches for Python?"
msgstr "Comment soumettre un rapport de bogues ou un correctif pour Python ?"
#: ../Doc/faq/general.rst:232
msgid ""
"To report a bug or submit a patch, please use the Roundup installation at "
"https://bugs.python.org/."
msgstr ""
"Pour reporter un bogue ou soumettre un correctif, merci d'utiliser https://"
"bugs.python.org/."
#: ../Doc/faq/general.rst:235
msgid ""
"You must have a Roundup account to report bugs; this makes it possible for "
"us to contact you if we have follow-up questions. It will also enable "
"Roundup to send you updates as we act on your bug. If you had previously "
"used SourceForge to report bugs to Python, you can obtain your Roundup "
"password through Roundup's `password reset procedure <https://bugs.python."
"org/user?@template=forgotten>`_."
msgstr ""
"Vous devez avoir un compte Roundup pour reporter des bogues; cela nous "
"permet de vous contacter si nous avons des questions complémentaires. Cela "
"permettra aussi le suivi de traitement de votre bogue. Si vous avez "
"auparavant utilisé SourceForge pour reporter des bogues sur Python, vous "
"pouvez obtenir un mot de passe Roundup grâce à la `procédure de "
"réinitialisation de mot de passe de Roundup <https://bugs.python.org/user?"
"@template=forgotten>`_."
#: ../Doc/faq/general.rst:241
msgid ""
"For more information on how Python is developed, consult `the Python "
"Developer's Guide <https://devguide.python.org/>`_."
msgstr ""
"Pour davantage d'informations sur comment Python est développé, consultez "
"`le Guide du Développeur Python <https://devguide.python.org/>`_."
#: ../Doc/faq/general.rst:246
msgid "Are there any published articles about Python that I can reference?"
msgstr ""
"Existe-t-il des articles publiés au sujet de Python auxquels je peux me "
"référer ?"
#: ../Doc/faq/general.rst:248
msgid "It's probably best to cite your favorite book about Python."
msgstr ""
"C'est probablement mieux de vous référer à votre livre favori à propos de "
"Python."
#: ../Doc/faq/general.rst:250
msgid ""
"The very first article about Python was written in 1991 and is now quite "
"outdated."
msgstr ""
"Le tout premier article à propos de Python a été écrit en 1991 et est "
"maintenant obsolète."
#: ../Doc/faq/general.rst:253
msgid ""
"Guido van Rossum and Jelke de Boer, \"Interactively Testing Remote Servers "
"Using the Python Programming Language\", CWI Quarterly, Volume 4, Issue 4 "
"(December 1991), Amsterdam, pp 283--303."
msgstr ""
"Guido van Rossum et Jelke de Boer, « *Interactively Testing Remote Servers "
"Using the Python Programming Language* », CWI Quarterly, Volume 4, Issue 4 "
"(December 1991), Amsterdam, pp 283--303."
#: ../Doc/faq/general.rst:259
msgid "Are there any books on Python?"
msgstr "Y a-t-il des livres au sujet de Python ?"
#: ../Doc/faq/general.rst:261
msgid ""
"Yes, there are many, and more are being published. See the python.org wiki "
"at https://wiki.python.org/moin/PythonBooks for a list."
msgstr ""
"Oui, il y en a beaucoup, et d'autres sont en cours de publication. Voir le "
"wiki python à https://wiki.python.org/moin/PythonBooks pour avoir une liste."
#: ../Doc/faq/general.rst:264
msgid ""
"You can also search online bookstores for \"Python\" and filter out the "
"Monty Python references; or perhaps search for \"Python\" and \"language\"."
msgstr ""
"Vous pouvez aussi chercher chez les revendeurs de livres en ligne avec le "
"terme « Python » et éliminer les références concernant les Monty Python, ou "
"peut-être faire une recherche avec les termes « langage » et « Python »."
#: ../Doc/faq/general.rst:269
msgid "Where in the world is www.python.org located?"
msgstr "Où www.python.org est-il localisé dans le monde ?"
#: ../Doc/faq/general.rst:271
msgid ""
"The Python project's infrastructure is located all over the world and is "
"managed by the Python Infrastructure Team. Details `here <http://infra.psf."
"io>`__."
msgstr ""
"L'infrastructure du projet Python est située dans le monde entier et est "
"gérée par l'équipe de l'infrastructure Python. Plus de détails `ici <http://"
"infra.psf.io>`__."
#: ../Doc/faq/general.rst:276
msgid "Why is it called Python?"
msgstr "Pourquoi le nom Python ?"
#: ../Doc/faq/general.rst:278
msgid ""
"When he began implementing Python, Guido van Rossum was also reading the "
"published scripts from `\"Monty Python's Flying Circus\" <https://en."
"wikipedia.org/wiki/Monty_Python>`__, a BBC comedy series from the 1970s. "
"Van Rossum thought he needed a name that was short, unique, and slightly "
"mysterious, so he decided to call the language Python."
msgstr ""
"Quand il a commencé à implémenter Python, Guido van Rossum a aussi lu le "
"script publié par `\"Monty Python's Flying Circus\" <https://en.wikipedia."
"org/wiki/Monty_Python>`__, une série comique des années 1970 diffusée par la "
"BBC. Van Rossum a pensé qu'il avait besoin d'un nom court, unique, et un peu "
"mystérieux, donc il a décidé de l'appeler le langage Python."
#: ../Doc/faq/general.rst:286
msgid "Do I have to like \"Monty Python's Flying Circus\"?"
msgstr "Dois-je aimer \"Monty Python's Flying Circus\" ?"
#: ../Doc/faq/general.rst:288
msgid "No, but it helps. :)"
msgstr "Non, mais ça peut aider. :)"
#: ../Doc/faq/general.rst:292
msgid "Python in the real world"
msgstr "Python c'est le monde réel"
#: ../Doc/faq/general.rst:295
msgid "How stable is Python?"
msgstr "Quel est le niveau de stabilité de Python ?"
#: ../Doc/faq/general.rst:297
msgid ""
"Very stable. New, stable releases have been coming out roughly every 6 to "
"18 months since 1991, and this seems likely to continue. Currently there "
"are usually around 18 months between major releases."
msgstr ""
"Très stable. Les versions stables sont sorties environ tous les 6 à 18 mois "
"depuis 1991, et il semble probable que ça continue. Actuellement il y a "
"habituellement environ 18 mois entre deux sorties de version majeure."
#: ../Doc/faq/general.rst:301
msgid ""
"The developers issue \"bugfix\" releases of older versions, so the stability "
"of existing releases gradually improves. Bugfix releases, indicated by a "
"third component of the version number (e.g. 3.5.3, 3.6.2), are managed for "
"stability; only fixes for known problems are included in a bugfix release, "
"and it's guaranteed that interfaces will remain the same throughout a series "
"of bugfix releases."
msgstr ""
"Les développeurs fournissent des versions correctives d'anciennes versions, "
"ainsi la stabilité des versions existantes s'améliore. Les versions "
"correctives, indiquées par le troisième chiffre du numéro de version (ex. "
"2.5.2, 2.6.2), sont gérées pour la stabilité, seules les corrections pour "
"les problèmes connus sont inclus dans les versions correctives, et il est "
"garanti que les interfaces resteront les mêmes tout au long de la série de "
"versions correctives."
#: ../Doc/faq/general.rst:308
msgid ""
"The latest stable releases can always be found on the `Python download page "
"<https://www.python.org/downloads/>`_. There are two production-ready "
"versions of Python: 2.x and 3.x. The recommended version is 3.x, which is "
"supported by most widely used libraries. Although 2.x is still widely used, "
"`it will not be maintained after January 1, 2020 <https://www.python.org/dev/"
"peps/pep-0373/>`_."
msgstr ""
"Les dernières versions stables peuvent toujours être trouvées sur la `page "
"de téléchargement Python <https://www.python.org/downloads/>`_. Il existe "
"deux versions stables de Python : 2.x et 3.x, mais seule la version 3 est "
"recommandée, c'est celle qui est compatible avec les bibliothèques les plus "
"largement utilisées. Bien que Python 2 soit encore utilisé, `il ne sera plus "
"maintenu après le 1er janvier 2020 <https://www.python.org/dev/peps/pep-0373/"
">`_."
#: ../Doc/faq/general.rst:315
msgid "How many people are using Python?"
msgstr "Combien de personnes utilisent Python ?"
#: ../Doc/faq/general.rst:317
msgid ""
"There are probably tens of thousands of users, though it's difficult to "
"obtain an exact count."
msgstr ""
"Il y a probablement des dizaines de milliers d'utilisateurs, cependant c'est "
"difficile d'obtenir un nombre exact."
#: ../Doc/faq/general.rst:320
msgid ""
"Python is available for free download, so there are no sales figures, and "
"it's available from many different sites and packaged with many Linux "
"distributions, so download statistics don't tell the whole story either."
msgstr ""
"Python est disponible en téléchargement gratuit, donc il n'y a pas de "
"chiffres de ventes, il est disponible depuis de nombreux sites différents et "
"il est inclus avec de beaucoup de distributions Linux, donc les statistiques "
"de téléchargement ne donnent pas la totalité non plus."
#: ../Doc/faq/general.rst:324
msgid ""
"The comp.lang.python newsgroup is very active, but not all Python users post "
"to the group or even read it."
msgstr ""
"Le forum *comp.lang.python* est très actif, mais tous les utilisateurs de "
"Python ne laissent pas de messages dessus ou même ne le lisent pas."
#: ../Doc/faq/general.rst:329
msgid "Have any significant projects been done in Python?"
msgstr "Y a-t-il un nombre de projets significatif réalisés en Python ?"
#: ../Doc/faq/general.rst:331
msgid ""
"See https://www.python.org/about/success for a list of projects that use "
"Python. Consulting the proceedings for `past Python conferences <https://www."
"python.org/community/workshops/>`_ will reveal contributions from many "
"different companies and organizations."
msgstr ""
"Voir https://www.python.org/about/success pour avoir une liste des projets "
"qui utilisent Python. En consultant les comptes-rendu des `conférences "
"Python précédentes <https://www.python.org/community/workshops/>`_ il "
"s'avère que les contributions proviennent de nombreux organismes et "
"entreprises divers."
#: ../Doc/faq/general.rst:336
msgid ""
"High-profile Python projects include `the Mailman mailing list manager "
"<http://www.list.org>`_ and `the Zope application server <http://www.zope."
"org>`_. Several Linux distributions, most notably `Red Hat <https://www."
"redhat.com>`_, have written part or all of their installer and system "
"administration software in Python. Companies that use Python internally "
"include Google, Yahoo, and Lucasfilm Ltd."
msgstr ""
"Les projets Python à grande visibilité incluent `Mailman mailing list "
"manager <http://www.list.org>`_ et `l'application serveur Zope <http://www."
"zope.org>`_. Plusieurs distributions Linux, notamment `Red Hat <https://www."
"redhat.com>`_, qui a écrit tout ou partie de son installateur et de son "
"logiciel d'administration système en Python. Les entreprises qui utilisent "
"Python en interne comprennent Google, Yahoo, et Lucasfilm Ltd."
#: ../Doc/faq/general.rst:345
msgid "What new developments are expected for Python in the future?"
msgstr "Quelles sont les nouveautés en développement attendues pour Python ?"
#: ../Doc/faq/general.rst:347
msgid ""
"See https://www.python.org/dev/peps/ for the Python Enhancement Proposals "
"(PEPs). PEPs are design documents describing a suggested new feature for "
"Python, providing a concise technical specification and a rationale. Look "
"for a PEP titled \"Python X.Y Release Schedule\", where X.Y is a version "
"that hasn't been publicly released yet."
msgstr ""
"Regardez les propositions d'amélioration de Python (« *Python Enhancement "
"Proposals* », ou *PEP*) sur https://www.python.org/dev/peps/. Les PEP sont "
"des documents techniques qui décrivent une nouvelle fonctionnalité qui a été "
"suggérée pour Python, en fournissant une spécification technique concise et "
"logique. Recherchez une PEP intitulée \"Python X.Y Release Schedule\", où X."
"Y est la version qui n'a pas encore été publiée."
#: ../Doc/faq/general.rst:353
msgid ""
"New development is discussed on `the python-dev mailing list <https://mail."
"python.org/mailman/listinfo/python-dev/>`_."
msgstr ""
"Le nouveau développement est discuté sur `la liste de diffusion python-dev "
"<https://mail.python.org/mailman/listinfo/python-dev/>`_."
#: ../Doc/faq/general.rst:358
msgid "Is it reasonable to propose incompatible changes to Python?"
msgstr ""
"Est-il raisonnable de proposer des changements incompatibles dans Python ?"
#: ../Doc/faq/general.rst:360
msgid ""
"In general, no. There are already millions of lines of Python code around "
"the world, so any change in the language that invalidates more than a very "
"small fraction of existing programs has to be frowned upon. Even if you can "
"provide a conversion program, there's still the problem of updating all "
"documentation; many books have been written about Python, and we don't want "
"to invalidate them all at a single stroke."
msgstr ""
"En général, non. Il y a déjà des millions de lignes de code de Python tout "
"autour du monde, donc n'importe quel changement dans le langage qui rend "
"invalide ne serait-ce qu'une très petite fraction du code de programmes "
"existants doit être désapprouvé. Même si vous pouvez fournir un programme de "
"conversion, il y a toujours des problèmes de mise à jour dans toutes les "
"documentations, beaucoup de livres ont été écrits au sujet de Python, et "
"nous ne voulons pas les rendre invalides soudainement."
#: ../Doc/faq/general.rst:367
msgid ""
"Providing a gradual upgrade path is necessary if a feature has to be "
"changed. :pep:`5` describes the procedure followed for introducing backward-"
"incompatible changes while minimizing disruption for users."
msgstr ""
"En fournissant un rythme de mise à jour progressif qui est obligatoire si "
"une fonctionnalité doit être changée."
#: ../Doc/faq/general.rst:373
msgid "Is Python a good language for beginning programmers?"
msgstr ""
"Existe-t-il un meilleur langage de programmation pour les programmeurs "
"débutants ?"
#: ../Doc/faq/general.rst:375
msgid "Yes."
msgstr "Oui."
#: ../Doc/faq/general.rst:377
msgid ""
"It is still common to start students with a procedural and statically typed "
"language such as Pascal, C, or a subset of C++ or Java. Students may be "
"better served by learning Python as their first language. Python has a very "
"simple and consistent syntax and a large standard library and, most "
"importantly, using Python in a beginning programming course lets students "
"concentrate on important programming skills such as problem decomposition "
"and data type design. With Python, students can be quickly introduced to "
"basic concepts such as loops and procedures. They can probably even work "
"with user-defined objects in their very first course."
msgstr ""
"Il reste commun pour les étudiants de commencer avec un langage procédural "
"et à typage statique comme le Pascal, le C, ou un sous-ensemble du C++ ou "
"Java. Les étudiants pourraient être mieux servis en apprenant Python comme "
"premier langage. Python a une syntaxe très simple et cohérente ainsi qu'une "
"vaste libraire standard, plus important encore, utiliser Python dans les "
"cours d'initiation à la programmation permet aux étudiants de se concentrer "
"sur les compétences de programmation les cruciales comme les problèmes de "
"découpage et d'architecture. Avec Python, les étudiants peuvent rapidement "
"aborder des concepts fondamentaux comme les boucles et les procédures. Ils "
"peuvent même probablement travailler avec des objets définis dans leurs "
"premiers cours."
#: ../Doc/faq/general.rst:387
msgid ""
"For a student who has never programmed before, using a statically typed "
"language seems unnatural. It presents additional complexity that the "
"student must master and slows the pace of the course. The students are "
"trying to learn to think like a computer, decompose problems, design "
"consistent interfaces, and encapsulate data. While learning to use a "
"statically typed language is important in the long term, it is not "
"necessarily the best topic to address in the students' first programming "
"course."
msgstr ""
"Pour un étudiant qui n'a jamais programmé avant, utiliser un langage à "
"typage statique peut sembler contre-nature. Cela représente une complexité "
"additionnelle que l'étudiant doit maîtriser ce qui ralentit le cours. Les "
"étudiants essaient d'apprendre à penser comme un ordinateur, décomposer les "
"problèmes, établir une architecture propre, et résumer les données. "
"Apprendre à utiliser un langage typé statiquement est important sur le long "
"terme, ce n'est pas nécessairement la meilleure idée pour s'adresser aux "
"étudiants durant leur tout premier cours."
#: ../Doc/faq/general.rst:395
msgid ""
"Many other aspects of Python make it a good first language. Like Java, "
"Python has a large standard library so that students can be assigned "
"programming projects very early in the course that *do* something. "
"Assignments aren't restricted to the standard four-function calculator and "
"check balancing programs. By using the standard library, students can gain "
"the satisfaction of working on realistic applications as they learn the "
"fundamentals of programming. Using the standard library also teaches "
"students about code reuse. Third-party modules such as PyGame are also "
"helpful in extending the students' reach."
msgstr ""
"De nombreux autres aspects de Python en font un bon premier langage. Comme "
"Java, Python a une large bibliothèque standard donc les étudiants peuvent "
"être assigner à la programmation de projets très tôt dans leur apprentissage "
"qui *fait* quelque chose. Les missions ne sont pas restreintes aux quatre "
"fonction standards. En utilisant la bibliothèque standard, les étudiants "
"peuvent ressentir de la satisfaction en travaillant sur des applications "
"réalistes alors qu'ils apprennent les fondamentaux de la programmation. "
"Utiliser la bibliothèque standard apprend aussi aux étudiants la "
"réutilisation de code. Les modules tiers tels que PyGame sont aussi très "
"utiles pour étendre les compétences des étudiants."
#: ../Doc/faq/general.rst:404
msgid ""
"Python's interactive interpreter enables students to test language features "
"while they're programming. They can keep a window with the interpreter "
"running while they enter their program's source in another window. If they "
"can't remember the methods for a list, they can do something like this::"
msgstr ""
"L'interpréteur interactif de Python permet aux étudiants de tester les "
"fonctionnalités du langage pendant qu'ils programment. Ils peuvent garder "
"une fenêtre avec l'interpréteur en fonctionnement pendant qu'ils rentrent la "
"source de leur programme dans une autre fenêtre. S'ils ne peuvent pas se "
"souvenir des méthodes pour une liste, ils peuvent faire quelque chose comme "
"ça ::"
#: ../Doc/faq/general.rst:433
msgid ""
"With the interpreter, documentation is never far from the student as they "
"are programming."
msgstr ""
"Avec l'interpréteur, la documentation n'est jamais loin des étudiants quand "
"ils travaillent."
#: ../Doc/faq/general.rst:436
msgid ""
"There are also good IDEs for Python. IDLE is a cross-platform IDE for "
"Python that is written in Python using Tkinter. PythonWin is a Windows-"
"specific IDE. Emacs users will be happy to know that there is a very good "
"Python mode for Emacs. All of these programming environments provide syntax "
"highlighting, auto-indenting, and access to the interactive interpreter "
"while coding. Consult `the Python wiki <https://wiki.python.org/moin/"
"PythonEditors>`_ for a full list of Python editing environments."
msgstr ""
"Il y a aussi de bons environnements de développement intégrés (EDIs) pour "
"Python. IDLE est un EDI multiplateforme pour Python qui est écrit en Python "
"en utilisant Tkinter. *PythonWin* est un IDE spécifique à Windows. Les "
"utilisateurs d'Emcs seront heureux d'apprendre qu'il y a un très bon mode "
"Python pour Emacs. Tous ces environnements de développement intégrés "
"fournissent la coloration syntaxique, l'auto-indentation, et l'accès à "
"l'interpréteur interactif durant le codage. Consultez `le wiki Python "
"<https://wiki.python.org/moin/PythonEditors>`_ pour une liste complète des "
"environnements de développement intégrés."
#: ../Doc/faq/general.rst:444
msgid ""
"If you want to discuss Python's use in education, you may be interested in "
"joining `the edu-sig mailing list <https://www.python.org/community/sigs/"
"current/edu-sig>`_."
msgstr ""
"Si vous voulez discuter de l'usage de Python dans l'éducation, vous devriez "
"intéressé pour rejoindre `la liste de diffusion pour l'enseignement <https://"
"www.python.org/community/sigs/current/edu-sig>`_."