HI I'M FISTON
WELCOME TO MY WORLD OF TECH
Frontend by passion, Python by obsession. I clean data, automate boring stuff, and make websites look really good. Currently teaching machines to learn.
Loading
Frontend by passion, Python by obsession. I clean data, automate boring stuff, and make websites look really good. Currently teaching machines to learn.
The code below has an error or is missing something. Click EDIT to fix it.
import pandas as pd
data = {
'Name': ['Alice', 'Bob', 'Cee'],
'Age': [21, 30, 25]
}
df = DataFrame(data)
print(df)
The code below has an error or is missing something. Click EDIT to fix it.
import matplotlib.pyplot as plt
import numpy as np
x = [1, 2, 3, 4, 5]
y = [10, 20, 15, 25, 30]
np.plot(x, y)
np.show()
The code below has an error or is missing something. Click EDIT to fix it.
CREATE TABLE Users (id INT, name VARCHAR(50), City VARCHAR(50));
INSERT INTO Users (1, 'Alice', 'New York'), (2, 'Bob', 'London');
SELECT * FROM Users;
The code below has an error or is missing something. Click EDIT to fix it.
function checkNumber(num) {
if (num === 10) {
print("It's ten!");
} else {
return "It's not ten.";
}
}
The code below has an error or is missing something. Click EDIT to fix it.
import numpy as np
a = np.array([[1, 2, 3],
[4, 5, 6],
[7, 8, 9]])
print(np.mean())
print(np.sum())
The code below has an error or is missing something. Click EDIT to fix it.
from sklearn.linear_model import LinearRegression
import numpy as np
X = np.array([[1], [2], [3], [4]])
y = np.array([2, 4, 6, 8])
model = Linear
model.fit(X, y)
print(model.predict([[5]]))
Hover over a certificate to see details
Issued by: Chongqing Polytechnic University of Electronic Tech
Date: 2024
click to view
Issued by: FreeCodeCamp
Date: 2025
click to view
Issued by: HP Life
Date: 2025
click to view
Issued by: HP Life
Date: 2025
click to view
Issued by: HP Life
Date: 2025
click to view
Issued by: Kaggle
Date: 2025
click to view