python:progavancee

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:progavancee [2022/11/11 09:53] – [Sommaire] philpython:progavancee [2022/12/30 19:46] (Version actuelle) – [Sommaire] phil
Ligne 5: Ligne 5:
 ===== Python - Programmation avancée  ===== ===== Python - Programmation avancée  =====
  
-[Mise à jour le : 11/11/2022]+[Mise à jour le : 30/12/2022]
  
 +  * <html><a href="https://realpython.com/python311-new-features/" target="_blank">Python 3.11: Cool New Features for You to Try</a></html>
 ===Sommaire=== ===Sommaire===
   - AI   - AI
 +    - <html><a href="https://realpython.com/python-ai-neural-network/" target="_blank">Python AI: How to Build a Neural Network & Make Predictions</a></html>
     - <html><a href="https://betterprogramming.pub/building-an-alexa-or-siri-equivalent-bot-in-python-ea07ed001445" target="_blank">Build an Alexa- or Siri-Equivalent Bot in Python Using OpenAI</a></html>     - <html><a href="https://betterprogramming.pub/building-an-alexa-or-siri-equivalent-bot-in-python-ea07ed001445" target="_blank">Build an Alexa- or Siri-Equivalent Bot in Python Using OpenAI</a></html>
   - Algorithmes, maths et science des données   - Algorithmes, maths et science des données
Ligne 44: Ligne 46:
     - <html><a href="https://betterprogramming.pub/should-you-be-using-pythons-walrus-operator-yes-and-here-s-why-36297be16907" target="_blank">Should You Be Using Python’s Walrus Operator?</a></html>     - <html><a href="https://betterprogramming.pub/should-you-be-using-pythons-walrus-operator-yes-and-here-s-why-36297be16907" target="_blank">Should You Be Using Python’s Walrus Operator?</a></html>
   - CLI Python   - CLI Python
 +    - <html><a href="v" target="_blank">Build Command Line Interface with Python's argparsz</a></html>
     - <html><a href="https://realpython.com/python-command-line-arguments/" target="_blank">Python Command Line Arguments</a></html>     - <html><a href="https://realpython.com/python-command-line-arguments/" target="_blank">Python Command Line Arguments</a></html>
   - CPython   - CPython
Ligne 59: Ligne 62:
   - Exécution de code   - Exécution de code
         - <html><a href="https://realpython.com/python-exec/" target="_blank">Python's exec(): Execute Dynamically Generated Code</a></html>         - <html><a href="https://realpython.com/python-exec/" target="_blank">Python's exec(): Execute Dynamically Generated Code</a></html>
-  - Filtrage 
-    -  <html><a href="https://realpython.com/python-filter-function/" target="_blank">Python's filter(): Extract Values From Iterables</a></html> 
- 
   - Fonctionnel   - Fonctionnel
     - <html><a href="https://realpython.com/python-filter-function/" target="_blank">Python's filter(): Extract Values From Iterables</a></html>     - <html><a href="https://realpython.com/python-filter-function/" target="_blank">Python's filter(): Extract Values From Iterables</a></html>
Ligne 95: Ligne 95:
     - <html><a href="https://realpython.com/what-is-pip/" target="_blank">Using Python's pip to Manage Your Projects' Dependencies</a></html>     - <html><a href="https://realpython.com/what-is-pip/" target="_blank">Using Python's pip to Manage Your Projects' Dependencies</a></html>
   - Multitâche   - Multitâche
-    - <html><a href="https://realpython.com/learning-paths/python-concurrency-parallel-programming/" target="_blank">Python Concurrency & Parallel Programming</a></html>  
     - <html><a href="https://realpython.com/intro-to-python-threading/" target=_blank">An intro to threading in Python</a></html>     - <html><a href="https://realpython.com/intro-to-python-threading/" target=_blank">An intro to threading in Python</a></html>
 +    - <html><a href="https://superfastpython.com/multiprocessing-race-condition-python/" target="_blank">Multiprocessing Race Conditions in Python</a></html> 
 +    - <html><a href="https://realpython.com/learning-paths/python-concurrency-parallel-programming/" target="_blank">Python Concurrency & Parallel Programming</a></html> 
     - <html><a href="https://superfastpython.com/threading-in-python/" target=_blank">Threading in Python: The Complete Guide</a></html>      - <html><a href="https://superfastpython.com/threading-in-python/" target=_blank">Threading in Python: The Complete Guide</a></html> 
     - <html><a href="https://realpython.com/python-concurrency/" target="_blank">Speed Up Your Python Program With Concurrency</a></html>     - <html><a href="https://realpython.com/python-concurrency/" target="_blank">Speed Up Your Python Program With Concurrency</a></html>
