
What we’re about
Welcome! London Business Analytics Group (LBAG) is a popular community data and analytics interest group. We started in July 2014 and have had so far over 150 talks and events. We are open to all and all our events are free. Our in-person events are held in central London. We started online during the lockdown and our audience is now from around the world.
Check out highlights of our talks on our YouTube channel: www.youtube.com/LondonBusinessAnalyticsGroup
Upcoming events (3)
See all- Python Foundation Course (Session 6 of 6) - Final touches.Link visible for attendees
Our snake eats and grows. The lesson follows these steps:
- a very brief recap and explanation of the current code (as a reminder and a brief introduction for anybody joining the course for the first time)
- we create a Food class, a red square randomly placed on the screen
- we extend our Snake class so that the snake can eat some food and grow (increase its length)
- when the snake eats the food, we increase its length by one square and it makes an eating sound.
We write some functions to draw the food and to check if the the snake collides with the food.
That's as far as we implement our game in the six week series. To conclude, we ask the AI assistant, in its role as an expert Python coach, to suggest ways to refactor the code and how to extend the functionality of the game
We finish with a recap of what we've learnt over the six week course. This includes some final thoughts about how well the AI assistant has helped us in our coding journey, and what this implies for the sort of (human) skills needed over the next few years.
Full details on the six week course here.