#voice-chat-text-0

1 messages ยท Page 626 of 1

whole bear
#

nvm youre not

#

wtf

#

do you know what is AP?

#

just nvm

#

AP = Adavnce placement. It is a popular test in US

#

mhm

#

no what

#

I took one in 8th

#

bruh

#

wtf

slate granite
#

lol

whole bear
#

Im just curious how is it in US

#

no what

#

no

#

lol

#

im in Sweden

heavy nacelle
#

F

wind narwhal
#

F

past elk
#

f

whole bear
#

๐Ÿ˜ฆ

slate granite
#

F

whole bear
#

lol

slate granite
#

the fk is that lmao

heavy nacelle
#

zjsenugtwbqwyawyko@miucce.online

wind narwhal
#

temp mail?

whole bear
#

r/ihadastroke

sour saddle
#

F for Kai

heavy nacelle
#

F

wind narwhal
#

F

whole bear
#

F

wind narwhal
#

dude that photo

whole bear
#

tf is that code

empty sedge
#

F

wind narwhal
#

F

whole bear
#

F

wise cargoBOT
#

Hey @heavy nacelle!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

โ€ข If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

โ€ข If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

whole bear
#

F in the chat again

past elk
#

f

jovial meadow
whole bear
#

I wish I had the money to buy an rtx 30 series

heavy nacelle
past elk
#

[1, 4, 5, 5, 1, 9, -5, 9]

whole bear
#

Your friend seriously need to have some good programming habit

past elk
#
def condition9():
  if A[i][j]==A[1][1]:
    a=[A[1][1],A[1][0],A[1][2],A[0][0],A[0][1],A[0][2],A[2][1],A[2][0],A[2][2]]
        #print (a)
    a.sort()
    print ("sorted list: ", a)
    z= len(a)
    #print (z)
    w= z%2
    if w == 0:
      y=a[int((z/2)-1)]
      print("middle value: ",y)
      new.append(y)
    elif w !=0:
      y= a[int(z/2)]
      print("middle value: ",y)
      new.append(y)
  elif A[i][j] ==A[1][2]:
    a=[A[1][2],A[1][1],A[1][3],A[0][1],A[0][2],A[0][3],A[2][1],A[2][2],A[2][3]]
        #print (a)
    a.sort()
    print ("sorted list: ", a)
    z= len(a)
    #print (z)
    w= z%2
    if w == 0:
      y=a[int((z/2)-1)]
      print("middle value: ",y)
      new.append(y)
    elif w !=0:
      y= a[int(z/2)]
      print("middle value: ",y)
      new.append(y)```
wind narwhal
#

dude you just ask her to ask here

gentle flint
#

omigosh

#

progamming nerd

#

stop hurting me

whole bear
#

you guys are such Nerds

#

np ๐Ÿ™‚

heavy nacelle
#

F

wind narwhal
#

F

past elk
#

F

sour saddle
#

These guys r god'sโ™ฅ๏ธ

whole bear
#

F

sour saddle
#

F for Kai

slate granite
#

a 13 year old shouldn't have this much knowledge lol

whole bear
#

FR @past elk

#

yeah

#

I dont think she's 13

wind narwhal
#

lmao

whole bear
#

xD

slate granite
#

lmao

wind narwhal
#

F

heavy nacelle
#

F

past elk
#

F

#

F

wind narwhal
#

a big F

sour saddle
#

F for Kai

whole bear
#

f

slate granite
#

dude Kai is getting bullied lol

whole bear
#

๐Ÿ˜ฆ

#

nothing new

#

lol

#

hmm vc so silent ๐Ÿค”

past elk
#

ya where thinking

whole bear
#

you're bigbrain

sour saddle
#

Because everyone is thinking @whole bear

whole bear
#

unfortunately I dont have the ability to think

slate granite
#

yeah we got thay

whole bear
#

ouch

slate granite
#

that*

sour saddle
#

๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚
๐Ÿ™‡๐Ÿป I'm so dumb ๐Ÿ˜…
I should start learning programming seriously๐Ÿ˜…

whole bear
#

bruh

#

F in the char for Akhil

past elk
#

F

sour saddle
#

๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

heavy nacelle
#

F

whole bear
#

F

#

I wish this server had Rythm

#

you dont know what is rythm?

slate granite
#

its a bot

whole bear
#

yeah right

#

@heavy nacelle it means that I wish to listen free spotify lol

slate granite
#

so what's the code about. haven't been listening

empty sedge
#

priorities

slate granite
#

why do you have such an Indian name @heavy nacelle

whole bear
#

lol

#

what does it mean tho

slate granite
#

it means "give tea" for us

whole bear
#

tea lol?

#

yeah agree

slate granite
#

chai is tea and dede means give

wind narwhal
#

lmao

it means "give tea" for us
@slate granite

slate granite
#

i still don't know what's u guys r coding about

empty sedge
#

having long variable names which explain their use helps too

past elk
#

??ss??00

empty sedge
#

who me?

#

SECRET_KEY = 'hehehdi3hdbdyehd'

#

that's self explanatory

whole bear
#

btw Im waiting for Scott to join VC

past elk
#

!format

heavy nacelle
#

or i in range(len(A)):
for j in range(len(A[i])):
if A[i][j]==A[0][0]:
print("cond1")
condition1()
elif A[i][j]==(A[0][1] or A[0][2]):
print("cond8")
condition8()
elif A[i][j]==A[0][3]:
print("cond4")
condition4()
elif A[i][j]==A[1][0]:
print("cond5")
condition5()
elif A[i][j]==(A[1][1] or A[1][2]):
print("cond9")
condition9()
elif A[i][j]==A[1][3]:
print("cond7")
condition7()
elif A[i][j]==A[2][0]:
print("cond3")
condition3()
elif A[i][j]==(A[2][1] or A[2][2]):
print("cond6")
condition6()
elif A[i][j]==A[2][3]:
print("cond2")
condition2()

print (new)

#

for i in range(len(A)):
for j in range(len(A[i])):
if A[i][j]==A[0][0]:
print("cond1")
condition1()
elif A[i][j]==(A[0][1] or A[0][2]):
print("cond8")
condition8()
elif A[i][j]==A[0][3]:
print("cond4")
condition4()
elif A[i][j]==A[1][0]:
print("cond5")
condition5()
elif A[i][j]==(A[1][1] or A[1][2]):
print("cond9")
condition9()
elif A[i][j]==A[1][3]:
print("cond7")
condition7()
elif A[i][j]==A[2][0]:
print("cond3")
condition3()
elif A[i][j]==(A[2][1] or A[2][2]):
print("cond6")
condition6()
elif A[i][j]==A[2][3]:
print("cond2")
condition2()

past elk
#
for i in range(len(A)):
    for j in range(len(A[i])):
      if A[i][j]==A[0][0]:
        print("cond1")
        condition1()
      elif A[i][j]==(A[0][1] or A[0][2]):
        print("cond8")
        condition8()
      elif A[i][j]==A[0][3]:
        print("cond4")
        condition4()
      elif A[i][j]==A[1][0]:
        print("cond5")
        condition5()
      elif A[i][j]==(A[1][1] or A[1][2]):
        print("cond9")
        condition9()
      elif A[i][j]==A[1][3]:
        print("cond7")
        condition7()
      elif A[i][j]==A[2][0]:
        print("cond3")
        condition3()
      elif A[i][j]==(A[2][1] or A[2][2]):
        print("cond6")
        condition6()
      elif A[i][j]==A[2][3]:
        print("cond2")
        condition2()```