Ligne 102: Ligne 103:
     - <html><a href="https://superfastpython.com/processpoolexecutor-map-vs-submit/" target="_blank">map() vs submit() With The ProcessPoolExecutor in Python</a></html>     - <html><a href="https://superfastpython.com/processpoolexecutor-map-vs-submit/" target="_blank">map() vs submit() With The ProcessPoolExecutor in Python</a></html>
     - <html><a href="https://realpython.com/quizzes/python-threading/" target="_blank">Python Threading Quiz</a></html>     - <html><a href="https://realpython.com/quizzes/python-threading/" target="_blank">Python Threading Quiz</a></html>
 +    - <html><a href="https://superfastpython.com/python-asyncio/" target="_blank">Python Asyncio: The Complete Guide</a></html>
   - pdf   - pdf
      - <html><a href="https://github.com/pikepdf/pikepdf" target="_blank">pikepdf : a Python library for reading and writing PDF files</a></html>      - <html><a href="https://github.com/pikepdf/pikepdf" target="_blank">pikepdf : a Python library for reading and writing PDF files</a></html>
Ligne 111: Ligne 113:
     - <html><a href="https://blog.symops.com/2022/09/07/evolution-access-control-python/" target="_blank">Evolution of Access Control Explained Through Python</a></html>     - <html><a href="https://blog.symops.com/2022/09/07/evolution-access-control-python/" target="_blank">Evolution of Access Control Explained Through Python</a></html>
     - <html><a href="https://towardsdatascience.com/secure-password-handling-in-python-6b9f5747eca5" target="_blank">Secure Password Handling in Python</a></html>     - <html><a href="https://towardsdatascience.com/secure-password-handling-in-python-6b9f5747eca5" target="_blank">Secure Password Handling in Python</a></html>
-  - Serveur 
-    - <html><a href="https://realpython.com/python-sockets/" target="_blank">Socket Programming in Python (Guide)</a></html> 
   - Structures de données   - Structures de données
 +    - Opérateurs
 +      - <html><a href="https://realpython.com/python-in-operator/" target="_blank">Python's "in" and "not in" Operators: Check for Membership</a></html>
     - Enumération     - Enumération
       - <html><a href="https://realpython.com/python-enum/" target="_blank">Build Enumerations of Constants With Python's Enum</a></html>       - <html><a href="https://realpython.com/python-enum/" target="_blank">Build Enumerations of Constants With Python's Enum</a></html>
Ligne 124: Ligne 126:
       - <html><a href="https://realpython.com/python-reverse-list/" target="_blank">Reverse Python Lists: Beyond .reverse() and reversed()</a></html>        - <html><a href="https://realpython.com/python-reverse-list/" target="_blank">Reverse Python Lists: Beyond .reverse() and reversed()</a></html> 
       - <html><a href="https://realpython.com/python-hash-table/" target="_blank">Build a Hash Table in Python With TDD</a></html>       - <html><a href="https://realpython.com/python-hash-table/" target="_blank">Build a Hash Table in Python With TDD</a></html>
 +    - Dictionnaires
 +      - <html><a href="https://realpython.com/python-chainmap/" target="_blank">Python's ChainMap: Manage Multiple Contexts Effectively</a></html>
   - Tests   - Tests
 +    - <html><a href="https://realpython.com/python-doctest/" target="_blank">Python's doctest: Document and Test Your Code at Once</a></html>
     - <html><a href="https://realpython.com/learning-paths/test-your-python-apps/" target="_blank">Test Your Python Apps</a></html>     - <html><a href="https://realpython.com/learning-paths/test-your-python-apps/" target="_blank">Test Your Python Apps</a></html>
     - <html><a href="https://realpython.com/pytest-python-testing/" target="_blank">Effective Python Testing With Pytest</a></html>     - <html><a href="https://realpython.com/pytest-python-testing/" target="_blank">Effective Python Testing With Pytest</a></html>
