Code Monkey home page Code Monkey logo

nhatuan20032508's Introduction

👋 Hi, I'm Anh Tuan

Facebook Email Phone Github

  • I’m interested in Artificial Intelligence - Computer Vision.
  • I’m currently learning Computer Science - Can Tho University
  • I like anime, manga, new technology, games, books, ...
from datetime import datetime

dob = "25/8/2003"
dob = datetime.strptime(dob, "%d/%m/%Y")
today = datetime.now()
age = today.year - dob.year - ((today.month, today.day) < (dob.month, dob.day))

name = "Nguyễn Hoàng Anh Tuấn"
dob = "25/8/2003"
dream = "Computer Science Engineer - Computer Vision"
languages = ["C++", "Python"]
libraries = ["OpenCV", "Django", "CircuitPython","..."]
learning = ["Tensorflow", "Pytorch"]
tools = ["ChatGPT", "Bing AI", "Bard AI", "Stack Overflow", "..."]

print(f"Hello, my name is {name}.")
print(f"I was born on {dob} and I'm {age} years old.")
print(f"My dream is {dream}.")
print(f"I can code in {', '.join(languages)} and often use the libraries {', '.join(libraries)}. ",end='')
print(f"I am currently researching and learning about {', '.join(learning)}.")
print(f"I often use {', '.join(tools)} and some other forums for studying and working on a few small projects.")

→ Learning is the eye of the mind

nhatuan20032508's People

Contributors

nguyenhoanganhtuan03 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.