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

2019-03-21 Thread Leonardo Giordani
A couple of people asked the link to the post I mentioned, sorry I forgot to add it http://www.thedigitalcatonline.com/blog/2017/07/21/refactoring-with-test-in-python-a-practical-example/ This is just a very simple exercise in refactoring, but I believe it's a good starting point for people who

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

2019-03-21 Thread Leonardo Giordani
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 actually gave me an idea: writing something about adding tests to a project *after* the code has been written. I already wrote a post

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

2019-03-20 Thread Akkana Peck
> On 20/03/19 7:18 AM, Leonardo Giordani wrote: > > 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! DL Neil writes

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

2019-03-19 Thread DL Neil
On 20/03/19 7:18 AM, Leonardo Giordani wrote: 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! To be fair, that was one

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: I wrote a free book about TDD and clean architecture in Python

2019-03-19 Thread Philippe Dixon
I actually came across this book last week looking for resources on best practices for structuring a python app. I plan on leaning on the material heavily as I've been tasked with converting some Jupyter Notebooks to a stand-alone application at work. Thanks for sharing this Leonardo. On Mon, Ma

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

2019-03-19 Thread DL Neil
On 17/03/19 12:29 AM, giordani.leona...@gmail.com wrote: I published on Leanpub a free book, "Clean Architectures in Python". It's a humble attempt to organise and expand some posts I published on my blog in the last years. You can find it here: https://leanpub.com/clean-architectures-in-python

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

2019-03-18 Thread Arup Rakshit
Hello, Thanks for writing this great book. I joined python community just couple of weeks. Thanks, Arup Rakshit a...@zeit.io > On 16-Mar-2019, at 4:59 PM, giordani.leona...@gmail.com wrote: > > Hi all, > > I published on Leanpub a free book, "Clean Architectures in Python". It's a > hum

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

2019-03-18 Thread giordani . leonardo
Hi all, I published on Leanpub a free book, "Clean Architectures in Python". It's a humble attempt to organise and expand some posts I published on my blog in the last years. You can find it here: https://leanpub.com/clean-architectures-in-python The main content is divided in two parts, this