Machine Learning with Python
67.7K subscribers
1.43K photos
124 videos
193 files
1.15K links
Learn Machine Learning with hands-on Python tutorials, real-world code examples, and clear explanations for researchers and developers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
๐Ÿ”ด Free Python course for GenAI


๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Guys , GenAI Community has created a free Python training course where you will learn both Python and its application in generative artificial intelligence!


โœ๏ธ The classes are live, but the videos of the classes are recorded and you can access them in your user panel. They last 10 to 12 weeks and are completely free!

โœ… If you want to learn Python from scratch and enter the world of Generative Artificial Intelligence (GenAI), this course is for you! You don't need a programming background, just a desire to learn!

๐Ÿฅต What will you learn in this course?

โœ… Python concepts: conditionals, loops, data structures
โœ… Working with APIs, File Management, and Regex
โœ… Object-oriented programming and modular coding
โœ… And a whole host of other skills that will pave your way into the world of artificial intelligence and data science.

๐Ÿ”” I should also mention that this community grew 5 times last year and is now one of the largest AI communities in the world. In the last hackathon they held, 5,000 people from all over the world participated and a prize of $25,000 was distributed among them.

๐Ÿ“ฃ It's completely free! No cost, no limits, with a community of people eager to learn.๐Ÿ‘‡
๐Ÿ”— Learn Python for FREE (GenAI Python)

Here are some suitable hashtags for the description in English, in a single line:

#Python #GenAI #FreeCourse #ArtificialIntelligence #DataScience #Programming #LearnToCode #AI #MachineLearning #Coding #Tech #Education #OnlineLearning #FreeTraining #GenerativeAI

https://t.me/CodeProgrammer ๐Ÿ
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘11โค6
@Codeprogrammer Cheat Sheet Numpy.pdf
213.7 KB
This checklist covers the essentials of NumPy in one place, helping you:

- Create and initialize arrays
- Perform element-wise computations
- Stack and split arrays
- Apply linear algebra functions
- Efficiently index, slice, and manipulate arrays

โ€ฆand much more!

Feel free to share if you found this useful, and let me know in the comments if I missed anything!

โšก๏ธ BEST DATA SCIENCE CHANNELS ON TELEGRAM ๐ŸŒŸ

#NumPy #Python #DataScience #MachineLearning #Automation #DeepLearning #Programming #Tech #DataAnalysis #SoftwareDevelopment #Coding #TechTips #PythonForDataScience
Please open Telegram to view this post
VIEW IN TELEGRAM
โค9๐Ÿ‘8
Media is too big
VIEW IN TELEGRAM
14 minutes with an Anthropic engineer will teach you more about building agents ๐Ÿค– than most devs figure out in months of trial and error ๐Ÿ› .

Same guy who wrote โ€œBuilding Effective Agentsโ€, the post every AI builder has bookmarked ๐Ÿ“‘.

No fluff. No 47-tool frameworks. Just the patterns that actually work in production ๐Ÿš€:

โ†’ When to use workflows vs. agents (most people get this wrong) โŒ
โ†’ Why simple > clever, every single time โœ…
โ†’ The orchestrator-worker pattern that scales ๐Ÿ“ˆ
โ†’ When NOT to build an agent at all ๐Ÿ›‘

If youโ€™re shipping AI products in 2026 and havenโ€™t watched this, youโ€™re doing it on hard mode ๐ŸŽฎ.

14 minutes. Bookmark it ๐Ÿ“Œ. Watch it twice ๐Ÿ‘€.

#AI #Agents #Tech #DevCommunity #FutureTech #ProgrammingConcepts
โค10๐Ÿ‘2
reader3 ๐Ÿ“šโœจ

When you want to connect an AI like Gemini to help you analyze books or content, copying text from a reader usually becomes a hassle. ๐Ÿ˜ฉ๐Ÿ’ป

Especially if you want to discuss a book by chapters. Highlighting text manually and copying it disrupts the flow and feels like a waste of time. โณ๐Ÿšซ

Yesterday, Andrzej Karpati, a well-known AI expert, released a new project to the public: reader3, which solves this problem very neatly. ๐ŸŽ‰๐Ÿ› ๏ธ It's a lightweight EPUB reader that allows you to read a book together with AI. ๐Ÿค–๐Ÿ“–

Its interface is as minimalist as possible: only the necessary reading and navigation functions. ๐Ÿ“‰๐Ÿงญ You can also manage your library through folders. ๐Ÿ“โœจ

The key feature is that it breaks an EPUB into chapters and displays the content one chapter at a time. ๐Ÿ”“๐Ÿ“„

This makes it easy to copy the needed part of the book and pass it to a large model for analysis or discussion. ๐Ÿ“‹๐Ÿ”„ It significantly improves the reading experience when paired with AI. ๐Ÿš€๐Ÿง 

And it's very easy to get started - just run two commands via uv. โšก๐Ÿ› ๏ธ As a result, it's an excellent tool for those who love reading and want to use AI as a companion for text analysis. ๐Ÿ“š๐Ÿค๐Ÿค–

๐Ÿ“ Language: #Python 61.0%

โญ๏ธ Stars: 1.5k

โžก๏ธ Link to GitHub https://github.com/karpathy/reader3

#AI #Python #Reader3 #Tech #BookLovers #Github

https://t.me/CodeProgrammer โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
โค5๐Ÿ”ฅ2๐Ÿ‘1๐Ÿ†’1
Forwarded from Learn Python Coding
Cheat sheet on the basics of Python: ๐Ÿ๐Ÿ“š

basic syntax and language rules ๐Ÿ“
scalar types โ€” basic data types (int, float, bool, str, NoneType) ๐Ÿ”ข

datetime โ€” working with date and time ๐Ÿ“…โฐ

data structures โ€” Python data structures (list, tuple, dict, set) ๐Ÿ—„

list โ€” mutable lists for storing data collections ๐Ÿ“‹
tuple โ€” immutable sequences of values ๐Ÿ”’
dict (hash map) โ€” storing data in a key-value format ๐Ÿ—
set โ€” unique elements without order ๐Ÿ”˜

slicing โ€” obtaining parts of sequences through indices and step โœ‚๏ธ

module/library โ€” connecting modules and libraries ๐Ÿ”Œ

help functions โ€” using help() and dir() to explore the Python API ๐Ÿ› 

#Python #Coding #DataScience #Programming #Tech #DevCommunity
โค1๐Ÿ‘1