Image you have a lot of nucleotide sequence identifiers and want to find out what organism the DNA is from. You could go to the NCBI website and spend a…
-
-
Before today, the only real use I’d had for regular expressions in Python was to just find the first instance of a pattern. For example, if I want to find…
-
C++ is the most recent language I’ve acquired, and while I certainly still have a lot to learn, I’ve gained a reasonable understanding from the following free resources online: LearnCpp.com –…
-
Here’s a list of some of the websites, books and videos (for both Python and C++), that I have found very useful while learning OpenCV. Python Using OpenCV with Python…
-
When I first started learning OpenCV, I was working exclusively with Python. While I am still a huge fan of the language, today all of my OpenCV programs are written…
-
Lately, there’s been quite a few articles (such as hereĀ andĀ here) discussing the use of the university lecture and its perceived shortcomings. The question is asked: is the lecture an unengaging…
-
Python’s random module makes it extremely easy to generate random DNA bases. Now to generate a specific number of random bases, all we have to do is use Python’s range…
-
If you want to compile and run a C++ program using OpenCV in Sublime Text, then copy and paste the code below into a build system file. If you’re not…
-
Here are several talks from PyCon 2014 I thought looked rather interesting from a research perspective:
-
Here’s a list of a few R tutorials (in addition to the one I wrote), which I’ve found (or look) rather useful: Google Developers R Tutorials Playlist of R tutorials…