Tag Archives: python

Organic Chemistry IUPAC Priority Group Order

Taking Organic Chemistry, I need to memorize many random items. One of them is the priority group order when determining the IUPAC name. So I wrote a script that would help me memorize the order.

Posted in Computer Programs | Tagged , , | 1 Comment

Python script for resizing images and putting “black border”

As you may have noticed in my flashing images video, I had to get all the images the same size in order to use ffmpeg to convert them into a video. However, since not all the images were the same … Continue reading

Posted in Computer Graphics, Computer Programs | Tagged , , | Leave a comment

N810 Shuffle script

I can’t fit all of my music to my N810, so I decided to write a script that would randomly fill up my N810 with random music until it ran out of space.

Posted in Computer Programs | Tagged , , | Leave a comment

Now for some cool graphs

As I mentioned before, I am still working on which language + API to use for the Photo Viewer/Browser application I am thinking about. For this project, there will be a lot of image loading and manipulation being used. Therefore, … Continue reading

Posted in Computer Graphics, Computer Programs | Tagged , , , | 3 Comments