Python | Machine Learning | Coding | R
62.2K subscribers
1.12K photos
67 videos
141 files
776 links
List of our channels:
https://t.me/addlist/8_rRW2scgfRhOTc0

Discover powerful insights with Python, Machine Learning, Coding, and Rโ€”your essential toolkit for data-driven solutions, smart alg

Help and ads: @hussein_sheikho

https://telega.io/?r=nikapsOH
Download Telegram
๐Ÿ–ฅ Latexify: Generates LaTeX math description from Python functions.

Cool Python library that allows you to display functions in LaTeX format


pip install latexify

That is, you simply define the function as usual, like this:
def quadratic(a,b,c):
return (-b + math.sqrt(b**2 - 4*a*c)) / (2*a)


To output a LaTeX formula, we simply place the @latexify.function decorator above the function definition and print the function name quadratic in the Google Colab cell.
It turns out like this - and we will see the formula:
@latexify.function
def quadratic(a,b,c):
return (-b + math.sqrt(b**2 - 4*a*c)) / (2*a)

quadratic


Perfect for those who study at the intersection of IT and physics/mathematics/other disciplines;
Here in Google Colab you can test how it works

๐Ÿ–ฅ GitHub

๐Ÿช„ https://t.me/codeprogrammer ๐Ÿ–ผ
Please open Telegram to view this post
VIEW IN TELEGRAM
โ˜„๏ธ 6 data science YouTube courses for beginners

โญ๏ธ If you are looking to enter the field of data science and are going to start learning data science topics, these 6 free YouTube courses are a unique opportunity!


1๏ธโƒฃ Python course with freeCodeCamp
๐Ÿ“ 4.5 hour video that covers everything you need to become a Python programmer.

โ”Œ ๐Ÿท Python with freeCodeCamp
โ””
๐ŸŸก LINK


2๏ธโƒฃ statistics course with StatQuest
๐Ÿ“ One of the main and prerequisite topics for learning data science is statistics, which this learning course has made easier than ever.

โ”Œ ๐Ÿท Statistics with StatQuest
โ””
โบ LINK

3๏ธโƒฃ Mathematics course with 3Blue1Brown
โœ๏ธ Learning linear algebra, neural networks and central limit theorem for data science.

โ”Œ ๐Ÿท Mathematics with 3Blue1Brown
โ””
๐Ÿ”ƒ LINK


4๏ธโƒฃ Data cleaning course with DataCamp
๐Ÿ“ Importance and techniques of how to obtain cleansed data and face the challenges of data cleansing.

โ”Œ ๐Ÿท Data Cleaning with DataCamp
โ””
๐ŸŸก LINK


5๏ธโƒฃ Machine learning course with Krish Naik
๐Ÿ“ 6-hour video that introduces different aspects of ML, from linear regression to clustering algorithms.

โ”Œ ๐Ÿท Machine Learning with Krish Naik
โ””
๐Ÿ‘ LINK


6๏ธโƒฃ Data visualization course with Simplilearn
๐Ÿ“ Getting to know how to visualize data using Matplotlib, Seaborn and Bokeh libraries.

โ”Œ ๐Ÿท Data Visualizations with Simplilearn
โ””
๐ŸŸก LINK

๐Ÿช„ https://t.me/codeprogrammer ๐Ÿ–ผ
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ–ฅ 25 free data science courses, Gen AI, ML, ...
โ—€๏ธ From reputable universities and institutions

โ›“ In universities, I am always asked about free resources for learning data science, and I thought it would be better to share these resources with you here. I hope this collection will be of great help to those who want to become professionals in the field of data science! ๐Ÿ’ฏ


๐Ÿ”„ Data science courses

โบ Python for Everybody course โžก๏ธ link

โบ Data analysis with Python course โžก๏ธ link

โบ Databases and SQL course โžก๏ธ link

โบ Intro to Inferential Statistics course โžก๏ธ link

โบ Machine Learning Zoomcamp course โžก๏ธ link


๐Ÿ”„ Data engineering courses

โบ Data Engineering course โžก๏ธ link

โบ Data Engineer Learning course โžก๏ธ link

โบ Database Engineer course โžก๏ธ link

โบ Big Data Specialization course โžก๏ธ link

โบ Data Engineering Zoomcamp course โžก๏ธ link


๐Ÿ”ต Machine learning courses

โบ Intro to ML course โžก๏ธ link

โบ ML for Everybody course โžก๏ธ link

