Skip to content

mohamedayoub97/Mohamed-ayoub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Data Science Tools and Ecosystem

Introduction

This repository contains a Jupyter Notebook that summarizes various tools and components of the Data Science ecosystem. The notebook highlights the popular programming languages, commonly used libraries, and essential tools that Data Scientists rely on for their work.

Popular Languages in Data Science

Data Scientists use a range of programming languages to analyze data and build predictive models. Some of the most widely used languages include:

  • Python 🐍
  • R πŸ“Š
  • Julia πŸš€
  • Java β˜•
  • SQL (Structured Query Language) πŸ—„οΈ
  • JavaScript 🌐
  • Scala πŸš€
  • C/C++ πŸ› οΈ
  • Swift 🍎
  • Go (Golang) πŸš…
  • MATLAB πŸ”’
  • SAS πŸ“Š

Commonly Used Libraries

To handle data, visualize trends, and develop machine learning models, Data Scientists often utilize specific libraries. Some of the most commonly used libraries are:

  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • Scikit-learn
  • Keras
  • TensorFlow
  • PyTorch
  • Apache Spark
  • ggplot2

Essential Data Science Tools

Data Scientists rely on various tools to create and manage data science projects. Some of these tools include:

  • Anaconda
  • Jupyter Notebooks
  • RStudio
  • Spyder
  • Apache Zeppelin

Examples of Python Arithmetic Expressions

The notebook also includes examples of basic arithmetic operations in Python:

  1. Multiplying and Adding Integers
    # This is a simple arithmetic expression to multiply then add integers
    (3 * 4) + 5

Result: 17 Converting Minutes to Hours python

This will convert 200 minutes to hours by dividing by 60

200 / 60 Result: Copy code 3.3333333333333335

Objectives

The main objectives of this notebook are :

  1. To list popular languages used in Data Science.
  2. To highlight commonly used libraries in Data Science.
  3. To demonstrate the creation and sharing of a Jupyter Notebook.
  4. To evaluate simple arithmetic expressions in Python.

Author

Mohamed Ayoub Essalami 😊

About

Data Science Ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published