Hello! My name is Cedric Wells, I’m 21 years old and I am a 4th year Mathematics-Computer Science major at UC San Diego (Warren College).
I was born and raised in Highland, California, so UCSD isn’t too far from home for me.
Fun Fact: My favorite color is turquoise!
I primarily focus on backend development, and my favorite programming languages are:
As that’s what most of my classes have been in (I’ll start learning front end I promise).

This is my dog Obi :dog:
If the image doesn’t render, you can view it here: View Obi’s picture
I can play a few more sports but these are my main ones.
I love listening to music in my free time. My favorite artists are Tyler, The Creator, Steve Lacy, and Brent Faiyaz.
Jump to different parts of this document:
My favorite thing about python is that I can access the end of the list using negative numbers, like so:
def ReturnLast():
list = [1,2,3]
last = list[-1]
print(f"The last item in the list is {last}.")
ReturnLast()
Thanks for checking out my about me page! Feel free to reach out!