Ligne 131: Ligne 136:
     -  <html><a href="https://pythonspeed.com/articles/measuring-python-performance/" target="_blank">Invasive procedures: Python affordances for performance measurement</a></html>     -  <html><a href="https://pythonspeed.com/articles/measuring-python-performance/" target="_blank">Invasive procedures: Python affordances for performance measurement</a></html>
   - Web   - Web
 +    - <html><a href="https://realpython.com/tutorials/web-dev/" target="_blank">Python Web Development Tutorials</a></html>
     - <html><a href="https://realpython.com/html-css-python/" target="_blank">HTML and CSS for Python Developers</a></html>     - <html><a href="https://realpython.com/html-css-python/" target="_blank">HTML and CSS for Python Developers</a></html>
     - <html><a href="https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/" target="_blank">Model-View-Controller (MVC) Explained – With Legos</a></html>     - <html><a href="https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/" target="_blank">Model-View-Controller (MVC) Explained – With Legos</a></html>
Ligne 144: Ligne 150:
       - <html><a href="https://realpython.com/tutorials/docker/" target="_blank">Python Docker Tutorials</a></html>       - <html><a href="https://realpython.com/tutorials/docker/" target="_blank">Python Docker Tutorials</a></html>
     - Flask     - Flask
 +      - <html><a href="https://realpython.com/learning-paths/flask-by-example/" target="_blank">Flask by Example</a></html>
       - <html><a href="https://realpython.com/tutorials/flask/" target="_blank">Flask Tutorials</a></html>       - <html><a href="https://realpython.com/tutorials/flask/" target="_blank">Flask Tutorials</a></html>
       - <html><a href="https://testdriven.io/blog/accepting-payments-with-stripe-vuejs-and-flask/" target="_blank">Accepting Payments with Stripe, Vue.js, and Flask</a></html>       - <html><a href="https://testdriven.io/blog/accepting-payments-with-stripe-vuejs-and-flask/" target="_blank">Accepting Payments with Stripe, Vue.js, and Flask</a></html>
Ligne 158: Ligne 165:
       - <html><a href="https://towardsdatascience.com/pyscript-unleash-the-power-of-python-in-your-browser-6e0123c6dc3f" target="_blank">PyScript — unleash the power of Python in your browser</a></html>       - <html><a href="https://towardsdatascience.com/pyscript-unleash-the-power-of-python-in-your-browser-6e0123c6dc3f" target="_blank">PyScript — unleash the power of Python in your browser</a></html>
     - REST     - REST
 +      - <html><a href="https://realpython.com/urllib-request/" target="_blank">Python's urllib.request for HTTP Requests</a></html>
       - <html><a href="https://realpython.com/api-integration-in-python/" target="_blank">Python and REST APIs: Interacting With Web Services</a></html>       - <html><a href="https://realpython.com/api-integration-in-python/" target="_blank">Python and REST APIs: Interacting With Web Services</a></html>
 +    - Scraping
 +      -  <html><a href="https://realpython.com/python-web-scraping-practical-introduction/" target="_blank">A Practical Introduction to Web Scraping in Python</a></html>
 +      - <html><strong><a href="https://realpython.com/tutorials/web-scraping/" target="_blank">Web Scraping Tutorials</a></strong></html>
     - Socket     - Socket
       - <html><a href="https://realpython.com/python-sockets/" target="_blank">Socket Programming in Python (Guide)</a></html>       - <html><a href="https://realpython.com/python-sockets/" target="_blank">Socket Programming in Python (Guide)</a></html>
     - Twitter     - Twitter
       - <html><a href="https://realpython.com/twitter-bot-python-tweepy/" target="_blank">How to Make a Twitter Bot in Python With Tweepy</a></html>       - <html><a href="https://realpython.com/twitter-bot-python-tweepy/" target="_blank">How to Make a Twitter Bot in Python With Tweepy</a></html>
-      - <html><strong><a href="https://realpython.com/tutorials/web-scraping/" target="_blank">Web Scraping Tutorials</a></strong></html> 
   - XML   - XML
     - <html><a href="https://realpython.com/python-xml-parser/" target="_blank">A Roadmap to XML Parsers in Python</a></html>     - <html><a href="https://realpython.com/python-xml-parser/" target="_blank">A Roadmap to XML Parsers in Python</a></html>
  • python/progavancee.1668156829.txt.gz
  • Dernière modification : 2022/11/11 09:53
  • de phil