whole bear
#
`
empty sedge
#

i think he wants you guys to help him process the excel data

#

you don't need to know excel

#

according to what parameter?

slate granite
#

ok so what do u need?

balmy nymph
#

this is a quiet voice chat haha

past elk
#
a="dead"
print(f"jesus is {a}")```
slate granite
#

hahaha

whole bear
#

wth is that

#

lol

empty sedge
#

are you?

slate granite
#

F for @heavy nacelle

heavy nacelle
#

F

slate granite
#

hahaa

empty sedge
#

like so i need it to check the month on the left and making sure the month is correct calculate the average per month
@obsidian inlet i dont know data processing stuff though, you better as in #data-science-and-ml

past elk
#

f

whole bear
#

That might trigger some people

empty sedge
#

f

sour saddle
#

F

velvet bane
#

f

whole bear
#

might wanna delete that

#

lol

empty sedge
#

there is no joke

#

just pain

sour saddle
#

a="dumb"
print(f"Akhil is {a}")

whole bear
#

lolwhat

slate granite
#

its a nerd joke chillax lmao @heavy nacelle

heavy nacelle
#

F

whole bear
#

cahiDede is a nerd

sour saddle
#

F

empty sedge
#

e

past elk
#

a

#

r

empty sedge
#

f*

sour saddle
#

F in chat for Kai
Because it's been while๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

slate granite
#

Akhil is ur slave or something. he does what u say lol

heavy nacelle
#

F

#

F

past elk
#

f

empty sedge
#

f

sour saddle
#

F

whole bear
#

F

slate granite
#

lol

whole bear
#

but you cant beat my F streak CyCo

empty sedge
#

he woke up on the wrong side of his bed today

whole bear
#

lol

sour saddle
#

Yeah๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

whole bear
#

Sleeping is for noobs

#

I dont sleep

empty sedge
#

f strings are awesome

#

and underrated

whole bear
#

yeah

empty sedge
#

i was expecting that lol

heavy nacelle
#

F

past elk
#

f

velvet bane
#

f

empty sedge
#

f

sour saddle
#

F

#

F

#

F

whole bear
#

I you gave me a dollar for every F I type

#

id be ricj=h

#

rich*

empty sedge
#
for _ in range(1000):
      print('f') 
whole bear
#

print("f "*1000)

empty sedge
#

ah yes the elitist

whole bear
#

what?

ashen island
#

