From 3f581e0be3a27d329cbad70ab479a3a6f3369746 Mon Sep 17 00:00:00 2001 From: kpranke Date: Fri, 21 Feb 2020 22:41:19 +0100 Subject: [PATCH 1/2] used gender neutral pronouns --- BasicSkills.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/BasicSkills.md b/BasicSkills.md index fa4ac2d..7327a69 100644 --- a/BasicSkills.md +++ b/BasicSkills.md @@ -207,27 +207,27 @@ expensive if you need to hire new employees. The problem with outsourcing is that you pay someone to build stuff for you. -It does not matter who you pay to do something for you. He needs to make +It does not matter who you pay to do something for you. They need to make money. -His agenda will be to spend as little time as possible on your work. That +They agenda will be to spend as little time as possible on your work. That is why outsourcing requires contracts, detailed specifications, timetables and delivery dates. -He doesn't want to spend additional time on a project, only because you -want changes in the middle. Every unplanned change costs him time and +They don't want to spend additional time on a project, only because you +want changes in the middle. Every unplanned change costs them time and therefore money. If so, you need to make another detailed specification and a contract change. -He is not going to put his mind into improving the product while -developing. Firstly because he does not have the big picture. Secondly -because he does not want to. +They are not going to put their mind into improving the product while +developing. Firstly because they do not have the big picture. Secondly +because they do not want to. -He is doing as he is told. +They are doing as they are told. -Who can blame him? If I was the subcontractor I would do exactly the +Who can blame them? If I was the subcontractor I would do exactly the same! Does this sound agile to you? From c99843135d009556970bda6d6702ae7a35d3fbc6 Mon Sep 17 00:00:00 2001 From: kpranke Date: Sat, 22 Feb 2020 21:12:18 +0100 Subject: [PATCH 2/2] added book Think Python --- BooksAndCourses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BooksAndCourses.md b/BooksAndCourses.md index 50b992f..8858fdf 100644 --- a/BooksAndCourses.md +++ b/BooksAndCourses.md @@ -63,6 +63,7 @@ PS: Don't just get a book and expect to learn everything #### Python [Learning Python, 5th Edition](https://amzn.to/2MdpM34) +[Think Python, 2nd edition](https://greenteapress.com/wp/think-python-2e/) #### Scala