Python News: What's New From July 2022 :

Python News: What's New From July 2022
by:
blow post content copied from  Real Python
click here to view original post


In July 2022, Python reached for the stars, playing a key role in processing data from the James Webb Space Telescope. After two years of virtual conferences, EuroPython 2022 took place in Dublin, Ireland. Anaconda celebrated its tenth birthday, and Flask achieved a major milestone on GitHub.

Two new pre-release versions of Python 3.11 were released, with 3.11.0b5 representing the final beta version. Meanwhile, the Python Package Index (PyPI) introduced a two-factor authentication requirement for maintainers of critical projects. Finally, RStudio is changing its name and has released Shiny for Python.

Extra, extra! Read all about the exciting Python news from the past month!

Python Goes to Space

Well, perhaps it’s more accurate to say that Python brought space down to Earth. The James Webb Space Telescope (JWST) made headlines worldwide when NASA and U.S. President Joe Biden unveiled its first images. The full gallery is visually spectacular and scientifically groundbreaking, as it’s full of the deepest infrared images of the universe yet.

This work was made possible by Python. As Dr. Patrick Kavanagh, researcher and Mid-Infrared Instrument (MIRI) software developer for the Dublin Institute for Advanced Studies, said in his talk at EuroPython 2022:

Ninety percent—or more, probably—of the analysis tools, the simulators, and so on were developed in Python […] and use Python. (Source)

For example, the JWST Science Calibration Pipeline runs on Python with some C plugins for speed. Webb’s images are processed as NumPy arrays, and data scientists at the Space Telescope Science Institute rely on SciPy and Jupyter notebooks, as well as the institute’s own AstroConda channel.

If you’d like to try your hand at working with astronomical data, then you’re in luck! Webb’s data is freely available, and you can prepare to get out of this world in three steps:

  1. Create a virtualenv or conda environment.
  2. Activate your environment.
  3. Install the jwst package using pip.

Now you’re just about ready to play. But before you blast off, you’ll need to download raw data from Barbara A. Mikulski Archive for Space Telescopes (MAST). There’s a ton of data, and it can be complicated to get what you want. Luckily, AstroExploring has a how-to blog and video to help you out.

To learn more about Python’s role in this new frontier, check out Python and the James Webb Space Telescope from the Talk Python to Me podcast. Be sure to share your astronomical discoveries in the comments below!

Dublin Hosts EuroPython 2022

Read the full article at https://realpython.com/python-news-july-2022/ »


[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]


August 08, 2022 at 07:30PM
Click here for more details...

=============================
The original post is available in Real Python by
this post has been published as it is through automation. Automation script brings all the top bloggers post under a single umbrella.
The purpose of this blog, Follow the top Salesforce bloggers and collect all blogs in a single place through automation.
============================

Salesforce