Additionnal resources @ Thomas Vuillaume, Maximilian Nöthe, Benson Muite | 2021-04-11T00:00:00Z | 3 minutes read | Update at 2021-04-11T00:00:00Z

Additionnal resources

Additionnal resources

You will find here additionnal resources that have been shared or discussed during the school.

Text editors

Comment in slack by @maxnoe:

First, there are three main different types of text editors:

  • Graphical Text Editors open a new graphical window
  • Terminal Text Editors run inside the terminal
  • Integrated Development Environments (IDEs)

Many people “more advanced” prefer the terminal based editors, because they are very accustomed to working in the terminal and they never need to leave the terminal when using a terminal based editor. However, most terminal based editors are not easy to use for beginners and if you are still struggling with getting to know the programming languages that is an additional hurdle you can avoid by using one of the modern graphical editors. IDEs are usually Graphical Text editors with many, many features concerning one or more programming languages and you can also mostly configure text editors with extensions to become IDEs.

Terminal based editors

Nano

Nano is a very simple terminal based editor that is easy to use, shows it’s help at the bottom, is installed on basically every unix system but for example doesn’t support many features for programming like syntax highlighting.

(neo)vim

(Neo)Vim is the text editor you saw me using in the lecture, it is hard to use for beginners, because it works very differently to other editors you might be used to. It is mode based and is very powerfull especially with lots of extensions.

Emacs

The other large, very extensible terminal text editor. Some people joke it has so many features that it is its own operating system, only lacking a good text editor.

Graphical Text Editors

There are lots, but currently I would just recommend you try out Microsoft’s Visual Studio Code (https://code.visualstudio.com/), or the open source builds of it without telemetry called VS Codium (https://vscodium.com/) Choosing a good text editor and learning how to efficiently work with it will dramatically ease your development. Several notebooks with analysis examples and an interface to launch the framework mentioned above, are available using executable platforms.

Readings

Data Science

Machine learning

Blogs

Youtube channels

Online courses

Libraries

  • 3ML - a multi-mission maximum likelihood framework that provides a common high-level interface and model definition, which allows for an easy, coherent and intuitive modeling of sources using all the available data, no matter their origin. shared by @kabartay issue #72
  • APLpy - a module aimed at producing publication-quality plots of astronomical imaging data in FITS format. shared by @kabartay issue #72
  • AstroML - a module for machine learning and data mining. It contains a growing library of statistical and machine learning routines for analyzing astronomical data in Python, loaders for several open astronomical datasets, and a large suite of examples of analyzing and visualizing astronomical datasets. shared by @kabartay issue #72
  • AstroNN - a library built on top of Tensorflow for machine learning in astronomy. shared by @bkmgit
  • PySINDY - a library to do regression fitting of differential equation parameters from data. shared by @bkmgit
  • SunPy - a package for solar physics. shared by @kabartay issue #72
  • SpecViz - a tool for visualization and quick-look analysis of 1D astronomical spectra. shared by @kabartay issue #72
  • Tensorly - a library to make Tensor operations for data science and machine learning easier to do. shared by @bkmgit

© 2021 - 2024 ESCAPE school 2021

Powered by Hugo with theme Dream.

avatar
School Program

The program of the school is devoted to project development for astrophysics, astroparticle physics & particle physics. The aim of the school is to provide theoretical and hands-on training on Data Science and Python development.

INDICO


escape-EU

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 824064 (ESCAPE, the European Science Cluster of Astronomy & Particle Physics ESFRI Research Infrastructures).

Code of Conduct - I

Our Pledge

In the interest of fostering an open and welcoming environment, we as organisers, attendants, students and instructors pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

Our Standards

Examples of behaviour that contributes to creating a positive environment include:

  • Using welcoming and inclusive language
  • Being respectful of differing viewpoints and experiences
  • Gracefully accepting constructive criticism
  • Focusing on what is best for the school and the community
  • Showing empathy towards others

Examples of unacceptable behaviour by participants include:

  • The use of sexualised language or imagery and unwelcome sexual attention or advances
  • Trolling, insulting/derogatory comments, and personal or political attacks
  • Public or private harassment
  • Publishing others' private information, such as a physical or electronic address, without explicit permission
  • Other conduct which could reasonably be considered inappropriate in a professional and academic setting

…continue in next column…

Attribution

This Code of Conduct is adapted from the Contributor Covenant.

Code of Conduct - II

Our Responsibilities

Organisers are responsible for clarifying acceptable behaviour standards and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behaviour.

Organisers have the right and responsibility to remove, edit, or reject comments, commits, code, changes, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any participant for other behaviours that they deem inappropriate, threatening, offensive, or harmful.

Scope

This Code of Conduct applies both within the school, project spaces, and public spaces when an individual represents the project or its community. Examples of representing a project or community include using an official project e-mail address, post via an official social media account, or act as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by the organisers.

Enforcement

Instances of abusive, harassing, or otherwise, unacceptable behaviour may be reported by contacting the organisers at escape_school@lapp.in2p3.fr.

All complaints will be reviewed and investigated and will result in a deemed necessary and appropriate response to the circumstances. The organisers' team is obligated to maintain confidentiality concerning the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Instructors and organisers team members who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.

Social Links
licence CC BY-NC-SA 4.0
For more details on the rights and licenses, please go to the GitHub repo of the School