#voice-chat-text-0

1 messages ยท Page 232 of 1

left leaf
#

how much for gold

#

i got an account

#

send me your ign

#

@rapid chasm dude you entered a game

#

@rapid chasm can you dodge >

trail mural
#

Hi Opalmist

#

Bye Opalmist

warped raft
#

hello everybody

warped raft
#

@mystic lily what are you doing brother

#

wrking on something

warped raft
#

hello @somber heath

urban abyss
#

Any Docker heads in vc today?

cinder dawn
#

afternoon

#

hows everybody

somber heath
#

@deep oar ๐Ÿ‘‹

eager thorn
#

๐Ÿฅฑ

#

Anyone got any coffee made

toxic arch
#

@somber heath are you ill?

#

your voice sounds different

somber heath
wet scroll
#

hallo

#

who said my user

tender gazelle
#

Hello

graceful tangle
#

i cant speak in voce channel

rapid chasm
#

!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.

rapid chasm
#

@graceful tangle

rugged root
#

Will try to be on later, kind of swamped

obsidian dragon
rugged root
#

It's a good swamped. I like being busy.

#

Just got a couple people being crabby

wind raptor
#

Slow days are the worst at a job

#

They are fun the first couple of times... then never again

eager thorn
#

i love when it's fast paste, that's all my jobs ever have been. used to it by now.

rugged root
#

I think it's paced, right?

eager thorn
#

tomato tamato

#

Hemlock or LockHem ya know

rugged root
#

Fast paste is when you use CTRL+V

eager thorn
#

you know what i meant, I"m out of coffee okay ๐Ÿฅน

rugged root
#

Just couldn't help myself

eager thorn
#

checks out

stark river
#

๐Ÿšฌ

gentle flint
weary shell
#

Anyone using sagemath?

latent valve
#

yo

dry jasper
rugged root
#

Almost done and getting out of here to deliver.

#

Just a couple more things

eager thorn
whole bear
#

unban me

orchid bridge
#

hi

whole bear
#
@each $prop
    in (
        (p, padding),
        (pl, padding-left),
        (pr, padding-right),
        (pt, padding-top),
        (pb, padding-bottom),
        (g, gap)
    )
{
    @each $unit
        in (
            (1, $unit-1),
            (2, $unit-2),
            (3, $unit-3),
            (4, $unit-4),
            (5, $unit-5),
            (6, $unit-6),
            (8, $unit-8)
        )
    {
        .#{nth($prop, 1)}-#{nth($unit, 1)} {
            #{nth($prop, 2)}: nth($unit, 2);
        }
    }
}```
little pond
#
annual_salary = input("enter your annual salary ):")
portion_saved = input("The portion of salary to be saved :")
total_cost = input("The cost of your dream home :")

r = .4
monthly_salary = int(annual_salary)/12
portion_of_downpayment =.25
remaing_cost = int(total_cost)*int(portion_of_downpayment)
def number_of_month(remaing_cost):
        current_saving = 0
        for i in range(100000000000): 
                if current_saving < remaing_cost:
                    return i
                else: 
                    current_saving += r*current_saving + monthly_salary*portion_saved
                    i += 1
print("Number of months",number_of_month(remaing_cost))```
woeful salmon
#

!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.

little pond
#

TypeError: can't multiply sequence by non-int of type 'float'

#
annual_salary = int(input("enter your annual salary ):"))
portion_saved = float(input("The portion of salary to be saved :"))
total_cost = int(input("The cost of your dream home :"))

r = .4
monthly_salary = annual_salary/12
portion_of_downpayment =.25
remaing_cost = total_cost*portion_of_downpayment
def number_of_month(remaing_cost):
        current_saving = 0
        for i in range(100000000000): 
                if current_saving < remaing_cost:
                    return i
                else: 
                    current_saving += r*current_saving + monthly_salary*portion_saved
                    i += 1
print("Number of months",number_of_month(remaing_cost))```
thin fox
#

yes

#

while(i > 0)

little pond
#
annual_salary = int(input("enter your annual salary ):"))
portion_saved = float(input("The portion of salary to be saved :"))
total_cost = int(input("The cost of your dream home :"))

r = .4
monthly_salary = annual_salary/12
portion_of_downpayment =.25
remaing_cost = total_cost*portion_of_downpayment
def number_of_month(remaing_cost):
        current_saving = 0
        i = 1
        while current_saving > remaing_cost : 
                if current_saving > remaing_cost:
                    return i
                else: 
                    current_saving += r*current_saving + monthly_salary*portion_saved
                    i += 1
print("Number of months",number_of_month(remaing_cost))```
thin fox
#

it should be
remaing_cost = total_cost*(1 - portion_of_downpayment)
right?

little pond
#

yes thanks for pointing it out

thin fox
#

ha

#

just return (remaining cost)/montly_salary

#

it'll give you number of months

little pond
#

no there is interest on the current saving as well

#

we are using simple interest

thin fox
#

def number_of_month(remaing_cost):
return remaining cost /montly_salary
print("Number of months", number_of_month(remaing_cost))

thin fox
#

the r is rate of interest?

little pond
#

yes

thin fox
#

and what's the use of current_saving?

little pond
#

the amount saved till now

thin fox
#

EMI variable could help you count the months

#

equal monthy installment

cinder dawn
#

hello

#

never foundthe use of pycharm

oak yacht
#

@last wigeon what we talking about

last wigeon
#
def powerset(self, n):
  for i in range(1 << n):
    yield {j for j in range(n) if i & (1 << j)}
sturdy panther
#

Logged into where?

#

Debian?

woeful salmon
sturdy panther
#

Is it using the wrong environment?

sturdy panther
#

Are you sure PyCharm is auto activating the environment?

#

If there is no pip, it is probably using the system Python.

#

There are in-person coding exams with a computer? ๐Ÿ˜ฎ

stark river
#

