Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.4 KB

readme.md

File metadata and controls

44 lines (30 loc) · 1.4 KB

Python Data Science Repository

DS_Python

This repository contains Colab Notebooks covering essential Python topics for data science, including NumPy, Matplotlib, Pandas, and basic Python concepts.

colab_favicon_256px

📂 Contents

1. 🐍_Python_Getting_Started.ipynb

  • Introduction to Python basics
  • Data types, variables, and operators
  • Control structures (loops, conditions)

2. python_basics.ipynb

  • Recursion and its applications
  • Factorial and Fibonacci series implementations
  • String operations and file handling

3. NumPY.ipynb

  • Basics of NumPy
  • Creating and manipulating arrays
  • NumPy functions for mathematical operations

4. Matplotlib_Visualization_with_Python.ipynb

  • Introduction to Matplotlib for data visualization
  • Line plots, scatter plots, bar charts, and histograms
  • Customizing plots and using subplots

5. 🐼_Python_Pandas.ipynb

  • Introduction to Pandas for data manipulation
  • Creating and modifying DataFrames
  • Data cleaning and analysis techniques

📌 MADE WITH ❤️ BY LOVNISH VERMA

🔥 Contributing

Feel free to fork the repo and submit pull requests to improve the colab notebooks!

📜 License

This repository is open-source and available under the MIT License.