python:bases:chaines

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
python:bases:chaines [2024/08/18 07:40] – [4. Longueur d'une chaîne, parcours et sélection (slice)] philpython:bases:chaines [2024/08/18 08:59] (Version actuelle) – [Pour aller plus loin] phil
Ligne 5: Ligne 5:
 ===== Python - Chaînes de caractères ===== ===== Python - Chaînes de caractères =====
  
-[Mise à jour le : 10/10/2022]+[Mise à jour le : 18/8/2024]
  
   * **Sources**    * **Sources** 
     * **Documentation** sur Python.org : <html><a href="https://docs.python.org/fr/3.6/reference/index.html" target="_blank">référence du langage</a>, <a href="https://docs.python.org/fr/3.7/library/string.html#" target="_blank">opérations usuelles sur les chaînes</a>, <a href="https://docs.python.org/fr/3.5/library/functions.html" target="_blank">fonctions natives</a></html> (built-in)     * **Documentation** sur Python.org : <html><a href="https://docs.python.org/fr/3.6/reference/index.html" target="_blank">référence du langage</a>, <a href="https://docs.python.org/fr/3.7/library/string.html#" target="_blank">opérations usuelles sur les chaînes</a>, <a href="https://docs.python.org/fr/3.5/library/functions.html" target="_blank">fonctions natives</a></html> (built-in)
  
-  * **Lectures connexes** 
-    * **Real Python** 
-      * <html><a href="https://realpython.com/python-data-types/" target="_blank">Basic Data Types in Python</a></html> 
-      * <html><a href="https://realpython.com/python-strings/" target="_blank">Strings and Character Data in Python</a></html> 
-      * <html><a href="https://realpython.com/python-string-formatting/" target="_blank">Python String Formatting Best Practices</a></html> 
-      * <html><a href="https://realpython.com/convert-python-string-to-int/" target="_blank">How to Convert a Python String to int</a></html> 
-      * <html><a href="https://realpython.com/python-sort/" target="_blank">How to Use sorted() and sort() in Python</a></html> 
-  
   * ** Mots-clés** : collection, séquence, indexation, insertion, concaténation, formatage, accès, parcours, sélection.   * ** Mots-clés** : collection, séquence, indexation, insertion, concaténation, formatage, accès, parcours, sélection.
  
Ligne 281: Ligne 273:
 ==== Pour aller plus loin ==== ==== Pour aller plus loin ====
   * <html><a href="https://realpython.com/python-formatted-output/" target="_blank">A Guide to the Newer Python String Format Techniques</a></html>   * <html><a href="https://realpython.com/python-formatted-output/" target="_blank">A Guide to the Newer Python String Format Techniques</a></html>
-  * <html><a href="https://realpython.com/convert-python-string-to-int/" target="_blank">How to Convert a Python String to int</a></html> 
-  *  <html><a href="https://realpython.com/regex-python/" target="_blank">Regular Expressions: Regexes in Python (Part 1)</a></html> <html><a href="https://realpython.com/regex-python-part-2/" target="_blank">(Part 2)</a></html> 
-  * Les expressions régulières dans la <html><a href="https://docs.python.org/3/library/re.html#regular-expression-syntax" target="_blank">documentation Python</a></html> - Outil <html><a href="https://pythex.org/" target="_blank">pythex</a></html> 
-  * <html><a href="https://realpython.com/python-string-split-concatenate-join/" target="_blank">Splitting, Concatenating, and Joining Strings in Python</a></html> 
   * <html><a href="https://bas.codes/posts/python-slicing" target="_blank">A Comprehensive Guide to Slicing in Python</a></html>   * <html><a href="https://bas.codes/posts/python-slicing" target="_blank">A Comprehensive Guide to Slicing in Python</a></html>
 +  * <html><a href="https://realpython.com/python-data-types/" target="_blank">Basic Data Types in Python</a></html>
 +  * <html><a href="https://realpython.com/inherit-python-str/" target="_blank">Custom Python Strings: Inheriting From str vs UserString</a></html>
 +  * <html><a href="https://realpython.com/convert-python-string-to-int/" target="_blank">How to Convert a Python String to int</a></html>
 +  * <html><a href="https://realpython.com/python-sort/" target="_blank">How to Use sorted() and sort() in Python</a></html>
   * <html><a href="https://realpython.com/replace-string-python/" target="_blank">How to Replace a String in Python</a></html>   * <html><a href="https://realpython.com/replace-string-python/" target="_blank">How to Replace a String in Python</a></html>
   * <html><a href="https://realpython.com/python-string-contains-substring/" target="_blank">How to Check if a Python String Contains a Substring</a></html>   * <html><a href="https://realpython.com/python-string-contains-substring/" target="_blank">How to Check if a Python String Contains a Substring</a></html>
-  * <html><a href="https://realpython.com/inherit-python-str/" target="_blank">Custom Python Strings: Inheriting From str vs UserString</a></html>+  * <html><a href="https://realpython.com/python-string-formatting/" target="_blank">Python String Formatting Best Practices</a></html> 
 +  * <html><a href="https://realpython.com/python-string-split-concatenate-join/" target="_blank">Splitting, Concatenating, and Joining Strings in Python</a></html> 
 +  *  <html><a href="https://realpython.com/regex-python/" target="_blank">Regular Expressions: Regexes in Python (Part 1)</a></html> <html><a href="https://realpython.com/regex-python-part-2/" target="_blank">(Part 2)</a></html> 
 +  * Les expressions régulières dans la <html><a href="https://docs.python.org/3/library/re.html#regular-expression-syntax" target="_blank">documentation Python</a></html> - Outil <html><a href="https://pythex.org/" target="_blank">pythex</a></html> 
 +  * <html><a href="https://realpython.com/python-strings/" target="_blank">Strings and Character Data in Python</a></html>
  • python/bases/chaines.1723959641.txt.gz
  • Dernière modification : 2024/08/18 07:40
  • de phil