Data Analytics Tools Spreadsheets, query languages, and data visualization tools are all a big part of a data analyst’s job. In this part of the course, we will learn the basic concepts to use them for data analysis. Learning Objectives Let’s learn Spreadsheet .. In the spirit of lifelong learning, it is good to have resources to turn to when…
Category: Technical
Foundation Course Module 2 : The wonderful world of data
In this part of the course, we will learn about the data life cycle and data analysis process. They are both relevant to our work in this program and on the job. We will also be introduced to applications that help guide data through the data analysis process. Module 2 Learning Objectives Variations of the data life cycle You have…
Foundation Course Module 1: Introduction of data analytics and analytical thinking
Concept Even though I already have some knowledge and experience in Data Analytics using Python, Pandas, Seaborn etc I wanted to take this certification out of curiosity and to learn something new. I am not going to go into the debate of Python vs R and which one is better. Rather, I will only focus on this course and its…
Importance of asking SMART questions in Data Analysis
Creating SMART questions about your datasets is crucial for several reasons. SMART is an acronym that stands for Specific, Measurable, Achievable, Relevant, and Time-bound. Here’s why each aspect is important and how these questions benefit your work as a data professional: Importance of Creating SMART Questions: Benefits of SMART Questions for Data Professionals: In summary, SMART questions help to create…
Sample Data Analyst Resume Guide and Tips
Writing a resume for a junior-level data analyst role involves highlighting your education, relevant skills, projects, and any experience that showcases your ability to analyse data. Here’s a step-by-step guide to help you create a compelling resume: 1. Contact Information At the top of your resume, include your: 2. Professional Summary Write a brief summary (2-3 sentences) that highlights your…
Best Free Data Analysis Courses Online
Disclaimer: I am not affiliated with any of the links I am providing here. My goal for this post is to gather the resources under the same page so it can be helpful for people who like to learn. Also, any free course now can be found behind a paywall, and that’s totally up to the provider’s discretion. But I…
AWS Free Tier Explained
AWS Free Tier can be used for anything you want to run in the cloud, such as launching new applications, testing existing applications in the cloud, or simply getting hands-on experience with AWS. The AWS Free Tier is offered across 100-plus services and allows you to get hands-on experience with AWS services such as Amazon EC2, Amazon S3, and Amazon…
AWS Cloud Practitioner (CLF-C02) Exam preparation
Introduction This article will explore all the free resources out there to prepare for AWS Cloud Practitioner exam. Will dive as deep as possible to understand and learn all the concepts of AWS. Main goal is not pass the exam but have a deeper understanding of all the AWS services so it can help us to pass this CLF-C02 exam.…
What is AI and how they work? A simple guide
Artificial Intelligence (AI) is a branch of computer science that aims to create machines capable of performing tasks that typically require human intelligence. These tasks include understanding natural language, recognising patterns, solving problems, and making decisions. AI systems are designed to learn from experience, adapt to new information, and perform human-like activities. How Does AI Work? AI systems work by…
How to deploy a Python Flask App with NGINX and Gunicorn
Preface Deploying a Flask web application is an essential step in making your project accessible to users worldwide. This blog post will guide you through the process of deploying a Flask app with NGINX and Gunicorn using python3 virtual environments (venv), Supervisor for process management, custom DNS for domain configuration, and Git for version control. While the steps may involve…