โบ ML course in Python with Scikit-Learn โžก๏ธ link

โบ ML Crash Course โžก๏ธ link

โบ Course CS229: ML โžก๏ธ link


๐ŸŸก MLOps courses

โบ Python Essentials for MLOps course โžก๏ธ link

โบ MLOps for Beginners course โžก๏ธ link

โบ MLOps Specialization course โžก๏ธ link

โบ MLOps Specialization course โžก๏ธ link

โบ Made with ML course โžก๏ธ link


๐Ÿ”„ Productive artificial intelligence courses

โบ Generative AI for Beginners course โžก๏ธ link

โบ Generative AI Fundamentals course โžก๏ธ link

โบ Intro to Generative AI course โžก๏ธ link

โบ Generative AI course with LLMs โžก๏ธ link

โบ Generative AI for Everyone course โžก๏ธ link

๐Ÿช„ https://t.me/codeprogrammer ๐Ÿ–ผ
๐Ÿ”ฎMore likes ๐Ÿ˜ก => more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”ˆ list of top 50 data science cheat sheets

๐Ÿ”˜ From the day I started summarizing data science topics on LinkedIn, I decided to summarize each topic in a few pages. I finally came up with a list of 50 cheat sheets from various areas of data science. This list covers pretty much everything a data person might need, from how to plot with Matplotlib to using ChatGPT.

โบ Python: link

โบ Pandas library: link

โบ NumPy library: link

โบ Matplotlib library: link

โบ seaborn library: link

โบ scikit-learn library: link

โบ TensorFlow library: link

โบ Keras library: link

โบ PyTorch framework: link

โบ SQL language: link

๐Ÿ‘€ GeoPandas project: link

๐Ÿ‘€ Git version control system: link

๐Ÿ‘€ AWS cloud platform: link

โœ… Azure cloud platform: link

โœ… Google Cloud Platform cloud computing: link

โœ… Docker platform: link

โœ… Kubernetes platform: link

โœ… The Linux Command Line training: link

โœ… Jupyter notebook: link

โœ…๏ธ Data preparation: link

โœ…๏ธ Data Visualization: Link

โœ…๏ธ Statistical inference: link

โœ…๏ธ possibility: link

โœ…๏ธ Linear Algebra: Link

โœ…๏ธ Differential calculation: link

โœ… Time series: link

โœ… Natural language processing: link

โœ… Neural network: link

โœ… Deep Learning: Link

โœ… Machine learning: link

โœ… Apache Spark Framework: Link

โœ… Apache Hadoop framework: link

โœ… Big O Notation tool: link

โœ… Regular Expression training: link

โœ… Unix / Linux Permissions training: link

โœ… Python String Formatting tutorial: link

โœ… Flask framework: link

โœ… Django framework: link

โœ… plotly library: link

โœ… PostgreSQL database: link

โœ… MySQL database: link

โœ… MongoDB database: link

โœ… TensorFlow Probability library: link

โœ… Chatbot GPT-3: link

โœ… Training GPT-3 API Reference: link

โœ… SciPy library: link

โœ… ChatGPT chatbot: link

โœ… Training Colors in Data Viz: link

โœ… Geospatial DS in Python training: link

๐Ÿช„ https://t.me/codeprogrammer ๐Ÿ–ผ

๐Ÿ˜กMore likes ๐Ÿ˜ก => more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”„ The largest data visualization tools with Python
๐Ÿ”ฅ The most powerful data visualization ecosystem

โญ๏ธ The PyViz ecosystem, with nearly 150 different libraries in 12 categories , is one of the most powerful tools to facilitate learning and using data visualization in Python. This ecosystem includes from the main visualizations to the graphic and location libraries and the creation of the dashboard.

โœ… To access these 150 top and unique Python libraries, you can use the following link:๐Ÿ‘‡๐Ÿผ


โ”Œ ๐Ÿท Data visualization in Python
โ”” ๐Ÿš€ PyViz


๐Ÿช„ https://t.me/codeprogrammer ๐Ÿ–ผ

๐Ÿ˜กMore likes ๐Ÿ˜ก => more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ŸŽ 205+ free data science and ML courses
โœ… from the Udacity platform

โœ… Udacity platform It has a wide range of machine learning and data science courses, some of these courses are free and some are paid.

โœ… I collected all the free Udacity courses on machine learning, data science, etc. and put them inside the PDF with an active link. Just click on the link of each course. So easily!๐Ÿ‘Œ๐Ÿผ

