Skip to content

Instantly share code, notes, and snippets.

View Kelechiede's full-sized avatar
💭
I may be slow to respond.

Kelechukwu Innocent Ede Kelechiede

💭
I may be slow to respond.
  • KELEBEST ICT INSTITUTE
  • Nigeria
View GitHub Profile
@Kelechiede
Kelechiede / Extracting_and_Visualizing_Stock_Data.ipynb
Created February 4, 2025 07:22
Analyzing Tesla and GameStop stock using yfinance and web scraping
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kelechiede
Kelechiede / index.html
Created May 28, 2020 15:16
My HTML Document Project One Free Web tutorials // source https://jsbin.com/xitiyew
<!Doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Ede Kelechukwu Innocent">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> My HTML Document Project One </title>
@Kelechiede
Kelechiede / index.html
Created May 25, 2020 17:49
LINKS To My Favourite Food Recipes // source https://jsbin.com/xitiyew
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>LINKS To My Favourite Food Recipes</title>
</head>
<body>
<!-- name of food -->
<center><h1>Name of Food: <u>Bitter Leaf Soup</u></h1></center>
@Kelechiede
Kelechiede / index.html
Last active May 24, 2020 04:23
IMAGES of My Favourite Food // source https://jsbin.com/xitiyew
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>IMAGES of My Favourite Food</title>
</head>
<body>
<!-- name of food -->
<center><h1>Name of Food: <u>Bitter Leaf Soup</u></h1></center>
@Kelechiede
Kelechiede / index.html
Created May 21, 2020 16:45
My Favourite Food // source https://jsbin.com/xitiyew
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My Favourite Food</title>
</head>
<body>
<!-- name of food -->
<center><h1>Name of Dish:Bitter Leaf Soup</h1></center>