Please subscribe if you haven't.

Portfolio

  • Lotto Application

    In this challenge i wrote a Python program that automatically generates six random numbers (from 1 to 50) and display them on the screen, sorted in ascending order..

    Games of chance have a way of exciting us. We play them hoping the odds will be in our favor. The very first program that I would write would be a Lottery Simulator. It was based on a lottery were you had to pick 6 numbers on a sheet of numbers from 1 to 36. The winning numbers were announced each week in a TV game show..

    Now with my use of Python i managed to write a code that can actually display your results on your screen without waiting for TV prodcast .

    Northern Lights, Norway
  • Music-Playlist App

    Listening to music is a hobby of almost every person you meet around daily, for playing this music we need to have installed a music player in our device, each and every operating system whether it is Windows, Linux, Mac or even Android, Apple IOS also consist of a music player for playing your favorite songs. So In this tutorial, we will be learning how to create a music player from scratch using the Python Programming Language. As we all know Python has a very rich library support, so from the bunch of libraries we are going to use some of them to build our GUI based music player.

    Here i'm using Python to Create a Playlist of the Samples on an Album Trade in for-loops and random samples for drum loops and soul samples

    Here's my Github link if you want know how i've done it

    Northern Lights, Norway
  • Weather Application

    Information about weather is very important specially if you want to anticipate weather changes that can affect businesses such as street hawkers, farming, aviation, entertainment etc. Having information about weather beforehand can help people prepare for it to avoid losses. For this purpose, it is important to have an application that can let us know about weather alerts and possibly store the weather data in a database for analytics. In this article, I present my work on creating a weather forecast app with Python programming language using Openweathermaps API and MongoDB. This app downloads 5 day-3 hour separated weather forecast data for defined cities, in this case, Karachi, London, Mumbai and Utah. It stores the forecast data in MongoDB and displays weather alerts such as snow, rain or freezing temperatures if present in forecast for those cities. It also creates a weather map for each of the forecast and shows weather forecast on a map.

    Weather app

    Calculator

    You may think you know what a calculator is. But it's not until you begin to code something that you get to see just how complex it can be. So in this article i built a basic non-scientific calculator using plain old JavaScript.

    calculator image

    Swegga Fashion site

    Calculator use in sales, it is often necessary to calculate the selling price based on the known cost of an item and the desired gross margin of the store or company. You can calculate the selling price you need to establish (revenue) in order to achieve a desired gross margin on a known product cost , in this article i built a basic price calculator using JavaScript..

    swegga image