๐Ÿ—‚ +205 Udacity FREE Courses

๐Ÿช„ https://t.me/codeprogrammer ๐Ÿ–ผ

๐Ÿ˜กMore likes ๐Ÿ˜ก => more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
6 of the best cloud notebooks for data science

โบ Cloud notebooks are analytical tools that can be accessed only through an Internet browser without the need to install special software, and provide the possibility of running codes, analyzing data, and creating reports in an online environment.

๐Ÿ”ƒ In the following, I have provided you with 6 of the best cloud notebooks for data science projects , each of which has its own applications and capabilities in data analysis, programming, and data science project management.


โ”Œ
๐Ÿท 6 Free Cloud Notebooks for DS
โ”œ
โœ… Deepnote
โ”œ โœ… Kaggle
โ”œ โœ… Hex
โ”œ โœ… Colab
โ”œ
โœ… Naas
โ””
โœ… Datalore

๐Ÿช„ https://t.me/codeprogrammer ๐Ÿ–ผ

๐Ÿ˜กMore likes ๐Ÿ˜ก => more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
๐Ÿ‡ฆ๐Ÿ‡ช Complete set of data science interview questions
๐Ÿ“‚ with comprehensive answers

๐Ÿ‡ฉ๐Ÿ‡ฟ Have you ever been in a situation where the interviewer asked you a theoretical or technical question in the field of data science and you couldn't answer it? Is it just because you were not fully prepared? It happens to many. For example, I have the weakness of mental locking in front of new questions during technical interviews.

๐Ÿ‡ช๐Ÿ‡ฌ But to overcome this problem, I started looking at sample data science interview questions and collected a collection of the most complete and best data science interview questions with answers from various sources to help you for all data science related jobs. Be prepared and don't repeat my mistakes during interviews!

๐Ÿ”ฅ Well, if you agree, let's start this interesting part:

โ”Œ
๐Ÿท Data Science Interviews Resources
โ””
๐Ÿ“‚ GitHub-Repos


๐Ÿ‡ฎ๐Ÿ‡ณ https://t.me/codeprogrammer ๐Ÿ‡ฉ๐Ÿ‡ช

๐Ÿ˜กMore likes ๐Ÿ˜ก => more posts

โšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
โšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”— "Data Analysis for Social Scientists" course

โ˜„๏ธ MIT University's new course "Data Analysis for Social Scientists" which, with an attractive and data-based concept, gives scientists in this field the opportunity to benefit from data analysis tools and answer important questions in the fields of economics. , body politics and culture.

โžก๏ธ In these 24 educational videos , you will get to know the basic principles of statistics and probability, and then modern data analysis techniques will be discussed, and you will learn topics such as regression analysis, machine learning, and data visualization.


Everything in this course is free ! To access the educational videos of this course + slides and assignments, you can use the following links: ๐Ÿ‘‡

โ”Œ ๐Ÿท Data Analysis for Social Scientists
โ”œ
๐ŸŒ Homepage
โ””
๐ŸŽฌ Lecture Videos

๐Ÿคฉ https://t.me/codeprogrammer ๐Ÿฅฐ

๐Ÿ˜กMore likes ๐Ÿ˜ก => more posts

โšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธโšก๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
The missing link of a professional data scientist!
โœ… "Data Storytelling" skill

โ˜„๏ธ One of the skills that I always advise children to work on strengthening in data science courses is the skill of "data storytelling" !

๐ŸŽฏ As a data scientist, you should be able to present your project after completion, through "data visualization, attractive report writing, and various charts and tables, in the form of an attractive story to the employer and other members of the organization, and this information to convey the truth to them!

๐Ÿ—‚๏ธ I have put here a collection of pamphlets, files and reports that can help you a lot to strengthen this skill!

โ”Œ ๐Ÿท Data Storytelling
โ”œ ๐Ÿ“š Storytelling with data
โ”œ ๐Ÿ“š Storytelling with data practice
โ”œ ๐Ÿ“š Guide to becoming a Data Storyteller
โ”œ ๐Ÿ“š The Data Storytelling Handbook
โ”œ ๐Ÿ“š Data Storytelling Report 2021
โ”œ ๐Ÿ“š A Guide to Effective Data Storytelling
โ”œ ๐Ÿ“š 8 rules for better data storytelling
โ”” ๐Ÿ“š Data Storytelling in SDG Reporting

โœ… https://t.me/codeprogrammer โœ…

๐Ÿ˜ก More likes ๐Ÿ˜ก โžก๏ธ more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
Do you enjoy reading this channel?

