top of page
ToucanSway
All Posts


WORDLE SOLUTION OCTOBER 15, 2025
SPOOF # wordle # game1579 # nytimes # spoof #brainexercise Try to solve it.

waclaw_koscielniak
Oct 151 min read
Â
Â
Â


HAPPY WEDNESDAY
Keep it Happy. #happyday

waclaw_koscielniak
Oct 151 min read
Â
Â
Â


PYTHON CODING
from sklearn.linear_model import LinearRegression import numpy as np X = np.array([[1], [2], [3]]) Y = np.array([2, 4, 6]) model = LinearRegression().fit(X, Y) print(model.predict([[4]])[0]) [Running] python3 -u "/Users/name/test/test638.py" 7.999999999999998 [Done] exited with code=0 in 1.378 seconds #Python #PytonCoding #VSC Try to verify it.

waclaw_koscielniak
Oct 141 min read
Â
Â
Â


WORDLE SOLUTION FOR OCTOBER 14, 2025
FORUM # wordle # game1578 # nytimes # forum #braincognition # TracyBennett Try to solve it.

waclaw_koscielniak
Oct 141 min read
Â
Â
Â


HAPPY TUESDAY
Keep it Happy, all day long. #happyday

waclaw_koscielniak
Oct 141 min read
Â
Â
Â


WORDLE SOLUTION SEPTEMBER 13, 2025
BEARD #wordle #game1577 #nytimes #beard Try to solve it.

waclaw_koscielniak
Oct 131 min read
Â
Â
Â


HAPPY MONDAY
Keep it Happy. #happyday

waclaw_koscielniak
Oct 131 min read
Â
Â
Â


PYTHON CODING
import wifi_qrcode_generator.generator qr_code = wifi_qrcode_generator.generator.wifi_qrcode( ssid='Home WiFi', hidden=False,...

waclaw_koscielniak
Oct 121 min read
Â
Â
Â


WORDLE SOLUTION FOR OCTOBER 12, 2025
# wordle # game1576 # nytimes # wound #braincognition Try to solve it.

waclaw_koscielniak
Oct 121 min read
Â
Â
Â


PYTHON CODING
import tkinter as tk, random root = tk.Tk() root.title("AI Symbol Particles") canvas = tk.Canvas(root, width=800, height=800, bg="black")...

waclaw_koscielniak
Oct 111 min read
Â
Â
Â


WORDLE SOLUTION FOR OCTOBER 11, 2025
STACK # wordle # game1575 # nytimes # stack #brainhealth Try to solve it.

waclaw_koscielniak
Oct 111 min read
Â
Â
Â


HAPPY WEEKEND EVERYONE
Keep it Happy. #happyday

waclaw_koscielniak
Oct 111 min read
Â
Â
Â


PYTHON CODING
import turtle t=turtle.Turtle() t.speed(0) s=turtle.Screen() s.bgcolor("black") for i in range(144): t.color("red") t.penup()...

waclaw_koscielniak
Oct 101 min read
Â
Â
Â


WORDLE OCTOBER 10, 2025
LEVER # wordle # game1574 # nytimes # lever #brainhealth Try to solve it.

waclaw_koscielniak
Oct 101 min read
Â
Â
Â


HAPPY FRIDAY
Keep it Happy. #happyday

waclaw_koscielniak
Oct 101 min read
Â
Â
Â


PYTHON CODING
from functools import reduce nums = [2, 3, 4] product = reduce(lambda x, y: x * y, nums) nums.append(5) total = reduce(lambda x, y: x +...

waclaw_koscielniak
Oct 91 min read
Â
Â
Â


PYTHON CODING
import pygame, math pygame.init() screen = pygame.display.set_mode((600,600)) clock = pygame.time.Clock() angle = 0 running = True while...

waclaw_koscielniak
Oct 91 min read
Â
Â
Â


WORDLE SOLUTION OCTOBER 9, 2025
HARDY # wordle # game1573 # nytimes # hardy #brainexercise Did you solve it?

waclaw_koscielniak
Oct 91 min read
Â
Â
Â


HAPPY THURSDAY
Keep it Happy and fresh. #happyday

waclaw_koscielniak
Oct 91 min read
Â
Â
Â


MIZOHATA TAKEUCHI CONJECTURE
Try to understand. #HannahCairo #MizohataTakeuchiConjecture Meet Hannah Cairo, Fastest Rising Star of Math World , from Turing, on YouTube.

waclaw_koscielniak
Oct 81 min read
Â
Â
Â
bottom of page