what kind of a shit school doesn't let anyone use their IDE of choice?
are they looking for code or are they getting a commission from IDE makers to force students to become dependent on their products?

woeful salmon
#

is what i got from it

sturdy panther
#

I would like to use "ChatGPT" as my exam IDE please, thanks!!

woeful salmon
#

if the professor has used Pycharm for a while and teached with it he's probably familiar with all the issues beginners can have with Pycharm and can help them with relative ease compared to if he had to help a student who cannot set up lspconfig in neovim ;-;

stark river
#

if you want to pass my course, buy my keyboard for $199

woeful salmon
#

i think doing it for ease of teaching and saving time vs selling products is very different

solid perch
#

Heyo

#

Hru?

cinder dawn
#

whats up everyone

#

hows everyone

#

@minor sage thats not very pythonic of you

lone mist
#

hi

#

whats the method to talk @whole bear

whole bear
#

!voice verify

wise cargoBOT
#
Voice verification

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

lone mist
#

!voice verify

#

i have to send 50 messages

whole bear
#

yes

#

do not spam pls

lone mist
#

im not going to lol

#

im not the eger to talk

#

ill get it at sometime

#

@solid perch are you a woman

#

why was that such a offensive question to ask @whole bear ?

#

stop rizzing

#

how did you know

#

pc got takken by the cops

#

๐Ÿ˜ฆ

#

so i had no pc for a while

#

im a bitcoin god :))

#

i just spent 2k on a fn account havent played since i was like 9

#

16*

#

wanna see who has more money

#

you have alot of thing linked to your discord wanna see if im lying or not :)) @minor sage

#

LOL

#

im a bitcoin g

#

bitcoin bandit

#

bitcoin certified

#

im fricking balling

#

6 fig swima

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @lone mist until <t:1702934643:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).

The <@&831776746206265384> have been alerted for review.

minor sage
#

@rugged root spamming msgs

minor sage
modern yacht
#

Linked list

#

yeah

#

doubly linked to be specific

muted hinge
#

Hello

whole bear
#

You're not in the vc

#

Are you a ghost?

lone mist
#

im back guys!!!!

#

hows it going everyone

muted hinge
#

@lone mist do not spam to reach our VC verification requirements and also be mindful of the personal questions you ask of others.

#

It's okay to be curious, but there's a polite way to ask about it!

lone mist
#

just cause im rich asah

muted hinge
#

I don't understand how that's related to anything, but okay...

lone mist
solid perch
#

@rugged root someone by the name of @whole bear keeps spamming the join button

whole bear
#

yeah if my voice button wasnt broken this wouldnt be a issue.

#

whenever i click join my mic makes a loud sound and then discord just closes the call.

solid perch
#

Ah

whole bear
#

this is not a server issue yet a issue with discord as it is happening in all voice chats.

#

even after reboot and re-installation

solid perch
#

I thought it was someone purposely spamming it

#

My apologies

whole bear
#

its okay. i was technically spamming it trying to see if it would just let me in.

solid perch
#

Ah mk

rugged root
#

If there's an issue when I'm not around, remember to either message @rapid crown or ping the moderators. I'm going to be busy most of the week and won't be able to be around

oak yacht
#

@wind raptor hi

minor sage
#

@rugged root join vc rq?

#

!voiceverify

oak yacht
#

hi @minor sage

#

what yall doing

graceful tangle
#

how to speaks

wind raptor
#

!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.

graceful tangle
#

i am still mute

#

oh okay need verification voice

#

okay

wind raptor
#

Oh, hi @somber heath and bye @somber heath

undone idol
#

bb!

somber heath
#

!pep 0257

wise cargoBOT
somber heath
#

@digital furnace ๐Ÿ‘‹

pallid verge
#

!e

print("hello")
wise cargoBOT
#

@pallid verge :white_check_mark: Your 3.12 eval job has completed with return code 0.

hello
somber heath
#

@solid monolith ๐Ÿ‘‹

solid monolith
#

why i can't use my mice

#

my english it so bad

somber heath
#

!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.

solid monolith
#

i have Q

#

i am fine

#

how can i link mysql database that create in xampp with python program

somber heath
solid monolith
#

thank you

#

buy

somber heath
flat sand
grim trellis
#

Does anyone now to add firebase using python

warped raft
#

@somber heath

#

how are you doing

little pond
#

starting_salary = int(input("Enter the starting salary: "))

semi_annual_raise = .07
monthly_return = .04/12 #Annual converted to monthly
portion_of_downpayment = .25
cost_of_home = 1000000
monthly_salary = starting_salary/12
downpayment_cost = float(portion_of_downpayment) * int(cost_of_home)
def best_savings_rate():
    savings_rate = 0
    total_savings_after_3years = 0
    new_monthly_salary = monthly_salary
    for i in range(1,37):
        if total_savings_after_3years < downpayment_cost:
            savings_rate == 1
            if i % 6 == 1 and i != 1:
                new_monthly_salary = new_monthly_salary*(1 + semi_annual_raise)
            total_savings_after_3years += monthly_return * (total_savings_after_3years + new_monthly_salary * savings_rate) + new_monthly_salary * savings_rate
        else:
            print("You can afford this home")   
best_savings_rate()```
obsidian dragon
#

what is H.265 vs H.264?

vocal basin
#

hevc has smaller files

#

way smaller

little pond
#

Hey Alisa,
How is it going?

vocal basin
#

(or patent issues rather)

somber heath
#

@worldly shoal ๐Ÿ‘‹

worldly shoal
#

I'm new here in this Python Community

#

just randomly joined this vc

somber heath
#

!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.

worldly shoal
somber heath
#
a = 1
b = 2
c = 3
def func():
    a
    b
    c
func()```Instead of this, consider...
```py
def func(a, b, c):
    a
    b
    c
    return ...

a = 1
b = 2
c = 3
result = func(a, b, c)```
#

@little pond

vocal basin
#

