User Tools

Site Tools


other:python:misc_by_jyp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
other:python:misc_by_jyp [2021/10/27 14:05]
jypeter Added sets
other:python:misc_by_jyp [2022/02/21 12:47]
jypeter [Sorting] Added link to numpy routines
Line 206: Line 206:
 ==== Sorting ==== ==== Sorting ====
  
 +  * When dealing with **numerical values**, you should use the [[https://​numpy.org/​doc/​stable/​reference/​routines.sort.html|numpy sorting, searching, and counting routines]]!
   * [[https://​docs.python.org/​3/​howto/​sorting.html|Sorting HOW TO]]   * [[https://​docs.python.org/​3/​howto/​sorting.html|Sorting HOW TO]]
   * Example: sorting the keys and the values of a dictionary, and then using the ''​key''​ parameter to sort the keys of a dictionary according to the value associated with the key   * Example: sorting the keys and the values of a dictionary, and then using the ''​key''​ parameter to sort the keys of a dictionary according to the value associated with the key
other/python/misc_by_jyp.txt · Last modified: 2024/04/19 12:02 by jypeter