Guene (GueneHassim)

GueneHassim

Geek Repo

Location:Belgium

Github PK Tool:Github PK Tool

Guene's repositories

analysing-a-dataset-of-LEGO-Pieces

What is the most enormous LEGO set ever created and how many parts did it have? How did the LEGO company start out? In which year were the first LEGO sets released and how many sets did the company sell when it first launched? Which LEGO theme has the most sets? Is it one of LEGO's own themes like Ninjago or a theme they licensed liked Harry Potter

Language:PythonStargazers:0Issues:0Issues:0

Analyze-programming-language-popularity-on-StackOverflow

In this notebook I have seen how to grab some raw data and create some interesting charts using Pandas and Matplotlib. I have: * used .groupby() to explore the number of posts and entries per programming language * converted strings to Datetime objects with to_datetime() for easier plotting * reshaped the DataFrame by converting categories to colu

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

API-Practice---Creating-a-GUI-Quiz-App

OOP program that works with the requests module to make API requests. It utilizes the html library to clean the HTML elements from the text data obtained through the API request. The tkinter library is employed to build the graphical user interface.

Language:PythonStargazers:0Issues:0Issues:0

event_wisher

The goal is to write a simple Python code that allows me to automate redundant tasks such as sending birthday wishes, I'll to use the smtplib and datetime module, tkinthers, json

Language:PythonStargazers:0Issues:0Issues:0

flight_deals_with_sms_allert

In summary, the code development for the project was relatively straightforward, but challenges arose from unclear errors, especially during the transition from PyCharm IDE to a less user-friendly environment. Communication issues with servers and difficulties with API credentials added to the complexity. A persistent problem involved accessing a v

Language:PythonStargazers:0Issues:1Issues:0

hello_py

intro test

Stargazers:0Issues:1Issues:0

iss_location_notifier

This is a simple exercise that consists of using various simply APIs

Language:PythonStargazers:0Issues:0Issues:0

Keys_Authentication-Send-SMS

Code that manages to retrieve the current weather data through the OpenWeatherMap API, accessing the API with an authentication key. It then utilizes the Twilio service to send an SMS to a specified number with the weather information for a specified location.

Language:PythonStargazers:0Issues:0Issues:0

Scrape-product-price-with-BeautifulSoup

Using BeautifulSoup allows us to scrape websites, enabling data extraction for our purposes. In this case, I'm interested in the short throw 4K projector 'Formovie Theater' by 'Formovie'. It's an amazing product for a 100" TV at almost 3k instead of 25k. In this scenario, I want an SMS alert when the product hits or falls below my target price. Us

Language:PythonStargazers:0Issues:1Issues:0

snake_game

This is one of the projects that Angela, my Python teacher, assigned. It is challenging but beneficial as it tests skills and induces stress. I had to take breaks that ranged from half an hour to days. before starting writing the code i play the snake games few times, after years that i don't play to it, i used to play to it when i was child maybe

Language:PythonStargazers:0Issues:1Issues:0

kanye_west_quotes

Just for a soft review of working with an API, I took an exercise. The GUI was already coded; I wrote just the get_quote function and imported all the libraries that I needed for the occurrence."

Language:PythonStargazers:0Issues:0Issues:0

real-world-projects

A collection of projects for a learn-by-doing approach to learn Development

Stargazers:0Issues:0Issues:0

Web-Scraping-with-Beautiful-Soup

somethime fintering function of the site that i visited are perfect, they seems design specifically for me, so i can move and search for what i have looking at, as i do it lots of time before, other site are night mare, so i have to manually check what i look, hard take down what i'm looking for for them studing them. funniest thing of python is h

Language:PythonStargazers:0Issues:0Issues:0

Workout-Tracking-with-Google-Sheets

The workout tracking code is an exercise that I wrote. It takes as input the activity I do, written in a human typing style. The program uses the Nutrixions API, which employs a natural language processing model. This model understands the activity, duration, length, calories, etc., through the examination of the text. It then returns a JSON file i

Language:PythonStargazers:0Issues:0Issues:0