🇮🇷 Iran Proxy | https://www.wikipedia.org/wiki/Talk:Python_(programming_language)/Archive_12
Jump to content

Talk:Python (programming language)/Archive 12

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Archive 5Archive 10Archive 11Archive 12

Plan for Future Edits

  1. Adding more examples showcasing different paradigms

We could provide Python examples of list comprehensions, lambda functions, map, filter, reduce in a functional programming context.

  1. Show graph or data of Python popularity in relation to other languages
  2. Show examples of using performance optimization tools with Python like Numba, Cython, and PyPy
  3. Running experimental support for running in a free-threaded mode

MadHanSolo (talk) 18:23, 26 March 2025 (UTC)

Hi @MadHanSolo:. Please feel free to add if you think that makes sense. However, keep in mind that Wikipedia is not a Howto or a set or tutorials so if the code examples become too large, they are likely to get deleted. --McSly (talk) 18:34, 26 March 2025 (UTC)
Hi @MadHanSolo, I can work towards adding in a brief section of performance optimization taking into account the advice from @McSly about examples. I was briefly going to cover Just-In-Time Compilation, Static Compilation, Concurrency and Parallelism, and Efficient Data Structures. Chbeast (talk) 20:15, 29 March 2025 (UTC)