GithubHelp home page GithubHelp logo

python_elixir_gleam_comparison's Introduction

Comparison of Python, Elixir, and Gleam

[Work in Progress]

Description

Recently saw the release of Gleam and I wanted to compare that with Python, a language I am familiar with, and Elixir as I am interested in learning. Elixir and Gleam seem similar in many regards so I figured why not compare all three. This will be a very simple CLI app which tells you how many hours over the next 7 days will be foggy, and when the first time it will be. It will also save some data to sqlite.

This simple exploration will be as follows:

  • Create a CLI app in all three languages
  • The goal of the app is to have the two following commands
    • foggy which calls the open meteo api for a given location lat long for the next week. It logs the location name, lat long, date, and number of hours in a sqlite db.
    • list which prints out all the data from the sqlite db.

Links

Open Meteo API

https://api.open-meteo.com/v1/forecast?latitude=33.7&longitude=-84.38&hourly=weather_code&temperature_unit=fahrenheit&wind_speed_unit=mph&precipitation_unit=inch&timezone=auto

python_elixir_gleam_comparison's People

Contributors

jhundman 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.