Coding in Python

My projects are coded in Python programming language. Python is an open source, object-oriented, scripting language with clear syntax, and the source code is run directly by the Python interpreter. The Python interpreter can be obtained for numerous operating systems, making the code cross-platform, and has an extensive built-in library …

more ...

Genetic Construct Program

Date

Genetic Construct is a program that generates a visual construct of a genetic sequence. I programmed it in Python programming language for the visual exploration of genetic sequence constructs to discover genetic patterns that could be the genetic signature for gene regulatory switches, or protein motifs and structural domains, biologically …

more ...



Biomorph Entity Simulation

Date

The Biomorph Entity program simulates a virtual creature. From experimenting with simple rules that govern the interaction of the segments, the computer simulation developed an emergent behaviour of the collective. In the future, I may add genes to express the discreet rules and in using genetic programming techniques bring evolution …

more ...

Replicant: The Molecule of Life

Date

Replicant is a program that simulates the molecule of life, DNA. The model is based on some simple principles. I wrote it using Python programming language and the Pygame multimedia library. Later, I will try to bring further complexity to the model, such as interaction between complementary bases of the …

more ...

Microbial Simulation Video

Date

I have uploaded a video clip to demonstrate my program Microbe, a Microbial Simulation. Microbe, written in Python programming language, simulates the biological behaviour of microbes, and explores the dimension of artificial life. You can view the video on the demo videos page. I will upload more clips of my …

more ...



Neural Construct Released

Date

Neural Construct is a neural simulation program. The construct is a neuron matrix that is responsive to stimuli. The individual neurons have been programmed with some basic neuron functionality, and along with the neural interconnections that network through the construct, emerge complex signals. I programmed it in Python/Pygame.

more ...

Replicator Machine Released

Date

Replicator Machine is a viral infection simulation. The program simulates basic infection in which the virus infects a cell and replicates. In control of a nanobot, you can combat the virus. I programmed it using the Python programming language and the Pygame library.

more ...

Microbe Released

Date

With the intent to apply a computational approach to experiment with biological concepts, I have been learning programming. I have dual goals, to explore the code of life and to venture into the realm of artificial life. With this aspiration, I have pursued several projects that are designed in Python …

more ...