So, I’ve heard lots about development environments, and how important they are, but it’s not something that I’ve ever had the chance to experiment with. That changes this week, when I finally determined how I wanted to put my new Python skills to the test. Basically, I wanted to follow some tutorials to create some…
Wiki Category: Coding and Programming
Coding on the iPad
In my relentless pursuit to be a little more productive, I’ve been looking at ways that I might be able to do some basic HTML and other associated web development via the iPad. I think I’ve made some efforts in the past before, but I was limited by the iPads functionality (especially in terms of…
Introduction to Git
Introduction Why use version control? VCS – keep old versions of your time. Undo command for an entire Subversion, Mercurial, Git. Lots of others using. Will need to practice it a bit. Git is easy to use. Powerful way to share work across teams. After than other VCSs Git Overview Git is a version control…