Re: I wrote a free book about TDD and clean architecture in Python

2019-03-21 Thread Leonardo Giordani
eople who never faced such a task. Enjoy! On Thursday, 21 March 2019 11:17:11 UTC, Leonardo Giordani wrote: > Akkana, yes that is a good idea, even though I expected the LeanPub output to > be already the correct one. I'll check with them. > > Thanks for reading the book, you ac

Re: I wrote a free book about TDD and clean architecture in Python

2019-03-21 Thread Leonardo Giordani
post on it, with a practical example, and this might be interesting. Many people discover TDD after they already wrote some code. Thanks On Thursday, 21 March 2019 01:15:40 UTC, Akkana Peck wrote: > > On 20/03/19 7:18 AM, Leonardo Giordani wrote: > > > Ha ha ha, yes I get it

Re: I wrote a free book about TDD and clean architecture in Python

2019-03-19 Thread Leonardo Giordani
Ha ha ha, yes I get it! =) I'm sorry, that depends entirely on the LeanPub processing chain (I believe, I'll have a look just to be sure). I hope the book will be useful even with this little issue. Thanks for reading it! -- https://mail.python.org/mailman/listinfo/python-list

Re: PyPI, reStructuredText and readthedocs problems

2015-03-02 Thread Leonardo Giordani
equirements = list() if on_rtd: requirements.append('tornado') requirements.append('twisted') requirements.append('pyev') I contacted Gavin Roy, the pika maintainer, to check this with him. Thanks Leonardo Giordani @tw_lgiordani <http://twitter.com/tw_lgi

Re: PyPI, reStructuredText and readthedocs problems

2015-03-02 Thread Leonardo Giordani
just changed one of the headers and the problem is gone. [Thread with Wolfgang] On 03/02/2015 12:11 PM, Leonardo Giordani wrote: > Thanks, spotted! > > Now readthedocs fails with this message > > Traceback (most recent call last): >File "/home/docs/checkouts/ > read

PyPI, reStructuredText and readthedocs problems

2015-03-02 Thread Leonardo Giordani
ng out what's wrong in my code? Thanks! Leo Leonardo Giordani @tw_lgiordani <http://twitter.com/tw_lgiordani> - lgiordani.com My profile on About.me <http://about.me/leonardo.giordani> - My GitHub page <https://github.com/lgiordani> -- https://mail.python.org/mailman/listinfo/python-list

Short syntax for try/pass

2014-10-14 Thread Leonardo Giordani
case. Otherwise, what do you think about it? Thank you Leonardo Leonardo Giordani @tw_lgiordani <http://twitter.com/tw_lgiordani> - lgiordani.com My profile on About.me <http://about.me/leonardo.giordani> - My GitHub page <https://github.com/lgiordani> -- https://mail.

Re: About Python execution speed

2010-04-12 Thread Leonardo Giordani
Thank you Chris and Stefan, this was the answer I was looking for. Leonardo Giordani -- http://mail.python.org/mailman/listinfo/python-list

About Python execution speed

2010-04-12 Thread Leonardo Giordani
ution) If I move the whole code into a function and call this latter the execution time drops to about 45 seconds. What is the reason of this improvement? Thank you very much in advance. Leonardo Giordani -- http://mail.python.org/mailman/listinfo/python-list