Skip to content
View JuanSamuel1's full-sized avatar

Block or report JuanSamuel1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JuanSamuel1/README.md

Hi There

Visitor GitHub followers


class ComputerScienceStudent:

      def __init__(self):
          self.name = "Juan Samuel"
          self.univ = "Nanyang Technological University"
          self.interest = ["Data Science", "Software Engineering"]
      
      def say_hi(self):
          print("Thank you for dropping by! Hope you find something interesting here!")

me = ComputerScienceStudent()
me.say_hi()

Things I Code With

Python Django Flask Javascript MongoDB Nodejs Java git Heroku Vscode Jupyter

💻 I'm Currently Learning

Nanyang Technological University

👀 Stats

stats

Overall GitHub Stats:
GitHub Stats

My Programming activity (Last 7 days):
WakaTime

About Juan⚡:

I'm currently living in Singapore. I love to read, enjoy music, play games and sports. If you are around Singapore, drop an email and let's catch-up over Coffee!

Check out the music I'm listening to:
Now Listenting to

📫 How to reach me:

juansamuel1104@gmail.com LinkedIn Instagram

Popular repositories Loading

  1. JuanSamuel1 JuanSamuel1 Public

    Github Profile README

    1

  2. Exchange-Rate-Predictions Exchange-Rate-Predictions Public

    Predict the exchange rate in the future ( USD to SGD )

    Jupyter Notebook

  3. CZ1115-mini-project CZ1115-mini-project Public

    An analysis of Olist dataset

    Jupyter Notebook

  4. Sentiment-Analysis Sentiment-Analysis Public

    A simple comment machine learning classifier created using Scikit-Learn

    Python

  5. Money-Bot Money-Bot Public

    A fun Discord Bot to play with your friends

    Python

  6. Exercise-Tracker Exercise-Tracker Public

    An API project to help you track your exercise

    JavaScript