Ubuntu was used to detect Gravitational waves at LIGO's experiment

Posted by: admin 6 days, 3 hours ago (Comments) Laser Interferometer Gravitational-Wave Observatory (LIGO) is a large-scale physics experiment to detect gravitational waves. LIGO is a joint project between scientists at MIT, Caltech, and many other colleges and universities. Scientists involved in the project and the analysis of the data for gravitational-wave astronomy are organised by the LIGO […]

Read More

Django: Run Multiple Update Queries Faster with Database transaction

Posted by: admin 3 days, 22 hours ago (Comments) Django’s default behaviour is to run autocommit mode. Each query is immediately committed to the database unless a transaction is active. Django provides a single API to control database transactions. atomic allows us to create a block of code or a function within which the atomicity of the database is guaranteed. If […]

Read More

Descriptive Statistics using Python

Descriptive Statistics After data collection, most Psychology researchers use different ways to summarise the data. In this tutorial we will learn how to do descriptive statistics in Python. Python, being a programming language, enables us  many ways to carry out descriptive statistics. Pandas makes data manipulation and summary statistics quite similar to how you would […]

Read More

Electron Release Manager

Recently we released a new version of our Rodeo, our data science IDE. In the past this meant our users would have to go to our homepage, click on the Rodeo page, download Rodeo again, and then reinstall it. But luckily this is no longer the case! As of the v1.1 release, we’re officially supporting […]

Read More