Showing results 4311-4320 of >4,397 (page 432)
https://github.com/nkmk/python-snippets/blob/9a69c6d71e3eaef9fac80e950e3be0892ee9a77d/notebook/pandas_get_set_data.py

Contribute to nkmk/python-snippets development by creating an account on GitHub

https://mail.python.org/pipermail/python-dev/2018-June/153808.html

[Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression Ivan Pozdeev vano at mail.mipt.ru Mon Jun 4 15:37:24 EDT 2018 Previous message (by thread): [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression Next message (by thread): [Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] No, replying only to you wasn't intended. https://docs.travis-ci.com/u

https://git.nomics.world/dbnomics/dbnomics-python-client/-/commit/eede8d5d648046b89eea47fee12131774de1b766

Access DBnomics time series from Python https://pypi.org/project/DBnomics

http://jakevdp.github.io/blog/2014/05/09/why-python-is-slow/

Pythonic Perambulations Why Python is Slow: Looking Under the Hood Fri 09 May 2014 We've all heard it before: Python is slow. When I teach courses on Python for scientific computing, I make this point very early in the course, and tell the students why: it boils down to Python being a dynamically typed, interpreted language, where values are stored not in dense buffers but in scattered objects. And then I talk about how to get around this by using NumPy, SciPy, and related tools for vectorization of operati

https://twisted.org/documents/21.2.0/api/twisted.python.log.FileLogObserver.html

# twisted . python . log . FileLogObserver class twisted.python.log.FileLogObserver( _GlobalStartStopObserver ): (source) Log observer that writes to a file-like object. Instance Variable timeFormat If not None , the format string passed to strftime(). Method __init__ Undocumented Instance Variable write Undocumented Instance Variable flush Undocumented Method getTimezoneOffset Return the current local timezone offset from UTC. Method formatTime Format the given UTC value as a string representing th

https://pythonbook.cc/chapters/cpython/what-happened-when-importing-module

Python 的模組匯入機制其實比我們平常看到的複雜許多。當我們使用 import 指令時,Python 會先從 sys.modules 查找已經匯入過的模組,如果沒找到,則透過內建的 importlib 模組來加載模組。import 和 from ... import ... 這兩種寫法在底層執行時略有不同,前者會直接匯入整個模組

https://shocksolution.com/2008/08/16/redirecting-text-output-from-python-functions/

A description and example code for redirecting the text output of Python functions from standard out to a custom destination

https://circuit-tree.com/stm32-micro-python-1-1-board-design/

Step-by-step board design guide to recreate a Micro python board

https://randomfoo.net/2008/04/20/sorting-lists-of-lists-in-python

No language is perfect, and Python is no exception. In Python 2.4, for example, sorting a list of lists sorted by a value in the nested list (more common than you'd think), requires a bit of work and a library: import operator max = sorted(list_of_lists, reverse=True, key=operator.itemgetter(1

https://www.lanqiao.cn/courses/370

蓝桥云课是国内领先的IT在线编程及在线实训学习平台,专业导师提供精选的实践项目,创新的技术使得学习者无需配置繁琐的本地环境,随时在线流畅使用。以就业为导向, 提供编程、运维、测试、云计算、大数据、数据库等全面的IT技术动手实践环境, 提供Linux、Python、Java、C语言、Node.js、Hadoop、PHP、Docker、Git、 R、SQL、MongoDB、Redis、Swift、Spark等千门热门课程

‹ Prev Next ›