milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
Loading repository data…
itsmezain / repository
This repository contains my personal notes and learning journey in Data Science, stored in Jupyter Notebook format. It includes various topics such as Python, OOPs, Numpy, Pandas, data exploration, cleaning, visualization, machine learning algorithms, and deep learning techniques.
Welcome to The DataScience Notebook! ✨
A comprehensive collection of Data Science notes and resources organized in Jupyter Notebook (.ipynb) format. Whether you're a beginner looking to dive into the world of data science or an experienced practitioner seeking a reference guide, this repository has something for everyone.
Data Science is a multidisciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge and insights from structured and unstructured data. This notebook serves as a personal repository of knowledge, tips, and best practices in Data Science, aiming to help others learn and grow in their data science journey.
This section contains detailed notes on various topics in Data Science.
Before you begin, ensure you have met the following requirements:
Clone the Repository
git clone https://github.com/itsmezain/The-DataScience-Notebook.git
Navigate to the Directory
cd The-DataScience-Notebook
Install Dependencies
It's recommended to use a virtual environment.
pip install -r requirements.txt
Note: Ensure you have a requirements.txt file listing all necessary packages.
Open Jupyter Notebook
jupyter notebook
Navigate to the Desired Notebook
Browse through the folders and open any .ipynb file to get started.
Explore and Learn
Each notebook contains detailed explanations, code snippets, and examples to help you understand various Data Science concepts.
Contributions are welcome! If you have suggestions, improvements, or new notebooks to add, feel free to open an issue or submit a pull request.
Fork the Repository
Create a New Branch
git checkout -b feature/YourFeature
Commit Your Changes
git commit -m "Add YourFeature"
Push to the Branch
git push origin feature/YourFeature
Open a Pull Request
Feel free to reach out with any questions or feedback!
Happy Learning! 🚀
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
janblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
integrativebioinformatics /
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
laxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
StephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering