Data Science Jupyter Notebooks
12.7K subscribers
331 photos
50 videos
9 files
1.17K links
Explore the world of Data Science through Jupyter Notebooksโ€”insights, tutorials, and tools to boost your data journey. Code, analyze, and visualize smarter with every post.
Download Telegram
๐Ÿ”ฅ Trending Repository: slime

๐Ÿ“ Description: slime is an LLM post-training framework for RL Scaling.

๐Ÿ”— Repository URL: https://github.com/THUDM/slime

๐ŸŒ Website: https://thudm.github.io/slime

๐Ÿ“– Readme: https://github.com/THUDM/slime#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 4K stars
๐Ÿ‘€ Watchers: 16
๐Ÿด Forks: 523 forks

๐Ÿ’ป Programming Languages: Python - Shell

๐Ÿท๏ธ Related Topics: Not available

==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค2
๐Ÿ”ฅ Trending Repository: DebugSwift

๐Ÿ“ Description: A toolkit to make debugging iOS applications easier ๐Ÿš€

๐Ÿ”— Repository URL: https://github.com/DebugSwift/DebugSwift

๐Ÿ“– Readme: https://github.com/DebugSwift/DebugSwift#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 1.3K stars
๐Ÿ‘€ Watchers: 7
๐Ÿด Forks: 118 forks

๐Ÿ’ป Programming Languages: Swift

๐Ÿท๏ธ Related Topics:
#debugger #swift #debugging #ui #networking #log #analytics #analysis #view #cocoapods #sandbox #uikit #debug #performance_analysis #crashlytics #hacktoberfest #leak_detection #logs_analysis #layout_debugger #swift6


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค3
SQL ๐—ข๐—ฟ๐—ฑ๐—ฒ๐—ฟ ๐—ข๐—ณ ๐—˜๐˜…๐—ฒ๐—ฐ๐˜‚๐˜๐—ถ๐—ผ๐—ป

1 โ†’ FROM (Tables selected).
2 โ†’ WHERE (Filters applied).
3 โ†’ GROUP BY (Rows grouped).
4 โ†’ HAVING (Filter on grouped data).
5 โ†’ SELECT (Columns selected).
6 โ†’ ORDER BY (Sort the data).
7 โ†’ LIMIT (Restrict number of rows).

๐—–๐—ผ๐—บ๐—บ๐—ผ๐—ป ๐—ค๐˜‚๐—ฒ๐—ฟ๐—ถ๐—ฒ๐˜€ ๐—ง๐—ผ ๐—ฃ๐—ฟ๐—ฎ๐—ฐ๐˜๐—ถ๐—ฐ๐—ฒ โ†“

โ†ฌ Find the second-highest salary:

SELECT MAX(Salary) FROM Employees WHERE Salary < (SELECT MAX(Salary) FROM Employees);

โ†ฌ Find duplicate records:

SELECT Name, COUNT(*)
FROM Emp
GROUP BY Name
HAVING COUNT(*) > 1;


https://t.iss.one/DataScienceM
โค1๐Ÿ”ฅ1
๐Ÿ”ฅ Trending Repository: zvec

๐Ÿ“ Description: A lightweight, lightning-fast, in-process vector database

๐Ÿ”— Repository URL: https://github.com/alibaba/zvec

๐ŸŒ Website: https://zvec.org/en/

๐Ÿ“– Readme: https://github.com/alibaba/zvec#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 967 stars
๐Ÿ‘€ Watchers: 4
๐Ÿด Forks: 56 forks

๐Ÿ’ป Programming Languages: C++ - SWIG - Python - C - CMake - ANTLR

๐Ÿท๏ธ Related Topics:
#embedded_database #rag #vector_search #ann_search #vectordb


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: wifi-densepose

๐Ÿ“ Description: Production-ready implementation of InvisPose - a revolutionary WiFi-based dense human pose estimation system that enables real-time full-body tracking through walls using commodity mesh routers

๐Ÿ”— Repository URL: https://github.com/ruvnet/wifi-densepose

๐Ÿ“– Readme: https://github.com/ruvnet/wifi-densepose#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 6K stars
๐Ÿ‘€ Watchers: 39
๐Ÿด Forks: 544 forks

๐Ÿ’ป Programming Languages: Python - Rust - JavaScript - Shell - HTML - CSS

๐Ÿท๏ธ Related Topics: Not available

==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: unstract

๐Ÿ“ Description: No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents

๐Ÿ”— Repository URL: https://github.com/Zipstack/unstract

๐ŸŒ Website: https://unstract.com

