Hi there,
I just finished the Orion Constellation project. Any constructive feedback would be welcome.
http://localhost:8888/notebooks/Downloads/orion-constellation-2/slah.ipynb
tgrtim
November 2, 2020, 1:57pm
2
Hi @data2602610634 .
Currently your link is inaccessible to others as it points to the local machine. Please consider uploading it to github or a similar hosting repository if you want to make it accessible to other people.
Please give feedback on my project below:
Constellation_codeacademy
#!/usr/bin/env python
# coding: utf-8
# ## Project: Visualizing the Orion Constellation
#
# In this project you are Dr. Jillian Bellovary, a real-life astronomer for the Hayden Planetarium at the American Museum of Natural History. As an astronomer, part of your job is to study the stars. You've recently become interested in the constellation Orion, a collection of stars that appear in our night sky and form the shape of [Orion](https://en.wikipedia.org/wiki/Orion_(constellation)), a warrior God from ancient Greek mythology.
#
# As a researcher on the Hayden Planetarium team, you are in charge of visualizing the Orion constellation in 3D using the Matplotlib function `.scatter()`. To learn more about the `.scatter()` you can see the Matplotlib documentation [here](https://matplotlib.org/api/_as_gen/matplotlib.pyplot.scatter.html).
#
# You will create a rotate-able visualization of the position of the Orion's stars and get a better sense of their actual positions. To achieve this, you will be mapping real data from outer space that maps the position of the stars in the sky
This file has been truncated. show original