High performance Python projects / for, what is it good for
Details
Hosted by Simply Business - https://sbtech.simplybusiness.co.uk/
7:00 PM High performance Python - General Python efficiency best practices - James Rocker (Simply Business)
James Rocker, a Data Engineer at Simply Business Tech explains in his experience most deeply complex programming or getting the most efficient code has resulted in little to no difference on a project and things which programmers frequently don’t like doing such as testing, behavior driven development and good documentation leads to a far great performance of the project. Simply Business is an online insurance broker and has over 750,000 micro-business and landlord customers, covering over 1,000 types of business. James is part of a global team at Simply Business who are all united by a passion for building technology, which is as innovative today as it will be reliable and trustworthy tomorrow – and enables the world’s best commercial insurance experience.
7:45 PM For, what is it good for? - Patrick Morris
A beginner friendly introduction to for loops in Python. Why use them, how to use them. Plus some ways you should not use them, at least in my opinion.