Skip to main content

Posts

Mastering NumPy: Your Comprehensive Course for Numerical Computing in Python

Comprehensive NumPy Course 📚 Comprehensive NumPy Course in Python Introduction to NumPy NumPy is a fundamental library for numerical computing in Python. It provides support for arrays, matrices, and a large number of mathematical functions to operate on these data structures. Installing NumPy You can install NumPy using pip: pip install numpy Key Functions in NumPy 1. Creating Arrays NumPy provides several functions to create arrays: np.array() : Creates an array from a list or tuple. np.zeros() : Creates an array filled with zeros. np.ones() : Creates an array filled with ones. np.arange() : Creates an array with a range of values. np.linspace() : Creates an array with evenly spaced values. Examples: import numpy as np # Creating an array from a l...
Recent posts

A Big Blast of Fun: The Elephant Toothpaste Experiment!

Elephant Toothpaste Experiment 🎉 Elephant Toothpaste Experiment! 🐘 What You Need: 1/2 cup of hydrogen peroxide (6% or 12% solution) 1 tablespoon of dish soap Food coloring (optional) 1 packet of dry yeast 3 tablespoons of warm water A clean plastic bottle Tray to catch the overflow Instructions: In a small bowl, mix the warm water and dry yeast. Let it sit for about 5 minutes. In the plastic bottle, combine the hydrogen peroxide, dish soap, and food coloring (if using). Pour the yeast mixture into the bottle and step back! Watch as a foamy eruption occurs, resembling a giant tube of toothpaste for elephants! What’s Happening? This experiment showcases a rapid decomposition reaction where hydrogen peroxide breaks down into water a...

History of Indian Railway Toilets

 History of I.Railway(1909) ট্রেন এসে দাঁড়ালো বীরভূমের আহমেদপুর স্টেশনে।  এক ভদ্রলোক প্রকৃতির ডাকে সাড়া দিতে ট্রেন থেকে নেমে স্টেশনসংলগ্ন শৌচালয়ের দিকে গেলেন। শৌচালয়ে থাকার সময়েই তিনি ট্রেন ছেড়ে দেওয়ার হুইসল শুনতে পান। কোনরকমে সেখান থেকে বেরিয়ে ছুটলেন ট্রেন ধরতে। ট্রেন থামানোর জন্য হাত তুলে ট্রেনের গার্ডকে ইশারা করেন। একহাতে লোটা, অন্যহাতে ধুতি সামলে ছুটতে গিয়ে হুমড়ি খেয়ে পড়লেন লোকভর্তি প্ল্যাটফর্মের ওপর। চোখের সামনে দিয়ে ট্রেন বেড়িয়ে গেল। ক্ষুব্ধ, অপমানিত ভদ্রলোক স্টেশন ত্যাগ করলেন।    কয়েকদিন পর বিস্তারিত ঘটনা জানিয়ে তিনি চিঠি লিখলেন সাহেবগঞ্জ ডিভিশনাল রেলওয়ে অফিসে। চিঠিতে তিনি লেখেন, পেটভরে কাঁঠাল খেয়ে ট্রেনে চেপে যাওয়ার সময় পেট ফেঁপে ওঠায় তিনি বাধ্য হয়ে স্টেশনের শৌচালয়ে যান। তিনি প্রশ্ন করেন, হাত দেখানো সত্বেও গার্ড কি দু'-এক মিনিটের জন্য ট্রেনটাকে দাঁড় করাতে পারতেন না ? এমনকি জনস্বার্থে ওই গার্ডের কাছ থেকে বড়সড় জরিমানা আদায়ের কথাও বলেন, না হলে সংবাদপত্রে সবকথা ফাঁস করে দেওয়ার হুমকি দেন। ইংরেজি ব্যাকরণগত ভুলে লেখা চিঠিটি তৎকালীন ব্রিটিশ সরকার যথেষ্ট গুরুত্বসহকারে...