Python | Machine Learning | Coding | R
64.9K subscribers
1.16K photos
73 videos
147 files
826 links
Help and ads: @hussein_sheikho

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

List of our channels:
https://t.iss.one/addlist/8_rRW2scgfRhOTc0

https://telega.io/?r=nikapsOH
Download Telegram
Grab these free AI courses before they get paywalled:

๐Ÿญ. Prompt Engineering Basics:
https://skillbuilder.aws/search?searchText=foundations-of-prompt-engineering&showRedirectNotFoundBanner=true

๐Ÿฎ. ChatGPT Prompts Mastery:
https://deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/

๐Ÿฏ. Intro to Generative AI:
https://cloudskillsboost.google/course_templates/536

๐Ÿฐ. AI Introduction by Harvard:
https://pll.harvard.edu/course/cs50s-introduction-artificial-intelligence-python/2023-05

๐Ÿฑ. Microsoft GenAI Basics:
https://linkedin.com/learning/what-is-generative-ai/generative-ai-is-a-tool-in-service-of-humanity

๐Ÿฒ. Prompt Engineering Pro:
https://learnprompting.org

๐Ÿณ. Googleโ€™s Ethical AI:
https://cloudskillsboost.google/course_templates/554

๐Ÿด. Harvard Machine Learning:
https://pll.harvard.edu/course/data-science-machine-learning

๐Ÿต. LangChain App Developer:
https://deeplearning.ai/short-courses/langchain-for-llm-application-development/

๐Ÿญ๐Ÿฌ. Bing Chat Applications:
https://linkedin.com/learning/streamlining-your-work-with-microsoft-bing-chat

๐Ÿญ๐Ÿญ. Generative AI by Microsoft:
https://learn.microsoft.com/en-us/training/paths/introduction-to-ai-on-azure/

๐Ÿญ๐Ÿฎ. Amazonโ€™s AI Strategy:
https://skillbuilder.aws/search?searchText=generative-ai-learning-plan-for-decision-makers&showRedirectNotFoundBanner=true

๐Ÿญ๐Ÿฏ. GenAI for Everyone:
https://deeplearning.ai/courses/generative-ai-for-everyone/

๐Ÿญ๐Ÿฐ. AWS GenAI Foundation:
https://coursera.org/learn/generative-ai-with-llms

https://t.iss.one/CodeProgrammer ๐Ÿ”ฐ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค6๐Ÿ‘1๐Ÿ‘1
๐Ÿš€ 16th AI by Hand โœ๏ธ Workshops, Scholarships available ๐Ÿ‘‰ https://lu.ma/te2q2zqu

Every Wednesday weโ€™ve been bringing people together to learn AI by hand โœ๏ธ.

Next week marks our 16th workshop, and thanks to Googleโ€™s generous sponsorship, weโ€™re offering scholarships for educators and students to join us.

Choose your session:

๐Ÿ™Œ Deep Learning Beginner Math Workshop
Build the math foundation for deep learning:

1. Dot Product
2. Matrix Multiplication
3. Linear Layer
4. Activation
5. Artificial Neuron

๐Ÿ™Œ ๐Ÿ™Œ Transformer in Excel Workshop (Intermediate)
For AI engineers who know how to use Transformers but want to open the black box. Weโ€™ll visualize every stepโ€”data flow, math, and dimension alignmentโ€”inside Excel.

๐Ÿ™Œ ๐Ÿ™Œ ๐Ÿ™Œ Latest AI Paper Workshop (Advanced)
Work through a just-published model, architecture, or algorithm with brand-new AI by Hand exercisesโ€”crafted for this workshop only.

๐Ÿ™Œ ๐Ÿ™Œ ๐Ÿ™Œ Deep Reinforcement Learning Workshop (Advanced)
From replay buffers to Monte Carlo, TD learning, Deep Q-Networks, and SARSAโ€”understand value-based deep RL from the ground up.

๐Ÿ“… When: Every Wednesday
๐ŸŽ“ Scholarships: Available for educators & students (sponsored by Google)

Register ๐Ÿ”— https://lu.ma/te2q2zqu
โค9๐Ÿ‘6
Top 150 Python Interview Questions

This PDF covers the most frequently asked Python questions with answers to help you prepare for upcoming interviews.

๐Ÿ”ธLink to PDF

๐Ÿ‘‰ @DataScience4
โค3๐Ÿ’ฏ2
๐Ÿ‘พ3โค2๐Ÿ”ฅ1
python-docx: Create and Modify Word Documents #python

python-docx is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files.

Installation
pip install python-docx

Example
from docx import Document

document = Document()
document.add_paragraph("It was a dark and stormy night.")
<docx.text.paragraph.Paragraph object at 0x10f19e760>
document.save("dark-and-stormy.docx")

document = Document("dark-and-stormy.docx")
document.paragraphs[0].text
'It was a dark and stormy night.'

https://t.iss.one/DataScienceN ๐Ÿš—
โค9๐Ÿ”ฅ1
This media is not supported in your browser
VIEW IN TELEGRAM
Data scientists, this is for you โ€” I dug up LeetCode for DS

DataLemur โ€” a powerful platform that collects real interview problems from Tesla, Facebook, Twitter, Microsoft, and other top companies

Inside: practical tasks on SQL, statistics, Python, and ML. You can filter by difficulty level and company