๐Ÿ“– Readme: https://github.com/Zipstack/unstract#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 6.2K stars
๐Ÿ‘€ Watchers: 46
๐Ÿด Forks: 588 forks

๐Ÿ’ป Programming Languages: Python - JavaScript - Shell - CSS

๐Ÿท๏ธ Related Topics:
#unstructured_data #etl_pipeline #llm_platform


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: letta-code

๐Ÿ“ Description: The memory-first coding agent

๐Ÿ”— Repository URL: https://github.com/letta-ai/letta-code

๐ŸŒ Website: https://docs.letta.com/letta-code

๐Ÿ“– Readme: https://github.com/letta-ai/letta-code#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 1.1K stars
๐Ÿ‘€ Watchers: 7
๐Ÿด Forks: 133 forks

๐Ÿ’ป Programming Languages: TypeScript

๐Ÿท๏ธ Related Topics: Not available

==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: ruby

๐Ÿ“ Description: The Ruby Programming Language

๐Ÿ”— Repository URL: https://github.com/ruby/ruby

๐ŸŒ Website: https://www.ruby-lang.org/

๐Ÿ“– Readme: https://github.com/ruby/ruby#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 23.3K stars
๐Ÿ‘€ Watchers: 1.1k
๐Ÿด Forks: 5.6K forks

๐Ÿ’ป Programming Languages: Ruby - C - Rust - C++ - Yacc - HTML

๐Ÿท๏ธ Related Topics:
#ruby #c #language #programming_language #rust #jit #object_oriented #ruby_language


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค1
๐Ÿ”ฅ Trending Repository: gogcli

๐Ÿ“ Description: Google Suite CLI: Gmail, GCal, GDrive, GContacts.

๐Ÿ”— Repository URL: https://github.com/steipete/gogcli

๐ŸŒ Website: https://gogcli.sh

๐Ÿ“– Readme: https://github.com/steipete/gogcli#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 2.7K stars
๐Ÿ‘€ Watchers: 19
๐Ÿด Forks: 242 forks

๐Ÿ’ป Programming Languages: Go - HTML - Shell

๐Ÿท๏ธ Related Topics:
#google #gmail #gdrive #gcal #gcontacts


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: moonshine

๐Ÿ“ Description: Fast and accurate automatic speech recognition (ASR) for edge devices

๐Ÿ”— Repository URL: https://github.com/moonshine-ai/moonshine

๐Ÿ“– Readme: https://github.com/moonshine-ai/moonshine#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 3.6K stars
๐Ÿ‘€ Watchers: 43
๐Ÿด Forks: 175 forks

๐Ÿ’ป Programming Languages: C - C++ - Python - Swift - Java - Jupyter Notebook

๐Ÿท๏ธ Related Topics: Not available

==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: brave-browser

๐Ÿ“ Description: Brave browser for Android, iOS, Linux, macOS, Windows.

๐Ÿ”— Repository URL: https://github.com/brave/brave-browser

๐ŸŒ Website: https://brave.com

๐Ÿ“– Readme: https://github.com/brave/brave-browser#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 21.5K stars
๐Ÿ‘€ Watchers: 388
๐Ÿด Forks: 3K forks

๐Ÿ’ป Programming Languages: Not available

๐Ÿท๏ธ Related Topics:
#windows #macos #linux #browser #chromium #brave


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค1
๐Ÿš€ Master Data Science & Programming!

Unlock your potential with this curated list of Telegram channels. Whether you need books, datasets, interview prep, or project ideas, we have the perfect resource for you. Join the community today!


๐Ÿ”ฐ Machine Learning with Python
Learn Machine Learning with hands-on Python tutorials, real-world code examples, and clear explanations for researchers and developers.
https://t.iss.one/CodeProgrammer

๐Ÿ”– Machine Learning
Machine learning insights, practical tutorials, and clear explanations for beginners and aspiring data scientists. Follow the channel for models, algorithms, coding guides, and real-world ML applications.
https://t.iss.one/DataScienceM

๐Ÿง  Code With Python
This channel delivers clear, practical content for developers, covering Python, Django, Data Structures, Algorithms, and DSA โ€“ perfect for learning, coding, and mastering key programming skills.
https://t.iss.one/DataScience4

๐ŸŽฏ PyData Careers | Quiz
Python Data Science jobs, interview tips, and career insights for aspiring professionals.
https://t.iss.one/DataScienceQ

๐Ÿ’พ Kaggle Data Hub
Your go-to hub for Kaggle datasets โ€“ explore, analyze, and leverage data for Machine Learning and Data Science projects.
https://t.iss.one/datasets1

๐Ÿง‘โ€๐ŸŽ“ Udemy Coupons | Courses
The first channel in Telegram that offers free Udemy coupons
https://t.iss.one/DataScienceC

