#voice-chat-text-0

1 messages ยท Page 582 of 1

vast oyster
#

i still dont have voice privileges in this server

#

yeah basically AI wont be able to design these systems

#

for me right now, programming will be like the minimum skill engineers will have in the coming years

#

everyone will know how to write or generate code

#

probably in a decade or so

#

someone doing karaoke or something there

#

gonna drop for now

somber heath
#

@weary elm ๐Ÿ‘‹

thin river
#

@somber heath sup

#

Yeah same

#

I will be back later

#

Bye for now toh

thin river
#

@peak depot Those are my brothers

gentle flint
thin river
#

๐Ÿฑ

gentle flint
thin river
#

Why are they fighting

peak depot
#

It's called play

iron geyser
#

๐Ÿ‘€ ๐Ÿ˜ฌ

grizzled pecan
#

!begineer

wise cargoBOT
#
Go-to beginner resources

Here are the top free resources we recommend for people who are new to programming:

For a full, curated list of educational resources we recommend, please see our resources page!

inner hill
#

Hi @latent jay

vale swallow
#

You have been on the server for fewer than 3 days.,

inner hill
#

You have to be active enough
Constantly 1.5 hours in voice chat text channel

latent jay
#

im sorry but i'm doing something.

#

But I'm willing to listen

inner hill
latent jay
#

ok.

#

bye

dull sluice
#

any1 got an idea what my bios password is?
it was something classic like adminadmin or changeme but i cant remember

lucid surge
#

not sure

dull sluice
#

got it, it was alma (apple in my language)

stray pewter
#

I love coding in thypon

lucid surge
#

hey

faint cypress
#

yo

rotund plaza
#

hi

cerulean roost
#

@lucid surge @vale swallow @glass heart would you guys wanna learn some python together?

vale swallow
#

no i must wait another three days before i can speak

cerulean roost
#

lol i can speak and we can go through some interesting python concepts if you want

#

hey @rich plume how old are you bro?

tidal wedge
#

it's more a general vc

cerulean roost
tidal wedge
#

afk 1 sec i'm going to get some water

#

i'm very thirsty

candid spire
#

@cerulean roost could you help me with darts and flutter?
I would like to learn and master it similar to you

#

My apologies, I might be selfish over here.

cerulean roost
#

hey sure man @candid spire

tidal wedge
candid spire
tidal wedge
#

print("hello" + " world")
hello world

candid spire
#

!concatenate

cerulean roost
#

"hello" " world"

#

3 * "hello world"

candid spire
#

!e

a = "x"
print(a*3)
wise cargoBOT
candid spire
#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

For long code samples, you can use our pastebin.

graceful gull
#

why am i not allowed to turn on my mic

#

crazy

candid spire
#

It's 1:38 over here

graceful gull
#

i aint allowed to turn on

rain viper
candid spire
#

Unfortunately, I can't participate for now

graceful gull
candid spire
#

I'm listening ๐ŸŽง

candid spire
#

Each letter is the character and sequence of the character is stream

graceful gull
#

i don't use dc a lot

candid spire
#

0 is to help us traverse both from ascending and descending order

#

0 can be the first element or it can be last depending on how you traverse

rain viper
vale swallow
#

why is kai so quiet?

#

finally

candid spire
#

I can hear him loud and clear

sturdy panther
#

Prepend

candid spire
candid spire
candid spire
#

!e

a = 'x'
c = a * 3
print(c)
print(c[0:2])
wise cargoBOT
candid spire
#

!e

a = 'x'
c = a * 3
print(c)
c[0:2]
wise cargoBOT
candid spire
#

c[x:x] this creates a new string

#

It can be stored

#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

For long code samples, you can use our pastebin.

candid spire
#

!e to execute

wise cargoBOT
# candid spire !e to execute

:x: Your 3.14 eval job has completed with return code 1.

001 |   File "/home/main.py", line 1
002 |     to execute
003 |        ^^^^^^^
004 | SyntaxError: invalid syntax
distant pilot
#

how are you guys

candid spire
#

Enjoy reading, see ya @cerulean roost

hexed jungle
#

` cheese = [1]
cheese = [0]

#

cheese = [1] print(cheese) cheese = [0] print(cheese

#

`>>> x = 1

y = 100

while x < y:
... x += 1
... print(x, end="n")
...
2n3n4n5n6n7n8n9n10n11n12n13n14n15n16n17n18n19n20n21n22n23n24n25n26n27n28n29n30n31n32n33n34n35n36n37n38n39n40n41n42n43n44n45n46n47n48n49n50n51n52n53n54n55n56n57n58n59n60n61n62n63n64n65n66n67n68n69n70n71n72n73n74n75n76n77n78n79n80n81n82n83n84n85n86n87n88n89n90n91n92n93n94n95n96n97n98n99n100n>>>
`

cerulean roost
#

/n

hexed jungle
#

`>>> x = ""

y = "a"

