Showing results 3651-3660 of >3,736 (page 366)
https://itslinuxfoss.com/for-loop-python-explained/

In Python, the “for loop” function iterates over the sequence of elements of different iterable objects like tuples, strings, and lists

https://martyalchin.com/2007/nov/23/python-descriptors-part-1-of-2/

Python Descriptors, Part 1 of 2 by Marty Alchin on November 23, 2007 about Django I rather enjoyed writing about a relatively underused feature yesterday, so today is more of the same. Of course, continuing with a focus on Django, today’s Python feature is also commonly used throughout a number of Django’s internals: descriptors. Python’s documentation on descriptors is rather sparse, though there’s a great writeup on it already. I won’t try to reinvent the wheel in its entirety here, I’ll just

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

[Twisted-Python] Sending longer messages in AMP exarkun at twistedmatrix.com exarkun at twistedmatrix.com Thu Nov 13 11:19:20 MST 2014 Previous message: [Twisted-Python] Sending longer messages in AMP Next message: [Twisted-Python] Sending longer messages in AMP Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 02:57 pm, gavin at gromper.net wrote: >Hi, > >We're using AMP and are starting to hit TooLong errors when scaling >our application. In one respect it's a sign that we should do >somet

https://kevinlondon.com/2014/08/18/python-django-talks/

I started listening to Python and Django conference talks on my commute instead of music, and it's been amazing. Here are my notes and takeaways from some of the most influential talks I've heard

https://discuss.python.org/t/python-packaging-strategy-discussion-part-1/22420?page=3

Summary of discussions: We requested the Packaging community for feedback on the proposed survey questions The Python Packaging Survey was conducted in Sept-Oct. The results are summarized here. We asked maintainers/c

https://refactoring.guru/es/design-patterns/factory-method/python/example

Patrón Factory Method en Python. Ejemplo de código completo en Python con comentarios y explicación detallada. Factory method es un patrón de diseño creacional que resuelve el problema de crear objetos de producto sin especificar sus clases concretas

https://hamy.xyz/blog/2024-11_python-beats-javascript

Essay record Is Python Actually More Popular than JavaScript in 2024? Record Essay / 2024.11.13 / 2 min read / 746 words On this page4 sections / + GitHub claims Python is more popular than JavaScript How GitHub ranks language popularity Is Python Actually More Popular than JavaScript? Next DISCLOSURE: Some links may be affiliate links. Details GitHub recently released their yearly stats roundup for 2024 , claiming that Python has overtaken JavaScript as the most popular language for the first time in 10 ye

https://www.computerenhance.com/p/python-revisited

Now that we know what is possible, how close can we get in Python

https://andy.hammerhartes.de/tag/python.html

## Nonce reuse: not even once Thu 09 May 2024 In this blog post, I will demonstrate how a mistake in jetzig’s session implementation could be used to break confidentiality and integrity of session data. A fix has been applied, so it is no longer possible to exploit the attack shown in the following. All code samples in this post will be Python, due to Python’s excellent math support through Sage . This post is also available as a Sage notebook if you want to follow allong interactively. tl;dr: A nonce

https://blog.blackwell-systems.com/posts/python-object-overhead/

Why Python stores everything on the heap: examining the memory overhead of Python's object model, comparing int storage across languages, and understanding the performance implications

‹ Prev Next ›