Blog

A Blog - share thoughts, information and knowledge


A blog is an online platform for individuals and organizations to share regular updates and content on various topics..

Data Science - NumPy Crash Course
By Brian Jing   |   16 February, 2024

This blog is a crash course of the NumPy (“Numerical Python”) Python package, which contains a multitude of functions for mathematical computing that are useful in data science.
more..


Mathematics- Unveiling the Crucial Role of Mathematics in Robotics
By Pragna Patlola   |   26 January, 2024

Robotics, the field that seamlessly blends hardware and software to create intelligent machines, owes a significant debt to mathematics.
more..


Data Science - Working with Data
By Brian Jing   |   26 December, 2023

The fundamental concept of data science is data; without data, there is no data science. Working with data is a prerequisite for starting your data science project, and in this blog, I will be covering three large steps in the process of data science that involve working with data, with examples using the R programming language.
more..


Data Science - Common Modeling Techniques in R
By Brian Jing   |   19 November, 2023

The model-building aspect of the data science workflow by explaining common data modeling techniques, with more examples using R in RStudio
more..


Introduction (Part 2) - Python
By Anirudh Boppana   |   12 October, 2023

Control flow and conditional statements are fundamental concepts in programming. They allow you to control the flow of your program's execution based on certain conditions. You can achieve this using if-else statements, while and for loops, and nested conditionals. In this blog post, we will explore these concepts in detail and understand how they can be applied to make your programs more purposeful.
more..


The Basics of Astronomy
By Arjun Reddy   |   5 September, 2023

Whats is Astronomy? In simple terms, astronomy is the study of everything beyond our planet whether that be space, stars, planets, or the universe. This expanding field of science pushes our knowledge further and further past the boundaries of our imaginations.
more..


AI/ML - Amazon Comprehend
By Pranav Patlola   |   15 August, 2023

Document Processing and Natural Language In the fast-evolving world of Artificial Intelligence and Machine Learning, Document Processing (DP) and Natural Language Processing (NLP) has emerged as a revolutionary technology that allows machines to comprehend and analyze human language.
more..


Robotics In Space - Extending Satellite Lifespans and Tackling the Space Junk Problem
By Pranav Patlola   |   22 July, 2023

The vast expanse of space has become an important platform for human endeavors, and satellites play a crucial role in our daily lives. From enabling seamless communications to facilitating remote sensing and research.
more..


Introduction - Rocketry
By Vishruth Satuloori   |   15 June, 2023

The shots of rockets launching off the ground bring with it many questions. How does it launch? How can such a large vehicle possibly have enough power to get out of Earth’s gravitational pull? How does such a large object remain stable?
more..


Introduction - Python
By Anirudh Boppana   |   8 May, 2023

Welcome to the world of Python programming! Whether you're a novice or an experienced developer, Python's user-friendly syntax and extensive capabilities make it an excellent choice for a wide range of projects. Its flexibility and abundant libraries empower developers to tackle tasks ranging from web development to data analysis and machine learning.
more..


Workflow - The Data Science
By Brian Jing   |   1 March, 2023

Regarded as the “sexiest job of the 21st century,” data science is one of the fastest-growing career paths and branches of computer science; its guarantee of a six-figure salary alongside its vitality for companies’ growth makes it an incredibly appealing field.1 Typically
more..