Talk:Python (programming language)/Archive 12
Appearance
| This is an archive of past discussions about Python (programming language). Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
| Archive 5 | ← | Archive 10 | Archive 11 | Archive 12 |
Plan for Future Edits
- Adding more examples showcasing different paradigms
We could provide Python examples of list comprehensions, lambda functions, map, filter, reduce in a functional programming context.
- Show graph or data of Python popularity in relation to other languages
- Show examples of using performance optimization tools with Python like Numba, Cython, and PyPy
- 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)