Hi, I'm

Zena Anthony

Computer Programmer

With a focus on frontend development and python.

About Me

Hello, I'm Zena! I'm a tech enthusiast passionate about programming, software development, design, and other tech streams. I enjoy building web and desktop applications with my go to programming language being Python. I value clean code, continuous learning, and collaboration.

Additionally, I share my learnings and projects on my blog, to hopefully encourage others interested in development and design. If I'm not studying or working, I'm tackling my creative pursuits in drawing or writing!

Education
Associate Degree / Ontario College Diploma

Computer Programming

B.Sc in Computer Science

Minor in Business
(Completed Some Coursework)

Associate Degree (Double Major)

Computer Science, Information Technology

illustration of Zena Anthony

Skills

Core Technical Skills
Python C JavaScript HTML CSS Bootstrap Django SQL Git
Specialized Skills
Responsive Design UI/UX Design WordPress
Tools and Technologies
Figma Visual Studio Visual Studio Code PyCharm IDE

Projects

gif of dasheen leaf landing page Click image/gif to view source code
Dasheen Leaf Landing Page

This is a landing page for a fictional business called Dasheen Leaf for lead generation. The design was inspired by Hello Fresh, a meal kit delivery company. The different section of the web page promotes the business' services, and shows client's testimonials. The landing page was built with HTML, CSS, and JavaScript. It follows responsive design principles using media queries, and CSS Flexbox. The web page is hosted on Netlify.

HTML CSS JavaScript
gif of turtle racing game Click image/gif to view source code
Great Turtle Race

A racing game with turtle players, where the user can place a bet on the turtle they think will win. With my previous knowledge of Python, I wanted to try game development. I built this simple game using the turtle library that provides different methods and assets that can be used for visuals. This was built for the desktop using the PyCharm IDE which is great for Python projects. Each iteration of the game will produce different results, due to the implementation of the random module.

Python Turtle Module Random Module PyCharm IDE
gif of snake game Click image/gif to view source code
Feed the Snake

A classic snake game, where the user plays as the snake that eats different meals, and avoids eating its own tail. I built this game using the Turtle library and implementing basic object oriented program concepts. The snake has to avoid eating its tail and going outside of the border, whilst hunting for its food. The user can control the snake using the arrow keys on their keyboard. Anytime the snake catches its prey, the user's score increases. The game ends when the snake collides with the border or eats its tail. The score is displayed at the top of the screen.

Python Turtle Module Time Module Object Oriented Programming PyCharm IDE