ACCU is an organisation of programmers who care about professionalism in programming and are dedicated to raising the standard of programming.
Sorry, looks like ACCU London haven't got any events scheduled for the moment!
Who's part of this group?
In order to view registered members you need to be logged in with a "confirmed" Skills Matter account!
If you haven't already done so click here to create a new account.Find the "confirmation instructions" email we sent you when you signed up and click on the "Confirm Account" link.
-
Intro to Machine Learning - Hands-On Using Python
Featuring Shagun Khare
Shagun Khare joins us in this talk to give us a hands-on insight to machine learning!
machine-learning python introduction data-science -
The Fantastic Four Coding Patterns of Continuous Delivery
Featuring Luca Minudel
Luca Minudel will be sharing his experience at Scoured Ferrari F1 racing team and how he overcame the seemingly paradoxical puzzle of increasing the speed of software development while at the same time increasing the reliability and reducing the number of bugs. Don't miss it!
software-development continuous-delivery -
.NET Code Craft
Featuring Jason Gorman
In this session, we'll discuss the five factors that make code more difficult and expensive to change, and explore how we can write code that delivers value today, and leaves the door open to delivering more value tomorrow. Don't miss it!
refactoring code-smells tdd unit-testing automated-tests code-craft accu .net -
Donkeys are Aliens
Featuring Steve Love
Steve Love joins us at this month's ACCU London meetup to tell us about his experience working in finance for over a decade. Don't miss it!
fintech finance c++ c accu -
Short adventures in optimising Python
Featuring Burkhard Kloss
Some practical experience, techniques and anecdotes in making Python programs fast enough.
accu c++ data python -
Pictures FTW!
Featuring Frances Buontempo
Wherein Frances mentions the xkcd style for matplotlib and Chernoff faces for displaying multi-dimensional data.
accu visualization multi-dimensional-data -
An Error Code of Your Very Own...
Featuring Ralph McArdell
Integrating your own error values with C++11 std::error_code.
c++ accu error-codes -
Abstract or Generic?
Featuring Mike Seymour
Musings on music, topology and abstraction in modern C++.
c++ modern-c++ accu -
Efficient Type Erasure for Dynamic Dispatching
Featuring Ab Wilson
By using a little bit of template meta programming and a novel form of type erasure I'll illustrate an efficient technique for dispatching run time events to handler code.
type-erasure dispatching meta-programming