Showing results 5201-5210 of >5,288 (page 521)
https://mail.python.org/pipermail/python-committers/2018-September/006099.html

# [python-committers] Fw: CoC violation (was: Retire or reword the "Beautiful is better than ugly" Zen clause) Ethan Furman ethan at stoneleaf.us Thu Sep 20 20:25:20 EDT 2018 - Previous message (by thread): [python-committers] Fw: CoC violation (was: Retire or reword the "Beautiful is better than ugly" Zen clause) - Next message (by thread): [python-committers] Fw: CoC violation (was: Retire or reword the "Beautiful is better than ugly" Zen clause) - Messages sorted by: - [ date ] - [ thread ] - [ subjec

https://reason.town/python-keras-tensorflow-tutorial/

This Python Keras TensorFlow tutorial is designed to take you on a journey through the various types of deep learning models available today

https://offlinemark.com/task-queues-redis-python-celery-rq/

offlinemark Life, art, and systems programming Menu Skip to content Task queues, Redis, Python, Celery, RQ 1 Reply February 27, 2023: _Lab Notes 🧪 , Web Dev There are many instances where your application has some expensive work to do, that would be not good to execute in the hot path. (e.g. responding to an HTTP request) The typical solution is to enqueue a task in a queue and have a worker process it “offline” In Python, Celery is a popular library for this. It uses backends for the actual queue

https://quant.engineering/latency-profiling-in-python.html

Understanding where time disappears in Python systems requires measuring both CPU and I/O behavior. Profilers, metrics pipelines, and continuous observability tools expose the performance patterns hidden inside production workloads

https://tante.cc/2008/05/09/things-that-some-people-forget-about-python-dictionaries/

Skip to content Smashing Frames Subscribe Log in Things that some people forget about Python dictionaries May 9, 2008 — by in english Lists and listy things like tuples and dictionaries are the work horses of Python . You use them to store collections of data and usually when you look at some Python library that you use, they either rely on the built-in listy types, too, or at least implement the interface so the custom data structures work as they are supposed to. Dictionaries are of course especially

https://twisted.org/pipermail/twisted-python/2004-December/041738.html

[Twisted-Python] Page.renderString returns Deferred at <addr> current result: 'blah' William Waites ww at groovy.net Fri Dec 24 14:05:07 MST 2004 Previous message (by thread): [Twisted-Python] Page.renderString returns Deferred at <addr> current result: 'blah' Next message (by thread): [Twisted-Python] nuvow webform example? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Fri, Dec 24, 2004 at 12:10:16PM -0800, Alan Ezust wrote: > I'm playing around with Twisted for my first time, and I not

https://spin.atomicobject.com/applescript-python-gui-automations/

A recent scripting spike aimed at automating a workflow led me down a deeper rabbit hole: AppleScript/AppleEvents and Python GUI automations

https://gonzalo123.com/2018/12/17/playing-with-microservices-docker-python-an-nameko/

Playing with microservices, Docker, Python an Nameko

https://www.stratascratch.com/blog/python-pandas-interview-questions-for-data-science

An overview of the basics of data manipulation and the types of Python Pandas interview questions asked in Data Science Interviews

https://de.leapcell.io/blog/wie-man-elemente-zu-einem-set-in-python-hinzufuegt

Wie man `add()` und `update()` verwendet, um Python-Sets zu verwalten

‹ Prev Next ›