Git Product home page Git Product logo
GitHub Coder Cat
Headline
linkdin

Computer Science Student, Problem Solver.

Detailed-oriented, responsible, and committed engineer, with a get-it-done, on-time, and high-quality product spirit. Self and quick learner, self-motivated, and social.

  • Iโ€™m currently learning: B-Tech Computer Science and Engineering.
  • โญ๏ธ star the projects if you like it ๐Ÿคฉ.
  • How to reach me: Catch and follow me from the above links ๐Ÿ‘†, in addition to follow me here.
  • Fun fact: I love Anime(๐Ÿš—), Codeing(๐Ÿ’ป), Traveling(๐ŸŒ), and Gaming(๐ŸŽฎ).

Contribution Activity

GitHub Stats
GitHub Streak Stats


example

Althaf Hussain MU's Projects

shape-ai-project icon shape-ai-project

import requests #import os from datetime import datetime api_key = '9c4c2643e31e15e21ce56ebe8d6dc1e9' location = input("Enter the city name: ") complete_api_link = "https://api.openweathermap.org/data/2.5/weather?q="+location+"&appid="+api_key api_link = requests.get(complete_api_link) api_data = api_link.json() #create variables to store and display data temp_city = ((api_data['main']['temp']) - 273.15) weather_desc = api_data['weather'][0]['description'] hmdt = api_data['main']['humidity'] wind_spd = api_data['wind']['speed'] date_time = datetime.now().strftime("%d %b %Y | %I:%M:%S %p") print ("-------------------------------------------------------------") print ("Weather Stats for - {} || {}".format(location.upper(), date_time)) print ("-------------------------------------------------------------") print ("Current temperature is: {:.2f} deg C".format(temp_city)) print ("Current weather desc :",weather_desc) print ("Current Humidity :",hmdt, '%') print ("Current wind speed :",wind_spd ,'kmph')

top-100-coders icon top-100-coders

Kerala Top 100 Coders - Huddle Global 2023. Join our coding challenge and showcase your skills. Connect with startups and industries in Kerala's vibrant tech ecosystem

wikisyllabus icon wikisyllabus

A collaborative project to build an evolving website/wiki to host, enhance, link, extend & update the university syllabus to help students find a way to connect their education to whatโ€™s new in the industry.

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.