Perhaps you have thought about placing ads on it?

To do this, follow three simple steps:

1) Sign up: https://telega.io/c/codeprogrammer
2) Top up the balance in a convenient way
3) Create an advertising post

If the topic of your post fits our channel, we will publish it with pleasure.
๐ŸŸข 7 valuable resources that I used to prepare for data science interviews!

๐ŸŸข One of the most important factors to get data science jobs in the best companies is success in job interviews.

๐Ÿ—‚ I have put here 7 valuable resources that helped me a lot while preparing for data science interviews. I hope these resources can help you succeed in data science interviews


1๏ธโƒฃ machine learning
๐Ÿ“• Link: Machine Learning


2๏ธโƒฃ Python programming language
๐Ÿ“• Link: Python Programming Language


3๏ธโƒฃ SQL programming language
๐Ÿ“• Link: SQL Programming Language


4๏ธโƒฃ R programming language
๐Ÿ“• Link: R Programming Language


5๏ธโƒฃ Pandas library
๐Ÿ“• Link: Pandas Python Library


6๏ธโƒฃ NumPy library
๐Ÿ“• Link: NumPy Python Library


7๏ธโƒฃ Matplotlib library
๐Ÿ“• Link: Matplotlib Python Library

โœ… https://t.me/codeprogrammer โœ…

๐Ÿ˜ก More likes ๐Ÿ˜ก โžก๏ธ more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘จโ€๐Ÿ’ป My data science training source

๐Ÿ‘€ I have been taking courses related to data science, such as Python programming, machine learning, deep learning, natural language processing, etc. for several years, and after reviewing online courses, reading various books, educational blogs, etc. .. I decided to put all the content that made me progress during this time in the Github repo that I put the link below.

๐Ÿ“‚ Also, I have designed the scripts both in the presentation format (such as PowerPoint) and in the course notes format.

โ”Œ ๐Ÿท Teaching Data Science
โ””
๐Ÿ“‚ GitHub-Repos

โœ… https://t.me/codeprogrammer โœ…

๐Ÿ˜ก More likes ๐Ÿ˜ก โžก๏ธ more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
Enthought-v1.0.2.pdf
2.4 MB
๐ŸปPlotting with Pandas series ๐Ÿผ

โœ… https://t.me/codeprogrammer โœ…

๐Ÿ˜ก More likes ๐Ÿ˜ก โžก๏ธ more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿš“ Deep Learning Roadmap 2024- Step-by-Step Career Path

Are you looking for a step-by-step Deep Learning Roadmap?โ€ฆ If yes, this article is for you. This article will provide a complete Deep Learning Roadmap from scratch. Along with that, you will also find some best resources to learn Deep Learning concepts.

Now without any further ado, letโ€™s get started ๐Ÿ‘‡

๐Ÿ”— https://www.mltut.com/deep-learning-roadmap/

โœˆ๏ธ http://t.me/codeprogrammer โœ…

๐Ÿ˜  More likes ๐Ÿ˜  โžก๏ธ more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
โ˜„๏ธ 46 Best Resources to Learn Data Structures and Algorithms including Online Courses, Tutorials, Books, and YouTube Videos ๐Ÿ‘‡

โ›“ https://www.mltut.com/best-resources-to-learn-data-structures-and-algorithms/

โœˆ๏ธ http://t.me/codeprogrammer โœ…

๐Ÿ˜  More likes ๐Ÿ˜  โžก๏ธ more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
๐ŸŸข The source of all Python libraries for data science!

๐ŸŒน I could not see this complete package of the main Python libraries for data science and not share it with you.

โœ… This wonderful GitHub repository covers all Python libraries, packages and tools that are essential for learning and doing data science projects

๐Ÿ”– Repository access link:

โ”Œ
๐Ÿท Awesome Python Data Science
โ””
๐Ÿ—ƒ GitHub-Repos

โœˆ๏ธ http://t.me/codeprogrammer โœ…

๐Ÿ˜  More likes ๐Ÿ˜  โžก๏ธ more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ–ฅ Searchable table in Python using Flet

This tutorial will show you how to create an interactive table using Flet.
Moreover, with search and filtering functions, which is very cool๐Ÿ”ฅ

๐Ÿ”œ Step by step tutorial

โœˆ๏ธ http://t.me/codeprogrammer โœ…

๐Ÿ˜  More likes ๐Ÿ˜  โžก๏ธ more posts
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM