Showing results 2671-2680 of >2,758 (page 268)
https://theautomatic.net/2021/04/14/python-collections-tutorial/

This post is a tutorial on the Python collections library. Collections provides many useful features, like Counter, defaultdict, and deque

https://twisted.org/pipermail/twisted-python/2010-June/054803.html

[Twisted-Python] Integrating Twisted with ZeroMQ Itamar Turner-Trauring itamar at itamarst.org Sun Jun 6 21:17:49 MDT 2010 Previous message (by thread): [Twisted-Python] Integrating Twisted with ZeroMQ Next message (by thread): [Twisted-Python] Integrating Twisted with ZeroMQ Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Sun, 2010-06-06 at 21:59 +0200, Laurens Van Houtven wrote: > pyzmq offers something called select, which works just like select > except it works on both file descriptor

https://pythonprogramming.net/cryptocurrency-recurrent-neural-network-deep-learning-python-tensorflow-keras/?completed=%2Frecurrent-neural-network-deep-learning-python-tensorflow-keras%2F

Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free

https://dzone.com/articles/python-firewall-llm-pipelines

promptsanitizer is a Python firewall that cleans prompts, inputs, and outputs before risky text reaches or leaves an LLM

http://ivory.idyll.org/blog/category/python.html

Living in an Ivory Basement Stochastic thoughts on science, testing, and programming. Transition your Python project to use pyproject.toml and setup.cfg! (An example.) Published: Tue 02 February 2021 By Titus Brown In python . tags: screed Thanks to Luiz Irber for all the pre-work on sourmash, as well as the code reviews on screed; and Brett Cannon for a review of an earlier version of this blog post! The future of Python packaging is pyproject.toml, and (for now) setup.cfg, based on PEP 518 and (soon) PEP

https://zh-blog.logan.tw/2019/01/27/python-a-pitfall-of-defaultdict/

Python: defaultdict 的陷阱 Sun 27 January 2019 Tags python Posted by Logan 最近壓力比較大,讓我出賣一下我的同事。 我的同事 L 最近要用 Python 寫一個函式 lookup()。它會拿三個參數: d:一個 str 到 set 的 dict x:當作 d 的鍵值的字串 y:字串或是 None 它的功能是: 如果 d 沒有 x,則 lookup() 應回傳 False。 如果 d 有 x 且 y 是 None,則 lookup() 應回傳 True。 如果 d 有 x 且 y 不是 None,則 lookup() 應回傳 y

https://whatibroke.com/category/web-development/python/

Posts about Python written by Chris Owens

https://mail.python.org/pipermail/python-ideas/2014-March/026745.html

[Python-ideas] Please reconsider the Boolean evaluation of midnight Ethan Furman ethan at stoneleaf.us Fri Mar 7 04:50:35 CET 2014 Previous message: [Python-ideas] Please reconsider the Boolean evaluation of midnight Next message: [Python-ideas] Please reconsider the Boolean evaluation of midnight Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 03/05/2014 07:00 PM, Steven D'Aprano wrote: > On Wed, Mar 05, 2014 at 09:23:37PM -0500, Donald Stufft wrote: > >> It’s hard to do any sort of

https://docs.posit.co/rsconnect-python/commands/set-default/

Skip to content rsconnect-python set-default rsconnect-python CLI reference rsconnect rsconnect rsconnect server set-default # Mark an already-saved server as the default. The default is used when neither -n/--name nor -s/--server is given to other commands. This only updates local metadata; the server is not contacted. Prefer -n/--name; -s/--server must match the stored URL exactly. Usage: rsconnect server set-default [OPTIONS] Options: -n, --name TEXT The nickname of the server to set as the default. -s

https://pythonspeed.com/articles/live-debugging-python/

Your Python process is acting strange—learn how to get a live Python interpreter prompt inside your running process for debugging

‹ Prev Next ›