Browsed by
Tag: tips

Daily Grind 2: Python Sorting

Daily Grind 2: Python Sorting

I have only been recently getting into python – at first for fun on CodinGame, and then more recently for some side work (including the MailChimp integration).  Something that I often find necessary for the various CodinGame puzzles and contests is sorting lists and dictionaries.  I often have to look up the correct ways to sort, especially when my the lists or definitions contain more complicated objects.  I figured this would be a good opportunity to share some of what…

Read More Read More

ExtJS Introduction

ExtJS Introduction

I have spent a lot of time lately working with the Ext JS javascript library, and decided it would be worth it to share my tips, tricks, hints, and overall experience.  I originally started using the library a couple years ago during my senior projects class in college.  There still seems to be a web page up describing the project…  Overall, the project didn’t end too well – but it did get me a good start in web development. My…

Read More Read More