在Python中使用help帮助

>>> import numpy
>>> help(numpy.argsort)
Help on function argsort in module numpy.core.fromnumeric:

argsort(a, axis=-1, kind='quicksort', order=None)
    Returns the indices that would sort an array.
    
    Perform an indirect sort along the given axis using the algorithm specified
    by the `kind` keyword. It returns an array of indices of the same shape as
    `a` that index data along the given axis in sorted order.

最新文章

  1. C++ 定义全局数组
  2. 我的Time
  3. hdu 2064
  4. Yii连接多个数据库的方法
  5. Linux_系统信息
  6. nodejs mongodb
  7. 代理服务器squid
  8. JqueryUI 为什么TypeError: $(...).slides is not a function
  9. IE8,9下的ajax缓存问题
  10. Java虚拟机垃圾回收机制
  11. 前端MVC Vue2学习总结(六)——axios与跨域HTTP请求、Lodash工具库
  12. 软件工程实践助教每周小结 < 福州大学 | 傅明建 >
  13. redisi应用--布隆过滤器
  14. Unity Mathf/Math数学运算函数说明全集(Chinar总结)
  15. Java用四种方法实现阶乘n! (factorial)
  16. linux的python版本升级
  17. spark读取文本数据测试
  18. [八省联考2018]林克卡特树lct——WQS二分
  19. 第5月第13天 node cnpm安装 babel
  20. Docker 仓库管理

热门文章

  1. 基于testcontainers的现代化集成测试进阶之路
  2. [原创]内网SSH密码爆破工具sshcrack(配合Cscan批量弱口令检测)
  3. docker镜像创建
  4. JSONPath中的表达式
  5. JS 时间格式为/Date(1332919782070)/ 转化为正常的格式
  6. 牛客假日团队赛2 C.修围栏
  7. Sonya and Matrix Beauty Codeforces - 1080E
  8. 转 SecureCRT 遇到一个致命的错误且必须关闭——解决
  9. winform 程序隐藏窗口运行
  10. 六,IO系统