Uncategorized
30 Python Language Features and Tricks You May Not Know About
30 Python Language Features and Tricks You May Not Know About Since I started learning Python, I decided to maintain an often visited list of “tricks”. Any time I saw a piece of code that made me think “Cool! I didn’t know you could do that!” I experimented with it until I understood it and […]
Read Full Post | Make a Comment ( Comments Off on 30 Python Language Features and Tricks You May Not Know About )Python Best Practice Patterns
Notes from Vladimir Keleshev’s talk Python Best Practice Patterns [English, 38 minutes], given on May 2, 2013 at the Python Meetup in Denmark.
Read Full Post | Make a Comment ( Comments Off on Python Best Practice Patterns )More sensible defaults for Blender
Due to the fact I still see a fair bit of traffic to my 2012 article on default configurations for Blender, I’ve rewritten it to incorporate some new things, as well as some additional recommendations from others. Blender Defaults 2014 edition covers some suggestions for how to configure both your user preferences and the default […]
Read Full Post | Make a Comment ( Comments Off on More sensible defaults for Blender )Resizing a VirtualBox disk
Resize a VirtualBox guest Linux VDI Disk under Windows Host It is April, 2013, I am using VirtualBox 4.2.6. The host OS (the one that is running VirtualBox) is Windows 7 and the guest OS that I wish to re-size is Ubuntu. Please backup everything before continuing as something could always go wrong. Anyway, here […]
Read Full Post | Make a Comment ( Comments Off on Resizing a VirtualBox disk )50 resources for beginner to intermediate Python programmers
Here’s a categorized list of 50 Python resources I’ve found to be very helpful while teaching myself the language over the last 8 months or so. Thought you all might find them helpful too.
Read Full Post | Make a Comment ( Comments Off on 50 resources for beginner to intermediate Python programmers )Problem Solving with Algorithms and Data Structures
Problem Solving with Algorithms and Data Structures is a book and an interactive website that uses python to solve fun-looking problems. Contents: Algorithm Analysis Basic Data Structures: Stacks, Queues, Deques, Lists Recursion Sorting and Searching: Bubble, Selection, Insertion, Shell, Merge and Quick sorts Trees and Tree Agorithms: Binary Tree, Priority Queues, Binary Heaps, Binary Search […]
Read Full Post | Make a Comment ( Comments Off on Problem Solving with Algorithms and Data Structures )How to use the debugger with Moose
How to use the debugger with Moose By Ovid 2013-10-25 I use the Perl debugger quite a bit. I also write a lot of Moose code and that’s when I invariably hit code you get when you use Moose and it makes debugging much harder than it needs to be.
Read Full Post | Make a Comment ( Comments Off on How to use the debugger with Moose )A list of Free Programming Books
Free Programming Books
Read Full Post | Make a Comment ( Comments Off on A list of Free Programming Books )A List of Programming Screencast Series
Since I publish a screencast series, I’m curious what other programming screencasts people watch. So I asked around. Here’s the list, based on feedback as well as my own bookmarks. Read more…
Read Full Post | Make a Comment ( Comments Off on A List of Programming Screencast Series )Android is better
How I fell in love with Android and how you can too It was just meant to be a quick experiment. I started using a Nexus 4. I was going to go right back to my iPhone after a week. I was designing more and more Android interfaces at Twitter and realized I needed to […]
Read Full Post | Make a Comment ( Comments Off on Android is better )« Previous Entries Next Entries »