x = @ashen island
print(f"Press F for {x}'s Internet Connection. He gets
disconnected from Discord every 2 mins")

sour saddle
#

I used to be there @ashen island

empty sedge
#

Syntax error: End of literal string

ashen island
#

Man the Wifi here really sucks

slate granite
#

u got too much time on ur hand lol

#

just show us the joke lol

empty sedge
#

!paste

wise cargoBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

slate granite
#

I really hope its not NSFW

whole bear
#

its not

#

its funny

ashen island
#

holy i've seen this @whole bear

whole bear
#

thats the point I changed to amd

past elk
sour saddle
#

F in chat for working so hard to connect back to voice chat

ashen island
#

f

whole bear
#

Its a socket program so it might sniff your data

#

I bet

heavy nacelle
#

F

velvet bane
#

f

whole bear
#

F

twilit halo
#

F

heavy nacelle
#

F

whole bear
#

F in the chat for programming nerd

#

F

ashen island
#

F

sour saddle
#

F in chat for @past elk

empty sedge
#

f

whole bear
#

yuo I do

slate granite
#

always @velvet bane

whole bear
#

I listen to DOOM theme

empty sedge
ashen island
whole bear
heavy nacelle
#

best of Ennio Morricone

slate granite
#

joe rogan + musk...i need more of that lol

ashen island
#

i feel bad for 2080ti users

whole bear
#

๐Ÿ˜ฆ

sour saddle
#

F in chat for @whole bear cause he is @whole bear

whole bear
#

wth

#

bruh

sour saddle
#

๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

slate granite
#

he's talking about that cosmos guy

heavy nacelle
#

F

empty sedge
#

its like stackoverflow for space

ashen island
#

F

sour saddle
#

F in the chat for @heavy nacelle

whole bear
#

Elon is a moron

heavy nacelle
#

F for @sour saddle

whole bear
#

it also rhymes

sour saddle
#

F for @heavy nacelle

whole bear
#

Elon, Mororn

heavy nacelle
#

F for @sour saddle

whole bear
#

F

ashen island
whole bear
#

Space mining

#

damn

empty sedge
#

Eve Online?

#

Alpha Centauri?

ashen island
empty sedge
#

that's only in interstellar like movies

whole bear
#

lol

sour saddle
#

๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

empty sedge
#

this guy understands death

twilit halo
#

Who are they?

slate granite
#

dude how much stuff this guy knows

sour saddle
#

I know right๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

empty sedge
#

he's elon musk actually,

slate granite
#

its probably not as quick coz there might be difference in time

empty sedge
#

using a voice synthesizer

slate granite
#

coz it can bent light

empty sedge
#

they suck the light around it

velvet bane
empty sedge
#

There's gonna be a 2021?

wind narwhal
#

lmao

whole bear
#

hf bois imma go grabb snacc

wind narwhal
#

no

empty sedge
#

Light scattering when it encounters small particles

#

Oh shit thats tyndall lol

wind narwhal
#

redshit

#

redshift

sour saddle
#

@past elk change your name to space nerd

wind narwhal
#

he's a genius

#

just in time to browse memes

empty sedge
#

teleportation

#

yeah please don't

#

no math please that's what I meant

#

Isn't that interstellar?

wind narwhal
#

twin paradox

empty sedge
#

she ded

wind narwhal
#

something like that

empty sedge
#

aww shit man bummer

#

everyone's gangsta until you encounter a black hole

slate granite
#

if i had enough money i will definitely go to space

empty sedge
#

yet

#

rich hacking into poors mind would be unethical

#

what about the humans?

#

WALL E

#

daddy elon will save us

#

telepathy sounds awesome tbh

void cobalt
empty sedge
#

it's called accent

#

I'm Indian too

#

Someone's watching death note

#

It's not free

#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious/inappropriate or be for graded coursework/exams.

empty sedge
#

gamer gramdma

#

this guy is voice spamming with hellos

#

if thats a thing

slate granite
#

discord crash?

#

nvm

whole bear
#

Im back!!

#

mhm

slate granite
#

restart discord maybe?

#

just restart

gentle flint
#

oi

#

my voice is being weird

#

cannot hear anything

#

I may or may not have messed up my audio settings

#

time to log out

slate granite
#

yeah we can lol

gentle flint
#

indeed

void cobalt
#

why are you messing with your audio settings in the first place dude??

gentle flint
#

ยฏ_(ใƒ„)_/ยฏ

#

it's fixed now

gentle flint
past elk
#

wy is this a thin' Fahkin' too right, mate.

#

why is this a thing

gentle flint
#

Fahkin' fair dinkum cobber.

past elk
#

ich been gavin Bhugh du

gentle flint
past elk
#

mcydeees

#
cate = lambda y: pow(y,2)*3
def whyDo(*args,**kwargs):
  print(args)
  print(kwargs.get("jimmedees"))
  print(cate(3))
whyDo("jimmy",68,hi="byw",jimmedees="whydo")```
gentle flint
#
org 100h
mov dx,msg
mov ah,9
int 21h
mov ah,4Ch
int 21h
msg db 'Hello, World!',0Dh,0Ah,'$'
#

some assembly which prints hello world

past elk
#
a = lambda: lambda: lambda: lambda: lambda: lambda: lambda: lambda: print("hi")
a()()()()()()()()
gentle flint
#
(
 (
  lambda __, ___, ____, _____: getattr(
   __builtins__,
   ().__class__.__name__[__ << __]
   + ().__iter__().__class__.__name__[(__).__rmul__(-1)]
   + [].__class__.__name__[____ % ___]
   + chr(_____)
   + ().__class__.__name__[__ >> __],
  )
 )(
  (lambda _: _).__code__.co_nlocals,
  (lambda _, __: _ | __).__code__.co_nlocals,
  (lambda _, __, ___: _ | __ | ___).__code__.co_nlocals,
  (
   (lambda _, __, ___: _ & __ & ___).__code__.co_nlocals.__rmul__(
    (lambda _, __, ___: _ | __ | ___).__code__.co_nlocals
   )
   + (True.__rmul__((lambda _, __: _ | __).__code__.co_nlocals))
  ).__rmul__(
   (
    lambda _, __, ___, ____, _____, ______, _______, ________, _________, __________: (
     _ % __
    )
    >> ((___ * ____) << _____ // ______)
    | _______
   ).__code__.co_nlocals
  ),
 )
)(
 (
  lambda __, ___, ____, _____, ______: hex.__class__.__name__[
   ___.__rmul__(____ * _____) - ______
  ].upper()
  + hex.__class__.__name__[___.__rmul__(____ * _____) - _____ - ______]
  + hex.__class__.__name__[___] * 2
  + hex.__class__.__name__[___.__rmul__(____ * _____)]
  + chr(__.__rmul__(___) + _____)
  + Warning.__qualname__[______ - True]
  + hex.__class__.__name__[___.__rmul__(____ * _____)]
  + Warning.__qualname__[_____]
  + ().__class__.__name__[___]
  + {}.__class__.__name__[______ - True]
  + chr(__.__rmul__(___) + ___)
 )(
  (
   lambda _, __, ___, ____, _____, ______, _______, ________, _________, __________: (
    _
   )
  ).__code__.co_nlocals,
  (lambda _, __, ___: _).__code__.co_nlocals,
  (lambda _, __, ___, ____: _).__code__.co_nlocals,
  (lambda _, __: _).__code__.co_nlocals,
  (lambda _: _).__code__.co_nlocals,
 )
)
#

somedude made this

#

credits to him

past elk
#

ะžะฑะฝะพะฒะปะตะฝะพ ัั‚ะฐั€ะพะต ะทะฝะฐั‡ะตะฝะธะต payout

gentle flint
#

this just looks beautiful

empty sedge
#

You guys are still here!?!

#

Woah im impressed

gentle flint
#

we are always here

#

we are eternal

#

omnipresent

#

omniscient

empty sedge
#

you're god, the omnipresence

gentle flint
#

^

empty sedge
#

omnipotent

gentle flint
#

you got it, buddy

empty sedge
#

call me ignis

#

lmao

#

Is that dude who was talking about space still here?

crude shard
#

Hi am new to python

empty sedge
#

Hi new to python, im dad

crude shard
#

ok

#

hi

summer mirage
#

i joined for the python but stayed for the philosophy

gentle flint
#
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
summer mirage
#

thank you socrates

gentle flint
#

@past elk open up your python shell and type import this

#

also try import antigravity

empty sedge
#

!e
import this

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

empty sedge
#

shit

#

lmao

#

what

summer mirage
#

lol

near tulip
#

hmm

empty sedge
#

asking the real questions

#

he is more into mental stimulation

past elk
#
class m1:   
    def __init__(self):
        x = lambda _:lambda __:lambda ___:lambda ____:lambda _____: _+__+___+____+_____
        self.m1 = x(2)(1)(51)(20)(30)
    def _(self):
        y = lambda: lambda: self.m1/2
        return int(y()()*2)
tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi = m1()


class m2:   
    def __init__(self):
        x = lambda _:lambda __:lambda ___:lambda ____:lambda _____: _+__+___+____+_____
        self.m2 = x(100)(4)(0.5)(0.3)(0.2)
    def _(self):
        y = lambda: lambda: self.m2/2
        return int(y()()*2)
tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi2 = m2()
class putTogether:
    def printt(*args):
        for i in args:
            print(chr(tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi._())+chr(tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi2._()))
j = putTogether()
j.printt()
summer mirage
#

wtf

empty sedge
#

wtf
@summer mirage my reaction exactly

past elk
#

run it

summer mirage
#

tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi2 lmao

empty sedge
#

is this guy...

past elk
#

perfect name

empty sedge
#

umm...

gentle flint
#
while True:
    import this
empty sedge
#

@past elk it just prints hi

gentle flint
#

it works not

#

rip

empty sedge
#

thats hi

#

use #bot-commands

#

it works not
@gentle flint you'll have to reimport it

#

using importlib

gentle flint
#

y

empty sedge
#

importlib.reimport i think

gentle flint
#

o

#

ok

whole bear
#

Are you guys not tired

empty sedge
#

flex

heady copper
#

wow

summer mirage
#

poggers

heady copper
#

52 thats crazy

whole bear
#

Don't do sleep ell

empty sedge
#

?
@gentle flint yehh

gentle flint
#

ah

#

found it

empty sedge
#

God

#

he found god

#

And he's atheist

heady copper
#

cool

empty sedge
#

aren't we all?

gentle flint
#
import importlib
import this
while True:
    importlib.reload(this)
#

like that?

#

ah yes

#

perfect

summer mirage
#

do you mean every program i write?

empty sedge
#

yep thats it

#

it crashed the command bot

#

you can't invoke it here

gentle flint
#

noice

empty sedge
#

!e

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

empty sedge
#

dickhead

past elk
#

@wise cargo join vc

whole bear
#

It will not

#

Join

gentle flint
#

it did yesterday

past elk
#

hi

empty sedge
#

@gentle flint today too

gentle flint
#

o

past elk
#

ho hi a cherrie o

empty sedge
#

Imagine python gaining sentiment and then saying hi before blowing up the world

gentle flint
#

ok

#

though bye would be more suitable

empty sedge
#

yeah

#

excuse me?

#

whut

whole bear
#

Anyone knows socket programing with python

summer mirage
#

the irony if python bot used discord.js

empty sedge
#

so rude @gentle flint

gentle flint
#

yes

empty sedge
#

love it

gentle flint
#

ik

heady copper
#

what is socket programming?

gentle flint
#

I am rude

#

i am bad haker

#

yes?

past elk
#
import os
for i in os.system.path:
  i.remove()```
empty sedge
#

@heady copper you stick your fingers into a socket with a metal fork

gentle flint
#

uh

#

what

whole bear
#

Do you guys have any automation ideas

gentle flint
#

build a supersonic sandwich snatcher

empty sedge
#

Platypus perry

whole bear
#

what

gentle flint
#

@whole bear maybe an automated sms system?

#

so it wakes you up every morning

empty sedge
#

sorry wasn't talking to you @whole bear

gentle flint
#

using twilio

whole bear
#

Ohhhhh

empty sedge
#

by sms?

gentle flint
#

why not?

empty sedge
#

just use an alarm dude

gentle flint
#

or it can send him a reminder

whole bear
#

Batter

#

Alarm clock

empty sedge
#

dudรฉ

heady copper
#

are you guys here all day?

empty sedge
#

yes they're god

#

omnipresent

#

omniscient

#

omnipotent

gentle flint
#

triple o

empty sedge
#

O_ O_ O

gentle flint
#

kotlin

whole bear
#

Golang for server scripts or Python

empty sedge
#

isn't that used for Android programming?

gentle flint
#

he was wanting to make a mobile app

#

so, that makes sense

agile stump
#

can any one help with c++?

empty sedge
#

Proprietary crap

agile stump
#

by the way Hello to everyone

empty sedge
#

sbeve jobs

cursive mason
#

what did u say?

#

Apple is art

#

k?

gentle flint
#

apple can just die

pine iron
#

IT industry is not very good

gentle flint
#

imagine being steve jobs and saying you can't use a macOS vm on anything but apple hardware

#

ridiculous

empty sedge
#

#open source?

summer mirage
#

what timezones?

pine iron
#

Very hard to get job in software industry

past elk
#
class m1:   
    def __init__(self):
        x = lambda _:lambda __:lambda ___:lambda ____:lambda _____: _+__+___+____+_____
        self.m1 = x(2)(1)(51)(20)(30)
    def _(self):
        y = lambda: lambda: self.m1/2
        return int(y()()*2)
tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi = m1()


class m2:   
    def __init__(self):
        x = lambda _:lambda __:lambda ___:lambda ____:lambda _____: _+__+___+____+_____
        self.m2 = x(100)(4)(0.5)(0.3)(0.2)
    def _(self):
        y = lambda: lambda: self.m2/2
        return int(y()()*2)
tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi2 = m2()
class putTogether:
    def printt(*args):
        for i in args:
            print(chr(tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi._())+chr(tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi2._()))
j = putTogether()
j.printt()```
summer mirage
#

why

pine iron
#

Whom should I talk to if I need to get a job? Need guidance

gentle flint
slate oracle
#

much better

gentle flint
#

dell g3 15 is better

pine iron
#

Why is he shouting like anything

#

I think he is a clone of tanmay bhatt

cursive mason
#

i agree with u lol

#

if i still alive i would fire u

gentle flint
#

they do remind me of each other

somber night
#

@past elk u havenโ€™t went to sleep yet??

slate oracle
#

sleep is for losers

somber night
#

Toushรฉ

gentle flint
#

*touchรฉ

whole bear
somber night
#

Ty dudรฉ

#

Eyes blurry af

slate oracle
#

tushie

gentle flint
#

toosah

slate oracle
#

sahtoo

whole bear
gentle flint
#

oothas

slate oracle
#

sathoo

gentle flint
#

nathoo

slate oracle
#

sahoot

gentle flint
#

shoot

whole bear
slate oracle
#

tim died in the ozzy reviews: boat crash

swift valley
#

Sup

#

@zinc nest json?

zinc nest
#

with open ("data.json" , "w" ) as f:
        json.dump("member.id",f )```
#

did this store memberID in data.json

swift valley
#

Pretty sure that won't work

zinc nest
#

i am new to json please correct me.

swift valley
#

What are you trying to store though?

zinc nest
#
@CLIENT#1526.command()
async def thanks(ctx,member: discord.Member):
    await ctx.send(f"{ctx.author.mention} you have succesfully thanked {member.mention}")
with open ("data.json" , "w" ) as f:
        json.dump("member.id",f )
#

this

empty sedge
#

Ah yes you are still here

#

you never dissappoint

#

thanks

whole bear
#

@gentle flint How is going bro

gentle flint
#

gud

whole bear
#

Nice

gentle flint
#

hbu?

whole bear
#

Great

#

learning some fundamental of I.T

gentle flint
#

nice

whole bear
#

I thought in I.T they teach u programming stuff like that

#

but they don't

#

sad right

gentle flint
#

mmm

whole bear
#

no mmm , it's sad

#

my aim is to beat the teacher in the subject

#

I'll use my programming knowledege and apply them into I.T

#

How is that idea?

#

Good Or Just Trash?

gentle flint
#

idk

#

up to you

whole bear
#

Alright mate

#

Peace out bro

#

Yeah at the end of the day man apply knowledge to make yourself better and if a goal like your teacher is your motivation keep at it

#

Hug teacher , i wanna be better than the teacher

#

That is my goal for this year

#

I should know all the answers

#

students Hard works beats teachers knowledge

stuck furnace
#

Erm, what is going on?

empty sedge
#

please don't abuse my mom say abuse bad

craggy zephyr
#

who?

#

@empty sedge

empty sedge
#

nah someone was playing a random video so i wrote that

craggy zephyr
#

ohkay!

whole bear
#

Fkkkk

#

Google it

#

B ro

#

thank u guys

#

Tutorial on iiit op

empty sedge
#

aiyo what are u doing

whole bear
#

Nothing

gentle flint
#

@whole bear vid 'n kash

gentle jasper
#

@past elk can you hear me?

idle crater
gentle jasper
whole bear
#

@obsidian inlet xrange is Python 2, isn't it?

#

Hmm, lemme double-check

#

Yeah, you definitely aren't using Python 3

#

!e

for x in xrange(10):
    print(x)
wise cargoBOT
#

@whole bear :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | NameError: name 'xrange' is not defined
whole bear
#

this is what you should be getting on Python 3

#

Yeah, that's Python 2

alpine crater
#

ah well, we dont allow those type of projects on the server per our rule 5

#

sorry for the missunderstanding

#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious/inappropriate or be for graded coursework/exams.

ivory basalt
#
# Python program to print all permutations with 
# duplicates allowed 

def toString(List): 
    return ''.join(List) 

# Function to print permutations of string 
# This function takes three parameters: 
# 1. String 
# 2. Starting index of the string 
# 3. Ending index of the string. 
def permute(a, l, r): 
    if l==r: 
        print toString(a) 
    else: 
        for i in xrange(l,r+1): 
            a[l], a[i] = a[i], a[l] 
            permute(a, l+1, r) 
            a[l], a[i] = a[i], a[l] # backtrack 

# Driver program to test the above function 
string = "ABC"
n = len(string) 
a = list(string) 
permute(a, 0, n-1) 

# This code is contributed by Bhavya Jain 
#

can anyone explain this one ?

#

the recursion part is quite confusing

alpine path
#

what is going on here then pithink

whole bear
#

everybody silent ๐Ÿ˜ฆ

ivory basalt
#

umm bruh?

whole bear
#

:/

ivory basalt
#

can anyone help me in that one ?

whole bear
#

first time these many people in VC but noone talking

#

lol

sly jolt
#

@alpine path D:

whole bear
#

๐Ÿ˜ฆ

ivory basalt
#

@whole bear i were asking for an help and you guys are like neglecting me

whole bear
#

oh did you ?

ivory basalt
#

ddue

whole bear
#

ask again lol

#

?

ivory basalt
#
# Python program to print all permutations with 
# duplicates allowed 

def toString(List): 
    return ''.join(List) 

# Function to print permutations of string 
# This function takes three parameters: 
# 1. String 
# 2. Starting index of the string 
# 3. Ending index of the string. 
def permute(a, l, r): 
    if l==r: 
        print toString(a) 
    else: 
        for i in xrange(l,r+1): 
            a[l], a[i] = a[i], a[l] 
            permute(a, l+1, r) 
            a[l], a[i] = a[i], a[l] # backtrack 

# Driver program to test the above function 
string = "ABC"
n = len(string) 
a = list(string) 
permute(a, 0, n-1) 

# This code is contributed by Bhavya Jain 

@ivory basalt

#

dude help me in this one

whole bear
#

wait I know you @ivory basalt

gentle jasper
#

@ivory basalt are you trying to understand the recursion part or?

ivory basalt
#

whole gotham know s me

#

lmao

#

@gentle jasper yea

gentle jasper
#

ok so do you know any recursion at all or?

ivory basalt
#

i know recursion

#

that one is string permutation

whole bear
#

so whats the problem are you facing?

ivory basalt
#

the thing is i cant understand the recursion part

gentle jasper
#

ok so

ivory basalt
#

some how help me

gentle jasper
#

oh

ivory basalt
#

its kinda confusing pal

#

this is the recursion tree

#

my doubt is like

#

how does the forloop and the recursive function moves

#

come to vc bruh

#

@gentle jasper umm dude ?

#

i asked you one vc ?

#

well man that tihng is similiar

gentle jasper
#

i dont know how to help you on this one. you can ask in #algos-and-data-structs. the people there will probably know a lot more than i do

ivory basalt
#

oh shit man

#

well thanks

#

some how

gentle jasper
#

โค๏ธ

alpine path
ivory basalt
#

whoa

#

hey guys is pycharm needed

whole bear
#

I use Pycharm only in winter tho

ivory basalt
#

lol man

#

some how vscode is ok right

whole bear
#

VSCODE does the job

gentle jasper
#

i use sublimetext. pretty interface but the built in console sucks

whole bear
#

use VIM lol

alpine path
whole bear
#

nice error

ivory basalt
#

well then why pycharm is like selling for 20usd

alpine path
#

80$ for a single license

ivory basalt
#

whao shit

alpine path
#

but community version is free

ivory basalt
#

i did not see that one

#

what is the neeed man

whole bear
#

(laughs in community edition)

#

(actually cries)

alpine path
#

community edition is still pretty good

ivory basalt
#

pycharm sucks man

alpine path
#

๐Ÿคทโ€โ™‚๏ธ What ever floats your boat

ivory basalt
#

mm hmm

whole bear
#

Im waiting for Scott to join the VC and say me bedtime stories lol

alpine path
#

note to self, dont have two fields in a payload called the same thing

#

very very confusing when debugging

whole bear
#

@whole bear Not today, I'll be busy

#

๐Ÿ˜ฆ

#

you can use simple matrix

empty sedge
#

yeah that sounds easiest @whole bear

#

oh

whole bear
#

yeah

#

hmm

#

thats a math question tho

#

lemme think

#

its difficult for an algo

#

ig you have to do brute force

#

sure, I think you should ask this in some math server tho

#

this is not the appropriate place

empty sedge
#

what do you mean by apps though?

#

Startups will be absorbed by the big game companies

whole bear
#

yeah

#

most times I wonder if a big company fund a startup to see whether the market would invest in it

empty sedge
#

yep thats the main motive of funding

#

I can't really blame them for having profit as their main motive

#

they do one job but they do it good

whole bear
#

yeah true

empty sedge
#

There's this book called The One thing by Gary Keller which explains this perfectly

whole bear
#

what are you guys talking in vc?

#

a little bit of everything

#

hmm

empty sedge
#

they are talking about capitalism, they absolutely hate it seems like

fierce quartz
#

nah

empty sedge
#

capitalism is fine as long as I don't need to deal with it

#

but as soon as i start paying taxes, I will have have to concern myself with communism and then I will be hating it right alongside you

whole bear
#

People think communism is better just because of the memes. In real life it's much much worse

gilded minnow
#

I aren't able to see screen of zappa

whole bear
#

x = "ram"
print(x.lower().isupper())
y = "samyyyy"
print("his name is " +y)
print(len(y))
print("y".lower().isupper())
print(y[5])
print("my name is ram \n shrestha")

gilded minnow
#

Is this happening to you guys also?

sonic hatch
#

no

#

idk thats weird

gilded minnow
#

I also wnt to see what Zappa I coding

#

๐Ÿ˜”

#

Is*

stuck furnace
#

You're a bit quiet @vernal igloo

empty sedge
#

bruh i am absolutely amazed at how much the code is commented

#

@olive sentinel

gilded minnow
#

Yeh now I can see

#

Zappa coding live

stuck furnace
#

I think pygame is largely implemented in C

whole bear
#

@stuck dirge What's your question?

rugged root
#

@stuck dirge We can hear you, we're just currently helping this one guy

stuck dirge
#

i have a problem with bandpass filter

#

if anyone can help

olive sentinel
#

bruh i am absolutely amazed at how much the code is commented
@empty sedge

It's mostly because there are a lot of people working on the bot and we can use comments to write down concerns or things that you can't directly infer from the code.

empty sedge
#

you can even play a tick tack toe game if you use vscode live share

#

unrelated but yeah

stuck dirge
#

@whole bear can you help with the problem

#

?^

whole bear
#

A, AAAA

#

MX

#

TXT, SPF, DKIM, DMARC

#

@stuck dirge What's the problem?

stuck dirge
#

i want a bandpass filter in c++

#

that filters from 0.4Hz to 5Hz

whole bear
#

I won't be able to help in that

plain flicker
#

any advice for a computer science freshman?

#

I have trouble coming up with ideas for projects

rugged root
#

!projects Might be something interesting on here

wise cargoBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

rugged root
#

Most of them are relatively simple, but it might inspire something

plain flicker
#

Thanks tons!

#

One more question, is doing Codeforces stuff worth it?

#

I'm kinda good at solving problems. But suck extremely when it comes to coming up with ideas for projs.

rugged root
#

!tempmute 369064580686807041 2d Randomly shouting "shut the fuck up you fucking idiot" in the middle of a voice chat is unacceptable

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until 2020-09-09 18:30 (1 day and 23 hours).

pallid light
#

lmao

queen folio
#

why did I get muted ;-;

#

it wasn't meeeeee

pallid light
#

xaxaxa

whole bear
#

ban him

stoic ore
#

what happent here

#

who has muted me

rugged root
#

Your mic was left open

stoic ore
#

hmm ok sry

#

ฤฑ psuh to button to close ฤฑt

whole bear
#

boom

#

whats going on?

stoic ore
#

is a class ?

whole bear
#

huh

#

Are u sure?

sly jolt
#

Are we going to hit 30 people

whole bear
#

@sly jolt Yes we going hitting 30 peoples soon

sly jolt
#

ik

#

am here

whole bear
#

I'm learning about mother board

hushed elm
#

have you guys maybe thought about adding an extra general voice chat? i've seen some people use the old "Gaming" voice chat as a secondary general chat, I've used it too. it might be useful for users

whole bear
#

@scarlet plume Say Hi in vc so curious to hear ur voice

scarlet plume
#

lol

whole bear
#

Thank You โค๏ธ

craggy topaz
#

How do you become a helper?

hidden flower
#

wayne, your mom is calling you

craggy topaz
#

thanks

rugged root
stuck furnace
#

Safari on macos has become really buggy for me lately

#

So I switched to firefox

vestal saddle
#

That problem of people trying to reconnect when the server drops is also why websockets are, in general, not super scalable

stuck furnace
#

Windows phone? ๐Ÿ˜„

hushed elm
#

a phone with a really smooth animation system and smooth transitions between apps, better UX/UI

#

that's what I'd like

stuck furnace
#

I heard the tax software companies successfully lobbied the US government to keep tax laws complicated

#

So that people would be reliant on their software

sly jolt
#

@olive sentinel do you use a different keymap than the built-in one for pycharm?

rugged root
#

It does, yeah

#

You're not wrong, LX

#

The government hasn't been "for the people" for a long, long time

#

!resources @subtle orchid

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.

stuck furnace
#

Also, check out pythontutor.com if you're not sure what's going on when you run your program. (Although this will only work for short programs.)

subtle orchid
#

so if u learn phyton...oop phyton...flask and django is it enough for back end development?

stuck furnace
#

Swift is pretty good, but needs better tooling (aparently)

sly jolt
#

@rugged root have a good one, I must go.

vestal saddle
stuck furnace
#

Cya

#

I think it's pronounced 'demon'

#

got that from Phillip Pullman books ๐Ÿ˜„

vestal saddle
#

I've always pronounced "day mon" but have heard it called like 'dee mon' before too, but less commonly

stuck furnace
#

'demonic child processes' ๐Ÿ˜„

#

Surely you need an exorcism to deal with that

whole bear
#

@alpine path i know html,css,python(flask) yeah alright essentially my question is Do you know that i can get job using thats skills

craggy topaz
#

What if I want to build Android Apps using Python, is it a good option? If it is, any library you can recommend?

elfin fractal
#

Kivy

whole bear
#

Can we make money using kivy?

#

Sell apps

craggy topaz
#

@whole bear, Grote was answering my question ig

whole bear
#

Oh ok yeah good

alpine path
#

@whole bear i guess? i would definitely say to try other stuff aswell tho

whole bear
#

Cheers

vestal saddle
#

I recommend checking out celery :)

