I had to do a meeting in the morning so I missed breakfast and the keynote for today, but I made it in time for a talk titled "How Python is Behind the Science of the James Webb Space Telescope." The speaker works as an Associate Astronomer at the Space Telescope Science Institute in Baltimore.
He went through how the James Webb Space Telescope (JWST) uses a variety of programming languages during the development and operation of JWST, but Python is the language of choice for most of the science conducted with the telescope.
He talked about some the history of JWST and showed many of the cool images it has sent back and how Python is used to process the data.
I should have stayed for the next talk that was in the same room on PyScript - I really want to learn more about PyScript, but I knew there were going to be other talks on PyScript and I was hungry and wanted something to eat.
After lunch, I sat in on a talk by Dave Aronson titled: "Kill All Mutants! (Intro to Mutation Testing)." He's a funny guy. His talk was easily the most entertaining. Basically "mutation testing" is taking code and creating versions of it (mutants) with slight changes and seeing if the tests still pass. Because if they still pass it most likely means lax testing. So it not only tests code but importantly tests the quality of the tests.
I also spent some time in the Exhibit Hallway talking to some of the sponsors like Microsoft, Anaconda, and JetBrains.
In the afternoon, I sat in on talks like:
No comments:
Post a Comment