just stop using that AI thing, if you're worried it's spying on you

somber heath
#

@lyric tapir ๐Ÿ‘‹

lyric tapir
#

do you know php?

#

i severly need help

vocal basin
#

are you extending an existing project or making a new one? (with php)

lyric tapir
#

i just have an error
:
i am facing this error

object(SoapFault)#4 (14) { ["message":protected]=> string(33) "looks like we got no XML document" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(51) "C:\xampp\htdocs\dubai_books\admin\order_process.php" ["line":protected]=> int(56) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(51) "C:\xampp\htdocs\dubai_books\admin\order_process.php" ["line"]=> int(56) ["function"]=> string(6) "__call" ["class"]=> string(10) "SoapClient" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(21) "proceedNewRequestBook" [1]=> array(6) { [0]=> string(0) "" [1]=> string(1) "1" [2]=> string(1) "5" [3]=> string(8) "89787978" [4]=> string(6) "jkjjbl" [5]=> array(2) { ["trace"]=> int(1) ["exception"]=> int(0) } } } } } ["previous":"Exception":private]=> NULL ["faultstring"]=> string(33) "looks like we got no XML document" ["faultcode"]=> string(6) "Client" ["faultcodens"]=> string(41) "http://schemas.xmlsoap.org/soap/envelope/" ["faultactor"]=> NULL ["detail"]=> NULL ["_name"]=> NULL ["headerfault"]=> NULL }

lyric tapir
#

just one stupid error came while linking databases

vocal basin
scarlet halo
somber heath
#

@patent gyro ๐Ÿ‘‹

patent gyro
vocal basin
#