https://docs.celeryproject.org/en/stable/index.html

It's not exactly small and would require a few additional pieces to be setup like a queue (e.g. redis or SQS) and a result backend.
But it would also make the system able to be distributed across multiple systems quite easily

alpine path
#

runserver "0.0.0.0:8000"

whole bear
#

Django is tough

#

Because of the file structure

craggy topaz
#

You get used it after all @whole bear

whole bear
#

Yeah I'll

#

because recently i'm have been working on persistent packages file like init.py used alot

fickle orbit
#

import kivy
from kivy.app import App
from kivy.uix.label import Label

class MyApp(App):
    def build(self):
        return Label(text = 'AZAN APP')

if __name__ == '__main__':
    MyApp().run()```
#

im getting error

craggy topaz
#

What error exactly?

fickle orbit
#

[INFO ] [Logger ] Record log in C:\Users\outla.kivy\logs\kivy_20-09-07_4.txt
[INFO ] [deps ] Successfully imported "kivy_deps.gstreamer" 0.2.0
[INFO ] [deps ] Successfully imported "kivy_deps.angle" 0.2.0
[INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.2.0
[INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.2.0
[INFO ] [Kivy ] v2.0.0rc1, git-ae0fa0c, 20191229
[INFO ] [Kivy ] Installed at "C:\Users\outla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\kivy_init_.py"
[INFO ] [Python ] v3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)]
[INFO ] [Python ] Interpreter at "C:\Users\outla\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe"
[INFO ] [Factory ] 184 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_gif (img_sdl2, img_pil, img_ffpyplayer ignored)
[CRITICAL] [Text ] Unable to find any valuable Text provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
sdl2 - ImportError: DLL load failed while importing _text_sdl2: The specified module could not be found.

#

File "C:\Users\outla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\kivy\core_init_.py", line 58, in core_select_lib
mod = import(name='{2}.{0}.{1}'.format(
File "C:\Users\outla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\kivy\core\text\text_sdl2.py", line 13, in <module>
from kivy.core.text._text_sdl2 import (_SurfaceContainer, _get_extents,

pil - ModuleNotFoundError: No module named 'PIL'
File "C:\Users\outla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\kivy\core_init_.py", line 58, in core_select_lib
mod = import(name='{2}.{0}.{1}'.format(
File "C:\Users\outla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\kivy\core\text\text_pil.py", line 7, in <module>
from PIL import Image, ImageFont, ImageDraw

[CRITICAL] [App ] Unable to get a Text provider, abort.

vestal saddle
#

Probably missing some dependencies.

fickle orbit
#

how can i dix?

#

fix?

craggy topaz
#

reinstall using the pip command

fickle orbit
#

pip install kivy

#

?

craggy topaz
#

I expect you have followed the docs

vestal saddle
#
python -m pip install docutils pygments pypiwin32 kivy_deps.sdl2==0.1.* kivy_deps.glew==0.1.*
fickle orbit
#

no such option: --reinstall

#

it give me error in cmd

#

@craggy topaz

#

is it 2 seperate commands pythonic?

vestal saddle
#

just one command there, several packages are installed.

fickle orbit
#

k

#

i still get same error

craggy topaz
#

After installing?

fickle orbit
#

yep

vestal saddle
#

I recommend following the installation guide start to finish

#

Keep in mind, the version of kivy_deps should match the version of kivy

fickle orbit
#

err

#

imma bit confused

#

how do i match the deps to kivy?

craggy topaz
#

I recommend following the installation guide start to finish
@fickle orbit

vestal saddle
#

Usually just installing the latest of both should work out.

fickle orbit
#

can you give me link to install guide?

fickle orbit
#

ty

#
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.```
#