print(bool(x))
False
print(bool(y))
True`

graceful gull
#

yo

#

idk why i can't talk here and it's boring to text

#

@tulip gyro

#

come again

#

yeah it doesn't allow

#

prob but if u wanna join somewhere different i am cool w it

#

alright that's cool

#

would u add me on github

tulip gyro
graceful gull
#

that seems cool

#

i started a call in a pv chat

#

i just hate texting dude

#

nah

tulip gyro
somber heath
#

@frail sorrel ๐Ÿ‘‹

frail sorrel
#

Hi

somber heath
frail sorrel
#

How do I join the call

somber heath
frail sorrel
#

Thanks ๐Ÿ‘

somber heath
#

Now exit voice and rejoin.

upper spear
#

!e print("")

wise cargoBOT
upper spear
#

!e print("wow")

wise cargoBOT
upper spear
#

!e i =1 while i <= 3: number = input("type keyword 'yes' to enter :- ").lower() if number == "yes": print("Welcome") break i += 1 else: print("3 attempt, You are OUT")

wise cargoBOT
inner hill
#

5==6 

#
Enclose whatever text you want to in triple backticks 

wise cargoBOT
#

:warning: Your 3.14 eval job has completed with return code 0.

[No output]
inner hill
#

Backticks

#

Man

#

@upper spear
Backtick: ``` not this '''

upper spear
#

print("okay thank you sir")

somber heath
#

@plain cedar ๐Ÿ‘‹

#

@kindred cove ๐Ÿ‘‹

kindred cove
#

hey

slender sierra
#

@somber heath ๐Ÿ‘‹

bleak copper
bleak copper
#

๐™Ž๐™ฉ๐™–๐™ฎ ๐™ž๐™ฃ ๐™ฉ๐™๐™š ๐™ก๐™ค๐™ค๐™ฅ ๐™„๐™‰๐™๐™„๐™‰๐™„๐™๐™€๐™‡๐™”: https://snu.socratica.com/python The map, filter, and reduce functions simplify the job of working with lists. In this lesson, we show you how to use each function. If you also use lambda expressions, you can accomplish a great deal in a single li...

โ–ถ Play video
upper spear
#

๐Ÿฅน

thick cradle
#

how do i make gemini stop listening to me

oak silo
#

they are in your walls

thick cradle
#

i changed it to google asssisstant and it changed back to gemini

oak silo
#

idk man i cant help

thick cradle
#

and i ccant fucking disable ittttt

oak silo
#

ask reddit

#

ask gemini

bleak copper
oak silo
#

fake the earth is flat

somber heath
#

@stoic shore ๐Ÿ‘‹

#

@dreamy shard ๐Ÿ‘‹

dreamy shard
rotund plaza
#

Hiii

thick cradle
#

how do i uninstall osu winello

#

how do i uninstall osu winello

oak silo
#

@thick cradle google "how to uninstall programs on wine" or you can just rm -rf ~/.wine which would delete everything you've installed under wine/windows thingy

frail sorrel
thick cradle
#

it doesnt work

frail sorrel
thick cradle
#

can i say the r swear

#

its for a song

#

Wanna waatch ssomething funny

#

did you like it

#

this is my video

frail sorrel
thick cradle
#

i still remember that time me and my friend played bra maker

#

on my phones

#

i got things that i say cause of my autism

oak silo
#

we are all special in some way!!!

thick cradle
#

like ''esoredonte eagadente"

#

which is from the borotalco ad

#

its an actual ad

somber heath
oak silo
#

i dont get it

#

andrew

#

ohhh

thick cradle
#

he kinda sounds like terry davis

somber heath
#

@dapper spire ๐Ÿ‘‹

thin river
#

@somber heath did you tired .snakeantidote in lnacebot channel

#

It is very fun if you to check out --.snakes antidote

somber heath
#

@unkempt raven ๐Ÿ‘‹

#

@manic sundial ๐Ÿ‘‹

kind wigeon
#

Hello, @somber heath

#

Maybe

#

When does emotions came under education

#

I watched a film which is world where emotions were banned , emotions which caused all sorts of voilence

Equilibrium(2002 )

#

Christian bale was in it

#

If people stopped fighting for their rights in a emotionally violent way

Still people would be suppressed until today

kind wigeon
#

Les Misรฉrables - I Dreamed A Dream: Fantine (Anne Hathaway) sings of her past and the horror of her current desperation.
BUY THE MOVIE: https://www.fandangonow.com/details/movie/les-miserables-2012/1MVbe065d779437a9c6bdf34590f0971b39?cmp=Movieclips_YT_Description

Watch the best Les Misรฉrables scenes & clips:
https://www.youtube.com/playlist?l...

โ–ถ Play video
#

I did watch hannbal

#

Hannabal lecter

#

A therapist who kill his patient

#

Haanabal in the last season , the show become little bit gay

hannibal and will

Did become like lovers

#

Well , some people see it like that

#

The Hunt (2012 ) , Danish film

another mads film i liked

#

JOHN LENNON. GIMME SOME TRUTH. THE ULTIMATE MIXES. The Very Best of John Lennon.
36 tracks completely remixed from the original multitracks in Stereo, 5.1 and Dolby Atmos.
Listen to JOHN LENNON like you've never heard him before. OUT NOW โ†’ http://bit.ly/JL-GST

Imagine - The Ultimate Collection - the audio box set: http://bit.ly/imagine-ult
Im...

โ–ถ Play video
#

Have you watched The hunt ??

#

You should

#

No it is danish film

mads is in it

#

There are some , small hunting scene , but very small

THe english name is hunt

but danish it is jagten aka the hunt

#

In this film , i think there is dog and it was killed

faint cypress
#

hi

somber heath
faint cypress
#

its sayng : You have not been active enough on the server yet.

#

can you repeat?

kind wigeon
#

So , what do you do @somber heath

Employed or Un employed ?

Retired ??

Middle life crisis ??

Existential Crisis ??

Research doctor , your frnd might be older than 30

#

You are working in FBI or CIA

are you a spy , top secret

faint cypress
#

do you knwo about Georgia?

kind wigeon
#

Heard about it , Georgia is a country , right

faint cypress
#

yes and very beautifull

#

also cheap

#

for many people

#

where are u from?

#

its not state mate

#

its also county

#

google it Georgia or Sakartvelo

kind wigeon
#

A state in US

#

Named Georgia

faint cypress
#

like swithland

#

YESSSS THATS MY COUNTRY

#

i live in Batumi

#

i'm very proud of nature there bro

kind wigeon
#

Does Mango grow in australia

@somber heath

faint cypress
#

w mango

kind wigeon
#

Cool

faint cypress
#

first i try it in thailand

#

abdul is muslim / turkish name isnt it?

kind wigeon
#

The Green Mile
have you watched this film

faint cypress
#

ooo its ver nice film bro

#

have you watched Green Book?

kind wigeon
#

yeah

#

It was nice , I still remember the fried chicken

faint cypress
#

guys did u play some instrument?

kind wigeon
#

Have you watched Mindhunter web series

faint cypress
#

no

kind wigeon
#

It gave similar vibe like hannibal , So creepy

faint cypress
#

i'm in university Band playng guytar

#

yes yestardat was stud festival and we get on 2nd place

#

do you Know Georgian viral song?

#

Provided to YouTube by Kingsmen Records

แƒฉแƒฃแƒ‘แƒ˜แƒœแƒ ยท East Duo

แƒฉแƒฃแƒ‘แƒ˜แƒœแƒ

โ„— 2021 Kingsmen Records

Released on: 2021-08-07

Producer: East Duo
Music Publisher: Kingsmen Studio
Music Publisher: Kingsmen Studio
Composer: Levan Bantsadze
Composer: Giorgi Matkava

Auto-generated by YouTube.

โ–ถ Play video
#

you should know it

#

mostly guy playng FANDURI wich is 3 tring guitar instrument and popular in mountains

kind wigeon
#

Do you like cats , @thin river

#

Do you have one

thin river
#

I am a CAT

kind wigeon
#

just meow for me

thin river
somber heath
#

@smoky flicker ๐Ÿ‘‹

smoky flicker
#

hi

dire imp
#

hello again @somber heath

#

XD yeah i know

#

how good are you with big o?

#

i have and interview like in 5/21
and im a bit scared and no matter what i do i cant grasped it, also my math is not the best.
like what the fk is log?

#

wish me like im going back to the youtube tutorials hell ๐Ÿ˜ข

#

yeah i get you

#

i really hate the interviews system

#

i know but for some reson the company im applying in is expecting me to explain the complixty for the code i will type

#

im all ears buddy talk till you cant stop dont worry XD

somber heath
#

@gritty valve ๐Ÿ‘‹

gritty valve
#

it says You have not been active enough on the server yet.

#

okh

#

so waht are the rules now

cerulean roost
#

@gritty valve what is a shallow copy in python ?

gritty valve
cerulean roost
#

Your saying each shallow copy is pointing to the same object in memory ?

somber heath
#

!e ```py
import copy

foo = [[], [], []]

bar = foo.copy()
baz = copy.deepcopy(foo)

print(id(foo[0]))
print(id(bar[0]))
print(id(baz[0]))```

wise cargoBOT
gritty valve
#

i dont know that much i am just a student of 1st year in btech cse

somber heath
#

!e py foo = [[]] bar = foo.copy() bar[0].append(123) print(foo)

wise cargoBOT
gritty valve
somber heath
#

!e py import copy foo = [[]] bar = copy.deepcopy(foo) bar[0].append(123) print(foo)

wise cargoBOT
gritty valve
#

okh i get it

candid spire
#

Hello

#

How was your day?

kind wigeon
#

Hello

#

Can you actually code bigfoot

#

A random sunday

candid spire
#

Do you feel motivated to live your day Opal?

kind wigeon
#

Have you ever travelled outside of your country

candid spire
#

How about you?

kind wigeon
#

Do travel by bus or flight or car form mainland to whatever

#

ohh by boat

#

i forgot you said something about boat

kind wigeon
candid spire
#

If you don't mind, can I ask you where you are from?

somber heath
#

@quick sky ๐Ÿ‘‹

quick sky
#

hi

#

why are we muted

somber heath
candid spire
#

Rules

quick sky
#

ohh i understand

#

how long do i have to be active?

kind wigeon
#

Are you a mysterious person , opal ( in real too )

candid spire
quick sky
#

ohh ok

#

alright

candid spire
#

Any future questions?

quick sky
#

im gonna come back in vc after i can speak @somber heath

quick sky
#

ty

candid spire
kind wigeon
#

Do you had lunch or dinner opal ??

what did you had

#

Like french fries

that's it , lunch

Pasta with mushroom sauce , sounds decilious

#

Do you grow potatoes in aus or buy then from store ?

somber heath
#

@junior drift ๐Ÿ‘‹

junior drift
#

I don't have permission to speak lol

somber heath
junior drift
#

oh

junior drift
kind wigeon
#

with french fries for lunch , your stomach can be fuly filled , that's interesting

junior drift
#

got it

kind wigeon
junior drift
#

later, byee

rough tapir
#

@somber heath Hello ๐Ÿ‘‹

kind wigeon
#

@candid spire , Why so serously slient

candid spire
#

Would you like to play?

kind wigeon
#

NO

candid spire
stray pewter
candid spire
#

Welcome back!!

rough tapir
#

Africa

kind wigeon
#

that's funny

rough tapir
#

Savannah

kind wigeon
#

forest

candid spire
#

India?

#

India has all of it

kind wigeon
#

so what

stray pewter
kind wigeon
stray pewter
candid spire
#

Based on a beautiful accent, I think you are german?

kind wigeon
#

what a strange story

candid spire
#

Blend of all!?

rough tapir
#

So, how do you introduce yourself ?

candid spire
#

India

#

West

rough tapir
#

West is Bengal ?

candid spire
#

Bengal is in east

rough tapir
#

Oww.

#

Mumbai

#

@cerulean roost ๐Ÿ‘‹

candid spire
#

Hello kai

graceful gull
#

@cerulean roost where do i talk to you bro

#

it aint allowed to turn on my mic here

somber heath
stray pewter
#

!voice

wise cargoBOT
#
Voice verification

Canโ€™t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

candid spire
#

Do you use mac?

#

In mac they have an app which is intended for such purpose

cerulean roost
candid spire
#

You can use zotero

candid spire
cerulean roost
candid spire
#

Can you share the link?

stray pewter
#

!pydocs

#

!docs

wise cargoBOT
stray pewter
#

@candid spire

candid spire
candid spire
stray pewter
wild latch
#

Hello

#

how to unsupress

candid spire
wild latch
#

not active enought to unsupress

oak silo
#

sucks to be you

iron geyser
#

๐Ÿค”

wild latch
#

love classic rock

cerulean roost
#

@candid spire sorry man my internet went off

iron geyser
#

House music โœŒ๏ธ

stray pewter
oak silo
#

weak maths

stray pewter
cerulean roost
candid spire
#

I'm heading out, it's a pleasure learning with you @cerulean roost

oak silo
hexed jungle
#

hi everyone sorry about joining late into the chat

#

hey can you guys hear me

#

guys please respond if you can hear me

#

is anyone hearing me

oak silo
#

no sir

#

@hexed jungle we cant hear

hexed jungle
#

guys i am having mic trouble any idea what to do it's the same setup as yesterday

oak silo
#

@hexed jungle reboot computer

hexed jungle
#

anything guys

oak silo
#

@hexed jungle go into settings and find out what input device is selected

hexed jungle
#

i have been it's correctly set

forest grail
#

hi

oak silo
#

67

ruby brook
#

Hellooo, does anyone here have any idea about inr's?

#

implicit neural representations

oak silo
ruby brook
# oak silo what about them

i am getting into research and wanted to understand about amortization, was wondering if someone could explain it in a way beginners can understand

viscid bronze
#

can i get

#

voice access

cerulean roost
stray pewter
wise cargoBOT
#
Voice verification

Canโ€™t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

oak silo
#

@candid spire good explainations btw

candid spire
hexed jungle
#

`class Point:
def init(self, x, y):
self.x = x
self.y = y

def where_is(point):
match point:
case Point(x=0, y=0):
print("Origin")
case Point(x=0, y=y):
print(f"Y={y}")
case Point(x=x, y=0):
print(f"X={x}")
case Point():
print("Somewhere else")
case _:
print("Not a point")`

cerulean roost
hexed jungle
#

# point is an (x, y) tuple match point: case (0, 0): print("Origin") case (0, y): print(f"Y={y}") case (x, 0): print(f"X={x}") case (x, y): print(f"X={x}, Y={y}") case _: raise ValueError("Not a point")

#

`class Point:
def init(self, x, y):
self.x = x
self.y = y

def where_is(point):
match point:
case Point(x=0, y=0):
print("Origin")
case Point(x=0, y=y):
print(f"Y={y}")
case Point(x=x, y=0):
print(f"X={x}")
case Point():
print("Somewhere else")
case _:
print("Not a point")`

stray pewter
#

@wind raptor hru

lucid surge
#

/excrices

#

excrices

stray pewter
#

!excises

lucid surge
#

!excises

stray pewter
#

@olive hedge are there any resources for exersises?

ruby spruce
#

i know

#

i don't meet requirements anyways

#

@heady widget i play chess

#

520

#

in blitz*

lucid surge
#

good night everyone tm i get my mic activated finaly

ruby spruce
tulip gyro
upbeat osprey
#

@stray pewter u wana chat one last time? i was not a good friend.im gonna take off from here now forever. cya

somber heath
#

@sharp beacon ๐Ÿ‘‹

#

@rustic hill ๐Ÿ‘‹

tulip gyro
rough tapir
#

@somber heath Hello ๐Ÿ‘‹

somber heath
#

@vocal kite ๐Ÿ‘‹

rough tapir
#

Good morning.

somber heath
#

@versed basin ๐Ÿ‘‹

rough tapir
#

People are rude.

#

Yup

somber heath
#

@lucid surge ๐Ÿ‘‹

lucid surge
#

yes ty

#

You are not currently eligible to use voice inside Python Discord for the following reasons:

You have been on the server for fewer than 3 days.

cerulean sage
#

hi

stray pewter
modest shale
#

hello @somber heath

#

@cerulean sage hello sirrr

cerulean sage
#

ih

stray pewter
cerulean sage
#

@modest shale sir what are you doing?

modest shale
rough tapir
#

Hellow ๐Ÿ‘‹

somber heath
#

@little ice ๐Ÿ‘‹

rough tapir
#

Yup

#

Hello @signal holly ๐Ÿ‘‹

lucid surge
#

Exercise 3 (Hard) โ€” Game Power-Up System

Scenario: A game gives power-ups based on points + health combo:

If points >= 1500 AND health >= 80: "Gold power-up!"
Elif points >= 1000 AND health >= 60: "Silver power-up!"
Elif points >= 500 AND health >= 40: "Bronze power-up!"
Else: "No power-up"

Your task: Write a program with:

  1. points = 1200
  2. health = 75
  3. Use if/elif/else with AND to check both conditions
  4. Print the power-up level

Hint: Use and keyword:
if condition1 and condition2:
# both must be True

lucid surge
#

yes

#

ai genereted tho im using claude code to genrete me exrices

rough tapir
#

@prisma dome Hello ๐Ÿ‘‹

prisma dome
#

Hello

lucid surge
#

maykl nice qeastions

#

haahha

rough tapir
prisma dome
lucid surge
#

take care man

#

was nice talking to you

#

even tho muted

lucid surge
#

Exercise 3 (Hard) โ€” Sum Calculator

Real-world scenario: A store wants to add up all prices.

Calculate the sum (ุนูˆู…ุฌู…ู„ุง) of numbers 1 to 10:
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 = ?

Your task:

  1. Create total = 0 (starts at zero)
  2. Create number = 1
  3. Loop while number <= 10:
    - Add number to total: total = total + number
    - Increase number
  4. After loop ends, print: f"Sum is: {total}"

Hint: This teaches accumulation (ู…ูƒุงุฑุชู„ุง) โ€” a key skill!

lucid surge
#

whats that

latent jay
# lucid surge whats that

def sum(*numbers):
total = 0
for number in numbers:
total += number
return total

print(sum(1, 2, 3, 4, 5))

#

is it right?

rough tapir
#

!e

def sum(*numbers):
    total = 0
    for number in numbers:
        total += number
    return total

print(sum(1, 2, 3, 4, 5))```
wise cargoBOT
latent jay
lucid surge
#

all good im doing some client work now

latent jay
#

@grim peak from where are you my friend?

#

@lucid surge I'm from Philippines.

lucid surge
#

nice to meet you

#

im from algeria

latent jay
#

@lucid surge are you at work?

lucid surge
#

remote work i belive

#

im freelancer

latent jay
#

@lucid surge What is your role as a freelancer?

lucid surge
#

web devloper mainly using ai to build webapps and mobile apps

latent jay
#

@lucid surge what framefork are you using as of now?

#

@lucid surge I mean the web framework that you are using?

lucid surge
#

nextjs 16

#

nextjs typescript 'ai good at that ' and for backend i try to keep it simple using convex baas

latent jay
#

@lucid surge So you are a full stack developer.

lucid surge
#

yes

#

what you think about this tech stack

latent jay
lucid surge
#

you think this is good tech stack

#

what you do for living

#

!

latent jay
lucid surge
#

i think supabase same as convex ' i just like convex more

#

they both do same things "for real time featers convex better

#

brb

latent jay
#

Before I'm specialize in creating desktop applications using VB 6.0 and Microsoft Access.

#

In short I was a software developer before. But VB 6.0 was already phase out.

latent jay
rough tapir
#

@cerulean roost Hello ๐Ÿ‘‹

#

Fine, hbu?

latent jay
#

i'm at work

#

I'm at the office. Finishing some paper works

#

I'm working as an office clerk as of now.

rough tapir
#

@cerulean roost What you reading now Kai?

cerulean roost
rough tapir
#

Did you find anything interestring ?

latent jay
#

@cerulean roost ok

lucid surge
#

what

latent jay
#

i also have something share about what I know. This is all bout creating custom container,. Wait let me write the code for a while, then I'll upload the screenshot. This can help you create a simple artilces.

cerulean roost
somber heath
#

!e ```py
def foo(x, y):
print(f"{x = }, {y = }")

foo(1, 2)
foo(3, y=4)
foo(x=5, y=6)```

wise cargoBOT
tacit crane
#

where_is(Point(3,4))

#

where_is(Point(3,4))

#

Point(3,4)

#

Point(3,4)

latent jay
#

class TagCloud:
def init(self):
self.tags = {}

def add(self, tag):
    self.tags[tag.lower()] = self.tags.get(tag.lower(), 0) + 1

def __getitem__(self, tag):
    self.tags.get(tag.lower)

def __setitem__(self, tag, count):
    self.tags[tag.lower()] = count

def __len__(self):
    return len(self.tags)

def __iter__(self):
    return iter(self.tags)

cloud = TagCloud()
cloud["Python"] = 10
cloud.add("Python")
cloud.add("python")
cloud.add("python")
cloud.add("python")
cloud.add("javascript")
cloud.add("javascript")
cloud.add("Rubyonrails")
cloud.add("Rubyonrails")
cloud.add("Rubyonrails")
print(cloud.tags)
print(f"Number of articles: {len(cloud)}")

for key, value in cloud.tags.items():
print(f"{key}: {value}")

tacit crane
#
class Position:
    def __init__(self, x, y, z):
        self.x = x
        self.y = y
        self.z = z


def where_are_you(pos):
    match pos:

        # World spawn
        case Position(x=0, y=64, z=0):
            print("You are at spawn")

        # Standing on bedrock layer
        case Position(y=-64):
            print("You reached bedrock")

        # Directly above spawn (same x,z)
        case Position(x=0, z=0):
            print(f"You are {pos.y} blocks above spawn")

        # Very high in the sky
        case Position(y=y) if y > 200:
            print(f"You are flying high at Y={y}")

        # Any other Minecraft position
        case Position():
            print("Somewhere in the world")

        # Not a Position object
        case _:
            print("Invalid coordinates")```
rough tapir
#

x,y,z

#

which has + and -

tacit crane
#
class Position:
    def __init__(self, x, y, z):
        self.x = x
        self.y = y
        self.z = z


def where_are_you(pos):
    match pos:

        # Spawn point
        case Position(x=0, y=64, z=0):
            print("You are at spawn")

        # Bedrock level
        case Position(y=-64):
            print("You reached bedrock")

        # Above spawn
        case Position(x=0, z=0):
            print(f"You are {pos.y} blocks above spawn")

        # High in the sky
        case Position(y=y) if y > 200:
            print(f"You are flying high at Y={y}")

        # Any other coordinates
        case Position():
            print("Somewhere in the world")

        # Not a Position object
        case _:
            print("Invalid coordinates")


# Test examples
where_are_you(Position(0,64,0))
where_are_you(Position(100,-64,20))
where_are_you(Position(0,120,0))
where_are_you(Position(50,250,30))
where_are_you(Position(300,70,400))
where_are_you("Steve")


# OUTPUT:
# You are at spawn
# You reached bedrock
# You are 120 blocks above spawn
# You are flying high at Y=250
# Somewhere in the world
# Invalid coordinates```
cerulean roost
latent jay
#

GTG. My working hours at office is done.

cerulean roost
tiny ingot
#

yes

#

mic issue

#

hold a sec

cerulean roost
#

@hexed jungle

rough tapir
#

are you student ?

#

Sorry, im working on something else.

#

No lol.

#

Ohh.

#

computer vision

#

object detction.

#

Yolo

#

Yeah.

#

i'm still learning ๐Ÿฅฒ

#

Yeah.

#

That's Asian thing. Beating up your children to study.

#

Why everybody use Arch ?

cerulean roost
tiny ingot
rough tapir
#

Practice more maybe.

#

Ohayo.

#

how do you append what ?

#

sorting

#

algorithm

#

Binary Search

cerulean roost
#

How do you append a tuple to a list ?

tiny ingot
#

!e

kai = (1, 2)
chi = [3, 4]

kai = kai + tuple(chi)

print(kai)
wise cargoBOT
tiny ingot
#
print(list.kai)
rough tapir
#

immtable

#

numbers

#

bool

#

bytes

tiny ingot
#

!e

kai = (1, 2)
chi = [3, 4]

chi = list(kai) + chi

print(chi)
wise cargoBOT
rough tapir
#

you changed tuple into list,

#

it's basically adding two list

#

I read later you were talking about list and tuples

#

you're on which chapter

#

Control flow ?

#

@cerulean roost ?

#

nope.

#

Yup

#

I think it's mostly talking about interactive mode

#

Tbh i never read it.

#

nope sry

#

i think == is equality

#

identity 'is'

cerulean roost
#

match/case is designed to filter and unpack complex data all at once.

rough tapir
#

Ohh

#

i gotta read it.

#

Okay you're talking about this.

#
    case Point(x, y) if x == y:
        print(f"Y=X at {x}")
    case Point(x, y):
        print(f"Not on the diagonal")```
#

if x == y

#

yeah

cerulean roost
#

Unpacking a nested UI event manually

if isinstance(event, Click) and event.position.x == 0:
y_coord = event.position.y
print(f"Clicked on the left edge at height: {y_coord}")

rough tapir
#

you put three

#

console key

#

before and after the text

#

` ``

cerulean roost
#

With Pattern Matching (Clean way)
Python filters for the exact structure you want and extracts the variable in one single step.

cerulean roost
#
    case Click(position=Point(x=0, y=y_coord)):
        print(f"Clicked on the left edge at height: {y_coord}")
rough tapir
#

yup

#

you can eval your code with

#

!e

wise cargoBOT
rough tapir
#

Yup

#

Alright

#

Bye

candid spire
#

Hi

#

I use macbook air

tiny ingot
#

blue switch 60% mechanical

candid spire
#

so no keyboard required!!

candid spire
tiny ingot
#

no numpad

candid spire
#

60% layout or 60% keys

candid spire
#

Rich ๐Ÿค‘

tiny ingot
#

nah it was just 2k

candid spire
tiny ingot
#

im a student

candid spire
#

20$ is a weekly wage

tiny ingot
#

2k rupees

candid spire
#

In India

tiny ingot
#

that's like 20 bucks

#

mech starts from 1.5k something k

candid spire
#

I do know!!

tiny ingot
#

im trying to

#

my mic's doomed

cerulean roost
#

Switch Type: Kailh Box Pink (Linear Quiet / Silent variant)
Feel: Linear (smooth, no tactile bump or clickโ€”just buttery straight down)
Actuation Force: 35 grams (super light and low-effort, great for long sessions and reducing fatigue)
Pre-Travel / Actuation Point: ~1.8 mm
Total Travel: 3.6 mm
Noise: Very quietโ€”built-in sound dampening/rubber silencers make them much hushed compared to regular mechanical switches (ideal for shared spaces or quiet environments)
Durability: Rated for 50 million+ actuations

#

Kinesis Advantage360 Pro Linear Quiet โ€” that's the Bluetooth Pro model with Kailh Box Pink silent linear switches.

cerulean roost
#

Unpacking a nested UI event manually
if isinstance(event, Click) and event.position.x == 0:
y_coord = event.position.y
print(f"Clicked on the left edge at height: {y_coord}")

candid spire
#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

For long code samples, you can use our pastebin.

cerulean roost
#
    y_coord = event.position.y
    print(f"Clicked on the left edge at height: {y_coord}")```
candid spire
#
if isinstance(event, Click) and event.position.x == 0:
    y_coord = event.position.y
    print(f"Clicked on the left edge at height: {y_coord}")
cerulean roost
#

With Pattern Matching (Clean way)
Python filters for the exact structure you want and extracts the variable in one single step.

candid spire
cerulean roost
#
    case Click(position=Point(x=0, y=y_coord)):
        print(f"Clicked on the left edge at height: {y_coord}")```
#
 match event:
    case Click(position=Point(x=0, y=y_coord)):
        print(f"Clicked on the left edge at height: {y_coord}")```
#

Here, "(โ€ฆ)" is just the docs' way of writing "parentheses with stuff inside" โ€” meaning a class pattern.

The rule: in a pattern, any name followed by (...) is being treated as a class to match against, not a variable to assign.

case Point(x=1, y=var):
  • Point has (...) next to it โ†’ it's a class name. Python checks "is this object a Point?" It does not create or overwrite a variable called Point.
  • var has nothing next to it โ†’ bare name, gets assigned.

Compare with no parens:

case point:        # no (...) โ†’ 'point' is a bare name, gets assigned!

That would match anything and bind it to a variable called point. The (...) is what tells Python "treat this as a class check."

So the docs are listing the things that look like names but aren't assignment targets:

  • foo.bar โ€” dotted name (used for matching against a constant)
  • x= inside a class pattern โ€” attribute name
  • Point(...) โ€” class name (recognized by the parens)

Only bare standalone names like var get assigned.

#

In a pattern, Name(...) = class check, not a variable. The parentheses are what flag Point as a class to match against rather than a name to assign to.

candid spire
cerulean roost
zealous bobcat
#

Nah, no questions.

candid spire
#

!e

class Point:
    __match_args__ = ('x', 'y')

    def __init__(self, x, y):
        self.x = x
        self.y = y


# Try changing this value
points = [Point(0, 2), Point(0, 8)]


match points:

    # Empty list
    case []:
        print("No points")

    # One point at origin
    case [Point(0, 0)]:
        print("The origin")

    # One point with any x and y
    case [Point(x, y)]:
        print(f"Single point {x}, {y}")

    # Two points on Y-axis
    case [Point(0, y1), Point(0, y2)]:
        print(f"Two on the Y axis at {y1}, {y2}")

    # Anything else
    case _:
        print("Something else")

wise cargoBOT
candid spire
#

I have to go now, tc.

cerulean roost
zealous bobcat
#

Silently right?

#

him reading harry potter in an hour

#

Nowadays, 20 is old

cerulean roost
#

Switch Type: Kailh Box Pink (Linear Quiet / Silent variant)
Feel: Linear (smooth, no tactile bump or clickโ€”just buttery straight down)
Actuation Force: 35 grams (super light and low-effort, great for long sessions and reducing fatigue)
Pre-Travel / Actuation Point: ~1.8 mm
Total Travel: 3.6 mm
Noise: Very quietโ€”built-in sound dampening/rubber silencers make them much hushed compared to regular mechanical switches (ideal for shared spaces or quiet environments)
Durability: Rated for 50 million+ actuations
Kinesis Advantage360 Pro Linear Quiet โ€” that's the Bluetooth Pro model with Kailh Box Pink silent linear switches.

zealous bobcat
#

Full time job in 2026?

#

damn

#

proudly unemployed

#

I just graduated

#

about to add 2 years of fake experience on my resume for an unpaid internship

#

what code editors do you guys use?

cerulean roost
#

Nvim

zealous bobcat
#

ooh same

cerulean roost
#

ohh dammm

zealous bobcat
#

peak unemployed behavior by kai

cerulean roost
#

lol

#

copium

zealous bobcat
#
  1. Find a company near your place
  2. Find the CEO
  3. Break into their house
  4. Get a job
#

User preference

#

once you know a language, you know every other language. (minus the quirks)

#

I heard odin project is really good for learning

#

I had questions about database stuff, mvc architecture and dot net stuff

#

@cerulean roost I've never lost either

cerulean roost
#
match point:
    case Point(x, y) if x == y:
        print(f"Y=X at {x}")
    case Point(x, y):
        print(f"Not on the diagonal")```
tiny ingot
#

good luck

short owl
#

nice to see , match - case used anywhere

unreal arch
#

im muted ๐Ÿ™

stray pewter
#

huh

#

excuse you mr @wise cargo

#

Sea Lynx Mk.88A

magic parrot
#

hello

candid spire
# stray pewter

@stray pewter 3rd Image has + or swastika in it, do you know what does the symbol mean in this scenario?

stray pewter
#

its a eisernes kreuz

candid spire
candid spire
stray pewter
#

more specifically a Balkenkreuz

stray pewter
#

its on the second image aswell you cant see it from this angle but there is one on the first helicopter too

candid spire
#

I think some infamous dude from germany in 1940s had this very symbol as badge on his uniform.

stray pewter
candid spire
#

and he also quite famous with swastika

tulip gyro
#

Alright some new features added to my animatino suite just posting here

cerulean roost
#

!e


def foo(name, **kwds):
   return 'name' in kwds
foo(1, **{'name': 2})
wise cargoBOT
cerulean roost
iron geyser
feral spear
cerulean roost
sharp crescent
#

ู†ุงูŠู…

frail sorrel
tulip gyro
#

I mean.. with concept art alone its hard but if you make up the 3d models, or sprite sheets I see it more doable

marble shoal
#

It's a relative question.

somber heath
#

@north ridge ๐Ÿ‘‹

#

@oblique valve ๐Ÿ‘‹

oak silo
#

gnuix @heady widget

somber heath
#

@gusty osprey ๐Ÿ‘‹

gusty osprey
#

6 seasons is wicked

oak silo
gusty osprey
#

man my imdb list has like 200 things

#

I havent even touched python

#

its nice to get new views

somber heath
#

!beginner

wise cargoBOT
#
Go-to beginner resources

Here are the top free resources we recommend for people who are new to programming:

For a full, curated list of educational resources we recommend, please see our resources page!

somber heath
#

@tender widget ๐Ÿ‘‹

gusty osprey
#

im too

tender widget
#

hey opal mist

tender widget
#

@somber heath are u good at math

oak silo
#

i can add

gusty osprey
#

I got banned at the gym for lifting the gym

tender widget
#

@somber heath we should code a game or a app in python

somber heath
#

In Episode 1 of "The Last Of Us," a doctor talks about viral outbreaks and pandemics in the '60s. The main concern isn't bacteria; it's fungi. This fungus, named Ophiocordyceps camponoti-floridani, can control its host like a puppet, with the fungus itself pulling the strings and controlling the host. It's a scary prospect that sets the stage fo...

โ–ถ Play video
somber heath
#
rough tapir
#

Hello

#

Oh, Monsoon there ?

#

Chai Masala.

#

it's masala chai here.

#

ginger

#

for cold n cough

#

You put only one thing.

#

Oh okay.

#

cardamom tea is pretty common here.

rough tapir
#

Have you tried Jaggery ?

oak silo
#

ginger?

rough tapir
#

๐Ÿ˜‚

#

Here some make with Jaggery

#

Because sugar is processed.

#

What is the best food you guys trued ?

#

Ohh

rough tapir
#

Wby Opal ?

marble shoal
oak silo
#

ruggish thuggish

rough tapir
#

Mom's cooking.

marble shoal
oak silo
#

10/10 memes

marble shoal
marble shoal
rough tapir
#

Cooking food is like chemistry.

#

specific Amount at specific time

somber heath
#

@brazen trellis ๐Ÿ‘‹

brazen trellis
#

I can't speak, why?

somber heath
brazen trellis
#

Ahh, i see, alright, im gonna get active first

somber heath
#

@nimble zinc ๐Ÿ‘‹

nimble zinc
#

im muted

#

stuck muted

somber heath
#

@wanton radish ๐Ÿ‘‹

wanton radish
#

hi

oak silo
#

@last falcon @rough tapir hello humans

rough tapir
#

Hello. ๐Ÿ‘‹๐Ÿป

#

!e
print("Hello, world")

wise cargoBOT
rough tapir
#

!beginner

wise cargoBOT
#
Go-to beginner resources

Here are the top free resources we recommend for people who are new to programming:

For a full, curated list of educational resources we recommend, please see our resources page!

rough tapir
#

You japanese @last falcon ?

paper wolf
rough tapir
#

Hello

paper wolf
#

What u guys doing...

#

nice can I join

#

yay

paper wolf
#

@last falcon I can hear the nature on ur audio lol

#

It's fine lol

paper wolf
#

Woooa woooo wooo waaaa

#

@oak silo here it means u gotta to the 2

paper wolf
#

Aight am bored I'll continue procrastinating again and not do my school projects bai

somber heath
#

@glacial grotto ๐Ÿ‘‹

glacial grotto
#

Yes please

#

What happened

#

You pinged me?

somber heath
#

You joined voice chat.

oak silo
#

lol

somber heath
#

You did not have voice privs.

glacial grotto
#

I left it

somber heath
#

You did.

oak silo
#

nuh uh

glacial grotto
#

Rejoined

somber heath
rough tapir
#

Hello again

paper wolf
#

Meow

#

you dont have shout there fella ._.

rough tapir
#

Oh, I was deafen. mb.

#

๐Ÿ˜‚

paper wolf
#

is it necessary to shout ๐Ÿ˜ญ?

rough tapir
#

Bro's eating and shouting talking about coding. Classic.

oak silo
#

its not a shell its not a language

#

T_T

rough tapir
#

It's a bird

#

it's a plane

paper wolf
#

It's!!!

#

It Is I, Meu the herald of Meuvim

last falcon
#

muted

paper wolf
#

Why is the fella shouting???

rough tapir
#

Bro, just said Oh and left.

oak silo
#

im using his shell

rough tapir
#

Ghost in the shell.

somber heath
#

@woeful sparrow ๐Ÿ‘‹

paper wolf
#

And they left...

#

pycon?

#

And python discord host that conversation??

rough tapir
#

That's not possible ig. Haha.

#

Well, it's possible for each country to host their own Pycon.

paper wolf
#

We don't have it here :(

rough tapir
#

Oh, it's here too. on 12th-15th

paper wolf
#

"smelly programmer's" o_O????

#

@oak silo o_O?

#

Don't snitch damnit

oak silo
#

LOOL

paper wolf
#

Oh we actually have pycon here .. it's just alr done

#

March 21-23

#

What pasta

#

home made pasta is better

#

@oak silo shush ur robot here

#

We want human hands since it add flavor

oak silo
paper wolf
#

(โ ๏ฝกโ ใƒปโ /โ /โ ฮตโ /โ /โ ใƒปโ ๏ฝกโ )

somber heath
#

@surreal wharf ๐Ÿ‘‹

#

@magic parrot ๐Ÿ‘‹

#

@hallow nova ๐Ÿ‘‹

rough tapir
#

Yaam Yaam

#

Zoro And Usopp together.

somber heath
rough tapir
#

Zoro lost again.

#

bye bye

somber heath
#

@atomic mason ๐Ÿ‘‹

thick cradle
#

This is my video

#

What did you saya

#

Its about my best friendd

somber heath
#

@humble kestrel ๐Ÿ‘‹

humble kestrel
#

Hii

thick cradle
#

My classmaate screams "NICE SANDALS" in class

humble kestrel
#

I sadly dont got VC perms

#

I would love to talk lol

somber heath
humble kestrel
#

Dang not active enough lol

atomic mason
#

dude, wht r u even talkin abt rn

humble kestrel
atomic mason
#

no, but the guy on voice chat or somethin lol

humble kestrel
#

servers with vc verify kinda pmo lol

#

I gotcha ya

thick cradle
#

This is the worlds shortest song

humble kestrel
#

Ima 16 year old programmer lol i am currently learning c

#

I know c# n java

#

Kinda java but yk lol

atomic mason
#

oh damnnn.. i feels so old now

thick cradle
#

I somehow recall terry davis saying "iam a 16 yr okd programmer"

#

Idk

humble kestrel
#

opal what programming languages you know?

atomic mason
#

wait.. isnt it the guy who wrote his own programming language or even os tho

thick cradle
#

I know none

somber heath
#

@pastel hemlock ๐Ÿ‘‹

humble kestrel
#

I learning c cuz of terry lol hes a big influence on me as a programmer

thick cradle
#

can i use python in vsc

atomic mason
#

the guy was a legend

thick cradle
#

Ok

humble kestrel
#

i use vcs

#

Very useful

atomic mason
#

wht do u use then

#

cool

humble kestrel
#

But yeah terry isa big influence on me programming

thick cradle
#

One time i got warned in a server for saying fage

humble kestrel
#

Python is very simple but slow lol i understand why people use it

thick cradle
#

Fage is a yoghurt company

humble kestrel
#

I remember in the c# server the people were very negative towards to me only because i was a beginner

#

Very language has a purpose

#

i think c is way more easier then c++

somber heath
#

@manic copper ๐Ÿ‘‹

atomic mason
#

low-level language makes us more focus to the hardware or even the syntax itself than the algorithms or logic or somethin.. imho

humble kestrel
#

I mainly wanna learn c for making a OS or making game engines lol

#

I wanna make my own os with the ReactOS source code

#

It natively supports windows apps

#

@somber heath

atomic mason
#

wht do u do with python tho btw

#

dude, are u british or somethin tho

#

or australian

atomic mason
#

oh damnnn

#

u sounds so formal lol

humble kestrel
#

people say that ai will take over which is not true lol people said that to calculator's but in the end it was used like a tool lol

atomic mason
#

lol

humble kestrel
#

i think if you use ai to help with stuff you dont understand its okay you gotta be smart about it

#

We must kill ai data centers lol we must save the ram!

somber heath
#

@alpine trellis ๐Ÿ‘‹

alpine trellis
thick cradle
#

The number 1 ai singer in greece is giannis maderfakis

somber heath
atomic mason
#

gpu get expensive cus this ai stuff now

humble kestrel
#

I think AI isnt gonna take over jobs people who dont use it will be

#

what if indie company's make jobs

#

And their company earning to make jobs and make their company more huge

#

Its might sound dumb ik

#

just curious how old are you guys

#

@somber heath

humble kestrel
#

Lol

#

I might head to bed seeya

paper wolf
#

homeopathy will never work meh

#

@calm ginkgo how he proposed it?

#

online ๐Ÿ˜‚

#

rigging that would make it super easy

#

electric voting is super easy to rigg lol

#

its way easier than manual

#

@brisk gyro getting money is hard, and people love easy money without thinking for the next day

#

our world is doomed

#

also im asian...

#

south-east asia

#

especailly US is doomed, antivaxer got into thier goverment

#

imagine high official telling vaccine cause autism ._.

#

im also coding

#

i thought u usuing mathlab

#

@brisk gyro lol thats typical

#

everytime theres heavy ammount of people here, theres a chance to lead to politics

#

yes, i write code

#

ew no

#

AI = Asian Intelegence

#

i just do casual programming

#

you can check my stuff on my github

#

they're not pretty but im proud of them

#

im more of a system dev

somber heath
#

@lunar crypt ๐Ÿ‘‹

lunar crypt
#

Hello

somber heath
#
text = "abc"
for i in range(len(text)):
    print(i)```
```py
text = "abc"
for i, _ in enumerate(text):
    print(i)```
#

!e py var = [[a ** b for a in range(3)] for b in range(3)] print(var)

wise cargoBOT
somber heath
#

!e py var = [[a ** b for a in range(5)] for b in range(5)] print(var)

wise cargoBOT
paper wolf
#

ello

#

*obj is a unpack operator that should return tuple

#

list comprehension is simple

#

its just a nice way to build lists

#

theres also this

somber heath
#

!e py var = [[letter + number for number in "123"] for letter in "abc"] print(var)

wise cargoBOT
paper wolf
#

!e

arr = [f"{i}{x}" for x in range(10) for i in range(x)]
print(arr)
wise cargoBOT