Dotpy
2.28K subscribers
75 photos
86 videos
7 files
111 links
Download Telegram
What is the output of the above code ?
Anonymous Quiz
24%
Error
55%
True
13%
False
8%
None
This media is not supported in your browser
VIEW IN TELEGRAM
Disney gives a peek at Holotile floor, a true omnidirectional treadmill that supports multiple people

https://www.youtube.com/watch?v=68YMEmaF0rs&t=181s&ab_channel=DisneyParks
Forwarded from Dotpy
This media is not supported in your browser
VIEW IN TELEGRAM
آنپک کردن در پایتون - جلسه 23

در این آموزش با انواع آنپکینگ در پایتون آشنا می‌شویم.

سطح : #مقدماتی


0:00 🔶 مقدمه

0:14 🔶 آنپکینگ در multi asignment و حلقه ها

3:56 🔶 توضیح args*


📥 دانلود و پخش نیم‌بها از سایت


@Dotpy_ir
Since Python 3.11 a new syntax added for unpacking:

a = (1, 2)
b = (3, 4, 5)

for x in *a, *b:
print(x)

# 1
# 2
# 3
# 4
# 5

for x in a, b:
print(x)

# (1, 2)
# (3, 4, 5)
For me my number one priority in life is my freedom and once you start buying things it will tie you down to a physical location. 👍
THIS IS INSANE

OpenAI just released a new model which somehow is able to understand the world!

The model can understand both audio and video, and can even detect emotion in your voice. 🤯

http://openai.com/index/hello-gpt-4o/
https://x.com/OpenAI/status/1790072174117613963
Hello guys, I hope you are doing great.

The only reason I decided to use English as the primary language of this channel was to force myself to create daily tutorials in English and practice more. Unfortunately, I couldn't follow through with the plan due to a lack of time and being busy with other stuff.

But these days, I have more free time, and I'm thinking about running free English discussion sessions in Tehran/Karaj with a focus on tech topics. They will probably be on Friday mornings; the exact date, time, and location are not yet determined.

So if you are interested, please fill the form below. I'll keep you in the loop.