How Much Do You Know About Nikola Tesla?

Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.


Explore how Teslaโ€™s groundbreaking ideas continue to shape modern energy solutions, from batteries and fuel cells to solar, wind, and hydropower innovations.

Teslaโ€™s Influence on Data Science and Machine Learning

Discover how Teslaโ€™s pioneering work in electricity influenced the development of modern battery technology, from lithium-ion to solid-state advancements.

Teslaโ€™s Influence on Modern Electronics: A Legacy of Innovation

Learn how Teslaโ€™s research on energy transmission and efficiency helped lay the groundwork for todayโ€™s hydrogen fuel cells and their role in sustainable power.

Nikola Teslaโ€™s Unfinished Projects and Lost Inventions

Explore how Teslaโ€™s theories on harnessing cosmic and solar energy inspired modern photovoltaic technology and the rise of solar energy solutions.

Teslaโ€™s Influence on Modern Technology

Discover how Teslaโ€™s pioneering work in electricity influenced the development of modern battery technology, from lithium-ion to solid-state advancements.

Teslaโ€™s Inventions, Unfinished Projects, and Future Predictions

Learn how Teslaโ€™s research on energy transmission and efficiency helped lay the groundwork for todayโ€™s hydrogen fuel cells and their role in sustainable power.

Teslaโ€™s Impact on Modern Technology

Explore how Teslaโ€™s theories on harnessing cosmic and solar energy inspired modern photovoltaic technology and the rise of solar energy solutions. Teslaโ€™s Impact on Modern Technology

ARRAYS (CONT)

How to install NUMPY

# Load numpy with the alias "np"
import numpy as np
# Load numpy with the alias "np"
import numpy as np

Python Code

ist1 = [10, 20, 30, 40]
array1 = np.array(list1)
print(array1)
print(type(array1))]