GenroPy has no community
One of the key assets of every open source project is the community that supports it. The health of the community is the key factor contributing to growth and long-term [...]
One of the key assets of every open source project is the community that supports it. The health of the community is the key factor contributing to growth and long-term [...]
There are five basic principles of object-oriented design and programming, known collectively as SOLID, that are very important to build code that is easy to maintain and evolve over time. [...]
I am no longer affiliated with the GenroPy project. I have no conflicts with the project itself or its authors, but I won’t be able to contribute to it in the [...]
Python Carl Friedrich Bolz (Microsoft Research) parla di PyPy e dei tracing JIT compilers. Ancora sul supporto a Python 3 in PyPI. Javascript Essential Javascript Design Patterns (libro scaricabile) – [...]
Best Quote Il mondo è un posto pericoloso, non a causa di chi compie azioni malvagie ma per quelli che osservano senza dire nulla. Albert Einstein Privacy BlackHat Europe 2010 [...]
Best Quote “We need tools that can help people have their idea faster” – Aditi Muralidharan Python profilestats è un decoratore per la profilazione a livello di singola funzione, supporta kcachegrind [...]
Best Quote @caludio: “Undocumented and overengineered code have the same evil root “ Python Read the docs – un servizio che raccoglie documentazione in reStructuredText (un formato popolare nel mondo [...]
Sul sito di GenroPy, stiamo discutendo della programmazione ad eventi e della programmazione asincrona. Non abbiamo ancora identificato la tecnica migliore per scrivere il codice. Con un po’ di fantasia, [...]
Un tempo, si usava simulare in Python l’operatore ternario ?: del C o del Javascript in questo modo: Usavo molto spesso quest’idioma al tempo di Zope 2.7 e Python 2.3, che [...]
Ho scritto una libreria python per sovrapporre più directory in un filesystem virtuale, si chiama Layers e lo trovate su http://github.com/robertolupi/layers. Le regole (ricette) con cui le varie versioni di [...]