Coder Social home page Coder Social logo

Hello, I'm Ukant Jadia πŸ‘‹

class Developer:
    def __init__(self, name, role, location):
        self.name = name
        self.role = role
        self.location = location

developer = Developer(
    name="Ukant Jadia",
    role="Software Engineer",
    location="Udaipur, India",
)

print(f"πŸš€ Hi there! I'm {developer.name}, a {developer.role} based in {developer.location}.")

class Skills:
    def __init__(self, programming_languages, technologies, tools):
        self.programming_languages = programming_languages
        self.technologies = technologies
        self.tools = tools

skills = Skills(
    programming_languages=["Python", "C/C++", "SQL", "Dart", "Shell", "Java"],
    technologies=["Flask", "TensorFlow", "Flutter", "OpenCV", "PyTorch"],
    tools=["Git", "VS Code", "Docker", "Vim", "Tmux", "Linux", "Pandoc"]
)

# Display Skills
print("πŸ’» I specialize in:")
print(f"   - Programming languages: {', '.join(skills.programming_languages)}")
print(f"   - Technologies: {', '.join(skills.technologies)}")
print(f"   - Tools: {', '.join(skills.tools)}\n")

class Interests:
    def __init__(self, hobbies, interests):
        self.hobbies = hobbies
        self.interests = interests

interests = Interests(
    hobbies=["Coding", "Movies"],
    interests=["Machine Learning", "Open Source", "Scripting", "Ricing Linux Environment", ]
)

# Display Interests
print("🌟 In my free time, you'll find me:")
print(f"   - Hobbies: {', '.join(interests.hobbies)}")
print(f"   - Interests: {', '.join(interests.interests)}\n")


# Let's connect!
print("πŸ“« Let's connect and collaborate! Feel free to reach out.")
print("   - GitHub: https://github.com/ukantjadia")
print("   - LinkedIn: https://www.linkedin.com/in/ukantjadia")
print("   - Twitter: https://twitter.com/UkantJ22803")

# Happy coding! πŸš€

ukantjadia

Blog posts

Connect with me:

website website Β Β  website website Β Β  website website Β Β  website website Β Β  website website

Languages and Tools:

aws c css3 git html5 hugo java linux mssql mysql nginx pandas python scikit_learn seaborn tensorflow

github contribution grid snake animation

trophy ukantjadia's GitHub | Stats ukantjadia's GitHub | Languages Over Time

pydustMoon's Projects

pydustMoon doesn’t have any public repositories yet.

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.