for whatever reason we had this just over a month ago in southern regions of the country (I didn't see it myself but heard from someone who was there)
which is odd, given auroras are normally farther north

patent gyro
#

I make a
Wish and put it on christmas tree

vocal basin
#

outside of photos it was barely visible, allegedly

scarlet halo
#

funny thing is that i failed religion class

little pond
#

Finally solved the issue @somber heath

#

Phew

somber heath
#

@whole bear ๐Ÿ‘‹

#

@worldly flare ๐Ÿ‘‹

worldly flare
#

hey

#

can someone help me with my project it's urgent i messed up big time

scarlet halo
#

what is it

worldly flare
#

ok so i had a previous version of python installed and my project was running on it with playsound module with it

scarlet halo
#

and how bad is it ๐Ÿ˜ญ

worldly flare
#

but today

#

i downloaded a newer version and it's not working now

flat sand
#

krill issue

scarlet halo
#

traceback?

worldly flare
#

this is what it's showing now

#

when i tried downloading again

vocal basin
worldly flare
#

i previously installed something from pip just before it

vocal basin
#

does python -m pip instead of pip run into the same issue?

worldly flare
#

can you suggest me some module to run sound

vocal basin
#

sounddevice, iirc

vocal basin
#

depends on sound you need to play

worldly flare
#

i'll just use some other module ig

#

it's mp3

#

like background music for a game

vocal basin
#

!pypi sounddevice

wise cargoBOT
scarlet halo
#

whats the game made in?

vocal basin
worldly flare
#

not a proper game, it's just who wants to be a millionaire project

#

quiz game

scarlet halo
#

whats it made in?

worldly flare
#

no no

#

basic quiz game

#

yeah

#

nothing crazy

scarlet halo
#

oh

vocal basin
#

you can also start ffplay in the background
but that's harder to manage

worldly flare
#

skill issue

#

playsound

#

i had it running previously

vocal basin
#

!pypi playsound

wise cargoBOT
#

Pure Python, cross platform, single function module with no dependencies for playing sounds.

worldly flare
#

ig i had 3.9

vocal basin
#

and playsound lists 3.9 as tested version

worldly flare
#

i'll try 3.9 only now

vocal basin
#

I used sounddevice on 3.10, I think

worldly flare
#

or should i just use another module

vocal basin
#

sounddevice takes extra work to get working

#

it's more low-level

worldly flare
#

any easier module? can i use binary for this?

whole bear
#

Hey guyz how can I learn game development.currently I am pursuing bca , first semester .i know basic c,python,html,css and JavaScript.tell me where to start and resources .

worldly flare
somber heath
#

@civic bridge ๐Ÿ‘‹

wind raptor
#

mulled

somber heath
#

@finite pelican ๐Ÿ‘‹

whole bear
#

Start gaming stream on your voice channel ๐Ÿ˜‚

worldly flare
#

back

finite pelican
#

Do you guys study Python?

whole bear
#

@wind raptor you get paid for this work or just chilling?

worldly flare
#

okay one last time, what do you say which module should I use now to play sound

whole bear
wind raptor
#

Nice

whole bear
wind raptor
#

Learn how to code -> get hired -> profit

whole bear
#

I will give you 50 percent

whole bear
wind raptor
#

Your teachers are underpaid then.

whole bear
#

Probably true he comes in sedan

wind raptor
#

What's wrong with sedans?

whole bear
#

Too cheap for skilled people who knows coding ,I prefer sports cars

#

You know anything about modding games?

wind raptor
#

I modded gta 5 a bit and hated it so never again.

whole bear
#

Am not talking about installing mod but making mods ๐Ÿ™ƒ

whole bear
#

And you sold it or what?

#

Hemlock sorry to say but your face looks like bread ๐Ÿคญ

flat sand
#

at least he doesn't have a prius am i rite fellas

wind raptor
#

No, I just hated the api. I got a few things to work and then bailed.

wind raptor
whole bear
#

๐Ÿคญ

#

So you are nub in coding games ๐Ÿ‘Œ

#

Everyone is amateur in some things donโ€™t worry

#

๐Ÿ˜‚

obsidian dragon
worldly flare
#

IT STARTED RUNNING ONCE I DOWNLOADED 3.9

whole bear
#

So you doing any job?

#

Mr dev

#

What role?

#

So you are in cloud computing integration?

#

I am 17 thatโ€™s why am asking silly questions donโ€™t make fun of me ๐Ÿคญ

#

My English is also bad donโ€™t mind

#

M from china btw

#

Using translator

frozen owl
#

what are you building @wind raptor

#

whats your trillion dollar product

amber raptor
prisma ingot
#

anyone know how to speak in vc

wind raptor
#

!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.

trail mural
#

Hi

frozen owl
wind raptor
frozen owl
opaque scroll
wind raptor
#

git remote -v

frozen owl
wind raptor
frozen owl
opaque scroll
opaque scroll
frozen owl
#

ok

#

done

#

i pasted it

#

nothing happened

#

good sign or not?

opaque scroll
#

check
git remote -v

frozen owl
#
PS C:\Users\andre\RemoteFolder\tz-rust> git remote -v
origin  git@github.com:andreaslam/tz-rust.git (fetch)
origin  git@github.com:andreaslam/tz-rust.git (push)
tz-rust https://github.com/andreaslam/tz-rust (fetch)
tz-rust https://github.com/andreaslam/tz-rust (push)
frozen owl
bleak cipher
#

yo guys

frozen owl
#

helphelphelphelphelp

bleak cipher
#

why am i muted

wind raptor
#
git config โ€“-global โ€“list
git config โ€“-global user.email "you@example.com"
git config โ€“-global user.name "Your Name"
whole bear
#

!voice verify

wise cargoBOT
#
Voice verification

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

bleak cipher
#

@whole bear

#

!voiceverify

#

!voiceverify

#

you guys i started larning python datast.. do you guys recomend it

wind raptor
#

!stream 632762189257768960

wise cargoBOT
#

โœ… @frozen owl can now stream until <t:1703001848:f>.

stiff girder
#
from PIL import Image

im = Image.open("original.png")

width, height = im.size

left = 0
top = 0    
right = 0 
bottom = 20

im1 = im.crop((left, top, right, bottom))

im1.show()```
#

SystemError: tile cannot extend outside image

obsidian dragon
#
from PIL import Image

im = Image.open("original.png")

width, height = im.size

left = 0
top = 0    
right = width
bottom = 20

im1 = im.crop((left, top, right, bottom))

im1.show()

frozen owl
#

chris

#

can we move to codehelp

#

nvidia-smi

#

fucked up s p a c i n g

#

normal

lone mist
#

no way is that @rugged root dude your a inspiration

frozen owl
whole bear
#

!voice verify

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 yacht
#

wsg @wind raptor

leaden hill
#

@whole bear do i need to do all that?

whole bear
#

yes

oak yacht
#

im @oak yacht

wind raptor
oak yacht
#

heyo

leaden hill
oak yacht
#

ye?

#

hi @whole bear

#

nothing much you @whole bear

#

oh sorry

#

alot people aint like watching this chat

lone mist
#

lets say i need a API

#

right

#

BUT

#

i need it super off the records where can i find one

whole bear
#

@minor sage

oak yacht
#

MindFul Charizard

wind raptor
lone mist
oak yacht
leaden hill
#

h

#

e

#

l

#

l

#

o

lone mist
#

hi

leaden hill
#

ohh ok ok

oak yacht
#

lol

leaden hill
#

how to do it faster then?

oak yacht
#

my god powers shall strike you down and mute you

#

how rude

lone mist
#

why do people in here have ego trips

oak yacht
#

lol

leaden hill
#

ohh ok bro i get it

oak yacht
#

lol

leaden hill
#

so how are yall doing

lone mist
#

im so scared im gonna get banned from the python server

#

oh no

oak yacht
leaden hill
frozen owl
#
Failed to bind address: Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." }
leaden hill
#

you play fortnite bro?

rugged root
oak yacht
wind raptor
# oak yacht what are good vids on python im new to python or coding in general

Python tutorial - Python full course for beginners - Go from Zero to Hero with Python (includes machine learning & web development projects).

๐Ÿ”ฅ Want to master Python? Get my Python mastery course: http://bit.ly/35BLHHP
๐Ÿ‘ Subscribe for more Python tutorials like this: https://goo.gl/6PYaGF

๐Ÿ‘‰ Watch the new edition: https://youtu.be/kqtD5dpn9C8

...

โ–ถ Play video
oak yacht
#

to busy with work and stuff

oak yacht
lone mist
rugged root
#

Probably not, honestly

lone mist
#

lol

leaden hill
lone mist
leaden hill
oak yacht
wind raptor
#

!timeout 1185382995679531012 1d

lone mist
#

like go code for code with me

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @lone mist until <t:1703092192:f> (1 day).

oak yacht
oak yacht
leaden hill
oak yacht
#

k

leaden hill
oak yacht
dry jasper
oak yacht
frozen owl
#

@wind raptor this doesnt work

let ip = get_external_ip();
println!("{}", ip.clone()+":8080");
let listener = TcpListener::bind(ip+":8080").expect("Failed to bind address");
Failed to bind address: Os { code: 10049, kind: AddrNotAvailable, message: "The requested address is not valid in its context." }
leaden hill
oak yacht
leaden hill
oak yacht
#

what kind

leaden hill
#

10$?

#

ohh i can send you a link

oak yacht
#

ok what kind of gift card

#

visa

#

?

rugged root
#

Yeah let's not send potental scammy things

#

Nothing about that sounds legit

leaden hill
oak yacht
leaden hill
#

im really not lying

#

i can send you the code

oak yacht
#

4097, 4118, 4847 5253,

#

idk

#

๐Ÿคทโ€โ™‚๏ธ

leaden hill
#

or call you and show you the link in a call where i share my screan

oak yacht
#

well heres the thang

leaden hill
leaden hill
oak yacht
#

idk giveaway

#

its a spair

leaden hill
#

visa gift caed code?

oak yacht
#

i think it has 50$ on it

leaden hill
#

how to use it?

oak yacht
#

๐Ÿคทโ€โ™‚๏ธ

leaden hill
#

ohh ok my bad

#

can i steal your heart tho?

oak yacht
#

i aint selling

oak yacht
leaden hill
oak yacht
#

mindful like VISA CARD IMA USE IT

leaden hill
oak yacht
#

oh come on

#

no i bought it

#

true

#

true

leaden hill
#

bought what?

oak yacht
#

but

#

mr beast but on discord

#

lol

leaden hill
#

bro in the vc you really got me

oak yacht
#

huh

#

you do TRY TO SCAM ME

#

DANGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG YOU

leaden hill
#

nah

leaden hill
#

nah bro is gone now

leaden hill
#

what bro?

#

ohh ok

#

soooo

#

does anyone need to talk with me or i can just talk to myself?

#

what?

#

bye bro

frozen owl
leaden hill
#

10/10

#

wow

oak yacht
#

@whole bear what was there in area 51

#

seems true

leaden hill
#

damn

leaden hill
stark river
#

boomers

#

don't

#

like

#

multiple

#

messages

leaden hill
#

how damn i how long do i need to talk

leaden hill
#

bad

#

o

#

g

#

ljhuoyj

oak yacht
#

spamming gonna be a mute

leaden hill
#

not me bro

#

my brother came in my room

oak yacht
#

hm,

leaden hill
#

nah bro

oak yacht
#

how old are you ๐Ÿ’€

leaden hill
oak yacht
#

sorry but act 13

leaden hill
#

damn bro that hurts

oak yacht
#

hurts me asking for 10$

leaden hill
#

didnt ask you just said if you want 1000 v box

oak yacht
#

lol

leaden hill
#

yeah

#

so

oak yacht
#

so i realized this python full course vid is 6h @wind raptor

wind raptor
#

Yeah, pretty short, but it's all you can really get for free

oak yacht
#

true

#

hour a day

wind raptor
#

I usually recommend Udemy 20+ hours for any language.

oak yacht
#

is this course still good it was made 4 years ago lol

wind raptor
#

Yeah. The basics of Python haven't changed since 2008 when they went from 2.7 to 3

oak yacht
#

dang

wind raptor
#

There's lots of little changes from updates, but learning the core is all the same

oak yacht
#

hm

#

ok

wind raptor
#

it's only when you get into more advanced things that there is some stuff

oak yacht
#

12-core Intel or AMD CPU, 32GB of RAM, GeForce RTX graphics and an SSD

#

sorry

stark river
#

๐Ÿคฃ ppl shilling their own courses

gentle flint
#

ุงู„ูŠุฎู†ุฉ (ุฃูˆ ุงู„ุฏู…ุนุฉ) ู‡ูŠ ุทุจู‚ ุทุนุงู… ู…ุคู„ู ู…ู† ู…ูƒูˆู†ุงุช ุบุฐุงุฆูŠุฉ ู…ุซู„ ุงู„ุฎุถุงุฑ ูˆุงู„ู„ุญูˆู… ู…ุบู„ูŠุฉ ูˆูŠู‚ุฏู… ู…ุน ุงู„ู…ุฑู‚ุฉุŒ ูˆูƒู„ู…ุฉ ูŠุฎู†ูŠ ู‡ูŠ ูƒู„ู…ุฉ ุชุฑูƒูŠุฉ ุงู„ุฃุตู„ ู…ุนู†ุงู‡ุง ุงู„ุฎุถุงุฑ ุจุงู„ุตู„ุตู„ุฉ ุงู„ุญู…ุฑุงุก ูˆุงู„ู„ุญู….

stark river
#

yakhni

leaden hill
left leaf
#

ุทุจุฎ ู…ุงู…ุง

gentle flint
#

canon 2000d

wind raptor
#

!stream 452930548986413067

wise cargoBOT
#

โœ… @left leaf can now stream until <t:1703010892:f>.

tranquil wind
#

@mods let me stream open source development in live-coding? o.O

stark river
leaden hill
#

still cant talk damn

#

im not spaming im talking to you in the vc from here

#

yeah i can play chest with you bro

craggy glacier
#

LMAOOOOOO

#

Man got me dyin

#

How do I speak

leaden hill
#

what its not chestN

whole bear
#

Chess*

solid perch
#

I said cleaning. -3- I think my mic sensitivity isn't set for my new headphones

leaden hill
#

its chess?

craggy glacier
#

Nahโ€” your ears heard maaaad different bro, way off ๐Ÿ’€

leaden hill
#

damn

#

mod games?

solid perch
whole bear
#

Dear god

whole bear
#

Anyone have daytro

#

@solid perch fix your mic

#

my god

wind raptor
#
db.employees.aggregate([
    // convert the dates and salary
    {
        $addFields: {
            "ConvertedBirthDate": { 
                $dateFromString: { 
                    dateString: "$BirthDate", 
                    format: "%Y-%m-%d %H:%M:%S.%L"
                }
            },
            "ConvertedHireDate": { 
                $dateFromString: { 
                    dateString: "$HireDate",
                    format: "%Y-%m-%d %H:%M:%S.%L"
                }
            },
            "ConvertedSalary": { $toDouble: "$Salary" }
        }
    },
    // get age and years with company
    {
        $addFields: {
            "Age": { $subtract: [new Date().getFullYear(), { $year: "$ConvertedBirthDate" }] },
            "YearsWithCompany": { $subtract: [new Date().getFullYear(), { $year: "$ConvertedHireDate" }] }
        }
    },
    // calculate the adjusted salary based on country and calculate bonus
    {
        $addFields: {
            "AdjustedSalary": {
                $cond: {
                    if: { $eq: ["$Country", "UK"] },
                    then: { $multiply: ["$ConvertedSalary", 0.8] },
                    else: "$ConvertedSalary"
                }
            },
            "Bonus": { $multiply: ["$ConvertedSalary", 0.01, "$YearsWithCompany"] }
        }
    },
    // match based on country
    { $match: { $or: [{ "Country": "USA" }, { "Country": "UK" }] } },
    // sort
    { $sort: { "LastName": -1, "FirstName": -1 } },
    // display the results grouped by employee country
    {
        $facet: {
            "US Employees": [
                { $match: { "Country": "USA" } },
                { 
                    $project: {
                        _id: 0,
                        FirstName: 1,
                        LastName: 1,
                        Age: 1,
                        Title: 1,
                        Salary: { $concat: ["USD ", { $toString: "$AdjustedSalary" }] },
                        Bonus: { $concat: ["USD ", { $toString: "$Bonus" }] }
                    }
                }
            ],
            "UK Employees": [
                { $match: { "Country": "UK" } },
                { 
                    $project: {
                        _id: 0,
                        FirstName: 1,
                        LastName: 1,
                        Age: 1,
                        Title: 1,
                        Salary: { $concat: ["GBP ", { $toString: "$AdjustedSalary" }] },
                        Bonus: { $concat: ["GBP ", { $toString: "$Bonus" }] }
                    }
                }
            ]
        }
    }
])
stark river
#

why not break it into utility functions?

wind raptor
#

Because we were not allowed to

#

Had to be one aggregation

#

and in a very specific output format

stark river
#

not allowed to write cleanly

tranquil jasper
#

hey anybody tryna help me solve this pattern into like an equation in terms of n?

#
2
4 - +2
7 - +3
10 - +3
14 - +4
19 - +5
24 - +5
30 - +6
37 - +7
44 - +7
52 - +8
61 - +9
70 - +9
80 - +10
91 - +11
102 - +11

so basically if its even add it once and if its odd add it twice
potent carbon
#

Looks really good

left leaf
#

Wikkid

#

ty for help guys

#

really appericiated

peak depot
mystic lily
willow light
peak depot
willow light
peak depot
willow light
peak depot
whole bear
#

you're out of touch

#

i'm out of time

willow light
whole bear
#

He is in misery

#

could I stream?

#

?

short owl
#

lots of kitty pics

orchid bridge
#

hi!

short owl
#

somebody had 3 hrs of sunlight , did they ever do ham radio for something to do , any new SDRs of worth

orchid bridge
#

So what's wrong?

#

I'm new

whole bear
#

or they joined discord just to join this server

short owl
#

yup

orchid bridge
#

I see you are training social engineering skills

stark river
#

this is the second time today someone has burped in the channel

#

what's up with ppl burping in the channel?

#

beer time?

whole bear
#

@wind raptor could I stream?

wind raptor
#

!stream 939196353362419722

lavish rover
#

voice-chat-burp-0

wise cargoBOT
#

โœ… @whole bear can now stream until <t:1703016645:f>.

whole bear
#

thanks

wind raptor
#

No problem

orchid bridge
somber heath
#

@merry vapor ๐Ÿ‘‹

#

@hoary field ๐Ÿ‘‹

hoary field
#

yo dude

#

tryna sus out talk

#

w8 i do what

#

ah nws m8

#

kiwi or aussie

#

bruh

#

@somber heath

#

how did u learn this shit tryna suss it out

#

feel like spacker

#

yh python

#

cant talk for 3 mins says

somber heath
#

!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.

hoary field
#

yh i been there says gotta say send 50 odd msgs

#

what pdf?

#

dunno man strugglin w the beginner projects feel like a dumbass doin this

#

coryschafer?

#

found it m8

somber heath
#

Corey Schafer.

hoary field
#

cheers <3

#

cheers m8 the thing im strugglin the most w is just the almost like programmer dialect they use in these tutorials

#

like this paragraph here

#

call the get choices function and store the response in a variable called choices and then print the value of choices to the console

#

took me so long to wrap my head around this

#

yes n no

#

๐Ÿ™

somber heath
#

!e ```py
def func():
return 123

print(func())
print(123)```

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | 123
002 | 123
hoary field
#

๐Ÿ˜‚ im happy to know that even seasoned programmers fuck up 2

#

where bouts u in australia

#

outback or city?

#

but y do u have so many brackets for the function?

#

how come u cant just write
print(func)

somber heath
#
a = 123```
hoary field
#

okay

#

think i need some acid to sus out this shit seems so abstract ngl

#

thank god

#

u reckon i should get a book for this?

#

like one of them python beginner books

#

nah fella i can hear fuck all wind

#

do u work as a programmer then?

#

how long u been programming for?

#

nah thats fine m8

#

a what?

#

ahhhhhhh

#

bruh now u got me wonderin more questions

#

u got an nda or summat

#

damnnnnnn

#

fair play 2 ya

#

seriously?

#

is that common in the tech field then?

#

fuck ya saw through my bait

#

fair play to ya

#

nah sorry man u just seem older n wiser than us so i like picking people like u's brains

#

cheers man

#

wise af

#

my bad man

sinful ember
#

!e ```py
def func():
return 123

print(func)
print(123)

wise cargoBOT
#

@sinful ember :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | <function func at 0x7faa2fa72a20>
002 | 123
sinful ember
#

looking as skill issue python

#

but that's just like func id

#

idk i understand u or not

#

i'm bad in english

eager thorn
#

what do u not understand?

rapid chasm
#

Try print(func())

#

!e

def func():
    return 123

result = func()
print(result)```
wise cargoBOT
#

@rapid chasm :white_check_mark: Your 3.12 eval job has completed with return code 0.

123
frozen owl
#

.sh file

somber heath
#

@ashen rivet ๐Ÿ‘‹

peak depot
#

Today's bellyflop

warped raft
#

hello @rapid chasm

somber heath
#

@hearty notch @balmy flax ๐Ÿ‘‹

#

!d re

wise cargoBOT
#
re

Source code: Lib/re/

This module provides regular expression matching operations similar to those found in Perl.

Both patterns and strings to be searched can be Unicode strings (str) as well as 8-bit strings (bytes). However, Unicode strings and 8-bit strings cannot be mixed: that is, you cannot match a Unicode string with a byte pattern or vice-versa; similarly, when asking for a substitution, the replacement string must be of the same type as both the pattern and the search string.

balmy flax
#

i am not following, what are we talking about?

somber heath
#

All the things.

balmy flax
#

okay

#

i think getting to know ourselfs is the hardest battle for everyone of us

mystic lily
whole bear
#

can i stream mindful dev?

wind raptor
#

!stream 939196353362419722

wise cargoBOT
#

โœ… @whole bear can now stream until <t:1703084454:f>.

whole bear
#

thanks

echo garden
#

@wind raptor hey man i finally updated on this computer

#

@wind raptor happy holidays

#

also im back at the house for a little bit.. being the holidays and all

#

I think coffee is good for a toothache, change my mind.

#

without milk or sugar of course

wind raptor
echo garden
#

yeah that was earlier, i don't feel this way now.

#

you can go

#

never mind.

#

๐Ÿ™‚

wind raptor
#

lol

echo garden
#

im just happy i can type.

#

so yah confirmed key burned to a crisp. found it.... just not in the conditioned once hoped.

#

and im drowning my sorrows in medication that ill get tomrorow.

wind raptor
#

You can get another from the dealership though

echo garden
#

for 572..

wind raptor
#

This is why I would never get a Mercedes or any luxury brand

echo garden
#

this is why when its free you complain later

wind raptor
#

All the parts are way overpriced

echo garden
#

of course and getting off brand would spell disaster,

#

risk of scammed

#

blah blah

#

woot

#

building in in DIscordia

frozen owl
#
# Use the official Python base image
FROM python:3

# Set environment variables
ENV DEBIAN_FRONTEND=noninteractive

# Update package lists and install necessary dependencies
RUN apt-get update && apt-get install -y \
    python3 \
    python3-pip \
    python3-dev \
    build-essential \
    curl \
    && apt-get clean

# Install Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

# Set environment variables for Rust
ENV PATH="/root/.cargo/bin:${PATH}"

# Set the working directory inside the container
WORKDIR /app

# Copy the project files into the container
COPY . /app

# Add any additional commands needed to set up your project here

# Command to run when the container starts
CMD ["bash"]


echo garden
#

ugh

#

we would perfer if you spilled that in a cut and paste place

#

@wind raptor if you are in a giving mood, i can use a key... (whispers, Key-gen for PhotoshopPro) wink wink they'll think its for the car bwahahahahhaha my plan is perfect.

#

btw i don't need that, i thought my head could keep it to its self

#

stagnation at my age is a terrible state to be in.

#

and i feel... stagnated. (cries in mellenial)

#

millenial

scarlet halo
#

GD 2.2 released!

fast saffron
#

Hey it's ok if I join right?

scarlet halo
#

snake poop smells 10x worse than normal poop

stuck furnace
#

๐Ÿ‘‹

left leaf
fast saffron
#

I kinda started learning python last year and I started well I think but I feel like I can't progress, I'm always at the beginning of it and don't know what to do to progress still

#

can anyone help me start?

left leaf
stuck furnace
#

@echo garden Background noise

#

@left leaf Can you turn on PTT please?

#

Thanks

whole bear
#

Yo sup yall

echo garden
#

SUP mayor

#

how it b

whole bear
#

Good hbu bro?

rugged root
#

Hopefully be on here in a sec

whole bear
#

yay

peak depot
#

@rugged root good! cos people are waiting!

oak yacht
#

@wind raptor what code editor is that and what you coding

oak yacht
#

hi @gentle flint

#

@wind raptor what code editor is that

#

?

gentle flint
gilded rivet
#

@rugged root

rugged root
#

@wind raptor The hell is that error code?

#

What'd you do?

gentle flint
peak depot
vocal basin
vocal basin
#

what issue?

frozen owl
#

docker

vocal basin
#

is it an error?

#

(there are worse failures in docker than explicit errors)

#

--platform

frozen owl
#
tz-rust git:(default) โœ— docker images             

REPOSITORY      TAG               IMAGE ID       CREATED          SIZE
tz              latest            002e66c71d1e   35 minutes ago   4.74GB
moby/buildkit   buildx-stable-1   5e52d49c7aeb   2 weeks ago      168MB
#

as you can see tz exists locally

#

which is the one i want

#

wtf

#
โžœ  tz-rust git:(default) โœ— docker push andreaslam/tz:1   
The push refers to repository [docker.io/andreaslam/tz]
An image does not exist locally with the tag: andreaslam/tz
rugged root
#

I mean

#

There isn't one with that tag

vocal basin
#

selecting platforms causes that sometimes too

#

since they get overwritten (iirc)

frozen owl
#

if i do

โžœ  tz-rust git:(default) โœ— docker push tz             
Using default tag: latest
The push refers to repository [docker.io/library/tz]
a562496b72ba: Preparing 
fe8efe8931c7: Preparing 
d8512b3558c8: Preparing 
35f45da79d05: Preparing 
a1360aae5271: Preparing 
denied: requested access to the resource is denied
#

it fucks up as well

frozen owl
vocal basin
#

how are you building the image?

frozen owl
#
โžœ  tz-rust git:(default) โœ— docker build --platform linux/amd64 -t tz .
#

this works

#

at the end:

View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/xpw83bh8jlz5qvhnpjmfyhbx3

What's Next?
  View a summary of image vulnerabilities and recommendations โ†’ docker scout quickview
#

so i think it works???

#

idk why it's called "upbeat_hamilton"

#

but it says tz at the bottom

vocal basin
#

> upbeat_hamilton
randomly generated container names

#

adjective_surname

frozen owl
frozen owl
#

wdym

gentle flint
vocal basin
#

-t andreaslam/tz

frozen owl
#

okok

#

fingers crossed i hope this worksss

#

i decided just now to build using something else

#

nvm

gentle flint
frozen owl
#

i misread

#

nvm

#

ignore what i said above

#

@vocal basin so far now 2 layers are ok

vocal basin
#

it should just do a rename if the image was already there

frozen owl
#

ah

#

@vocal basin hang in there, may take another probs 5 more mins

vocal basin
scarlet halo
#

bro everyone muted

sturdy panther
#

There is a zero in the channel name for a reason!

random copper
#

Anyone know how to make a forum?

vocal basin
#

discord forum or in general?

#

in discord, you need to enable community features first, afaik

vocal basin
#

@flint hill mobile UI bug, likely

#

it also shows (or used to show) this as a text channel

scarlet halo
#

damn

vocal basin
random copper
whole bear
#

@molten pewter That is sooo true

#

(for me)

#

@molten pewter relative addressing is technically use of pointers

vocal basin
#

there's also a difference between pointers and addresses

whole bear
#

do registers storing memory addresses count as pointers?

#

because then your always using pointers

vocal basin
#

since there it's explicitly separate concepts
and they may drift further apart later on

#

composable

#

there are ways to compose C okay-ish-ly
but it's hard to get right, since contracts are implicit

whole bear
#

@wind raptor could i stweam

wind raptor
#

!stream 939196353362419722

wise cargoBOT
#

โœ… @whole bear can now stream until <t:1703102329:f>.

whole bear
#

thanks

thin lodge
#

Hello!

whole bear
#

!voice verify

wise cargoBOT
#
Voice verification

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

thin lodge
#

Yeah, I can't talk

#

I don't have response

#

maybe it's bugged

#

well, question, do you know how to debug a python FastAPI code inside Docker?, I tried debugpy but it's kinda complicate, 'cause when I save the files, vscode update the connection and I've to press F5 again to connect

tardy rapids
#

Hi! Cant talk but i will be watching for a while

short owl
#

zubba zubba , all quiet on planet earth..

somber heath
#

@whole bear๐Ÿ‘‹

whole bear
#

hello\

somber heath
#

@lone siren๐Ÿ‘‹

keen idol
#

Bro

#

Wud

vocal basin
#

get user might be even harder to handle because of intents and stuff

rapid chasm
#

I'm trying to understand why is there is both get_channel and fetch_channel

#

Why not just use one function? If get_channel returns None, then hey, maybe I should try to make an API call instead

vocal basin
#

it can't do IO

#

whereas fetch never caches for whatever reason -- that part is actually weird

#

but that was on 1.7.3, idk about whether fetch catches now

warped raft
#

@rapid chasm hello

#

also hello @brazen gazelle

#

how are you all doin

#

@fathom glen hello

vocal basin
#

you can make a helper function around that

#

get exists for cases where you're okay with not getting anything

fathom glen
vocal basin
#

whereas for fetch, missing value is an error

fathom glen
#

so fetch will keep asking for a result?

rapid chasm
vocal basin
#

it can't be built-in for get_channel

halcyon terrace
#

๐Ÿ‘

vocal basin
#

and it shouldn't be built-in for fetch_channel

halcyon terrace
#

What are h guys talking about

#

???

rapid chasm
vocal basin
#

example: fetching a channel after a rename

halcyon terrace
#

or not ๐Ÿ˜ญ

vocal basin
#

get will return old name
fetch will return new name

#

all depends on how recent you want results to be

#

so you're expected to implement your own cache if you actually care about how recent the values are

halcyon terrace
#

does anyone know a free course or something that can take me from 0 knowledge to pro?????

vocal basin
halcyon terrace
#

well ig ill ask someone else then ๐Ÿ˜ญ

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

vocal basin
#

also depends on what "pro" means

halcyon terrace
#

like be able to understand the code

vocal basin
#

official tutorial is enough to understand most of the syntax

halcyon terrace
#

on the resource page?

#

bc i know a little up to functions but thats it

vocal basin
#
#

most (amount-wise) knowledge beyond syntax and fundamental concepts will depend on specific libraries and projects

#

idk how important it is to be aware of standard library contents

#

only to a certain point, I guess

#

there are modules (especially before 3.13) which are just dead

halcyon terrace
#

o

#

so teh official docs is good?

vocal basin
#

mostly

#

they might lack examples at times, but generally are good at explaining what there is

halcyon terrace
#

where should i skip to since i know like some basics

rapid chasm
vocal basin
vocal basin
halcyon terrace
#

okie

#

thanks ๐Ÿซฒ๐Ÿฅธ๐Ÿซฑ

vocal basin
#

4.6 covers a relatively new syntax structure, which older tutorials couldn't have covered at the time

rapid chasm
halcyon terrace
#

ok

rapid chasm
vocal basin
warped raft
#

@wind raptor hello

#

how are you doing

halcyon terrace
warped raft
#

had a question for you

halcyon terrace
#

dam with pyrhon u can litterally do anything

#

bots,games , cybersecurity, automation, ai, gui, web apps and more ๐Ÿค”

vocal basin
#

security -- less so
since not as much low-level control as with C/Rust/etc.

brazen gazelle
#

what do you mean?

halcyon terrace
#

hm bc someone said that i need to learn a automation language if i wanna get into cyber security or ethical havking

rapid chasm
vocal basin
#

get is optimised for availability -- it's instant

halcyon terrace
#

how long did it take for u to get to this point?

vocal basin
#

whereas fetch is optimised for consistency

vocal basin
halcyon terrace
#

python in general

#

whoops

rapid chasm
#

I just don't understand why, if it updates the value or the new channel name in the cache, why would it still retrieve old data?

halcyon terrace
#

both ig

vocal basin
halcyon terrace
#

Also how does i turn into mary etc

fathom glen
#

I think get channel can accept if channel is not there but fetch assumes it has to exist

#

my bad

#

it raises error

vocal basin