im getting this warning in cmd

vestal saddle
#

should be ok to continue with the steps

fickle orbit
#

ok

whole bear
#

!p

wise cargoBOT
#
Missing required argument

pep_number

#
Command Help

!pep <pep_number>
Can also use: get_pep, p

Fetches information about a PEP and sends it to the channel.

whole bear
#

!play

#

-play

#

@ripe coyote Your voice had me checking if I had my spotify playlist on

#

@whole bear What are you trying to do with !play?

atomic tinsel
#

Yeah, coding isn't neccesary just typing, most of the time you are investigating, and thinking how you do the things, instean of writing a bunch of code

rigid nest
#

anyone available to help me understand

atomic tinsel
#

Nice talk, I'm going to do some codework ๐Ÿ’ช

restive geyser
#

@rigid nest what do you need help with?

rigid nest
#

it'd be easier for me to talk if you've got a moment?

#

if you can drop into code help with me that'd be great

restive geyser
#

sure

rigid nest
#

factorial(k-1) * k

past elk
#
lambda: str(kwargs.get("offset")) if str(kwargs.get("offset")) != "None" else 0```
#

is this ok?

#

like a good coding practice?

vestal saddle
#

Always use a def statement instead of an assignment statement that binds a lambda expression directly to an identifier:

# Correct:
def f(x): return 2*x
# Wrong:
f = lambda x: 2*x
whole bear
#

Hi guys

#

lambda: x: x*b

past elk
#

hello

whole bear
#

How is going nerd programmer like me

rigid nest
#

f(n)

whole bear
#

lamba = hacker function and function = programmer function

rigid nest
#

f(n) = c

whole bear
#

@rigid nest Are u learning lambda?

rigid nest
#

not lambda, lambda is cool tho

whole bear
#

Yep

#

I'm learning if statments

#

and while loop

#

๐Ÿ™‚

#
x =  lambda a: a * 10
print(x(10))
#

@vestal saddle How long u have been coding in python?

past elk
#

@verbal hemlock are you alive

#

?

#
 message.content```
