Data-science-project-1-BLS-Coders-

๐Ÿ“Š Data Science Project 1 โ€“ BLS Coders

Welcome to the first project in our Data Science learning journey! This repository is part of the BLS Coders series, and it focuses on building a strong foundation in environment setup using the Conda ecosystem, including tools like Anaconda, Jupyter Notebook, and JupyterLab.


๐Ÿš€ Project Objective

This project helps you understand and configure a reproducible Python environment for data science tasks. It covers:


๐Ÿ› ๏ธ Tools & Technologies


๐Ÿ“ฆ Key Concepts Covered

โœ… Installing Anaconda

๐Ÿ”„ Anaconda vs Miniconda

๐Ÿงช Conda Workflow

๐Ÿ“ Using Anaconda Navigator

๐Ÿ““ Jupyter Notebook vs JupyterLab

Feature Jupyter Notebook JupyterLab
Interface Single document Multi-tab/panel
Customization Limited Extensive
Use Case Tutorials/Quick Full workflows

๐Ÿ“‚ Folder Structure

โ”œโ”€โ”€ environment/
โ”‚   โ””โ”€โ”€ conda_setup.md         # Environment setup instructions
โ”œโ”€โ”€ notebooks/
โ”‚   โ””โ”€โ”€ sample_notebook.ipynb  # JupyterLab starter notebook
โ”œโ”€โ”€ data/                      # (Optional) Raw or sample data files
โ”œโ”€โ”€ README.md

๐Ÿ“ How to Use This Repo

  1. Clone the repo

    git clone https://github.com/Krushna-Chandra/Data-science-project-1-BLS-Coders-.git
    cd Data-science-project-1-BLS-Coders-
    
  2. Install Anaconda or Miniconda Follow the steps in environment/conda_setup.md or the main notebook.

  3. Create and activate a new environment

    conda create -n ds_env python=3.11
    conda activate ds_env
    
  4. Install essential packages

    conda install -c conda-forge numpy pandas jupyterlab
    
  5. Launch JupyterLab

    jupyter lab
    

๐Ÿ“š Learning Outcome

By completing this setup and project, you will:


๐Ÿ™Œ Contributing

Pull requests are welcome. If you find a typo or want to add improvements, feel free to contribute.


๐Ÿง‘โ€๐Ÿ’ป Author

Krushna Chandra Bindhani B.Tech (CSE), Final Year | Aspiring Data Scientist GitHub | LinkedIn


๐Ÿ“„ License

This project is open source and available under the MIT License.