๐Ÿ˜€ ML Research Hub
Advancing research in Machine Learning โ€“ practical insights, tools, and techniques for researchers.
https://t.iss.one/DataScienceT

๐Ÿ’ฌ Data Science Chat
An active community group for discussing data challenges and networking with peers.
https://t.iss.one/DataScience9

๐Ÿ Python Arab| ุจุงูŠุซูˆู† ุนุฑุจูŠ
The largest Arabic-speaking group for Python developers to share knowledge and help.
https://t.iss.one/PythonArab

๐Ÿ–Š Data Science Jupyter Notebooks
Explore the world of Data Science through Jupyter Notebooksโ€”insights, tutorials, and tools to boost your data journey. Code, analyze, and visualize smarter with every post.
https://t.iss.one/DataScienceN

๐Ÿ“บ Free Online Courses | Videos
Free online courses covering data science, machine learning, analytics, programming, and essential skills for learners.
https://t.iss.one/DataScienceV

๐Ÿ“ˆ Data Analytics
Dive into the world of Data Analytics โ€“ uncover insights, explore trends, and master data-driven decision making.
https://t.iss.one/DataAnalyticsX

๐ŸŽง Learn Python Hub
Master Python with step-by-step courses โ€“ from basics to advanced projects and practical applications.
https://t.iss.one/Python53

โญ๏ธ Research Papers
Professional Academic Writing & Simulation Services
https://t.iss.one/DataScienceY

โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
Admin: @HusseinSheikho
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2
๐Ÿ”ฅ Trending Repository: claude-pilot

๐Ÿ“ Description: Claude Code is powerful. Pilot makes it reliable. Start a task, grab a coffee, come back to production-grade code. Tests enforced. Context preserved. Quality automated.

๐Ÿ”— Repository URL: https://github.com/maxritter/claude-pilot

๐ŸŒ Website: https://claude-pilot.com

๐Ÿ“– Readme: https://github.com/maxritter/claude-pilot#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 1.1K stars
๐Ÿ‘€ Watchers: 17
๐Ÿด Forks: 84 forks

๐Ÿ’ป Programming Languages: TypeScript - Python - JavaScript - Shell - HTML - CSS

๐Ÿท๏ธ Related Topics:
#mcp #software_engineering #ai_agents #claude #ai_engineering #ai_assistant #ai_tools #anthropic #claude_ai #anthropic_claude #ai_coding_tools #ai_coding #model_context_protocol #claude_code #claudecode #spec_driven_development #claude_skills #claude_context #claude_mem


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: seerr

๐Ÿ“ Description: Open-source media request and discovery manager for Jellyfin, Plex, and Emby.

๐Ÿ”— Repository URL: https://github.com/seerr-team/seerr

๐ŸŒ Website: https://docs.seerr.dev

๐Ÿ“– Readme: https://github.com/seerr-team/seerr#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 8.9K stars
๐Ÿ‘€ Watchers: 39
๐Ÿด Forks: 592 forks

๐Ÿ’ป Programming Languages: TypeScript - JavaScript - CSS - Pug - Go Template - HTML

๐Ÿท๏ธ Related Topics:
#notifications #docker #nzb #movie #sonarr #plex #tv #emby #radarr #jellyfin


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: hummingbot

๐Ÿ“ Description: Open source software that helps you create and deploy high-frequency crypto trading bots

๐Ÿ”— Repository URL: https://github.com/hummingbot/hummingbot

๐ŸŒ Website: https://hummingbot.org

๐Ÿ“– Readme: https://github.com/hummingbot/hummingbot#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 16.2K stars
๐Ÿ‘€ Watchers: 188
๐Ÿด Forks: 4.4K forks

๐Ÿ’ป Programming Languages: Python - Cython - C++ - Shell - Makefile - Dockerfile

๐Ÿท๏ธ Related Topics:
#python #bot #docker #crypto #bitcoin #trading #cython #ethereum #cryptocurrency #algotrading #hft #arbitrage #dex #orderbook #backtesting #marketmaking


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: opencti

๐Ÿ“ Description: Open Cyber Threat Intelligence Platform

๐Ÿ”— Repository URL: https://github.com/OpenCTI-Platform/opencti

๐ŸŒ Website: https://opencti.io

๐Ÿ“– Readme: https://github.com/OpenCTI-Platform/opencti#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 8.2K stars
๐Ÿ‘€ Watchers: 147
๐Ÿด Forks: 1.2K forks

๐Ÿ’ป Programming Languages: TypeScript - JavaScript - Python - HTML - CSS - Shell

