Showing results 6431-6440 of >6,513 (page 644)
https://opendev.org/openstack/ironic-python-agent/commit/65053b7737ffe9641974df926d694efd801ba417

ironic-python-agent - A Python agent for provisioning and deprovisioning Bare Metal servers

https://memotut.com/en/87a245a0997e9071c088/

Python, machine learning

https://leetless.de/posts/its-a-trap-on-python-reference-semantics/

Skip to content It’s a trap! On Python reference semantics March 2, 2023November 21, 2009 by Henning I guess this is a common trap. I personally am python coder for years now and still, from time to time I run into it. As the syntax for it is very concise you might sometimes be tempted to give default values for members in a classes definition. Code says more then thousand words. This works fine: class Foo(object): x = 7 f1 = Foo() f2 = Foo() f2.x = 42 print f1.x # prints 7 print f2.x # prints 42 Now say

https://twisted.org/documents/13.0.0/api/twisted.python.util.FancyEqMixin.html

# t.p.u.FancyEqMixin : class documentation Part of twisted . python . util View Source View In Hierarchy Known subclasses: twisted.conch.client.knownhosts.HashedEntry , twisted.conch.ssh.address.SSHTransportAddress , twisted.internet.address._IPAddress , twisted.internet.address.UNIXAddress , twisted.names.dns.Record_A , twisted.names.dns.Record_A6 , twisted.names.dns.Record_AAAA , twisted.names.dns.Record_AFSDB , twisted.names.dns.Record_HINFO , twisted.names.dns.Record_MINFO , twisted.names.dns.Record_M

https://mail.python.org/pipermail/python-committers/2018-July/005925.html

# [python-committers] And Now for Something Completely Different Doug Hellmann doug at doughellmann.com Fri Jul 20 14:05:20 EDT 2018 Excerpts from Steven D'Aprano's message of 2018-07-21 02:32:02 +1000: > On Fri, Jul 20, 2018 at 10:37:03AM -0400, Doug Hellmann wrote: > > Excerpts from Paul Moore's message of 2018-07-20 13:14:49 +0100: > > [...] > > > In contrast, I would imagine that people would continue to discuss > > > PEPs in exactly the same way that they currently do, so the result > > > would be t

https://blog.zhheo.com/tags/Python/

产品设计师、独立开发者、设计与科技领域自媒体博主

https://pythonprogramming.net/stemming-nltk-tutorial/

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

https://til.codeinthehole.com/posts/that-pytests-keyword-expression-filtering-supports-python-conditionals/

When using Pytest’s -k filtering, you can use Python expressions to combine separate search terms. For example

https://www.datascienceblog.net/post/programming/essential-protobuf-guide-python/

Protobuf is a data serialization format with favorable properties over JSON. Here, I explain how Protobuf can be used in Python projects

https://www.kdnuggets.com/2019/07/convolutional-neural-networks-python-tutorial-tensorflow-keras.html

Blog Topics Advertise Join Newsletter Convolutional Neural Networks: A Python Tutorial Using TensorFlow and Keras Different neural network architectures excel in different tasks. This particular article focuses on crafting convolutional neural networks in Python using TensorFlow and Keras. By Luciano Strika , MercadoLibre on July 26, 2019 in Convolutional Neural Networks , Keras , Neural Networks , Python , TensorFlow --> comments Convolutional Neural Networks are a part of what made Deep Learning reach the

‹ Prev Next ›