Learn Python
124K subscribers
650 photos
13 videos
941 files
252 links
Download and watch the best premium Python Courses.

Buy ads: https://telega.io/c/LearnPython3
Download Telegram
Creating AI Applications with Python and GitHub Models.zip
55.6 MB
πŸ“±Learn Python
πŸ“±Creating AI Applications with Python and GitHub Models
Please open Telegram to view this post
VIEW IN TELEGRAM
❀9πŸ”₯8πŸ‘1
πŸ–₯ Python Question / Quiz;

What is the output of the following Python?
Please open Telegram to view this post
VIEW IN TELEGRAM
❀17πŸ‘7πŸ”₯4
🟒 Options:
Anonymous Quiz
23%
A
47%
B
13%
C
17%
D
❀16πŸ‘6πŸ”₯5
πŸ”° Python Trick
Please open Telegram to view this post
VIEW IN TELEGRAM
❀79πŸ‘27πŸ”₯11
πŸ”° Take Screenshots using Python
Please open Telegram to view this post
VIEW IN TELEGRAM
❀41πŸ‘7πŸ”₯6
πŸ”… Advanced Python - Classes and Functions

πŸ“ Learn about the more advanced features of the Python language.

🌐 Author: Joe Marini
πŸ”° Level: Advanced
⏰ Duration: 2h 16m

πŸ“‹ Topics: Python

πŸ”— Join Learn Python for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
❀20πŸ‘6πŸ”₯2
Advanced Python - Classes and Functions.zip
280 MB
πŸ“±Learn Python
πŸ“±Advanced Python - Classes and Functions
Please open Telegram to view this post
VIEW IN TELEGRAM
❀15πŸ‘4πŸ”₯2
πŸ”° Learn About Python List Methods
Please open Telegram to view this post
VIEW IN TELEGRAM
❀27πŸ‘6πŸ”₯6
πŸ”° Print or Logging? Know the difference.

print() is quick and simple β€” perfect for short-term debugging.
But when your project grows, logging is what keeps things under control.
It adds structure, severity levels, and persistent records.


Use print() for now. Use logging for when it matters.
Please open Telegram to view this post
VIEW IN TELEGRAM
❀24πŸ”₯7πŸ‘6
πŸ”… Advanced Python: Working With Data

πŸ“ Learn about the features of Python that can help you make sense of your data.

🌐 Author: Joe Marini
πŸ”° Level: Advanced
⏰ Duration: 2h 5m

πŸ“‹ Topics: Data Management, Python

πŸ”— Join Learn Python for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
❀11πŸ”₯6πŸ‘2
Advanced Python: Working With Data.zip
361.9 MB
πŸ“±Learn Python
πŸ“±Advanced Python: Working With Data
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯7❀1πŸ‘1
πŸ”° Learn different methods to read text files in Python
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯27πŸ‘7❀5
πŸ”° Class Methods in Python OOP
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘22❀14πŸ”₯3
πŸ”… Hands-On AI: Image Processing with Python

πŸ“ Learn foundational image processing operations using Python, discover how to build algorithms from scratch, and optimize your use of advanced libraries for real-world projects.

🌐 Author: Eduardo Corpeño
πŸ”° Level: Intermediate
⏰ Duration: 2h 10m

πŸ“‹ Topics: Computer Vision, Image Processing, Python

πŸ”— Join Learn Python for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘11❀9πŸ”₯3
Hands-On AI: Image Processing with Python.zip
338.5 MB
πŸ“±Learn Python
πŸ“±Hands-On AI: Image Processing with Python
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ‘10❀6πŸ”₯6
πŸ”° Python Set Methods
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘19❀7πŸ”₯1
πŸ”… Advanced Python: Practical Database Examples

πŸ“ Level up as a Python developer working with databases in this advanced, skills-based course.

🌐 Author: Kathryn Hodge
πŸ”° Level: Advanced
⏰ Duration: 1h 48m

πŸ“‹ Topics: Database Development, Python

πŸ”— Join Learn Python for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
❀8πŸ‘4πŸ”₯2
Advanced Python: Practical Database Examples.zip
253.9 MB
πŸ“±Learn Python
πŸ“±Advanced Python: Practical Database Examples
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4❀3πŸ”₯1
GigaChat 3.5 Ultra Publicly Released β€” The New Generation of the Flagship Model

The GigaChat team has released GigaChat 3.5 Ultra as open sourceβ€”a new 432B model under the MIT license. This is the first open-source hybrid of GatedDeltaNet and MLA scaled to hundreds of billions of parameters, featuring a proprietary training recipe we refined through more than 1,500 experiments. The model has grown in terms of code, mathematics, agent scenarios, and application domainsβ€”yet it’s 40% smaller than GigaChat 3.1 Ultra.

What’s inside:

πŸ”˜A proprietary hybrid MLA + Gated DeltaNet architecture with a dedicated stabilization framework, without which this hybrid setup would not train reliably at this scale;
πŸ”˜ Gated Attention: the model can locally down-weight overly strong signals from the attention layer;
πŸ”˜GatedNorm: normalization with an explicit gate that controls signal magnitude across features;
πŸ”˜Approximately 4x lower KV cache per token: with the same memory budget, the model can support 2.14x longer context and deliver a 20% throughput increase under load;
πŸ”˜Two MTP heads, enabling up to 2.2x faster generation;
πŸ”˜FP8 across all training stages with no quality degradation compared with bf16, enabled by custom Triton and CUDA kernels;
πŸ”˜A new online RL stage after SFT and DPO.

Results:

πŸ”˜ GigaChat-3.5-Ultra-Base outperforms DeepSeek V3.2 Exp Base and DeepSeek V4 Flash Base on average across a set of general, math, and code benchmarks:
πŸ”˜ GigaChat-3.5-Ultra-Instruct is comparable to DeepSeek V3.2 in terms of average score, despite having half the size;
πŸ”˜ According to the MiniMax-M2.7 LLM judge, the average win rate against GigaChat 3.1 Ultra is 75.9%, and against GPT-5 is 68.7%.

The entire stack β€” data (our own LLM-filtered Common Crawl, 600+ programming languages in the code), architecture, training methodology, and infrastructure β€” was built end-to-end by GigaChat team.
➑️ HuggingFace
❀10πŸ‘1πŸ”₯1