Tuesday, February 26, 2019

Ian Ozsvald: On the Delivery of Data Science Projects – talk for Business, Analytics and Data Science meetup

Last night I spoke at Pivigo’s Business, Analytics and Data Science meetup (thanks for having me!). I spoke on the key points that I cover in my public training (Successfully Delivering Data Science Projects) aimed at the meetup’s audience where many folk are earlier on their data science journey.

Audience at Pivigo’s meetup

We covered:

  • Building a Project Specification
  • Improving your coding and project process
  • How your team’s process will improve if you contribute to open source projects rather than just consuming them
  • Python tools that will make your life easier

The slides are linked here. Various folk last night asked me about how they get their first data science job and we had some good conversations. I have a “jobs and thoughts” list with UK-based jobs, if you’re after a role in the UK then you might want to jump on this list (your email is never shared and it is always kept private).


Ian is a Chief Interim Data Scientist via his Mor Consulting. Sign-up for Data Science tutorials in London and to hear about his data science thoughts and jobs. He lives in London, is walked by his high energy Springer Spaniel and is a consumer of fine coffees.

The post On the Delivery of Data Science Projects – talk for Business, Analytics and Data Science meetup appeared first on Entrepreneurial Geekiness.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...