#
@client.event
async def on_message(message):
  print(message.content)```
verbal hemlock
#

Eeey pythonic

#

:P

vestal saddle
#

In python, professionally since about 2011, coding in general professionally since 2009

verbal hemlock
#

Weird

past elk
#
class m1:   
    def __init__(self):
        x = lambda _:lambda __:lambda ___:lambda ____:lambda _____: _+__+___+____+_____
        self.m1 = x(2)(1)(51)(20)(30)
    def _(self):
        y = lambda: lambda: self.m1/2
        return int(y()()*2)
tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi = m1()


class m2:   
    def __init__(self):
        x = lambda _:lambda __:lambda ___:lambda ____:lambda _____: _+__+___+____+_____
        self.m2 = x(100)(4)(0.5)(0.3)(0.2)
    def _(self):
        y = lambda: lambda: self.m2/2
        return int(y()()*2)
tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi2 = m2()
class putTogether:
    def printt(*args):
        for i in args:
            print(chr(tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi._())+chr(tempOfATempVirableURSinterfaceofnccedsaidhaiadaoi2._()))
j = putTogether()
j.printt()```
pallid light
#

@mystic kelp lmao

#

user checks out

mystic kelp
#

What do you want with me?

pallid light
#

nothing bro

#

:))

past elk
#