Top-notch for those preparing for interviews for Data Scientist / Data Analyst roles. Get it here ๐Ÿฏ

๐Ÿ‘‰ https://t.iss.one/CodeProgrammer ๐Ÿ‘
Please open Telegram to view this post
VIEW IN TELEGRAM
โค10
Please open Telegram to view this post
VIEW IN TELEGRAM
โค1
Python library that adds Generative AI capabilities to Pandas!

PandasAI analyzes complex data frames and plot visualizations just by using natural language.

GitHub: https://github.com/sinaptik-ai/pandas-ai

https://t.iss.one/CodeProgrammer ๐Ÿ–•
Please open Telegram to view this post
VIEW IN TELEGRAM
โค7๐Ÿ’ฏ1
๐Ÿ”ฅ Trending Repository: awesome-transformer-nlp

๐Ÿ“ Description: A curated list of NLP resources focused on Transformer networks, attention mechanism, GPT, BERT, ChatGPT, LLMs, and transfer learning.

๐Ÿ”— Repository URL: https://github.com/cedrickchee/awesome-transformer-nlp

๐Ÿ“– Readme: https://github.com/cedrickchee/awesome-transformer-nlp#readme

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

๐Ÿ’ป Programming Languages: Not available

๐Ÿท๏ธ Related Topics:
#nlp #natural_language_processing #awesome #transformer #neural_networks #awesome_list #llama #transfer_learning #language_model #attention_mechanism #bert #gpt_2 #xlnet #pre_trained_language_models #gpt_3 #gpt_4 #chatgpt


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค2๐Ÿ”ฅ1๐Ÿ’ฏ1
๐Ÿ”ฅ Trending Repository: awesome-deeplearning-resources

๐Ÿ“ Description: Deep Learning and deep reinforcement learning research papers and some codes

๐Ÿ”— Repository URL: https://github.com/endymecy/awesome-deeplearning-resources

๐Ÿ“– Readme: https://github.com/endymecy/awesome-deeplearning-resources#readme

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

๐Ÿ’ป Programming Languages: Not available

๐Ÿท๏ธ Related Topics:
#nlp #video #reinforcement_learning #deep_learning #neural_network #code #paper #corpus #modelzoo


==================================
๐Ÿง  By: https://t.iss.one/DataScienceN
โค2
๐Ÿ”ฅ Trending Repository: awesome-deep-vision

๐Ÿ“ Description: A curated list of deep learning resources for computer vision

๐Ÿ”— Repository URL: https://github.com/kjw0612/awesome-deep-vision

๐Ÿ“– Readme: https://github.com/kjw0612/awesome-deep-vision#readme

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

๐Ÿ’ป Programming Languages: Not available

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

==================================
๐Ÿง  By: https://t.iss.one/DataScienceN
โค6
โœจ Download a Free Python Cheat Sheet โœจ

๐Ÿ“– Download a free Python 3 cheat sheet PDF put together by the Real Python team.

๐Ÿท๏ธ #Python
โค10
Get top-tier market analysis: world events meet technical trading.

I'm Michael ๐Ÿ‘‹. My team and I share our market insights daily on our Telegram channel. Over the past weekend, our strategies delivered up to +39% gains.

We will tell you everything on the channel, even for beginners.
Join the channel below! ๐Ÿ‘‡
https://t.iss.one/+9mZure1faNRkOTE8
โค5
Let's Learn MCP with Python - Tutorial Series

Here's your comprehensive guide to understanding and building Model Context Protocol (MCP) Servers for Python developers through interactive learning experiences.

Repo: https://github.com/microsoft/lets-learn-mcp-python?tab=readme-ov-file

https://t.iss.one/CodeProgrammer ๐Ÿง 
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐Ÿ‘3๐Ÿ”ฅ2
๐Ÿ”ฅ $10.000 WITH LISA!

Lisa earned $200,000 in a month, and now itโ€™s YOUR TURN!

Sheโ€™s made trading SO SIMPLE that anyone can do it.

โ—๏ธJust copy her signals every day
โ—๏ธFollow her trades step by step
โ—๏ธEarn $1,000+ in your first week โ€“ GUARANTEED!

๐Ÿšจ BONUS: Lisa is giving away $10,000 to her subscribers!

Donโ€™t miss this once-in-a-lifetime opportunity. Free access for the first 500 people only!

๐Ÿ‘‰ CLICK HERE TO JOIN NOW ๐Ÿ‘ˆ
230+ Power BI Interview Questions.pdf
4.3 MB
30+ Power BI Interview Questions to Land Your Job!

Power BI mastery is key to landing your dream job, and understanding the right interview questions can make all the difference!

https://t.iss.one/CodeProgrammer ๐Ÿ”ด
โค4๐Ÿ’ฏ2๐Ÿ‘1
One of the best free courses on LLMs is the Recent Advances on Foundation Models course from the University of Waterloo, and it has 21 lectures under these five sections:

1. Introduction to Foundation Models
2. Transformer Architecture
3. Large Language Models
4. (Large) Multimodal Models
5. Augmenting Foundation Models

โžก๏ธ Course link: https://cs.uwaterloo.ca/~wenhuche/teaching/cs886/

https://t.iss.one/CodeProgrammer ๐Ÿ”—
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3