raymond50romero.github.io

Raymond Romero

UCSD Mathematics-Computer Science

University of California, San Diego Seal

Who am I?

My full name is Raymond Anthony Sanchez Romero. I was born and raised in California. My path to Computer Science is a bit unconventional but I worked in the agriculture business driving tractors for about 10 years before transfering to UCSD. Now I look forward to start my career in the software.

Favorite Quote

whats slow is fo sho, whats fast don’t last

Hello world in Java vs Python

Java

class Hello { public static void main(String args[]) { System.out.println("Hello world!"); } }

Python

print("Hello world")

Favorite programming languages in order
My tasks for the future