157$170$178$225$246$152$194$174$101$180$214$244$221$149$158$184$102$215$246$218$215$154$183$186

#
if message.author == client.user:
        return```
rigid nest
edgy zinc
whole bear
#

๐Ÿ‘€

whole bear
#

@stoic ore hi. can we talk?

stoic ore
#

hi yey

#

@whole bear can u hear me

whole bear
#

can anyone help me with some code

past elk
#

ok

#

depands

whole bear
#

shall i pm it to you?

past elk
#

ok

#

go for it

stoic ore
#

edureka

stoic ore
#

hรถm gl

stoic ore
#

I'll be afk for sleep in sleep.time. See u

past elk
#

see ya

stoic ore
#

๐Ÿ˜„

red stratus
#

.help

queen folio
#
    def post(self, request):
        parsed = request.data['Parameters']
        if ('Membership.Status' not in parsed):
            # If status isn't contained we don't care about the request.
            return Response(status=312)
        print(parsed)
        user_id = int(parsed["Contact.Id"])
        membership_level = int(parsed["Membership.LevelId"])
        membership_status = int(parsed["Membership.Status"])
        
        def save_user():
            user = NewUserSerializer(data={
                "user_id": user_id,
                "status": NewUser.PENDINGNEW,
                "level": membership_level
            })

            if not user.is_valid():
                return Response(status=500)

            user.save()
            return user

        # if(membership_level == NewUser.GUESTMEMBER):
        #     return Response(status=401)
        try:
            user = User.objects.get(user_id=user_id)
            if(user):
                #TODO: handle handle users looking to get new card/update pass
                return Response(200)
#
        except:
            pass
        print(int(membership_status) == int(NewUser.ACTIVE))
        
        if(int(membership_status) == int(NewUser.PENDINGNEW)):
            save_user()
            return Response(status=200)

        elif(int(membership_status) == int(NewUser.ACTIVE)):
            print(user_id)
            print(self.queryset.get(user_id=user_id))
            user = self.queryset.get(user_id=user_id)

            if(not user):
                #TODO: Log this. Chances are program wasn't running when user signed up :(
                fetched_user = self.apricot.get_user(user_id)
                membership_level = int(fetched_user['MembershipLevel']['Id'])
                if(membership_level != NewUser.GUESTMEMBER):
                    user = NewUserSerializer(data={
                        "user_id": user_id,
                        "status": NewUser.ACTIVE,
                        "level": membership_level
                    })
                    if not user.is_valid():
                        return Response(status=500)
            else:
                user.status = NewUser.ACTIVE
            user.save()
            
            self.apricot.add_user_to_cardgroup(user_id)

            return Response(status=200)

        #if user isn't new, isn't active, isn't already added to db then what are they?
        #TODO: Log this
        return Response(status=412)
whole bear
#

for some reason I can hear all of you even though i am deafened

somber night
#

LMAOOOO

#

0.0.0..0.0.0.0.0.0.0.0.0.0.0

#

all i hear

heavy nacelle
#

F

grim sparrow
past elk
#

!e

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

green raven
#

hola @jovial meadow

#

LOLLLL

#

this is nice @jovial meadow

#

idfk

#

no

jovial meadow
#
def foo():
  return 'foo'

print foo()
#
assert foo() == 'foo'
whole bear
#

Is pycharm used to make websites?

barren citrus
#

@whole bear pycharm is used to write python code

whole bear
#

I use pycharm in winter

hasty forge
#

@whole bear PyCharm is a general purpose IDE, yes you can.

whole bear
#

Ohh ty

whole bear
#

you can use any InelliJ's IDE during winter, just not for writing the code...

plush dune
#

001001001001101010100101101001000101101010010110101011010101010010101101010100

hushed elm
gentle flint
teal bane
gleaming perch
#

...

teal bane
somber heath
#

I'm listening, @teal bane

#

ciao ciao, then

#

I'm often on vc.

whole bear
#

Yo wassup Opal

#

How is going

#

@somber heath How is life?

#

Yeah same i feel stressful because college started

#

I'm making a timetable now

#

productive me

#

๐Ÿ™‚

#

yeah , i see u have a nice day

whole bear
#

I need help ๐Ÿ˜ฎ

#

basically

ionic grove
#

๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ท๐Ÿ‡บ

somber night
#

@whole bear Wassup, my sis using my headset with mic for school. So i won't have a mic till she finishes.

whole bear
#

copy @somber night

#

bruh

hard crane
#

context managers

green peak
#

I am also comming in a bit

azure kayak
#

hi'

#

do u need help?

whole bear
#

yes

#
>>> if 1 > (0 or 1 or 2):
...  print("hello")
... 
> if 1 > (2 or 1 or 0):
> ...     print("hello")
> ... 
> >>> if (1 > 0) or (1 > 1): 
> ...     print("hello")
> ... 
> hello
> >>> if (1 > 0) or (1 > 1): 
> 
> ```
#
>>> str(list(minav_seatsMW))
'[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]'
#
        print('Error, minimum amount of seats not reached')```
somber night
#

@earnest crag rawr

whole bear
#
'[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]'
>>> firstSeats = "14"
>>> firstSeats
'14'
>>> firstSeats > str(list(minav_seatsMW))
False
>>> 
wise cargoBOT
#

Hey @whole bear!

It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .m4a, .flac.

Feel free to ask in #community-meta if you think this is a mistake.

whole bear
#
0
#

@desert citrus sure mate

#

lets go

#

Nah just copy and paste the code here

#

i got u bro

#

python forever

desert citrus
#

import turtle
import utilities

#n = int(input("Number of positions: "))
#radius = int(input("Radius: "))

Create a turtle named bob

bob = turtle.Turtle()
pen = turtle.Turtle()

Set the turtle speed

bob.speed(0)

def drawClock(myTurtle, n, radius):
for side in range(n):
myTurtle.goto(0, 0)
myTurtle.penup()
myTurtle.forward(radius)
myTurtle.pendown()
myTurtle.forward(50)
myTurtle.penup()
myTurtle.forward(50)
myTurtle.pendown()
myTurtle.shape('turtle')
myTurtle.stamp()
myTurtle.right(30)

'''
def drawWhiteCircle(myTurtle):
pen.color('white')
pen.fillcolor('white')
myTurtle.shapesize(15, 15)
myTurtle.shape('circle')
pen.fillcolor('white')
'''

Draw the clock and then make the turtle disappear

drawClock(bob, 12, 200)
#drawWhiteCircle(pen)
#bob.hideturtle()

Keep the turtle's screen open until the user clicks on it

window = turtle.Screen()
window.exitonclick()

whole bear
#

I have used turtle module

#

but I haven't used utiliites

#

ok

#

turtle module is easy

#

yeah

desert citrus
#

@whole bear

whole bear
#

wait

#

I'm trying to figure out what went wrong

#
import turtle


#n = int(input("Number of positions: "))
#radius = int(input("Radius: "))

# Create a turtle named bob
bob = turtle.Turtle()
pen = turtle.Turtle()
# Set the turtle speed
bob.speed(0)


def drawClock(myTurtle, n, radius):
    for side in range(n):
        myTurtle.goto(0, 0)
        # myTurtle.penup()
        myTurtle.forward(radius)
        # myTurtle.pendown()
        myTurtle.forward(50)
        # myTurtle.penup()
        myTurtle.forward(50)
        # myTurtle.pendown()
        myTurtle.shape('turtle')
        myTurtle.stamp()
        myTurtle.right(30)


'''
def drawWhiteCircle(myTurtle):
    pen.color('white')
    pen.fillcolor('white')
    myTurtle.shapesize(15, 15)
    myTurtle.shape('circle')
    pen.fillcolor('white')
'''


# Draw the clock and then make the turtle disappear
drawClock(bob, 12, 200)
# drawWhiteCircle(pen)
# bob.hideturtle()

# Keep the turtle's screen open until the user clicks on it
window = turtle.Screen()
window.exitonclick()

#

Try this

#

@desert citrus

empty sedge
#

what are you guys upto?

whole bear
#

working?

#

Good?

desert citrus
#

not working makes everything the same

#

just steaight and then turtle