๐Ÿท๏ธ Related Topics:
#security #intelligence #osint #cybersecurity #cti #cyber #threat_intelligence


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค1
๐Ÿ”ฅ Trending Repository: summarize

๐Ÿ“ Description: Point at any URL/YouTube/Podcast or file. Get the gist. CLI and Chrome Extension.

๐Ÿ”— Repository URL: https://github.com/steipete/summarize

๐ŸŒ Website: https://summarize.sh

๐Ÿ“– Readme: https://github.com/steipete/summarize#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 3.2K stars
๐Ÿ‘€ Watchers: 14
๐Ÿด Forks: 213 forks

๐Ÿ’ป Programming Languages: TypeScript - CSS

๐Ÿท๏ธ Related Topics:
#cli #typescript #ai #summarize


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค2
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ”– An excellent resource for learning about neural networks

We're sharing a cool resource for learning about neural networks, offering clear, step-by-step instruction with dynamic visualizations and easy-to-understand explanations.

In addition, you'll find many other useful materials on machine learning on the site.

Find and use it โ€” https://mlu-explain.github.io/neural-networks/

tags: #AI #ML #PYTHON

โžก @CODEPROGRAMMER
Please open Telegram to view this post
VIEW IN TELEGRAM
Roadmap to Master Data Science in 60 Days! ๐Ÿ“Š๐Ÿค–

๐Ÿ“… Week 1โ€“2: Python & Data Handling Basics
- Day 1โ€“5: Python fundamentals โ€” variables, loops, functions, lists, dictionaries
- Day 6โ€“10: NumPy & Pandas โ€” arrays, data cleaning, filtering, data manipulation

๐Ÿ“… Week 3โ€“4: Data Analysis & Visualization
- Day 11โ€“15: Data analysis โ€” EDA (Exploratory Data Analysis), statistics basics, data preprocessing
- Day 16โ€“20: Data visualization โ€” Matplotlib, Seaborn, charts, dashboards, storytelling with data

๐Ÿ“… Week 5โ€“6: Machine Learning Fundamentals
- Day 21โ€“25: ML concepts โ€” supervised vs unsupervised learning, regression, classification
- Day 26โ€“30: ML algorithms โ€” Linear Regression, Logistic Regression, Decision Trees, KNN

๐Ÿ“… Week 7โ€“8: Advanced ML & Model Building
- Day 31โ€“35: Model evaluation โ€” train/test split, cross-validation, accuracy, precision, recall
- Day 36โ€“40: Scikit-learn, feature engineering, model tuning, clustering (K-Means)

๐Ÿ“… Week 9: SQL & Real-World Data Skills
- Day 41โ€“45: SQL โ€” SELECT, WHERE, JOIN, GROUP BY, subqueries
- Day 46โ€“50: Working with real datasets, Kaggle practice, data pipelines basics

๐Ÿ“… Final Days: Projects + Deployment
- Day 51โ€“60:
โ€“ Build 2โ€“3 projects (sales prediction, customer segmentation, recommendation system)
โ€“ Create portfolio on GitHub
โ€“ Learn basics of model deployment (Streamlit/Flask)
โ€“ Prepare for data science interviews

โญ Bonus Tip: Focus more on projects than theory โ€” companies hire for practical skills.



https://t.iss.one/DataScienceM
โค3
๐Ÿ”ฅ Trending Repository: qwen-code

๐Ÿ“ Description: An open-source AI agent that lives in your terminal.

๐Ÿ”— Repository URL: https://github.com/QwenLM/qwen-code

๐ŸŒ Website: https://qwenlm.github.io/qwen-code-docs/en/users/overview

๐Ÿ“– Readme: https://github.com/QwenLM/qwen-code#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 18.6K stars
๐Ÿ‘€ Watchers: 107
๐Ÿด Forks: 1.6K forks

๐Ÿ’ป Programming Languages: TypeScript - JavaScript - Java - CSS - Python - HTML

๐Ÿท๏ธ Related Topics: Not available

==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค1
๐Ÿ”ฅ Trending Repository: RAG_Techniques

๐Ÿ“ Description: This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses.

๐Ÿ”— Repository URL: https://github.com/NirDiamant/RAG_Techniques

๐Ÿ“– Readme: https://github.com/NirDiamant/RAG_Techniques#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 25K stars
๐Ÿ‘€ Watchers: 243
๐Ÿด Forks: 2.9K forks

๐Ÿ’ป Programming Languages: Jupyter Notebook - Python

๐Ÿท๏ธ Related Topics:
#python #ai #tutorials #rag #llm #llms #langchain #llama_index #opeani


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM