Posts

Amazon Rain Forest

Image
Amazon rainforest   The Amazon" and "Amazonia" redirect here. For the river, see   Amazon River . For other uses, see   Amazon   and   Amazonia (disambiguation) . Amazon rainforest Portuguese :  Floresta amazônica Spanish :  Selva amazónica Aerial view of the Amazon rainforest near  Manaus Map Map of the  Amazon rainforest ecoregions  as delineated by the  WWF  in dark green [1]  and the  Amazon drainage basin  in light green. Geography Location Bolivia ,  Brazil ,  Colombia ,  Ecuador ,  French Guiana  ( France ),  Guyana ,  Peru ,  Suriname , and  Venezuela Coordinates 3°S   60°W Area 5,500,000 km 2  (2,100,000 sq mi) The  Amazon rainforest ,   Amazon jungle [a]  or  Amazonia  is a  moist broadleaf   tropical rainforest  in the  Amazon biome  that covers most of the  Amazon basin  of South America. This basin encompasses 7,000,000 km 2  (2,700,000 sq mi), of which 5,500,000 km 2  (2,100,000 sq mi) are covered by the  rainforest . This region includes territory belongi

python

  What is Python Python  is a general purpose, dynamic,  high-level , and interpreted programming language. It supports Object Oriented programming approach to develop applications. It is simple and easy to learn and provides lots of high-level data structures. Python is  easy to learn  yet powerful and versatile scripting language, which makes it attractive for Application Development. Python's syntax and  dynamic typing  with its interpreted nature make it an ideal language for scripting and rapid application development. Python supports  multiple programming pattern , including object-oriented, imperative, and functional or procedural programming styles. Python is not intended to work in a particular area, such as web programming. That is why it is known as  multipurpose  programming language because it can be used with web, enterprise, 3D CAD, etc. We don't need to use data types to declare variable because it is  dynamically typed  so we can write a=10 to assign an integer