We all are BiTs
455 subscribers
1.24K photos
105 videos
174 files
949 links
all about 0 & 1 : Twitter : @NavidDariya
Download Telegram
#Python Pop Quiz 🐍
@WearebiTs
What is the output of this crazy code?

A) SyntaxError
B) *******************Python
C) Python*******************
D) *********Python**********
#Python Pop Quiz 🐍

What is the output when you run this code in the REPL?
@WearebiTs
A) True
B) False
C) Syntax Error
D) None of the above
This media is not supported in your browser
VIEW IN TELEGRAM
@WearebiTs

📽 دان‌نورمن (دانشمند علوم‌شناختی) در لایو اخیر خودش درباره رابطه انسان و هوش مصنوعی صحبت می‌کنه؛ ایشون معتقده که جنس این رابطه از نوع همکاری و تعامل هست.

و البته ایشون از دانشمندان خوش بین نسبت به این مسئله هستن.
اوپن ای آی مدل جی پی تی ۴ توربو رو امروز معرفی کرد که تقریبن می تونه یه پرامپت به اندازه یک کتاب رو قبول کنه. این یعنی توانایی بیش تر در دستورات به هم پیوسته.

@WearebiTs
متاسفانه نسخه پلاسش این قابلیت رو داره و ممکنه همین قدر بی ادب بشه. اما من این بی ادبی رو بیش تر توی بینگ دیدم.
@WearebiTs
Have you ever used the slice() function in #Python?

It's a handy way to represent a set of indices. 🐍🚀

Here's an example.

@WearebiTs
Which is greater 1000¹⁰⁰¹ or 1001¹⁰⁰⁰?
@WearebiTs
Hubert 'depesz' Lubaczewski: Waiting for PostgreSQL 17 – ALTER TABLE command to change generation expression https://postgr.es/p/6hM

@WearebiTs
@WearebiTs

Python tip:

"list_1 += list_2" and "list_1 = list_1 + list_2" are not exactly the same.

While the value of the result is the same, in the first case (+=), only the value changes, the object is the same.

In the other case (+ el), a result is a new object with a new value.
با استفاده از این ابزار کلود فلر می تونید امنیت لینک هایی که در شبکه های اجتماعی با آن ها برخورد می کنید رو بررسی کنید:
@WearebiTs
https://radar.cloudflare.com/scan
کاهش ال ال ام کش
@WearebiTs
@WearebiTs

دوره های رایگان پایتون در دوک یونیورسیتی
@WearebiTs

There's some new #Python syntax being debated in PEP 736 – Shorthand syntax for keyword arguments at invocation

What do you think?