Pycon: Education Track 2014
Pycon: Educators meet Industry Professionals and unite!
Teachers are doing a fabulous job at tackling the new curriculum and as we continue our learning journey we need to make use of communities around us who are willing to help. Programming is new to many teachers, but there are loads of people who do it all day (and then go to ‘coding parties’ at night for fun!) and we can use them to help us out!
This weekend marks ‘Pycon’ a community-organised conference about the Python programming language. Before you all think ‘ahhh, that’s very scary and I wouldn’t know anything’ believe me, all you need is to be willing to learn! The Pycon organisers have a specific education track designed to support teachers with using Python in the classroom, but the really cool thing is the mix of developers and teachers – it’s like a pool of people who can tell you what you’re doing wrong or explain tricky things and make your resources to help you teach it: amazing!
Pycon: Breakfast and Intros!
Pycon kicked off with breakfast, nom nom nom, definitely not a bad way to start! And I happened to bump into James who is a fellow Picademy graduate! This kicked things off well and I joined his table chatting about various things and socialising before the opening talk. Meanwhile the Raspberry Pi team were setting up in the classrooms so you know it’s going to be good!
The Pi Guys are in town…. Well, the @Raspberry_Pi education team that is. #pyconuk pic.twitter.com/RBAxMOv3lx
— Alan O’Donohoe (@teknoteacher) September 19, 2014
The opening talk included both the education track and the ‘normal’ track at Pycon which was nice as a general overview. Apparently they are expecting 471 attendees in total including around 70 children!
Welcome to #pyconuk pic.twitter.com/YUkGM7BzoY — Alan O’Donohoe (@teknoteacher) September 19, 2014
Teachers got apples thrown at them, all in good humour of course!
Teachers are given an apple at #pyconuk lucky me….it only rolled on the floor a little bit! pic.twitter.com/Pf2AGybW1a
— Sway Grantham (@SwayGrantham) September 19, 2014
Nicholas Tollervey (@ntoll) introduced and explained the Education Track and Pycon. He is responsible for making the really cool things happen for teachers and children!
Nicholas Tollervey @ntoll introduces the Education Track at #pyconuk pic.twitter.com/VuV0SVrVwb — Alan O’Donohoe (@teknoteacher) September 19, 2014
The attendees were also shown a little bit into the world of teaching!
Hard truths #pyconuk pic.twitter.com/JEhGwHwrEI
— Giacomo Lacava (@toyg) September 19, 2014
Then we all got very excited about robots!
There’s going to be a Robot Code Dojo in the afternoon #pyconuk pic.twitter.com/CNyXpkOViR — Alan O’Donohoe (@teknoteacher) September 19, 2014
Pycon: Education Track
Now we separated into the Education track and ‘main’ track and began our lessons for the day. The first was whether or not we were a beginner which raise some interesting questions! Having spent a lot of time with good programmers, I know I am an absolute beginner, however, this very much depends on who you are comparing yourself to!
.@teknoteacher opening the education track at #pyconuk pic.twitter.com/7WDaBa9Bdw
— Christine Harvey (@TeachesCompSci) September 19, 2014
To help with this Alan O’Donohoe (@teknoteacher) gave us a little ‘base-line test’ which was something like:
>>> Print ('Alan's age is', age)
He told us that if we could guess at 3 things that would be wrong with that code that we weren’t a beginner and therefore should try the trickier stuff!
Pycon: OOP in Python
This led to an introduction to Object Orientated Programming in Python. Where I had an epiphany as the similarities between English language and programming languages were drawn! I’m pretty sure this will confuse anyone who is not a teacher more than other explanations, but as we all were teachers… In programming…
- a ‘class’ is like a noun, it is a general category for a type of ‘thing’
- an ‘object’ is like a Proper noun, it is a specific instance of the noun group
- a ‘method’ or ‘function’ is like a verb, it is the action that is happening
- an ‘attribute’ is like an adjective, it gives us more information about the noun such as its name
Here is a photo of us all listening carefully and learning loads:
Education Track – Room 1 #pyconuk pic.twitter.com/evEgy7uk3X
— Alan O’Donohoe (@teknoteacher) September 19, 2014
We then used our experience of watching Cows and fields to try and recreate parrots which had catchphrases. Lucky we had some really helpful developers on hand to help us our. The guy (whose name I don’t know – sorry) was great at asking us what we were doing and getting us to explain why we were doing stuff – it was like a complete role reversal from when I’m teaching and I question my students!
Pycon: Pythonic Minecraft
Next we moved on to ‘Pythonic Minecraft’ and exploring different things you can do when you use Minecraft on the Pi controlled in Python.
Some of you students will like this; ‘Pythonic Minecraft as a teaching tool’ #PyConUK #SponneComputing pic.twitter.com/0wI3QT6rTk
— Mr Cornelius (@MrC_SponneICT) September 19, 2014
Martin O’Hanlon (@martinohanlon) led the session and his co-written a book all about ‘Adventures in Minecraft‘ if you’re interested. This was great because the introduction showed us the scope for creation in Minecraft, everything from making your house follow you around, to making a bridge build itself before your very eyes, to making your house a windmill with rotating blades…epic amounts of possibilities.
Python + Raspberry Pi + Minecraft Pi = computing learning dream team #pyconuk pic.twitter.com/B7WRfxK1jq
— Louise Ionn (@LionnUK) September 19, 2014
Then it was our turn to have a go. The first job was to print some code to the Minecraft screen:
It works! Python talks to Minecraft at #pyconuk pic.twitter.com/2nktDj2px0
— Louise Ionn (@LionnUK) September 19, 2014
I wrote something in Minecraft, yey pic.twitter.com/hgctP1sNkC
— Sway Grantham (@SwayGrantham) September 19, 2014
and then make it so the code appeared when you were falling out of the sky…’Don’t look down’ it was very apt…Next, we had a go at generating blocks above our heads and were even challenged to create traffic lights with blocks of coloured wool. All of this was totally achievable to a group of people who didn’t know much about Python just an hour before – epic!
Pycon: Nao Robots
Now was the time for some very cute-looking robots…
Are you ready, NAO2? Ok…let’s go to #pyconuk pic.twitter.com/5zT08t9u6P
— Simon Edwards (@no81bob) September 19, 2014
How’s about getting one of these @NaoRobot at @QEGS_Blackburn #computing #pyconuk pic.twitter.com/BmPX1lYdy7
— QEGS_Computing (@QEGS_Computing) September 19, 2014
These guys are based in Python but have a flowchart-style display which also can be used to control them. They are very engaging but also expensive!
Pycon: The Afternoon
The afternoon session was breakout time to explore resources and schemes of work that you wanted help developing. Here was the real time that developers and educators could get together and be like ‘I need to do this but don’t know how…’ or ‘Can you make an example of this?’ or ‘I want a child-friendly version of this…’ This is a great opportunity.
To end the day, we shared what we’d done – pointed people towards resources that might be useful and will eventually have the things which have been created centralised so that we can all access them!
Pycon: The End
For me this was the end of my Pycon journey, as I can’t make it to the kids day, but it was a fantastic experience and I’m definitely going to try and make it to the whole weekend next year. We also got some really cool swag:
1 Comment [Add Yours]
Ian Harcombe
September 21, 2014 8:11 pm