Again Fibonacci Series and Python

I have already wrote a piece about generating Fibonacci series in BASH, here in my blog. But today I am gonna do some practice stuff with Python.

We all I guess know about Fibonacci. It is connected to nature through the golden ratio and the spirals. It is a very interesting series to learn or research deeply. However, I came to know that there is a day declared as “Fibonacci Day” which is every 23rd, November. But why?

Continue reading Again Fibonacci Series and Python

Prestressed Concrete Concepts and Classification

Prestressed Concrete: Prestressed concrete is a method for overcoming concrete’s natural weakness in tension. It can be used to produce beams, floors or bridges with a longer span than is practical with ordinary reinforced concrete. Continue reading Prestressed Concrete Concepts and Classification

An overview of the Design and Construction activities of the Maghbazar-Mouchak Inter-change (Flyover) Project

Introduction: Bangladesh has got its independence in 1971. 42 years have passed and its population is growing from 3.7642 billion to 7.0439 billion. We have improved our life style by urbanization and agricultural success with industrialization. But people of Bangladesh are city-centric. Continue reading An overview of the Design and Construction activities of the Maghbazar-Mouchak Inter-change (Flyover) Project

Draw an Involute Curve From a Given Circle

Drawing an Involute Curve is a tough one to draw. I will give you tips to draw easily. Involute is very important in Gear industry.

Continue reading Draw an Involute Curve From a Given Circle

Shell Script to Generate Fibonacci Series Iteratively and Recursively

By definition, the first two Fibonacci numbers are 0 and 1, and each subsequent number is the sum of the previous two. I will show you two shell script to generate Fibonacci series recursively and iteratively. Also you will get idea about the application of Fibonacci series/numbers. Continue reading Shell Script to Generate Fibonacci Series Iteratively and Recursively