Showing results 4301-4310 of >4,389 (page 431)
https://sbarnea.com/python/release-notes/

An attempt to compare various ways of dealing with release notes and changelogs for python projects

https://www.copahost.com/blog/python-switch-case/

Learn how to use Python switch case to process different conditions more efficiently when building conditional decisions in your code

https://builtin.com/software-engineering-perspectives/python-pathlib

The Python Pathlib module offers better performance over the OS module when it comes to handling files. Here’s why

https://twisted.org/pipermail/twisted-python/2014-November/061445.html

[Twisted-Python] How do I debug this network problem? Peter Westlake peter.westlake at pobox.com Fri Nov 21 07:13:59 MST 2014 Previous message (by thread): [Twisted-Python] How do I debug this network problem? Next message (by thread): [Twisted-Python] How do I debug this network problem? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Fri, 21 Nov 2014, at 14:08, Peter Westlake wrote: > Found it! > > from twisted.internet.protocol import ClientFactory, Protocol, > ProcessProtocol from twis

https://picovoice.ai/blog/restaurant-voice-assistant-python/

Create an on-device restaurant voice agent with Python for hands-free customer ordering, menu inquiries, and order management without cloud dependency

https://recsyslab.github.io/recsys-python/ja/chap08.html

View on GitHub # 第8章 評価値行列の次元削減 | recsys-python Home # 第8章 評価値行列の次元削減 ## 準備 次のコードを書きなさい。 import numpy as np import numpy.linalg as LA np.set_printoptions(precision=3) # 縮約後の次元数 DIM = 2 R = np.array([ [np.nan, 4, 3, 1, 2, np.nan], [5, 5, 4, np.nan, 3, 3 ], [4, np.nan, 5, 3, 2, np.nan], [np.nan, 3, np.nan, 2, 1, 1 ], [2, 1, 2, 4, np.nan, 3 ], ]) U = np.arange(R.shape[0]) I = np.arange(R.shape[1]) Ui = [U[~np.isnan(R)[:,i

https://www.linuxtut.com/en/d8ff4c1aaf5cbe8afc2a/

Python, beginner, math drill

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

‹ Prev Next ›