q My Thoughts

Blogs and Learn with me

Sharing ideas, code, practical knowledge and learn with me

Jul 02, 2025
OTP- PYTHON

import random, webbrowser username = "bibek123" password = "hello@123"   print("Welcome to the login page") input_username = input("Enter your username: …

Jun 30, 2025
HTML TABLE

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HTML Table</title> <style> table{ border-collapse: collapse; } th{ padding: …

Jun 26, 2025
Cat Vs Dog

https://drive.google.com/file/d/1Lqmu00lPyV0Dbkf52jgGI0rlYUCa5SXZ/view?usp=sharing !pip install tensorflow Pillow   import tensorflow as tf from tensorflow.keras.preprocessing.image import ImageDataGenerator from tensorflow.keras.models import Sequential from tensorflow.keras.layers …

Jun 17, 2025
Normal Web

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Section K rocks</title>   <style> body{ background-color: black; } …

Jun 10, 2025
Flutter Error Fixed 100% Working 🔥| A problem occurred evaluating project ':geolocator_android'.

hing lib/main.dart on sdk gphone64 arm64 in debug mode... FAILURE: Build completed with 2 failures. 1: Task failed with an …