Khushi Patel
Welcome to my page! My name is Khushi, and I’m a second year studying Computer Science @ UC San Diego.

Sections:
My LinkedIn and GitHub
Hello in Python vs Java vs C++
Python:
print("Hello World!")
Java:
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
C++:
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}
Interests
Below are my technical and non-technical interests!
Technical
- Software Engineering Processes
- Full-stack Development
- Containers and orchestration software
- Computer Vision applications
Non-technical
- Cooking
- Hanging out with friends & family
- Watching TV shows and movies
Some Favorite Quotes
In no particular order since it’s too hard to rank them:
-
“Mistakes are proof that you’re trying” - Anonymous
-
“It does not matter how slowly you go as long as you do not stop.” -Confucius
-
“The most effective way to do it, is to do it.” -Amelia Earhart
-
“Intelligence is the ability to adapt to change.” -Stephen Hawking
—
Other Things About Me
I’m currently a technical event director for ACM @ UCSD - check out our website here! I’m also conduction research as part of Early Research Scholars Program(ERSP) here at UCSD.
Academic Tasks for this week
- Read syllabus for all classes
- Set up calendar for quarter
- Finish Lab 1 for CSE 110
- Finish weekly assignments for EDS124AR
- Read chapter for CSE 105
- Set up environment for CSE 130
- Make progress on research project