Data Science Jupyter Notebooks
12.5K subscribers
316 photos
49 videos
9 files
1.06K 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
The biggest surprise for our valued audience: we are offering 40 paid courses completely free.

Enroll Here and request
https://adsly.me/l/jwxfnss0yi

We use a spam/flood protection system to ensure that all registered users are real people.
๐Ÿ”ฅ Trending Repository: aios-core

๐Ÿ“ Description: Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework v4.0

๐Ÿ”— Repository URL: https://github.com/SynkraAI/aios-core

๐ŸŒ Website: https://github.com/allfluence/aios-core

๐Ÿ“– Readme: https://github.com/SynkraAI/aios-core#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 291 stars
๐Ÿ‘€ Watchers: 29
๐Ÿด Forks: 171 forks

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

๐Ÿท๏ธ Related Topics:
#nodejs #cli #development #automation #framework #typescript #ai #orchestration #fullstack #agents #ai_agents #claude


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

๐Ÿ“ Description: No description available

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

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

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 5.8K stars
๐Ÿ‘€ Watchers: 233
๐Ÿด Forks: 994 forks

๐Ÿ’ป Programming Languages: C - Makefile

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

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

๐Ÿ“ Description: No description available

๐Ÿ”— Repository URL: https://github.com/google-deepmind/superhuman

๐Ÿ“– Readme: https://github.com/google-deepmind/superhuman#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 268 stars
๐Ÿ‘€ Watchers: 14
๐Ÿด Forks: 21 forks

๐Ÿ’ป Programming Languages: TeX

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

==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค1
๐Ÿ”ฅ 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