Regular Expressions. I originally tried to grasp them whilst playing around with grep last November and they are extremely powerful, if not a little complicated. As I'm "upping my game" and expanding my knowledge I need to learn more about regular expressions, so I thought a blog post introducing them was way past due. What are … Continue reading Regular Expressions (Introducing)
Category: Coding
Tabs versus Spaces
This evening whilst setting up ESLint I was asked the question of which I preferred, tabs or spaces and instantly I thought of this: Tabs versus Spaces from HBO's Silicon Valley Season 3 Episode 6. What is it all about? When writing code there are times when the code needs to be indented (e.g. … Continue reading Tabs versus Spaces
def September()
Wow, what a week. I completed the Object Oriented Program (Python) course via FutureLearn; available here: https://www.futurelearn.com/courses/object-oriented-principles . It should be done over 4 weeks but I really got into creating the text based adventure game and figuring out how to generate enemies/items in rooms. This weekend I attended my first Raspberry Pi Jam with … Continue reading def September()
Object Oriented Programming (Python)
The 2017 school term has begun and in the next few weeks I'm looking forward to starting the new term of the schools code club. In the mean time I am continuing my own learning with some object oriented programming (Python) via Future Learn. The course can be found here: https://www.futurelearn.com/courses/object-oriented-principles/ I'm currently on week … Continue reading Object Oriented Programming (Python)