#voice-chat-text-0

1 messages ยท Page 660 of 1

buoyant topaz
#

i guess i need to type more

#

lol

candid venture
whole bear
#

lmfao

last lodge
#

so how is ur day 2day @rugged root

#

is it good?

#

has it been bad?

whole bear
#

kekw

rugged root
#

Been doing pretty good

last lodge
#

im trying to verify still lmao

#

thats why

#

im sending messages

#

in parts

#

lmao sorry

whole bear
#

eeeee, there are enough comments lmao

faint ermine
rugged root
#

@jovial meadow You've got some seeeeeerious noise in your mic

whole bear
#

laundmo

#

that theme

#

is aaaaaaaaa

somber heath
#

rtx is vacuuming while driving a convertible with the top down.

wild ravine
#

lol

faint ermine
whole bear
#

ehh

#

fully dark hurts eye yeah

wild ravine
#

agreed

whole bear
#

lmfao

#

Monokai Dimmed is decent too lol

rugged root
faint ermine
wild ravine
#

gtg

#

bye

whole bear
#

LMFAO

#

WHAT

#

ah

#

ahh

whole bear
#

xd

somber heath
#

o/

faint ermine
#

!source

wise cargoBOT
faint ermine
#

@heavy nacelle

candid venture
faint ermine
#
class ParentInstanceMixin():

    def __getattribute__(self, name):
        try:
            return object.__getattribute__(self, name)
        except AttributeError as e:
            try:
                return object.__getattribute__(object.__getattribute__(self, "parent_instance"), name)
            except AttributeError:
                raise e
cyan quartz
#

where do you work ๐Ÿ‘€

rugged root
#

@versed sky If you're wondering why you can't talk in voice chat, check out the #voice-verification channel. That should tell you what you need to know

versed sky
#

roger that

cyan quartz
#

i always use anaconda for my base installations

#

if you want to use numpy anacondas installation is much better

#

comes with MKL

#

but i like to use miniconda + pipenv a lot

#

smh this man acting like Taylor Swift don't bop

#

@amber raptor secret swifty

#

swiftie?

amber raptor
cyan quartz
#

new dict operators are sick

cyan quartz
#

like it wasnt super necessary but its such a common thing that its really nice

#

honestly the type hinting is nice too

#

really not a big deal at all but its just nice

#

one less import line GWcmeisterPeepoShrug

amber raptor
cyan quartz
#

i tried to use a subprocess to call pdflatex today. forgot how much i hate any sort of path issues in python

#

i dont think ive ever used python native concurrency in prod

#

sorry i should say like multiprocessing

#

i use coroutines a ton

#

but i use celery for any multiprocessing tasks

#

if you dont have kubernetes its useful

amber raptor
#

eh, with cheapness of cloud messaging systems, I've never found Celery to be worth the effort

cyan quartz
#

yeah a lot of the cloud offerings are super nice

#

celery is a task queue kind of framework

cyan quartz
#

you choose between redis or rabbitmq (usually) and it makes a task queue

amber raptor
#

but Pub/Sub or AzureService Bus can easily do it

#

and you don't have to put up with Celery OR Redis/RabbitMQ

cyan quartz
#

last time we had rabbitmq else where in our system so adding celery was pretty nice

#

its a MQTT message broker

#

isnt it?

#

ah im an idiot

#

youre right

#

rabbitmq is pretty nice tbh

#

you can move an insane amount of messages/sec

near hemlock
#

yah that's true

cyan quartz
#

we had a pretty small service for it that was moving 10-25k messages/sec

near hemlock
#

have any of you used rubix ml?

#

On PHP?

rugged root
#

Hadn't even heard of that

cyan quartz
#

you dont really have to worry about rabbitmq going down often either

near hemlock
cyan quartz
#

is it client side ML?

#

like the javascript TF implementation

candid venture
fallow shuttle
#

Yes PHP for ML

cyan quartz
#

ah ive never used php

#

so trying to figure out what the use case there is haha

#

but if its already back end why woud you want an ML library in php

faint ermine
#

PHP Hypertext Preprocessor

cyan quartz
#

im just a little lost on why you would want to make a new php ml library

fallow shuttle
#

but if its already back end why woud you want an ML library in php
@cyan quartz The PHP backend is the default predictions processor as it is written in PHP and does not have any external dependencies. It is using logistic regression.

cyan quartz
#

i mean i guess LR is easy to implement

fallow shuttle
#

true

cyan quartz
#

does php have good bindings for C++ though?

#

most of the ML libraries are C++ so i'd kind of expect it just to interface if its possible

fallow shuttle
#

Basically, you can write a PHP extension to do this.

cyan quartz
#

idk its just so easy to setup a fastapi server with ML models that i think it'd be just easier to use that than to use a php ML library

fallow shuttle
#

yeah

fickle fossil
fallow shuttle
#

noice

#

i can't speak in the vc

#

yeah i don't have the required 50 messages rn

faint ermine
fallow shuttle
#

w wednesday

#

t thrusday

#

f friday

#

i am a juvenile XD

#

i am batman

#

hello?

#

i am BATMANNNNNN

#

Daaammmmnnn

#

i am just trying to reach 50 messages

hollow haven
#

Spamming to reach 50 messages will just get you voice banned.

faint ermine
#

its not spam

fallow shuttle
#

yeah 3 days -_-

faint ermine
#

they're responding to what we're saying in vc @hollow haven

cyan quartz
#

yeah you have to wait 3 days anway

#

i got 50 messages quickly and still cant talk

fallow shuttle
#

THANKS! @faint ermine

hollow haven
#

๐Ÿ‘‹

cyan quartz
fallow shuttle
#

printf("How to spend 72 hrs without speaking?");

#

C

#

I KNOW

#

LOL XD

#

you got angry XD

#

is everyone here over 20 yrs old?

#

21 -_-

#

18 here -_-

#

yeah

#

wait a sec

#

Nope. i have to be here for 3 days

astral cedar
#

bruh

#

i need help

#

if any of u people in voice cna read

#

bcz i cant talk

#

i want to evaluate an exception and return a boolean.
so if an exception occurs it returns True and if it didnt occur it returns False

fallow shuttle
#

you type fast ^

astral cedar
#

i copied from general

#

because no one answered me there

rugged root
#
try:
  do_thing()
  do_other_thing()
  return False
except ErrorHere:
  return True
astral cedar
#

I want to evaluate the exception itself not a process under the exception

#

so

#

instead of try:

except:\

faint ermine
astral cedar
#

i want to find if except happend at all

#

all of help channels r closed

#

occupied i mean

#

ok, i didnt know u cant help

#

i will use that

#

sorry

#

english isnt my first langiuage

#

i didnt mean that way

#

i mean i dont know u cant ask for help

fallow shuttle
#

you are good

astral cedar
#

here

#

not tried to be rude

fallow shuttle
#

laundmo is a funny guy

#

i am son of Prince HARRY

#

XD

faint ermine
#

/หˆษ‘หtสƒi/ ?

fallow shuttle
#

I want to study in UK for my higher studies

#

Any good university suggestions?

#

Reminder: Stay hydrated

#

what the fork!

#

I like potato

hollow haven
#

I do, not recently though

fallow shuttle
#

is Daammmnnn sleepy?

#

i like OpenCV

#

i made a malaria detection system using Open CV

faint ermine
fallow shuttle
#

I will open a company called Orange. will compete with Steve jobs

#

pip works always

#

i like harry styles

candid venture
#

๐ŸŽธ

#

๐ŸŽป

fallow shuttle
#

espanol?

#

i can speak spanish lil bit

#

guitar>>>>>

#

play

#

oh no play

fickle fossil
fallow shuttle
#

I have a topic to discuss: If there was no internet for one day

#

Hes playying

#

i inglish iz vary gud

somber heath
#

Deadman switch protocols which rely on the internet would engage. Nuclear ICBMs would be launched.

fallow shuttle
#

<--BRB-->

somber heath
#

Major population centers of the world would be targeted.

whole bear
candid venture
rugged root
#

@analog ibex If you're wondering why you can't talk, check out #voice-verification. That should tell you what you need to know

fallow shuttle
#

Coca cola

#

Unboiling an egg!

#

Hello?

rugged root
fallow shuttle
#

Drink Water guys

frigid panther
#

hello guys o/

fallow shuttle
#

Hi ice man do you know Santa Claus?

frigid panther
#

sorry, I don't

fallow shuttle
#

I mean North pole Santa?

frigid panther
#

no idea, lol

rugged root
fallow shuttle
#

Can I contribute?

frigid panther
#

half of the time I lose motivation to code cuz pycharm takes ages to load

fallow shuttle
#

Haha true

frigid panther
#

i need pycharm run/debugger

#

i usually use vscode

fallow shuttle
#

Me too

frigid panther
#

I can run tests from pycharm editor

#

single test(s)

fallow shuttle
#

Can anyone in the VC explain me the main difference between clustering and classification?( with an example)

frigid panther
fallow shuttle
#

Can anyone in the VC explain me the main difference between clustering and classification?( with an example)
@fallow shuttle ^^^^^^^^^^

leaden comet
latent moss
#

wait an os with json...? 0-0, i mean i didnt even know you can do programming with json...

leaden comet
latent moss
frigid panther
#

fancy

fallow shuttle
#

Wow

frigid panther
#

which language do those letters belong to? near the enter key

latent moss
#

this makes me really want to get a good mouse and an external keyboard

frigid panther
#

I recently ordered a gaming mouse, waiting on that

fallow shuttle
#

anyone used the Magic keyboard? How is it?

#

Apple

atomic edge
#

sorry i feel really out of place

frigid panther
#

magic keyboard = new apple keyboard

fallow shuttle
#

Key travel is really quick

frigid panther
#

apple knows how to loot

atomic edge
#

ok so I think I have an issue here

fallow shuttle
#

apple knows how to loot
@frigid panther Apple: "It's Business"

atomic edge
#

how do I make python recognize "greater than 30" for a variable

latent moss
#

var_name > 30

atomic edge
#

thx

#

ok what would that be calledd?

#

called*

latent moss
#
a = 45
if a > 30:
  print("its big")```
#

greater than i guess?

atomic edge
#

oh ok thanks

#

"it's big"

#

n i c e

latent moss
#

:3

fallow shuttle
#

My friend made a Pivot based Computer vision to type using hand gestures

latent moss
#

mmmm nice

somber heath
#

Programing with interpretive dance.

rugged root
#

Hmm

latent moss
#

lol

atomic edge
fallow shuttle
#

Imagine if computer vision could read all the alphabets by Morse code(blinking eye)

atomic edge
#

Archie

#

our eye would be so moist

fallow shuttle
#

๐Ÿ˜…

atomic edge
#

The reason our eye blinks is so it spreads tears and keeps it moist

latent moss
#

no, thats actually a good idea, also my friends and me cheated in exams last year that way

atomic edge
#

LOL\

fallow shuttle
#

Lmao

buoyant topaz
#

sup everyyone

fallow shuttle
#

"Only company I am afraid of is Google" ~Elon Musk & Jeff Bezos

latent moss
#

:o

buoyant topaz
#

is all about market strategy

#

apple has that quality

latent moss
#

eh

buoyant topaz
#

compared to google

fallow shuttle
#

Atleast pixel phones come with chargers XD

latent moss
#

apple has the apple, thats it

atomic edge
buoyant topaz
#

see apple has that independent build quality

atomic edge
#

@rugged root

#

watch that video

#

I think that's what theyre talking about lol

buoyant topaz
#

well i use android though

fallow shuttle
#

Yeah like giving $4999 for iMac is fair. Coz its top notch

rugged root
#

I'll look in a bit. Currently working on something

atomic edge
#

Yeah

rugged root
#

Sorry, once I get started I can't really stop

atomic edge
#

On programming

#

?

rugged root
#

Yeah

atomic edge
#

Whatcu programming

fallow shuttle
#

Google will start drone services soon

buoyant topaz
#

wow really?

fallow shuttle
#

Yeah

rugged root
buoyant topaz
#

what's this?

atomic edge
#

Ahh gothaca

rugged root
#

It's to (hopefully) help people from getting confused as to why they can't talk in the voice chat

atomic edge
#

DOnt know much

#

Yeah

fallow shuttle
#

Yeah it will be a messed up system

rugged root
#

Eh

#

Should be pretty cut and dry

stuck furnace
#

One of the issues with using data in law enforcement is the potential for getting the analysis really wrong.

atomic edge
#

I honestly think that people are listening to me typing right now lol

stuck furnace
#

Have you ever heard of the prosecutor's falacy?

atomic edge
#

Yes I know

fallow shuttle
#

One of the issues with using data in law enforcement is the potential for getting the analysis really wrong.
@stuck furnace ๐Ÿ’ฏ

atomic edge
#

I'm saying that it's so quiet that people are listening to it

#

Also holy crap I can't stop loving cherry mx speed switches

#

they feel awesome when you type on them

fallow shuttle
#

VR makes more sense. True

atomic edge
#

Well maybe once they can become more available to others

#

AR does sound interesting

fallow shuttle
#

Funfact: Pokemon Go reached 50M+ user in just 19 days

buoyant topaz
#

in samsung m series AR makes the phone a lil bit hotter..

fallow shuttle
#

Offtopic: 3 days is too much. Archie is angry

stuck furnace
#

They're good at the details.

#

Like the way the keyboard works on practically all smartphones today was invented by apple.

fallow shuttle
#

Yup

stuck furnace
#

The way the the key areas dynamically change size based on prediction of the next key (invisibly).

buoyant topaz
#

lol

fallow shuttle
#

No they said that it cost them too much to put 5G in the phone, so they ditched the charger

#

IR blasters came long back

barren frost
#

How do I get permission to talk in these voice chats? Have a pretty gnarly Python issue I'm trying to work through that would best be handled over a voice chat

amber raptor
#

See voice verification

#

One channel above this one

barren frost
#

Appreciate it internet colleague

fallow shuttle
#

That's a good term

candid venture
barren frost
#

Looks like I didnt meet minimum message requirement :/

somber heath
#

One reason for buying soup in a racing game would be for souping up the cars.

fallow shuttle
#

You have to wait for 3 days too mate T_T

barren frost
#

oy

#

sigh

#

I assume its illegal in this discord server to offer small payment to get help?

#

Are there other good resources ya'll suggest I check out for getting Python help when google/youtube/stack overflow and this discord server dont do the trick?

stuck furnace
#

Yeah @barren frost, it's against the rules.

somber heath
#

It's entirely unnecessary to offer payment. People will help you for free.

fallow shuttle
#

I still have a CTR monitor LOL

stuck furnace
#

I've actually never had a second monitor. Wish I did lemon_pensive

#

I should buy one

fallow shuttle
#

CRT

faint ermine
#

@barren frost maybe you should outline the issue in text somewhere so people can decide if they can help

stuck furnace
#

gtg

barren frost
#

Thanks @faint ermine I've been hesitant cause itll require a bit more text than the asks I've seen shared on this server

#

But gonna do it now and I'll just refer to my message

faint ermine
#

then put it in a private gist for example

honest pier
#

@stuck furnace the improvement from one to two monitors is awesome, highly recommend if you can afford it

faint ermine
#

that way you can share it in multiple places if its really that much of a issue

barren frost
#

thanks @faint ermine

fallow shuttle
#

I can speak 4 languages

#

someone Is eating the mic

#

XDDDDDD

#

Lilliput

#

I am BATMANNN

#

ASMR

#

Felt like cotton buds

#

Badman

#

Good night guys

#

Woaahhh everyone pulls all-nighters here?

#

Aww

#

I like Australian accent

#

& British accent

#

American accent is s3xier

barren frost
rugged root
#

@autumn garnet @jolly mountain If you're wondering why you can't talk, check out #voice-verification

candid venture
autumn garnet
#

thanks

foggy parcel
#

so you telling me i have spam messeage 50 times to talk?

#

bruh i cant contribute im dogshit

#

i mean ive been here for a brick just never voice chated

#

i ve been here for like months

#

Do any of you guys know RSA or DSA?

faint ermine
tropic lotus
#

c

#

d

#

d

#

d

clear lagoon
#

where is geeral chat?

tropic lotus
#

code is kool

clear lagoon
#

general

tropic lotus
#

trying to get to 50 mesSAGES TO SPEAK

clear lagoon
#

lol

#

but

tropic lotus
clear lagoon
#

u cant spam

#

ummm why u want to do voice

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @tropic lotus until 2020-10-30 19:51 (9 minutes and 58 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

sly jolt
#

!tvban 761319597734756403 "2 weeks" Spamming doesn't contribute anything useful to this server. Revise what you actually want to do here.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice ban to @tropic lotus until 2020-11-13 19:42 (13 days and 23 hours).

sly jolt
#

!unmute @tropic lotus

#

!tempmute 761319597734756403 3d Don't spam messages. You know this the proper way of acting on this server, you've read our rules. Now read them again.

wise cargoBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @tropic lotus.

#

:incoming_envelope: :ok_hand: applied mute to @tropic lotus until 2020-11-02 19:44 (2 days and 23 hours).

stuck furnace
#

I always thought he looked like sid

#

from toy story

#

When the human characters looked horrible

#

So, are you like an accountant Hemlock?

sly jolt
#

@rugged root D:

rugged root
#

What do?

sly jolt
#

no mods sadface

#

ah

#

thank

frozen jacinth
#

yeah, mods are epic

#

they have a place in my heart too โค๏ธ

sly jolt
#

@frozen jacinth thank

#

โค๏ธ

little mural
#

whats going on??

frozen jacinth
#

hi

stuck furnace
#

Nice

little mural
#

well done!!!!

stuck furnace
#

Is that rust or python?

#

Oh

little mural
#

what u making

stuck furnace
#

Oh yeah that's a parser

little mural
#

thats nice!!

stuck furnace
#

Alright

little mural
#

got it

stuck furnace
#

I never really know what data-oriented means

#

Like cache optimised?

#

Its popular in games development I think

#

Yeah, I think data oriented must have two meanings.

#

Because it can also mean a kind of optimization

#

Where you layout all the data in memory to be cache-friendly.

little mural
#

yeah its cool!!

#

You know something about ROS (ROBOT O.S)

#

okay..

stuck furnace
#

I worked on a mobile robot project at uni

little mural
#

nice

stuck furnace
#

We had to make robots that would play football against each other

#

It was so much fun

little mural
#

cool

stuck furnace
#

Yeah.... ๐Ÿ˜„

little mural
#

I also did some with arduino..

#

yeah its a microcontroller

stuck furnace
#

We actually used arduinos for the robots

little mural
#

we can make robots, IOT project

stuck furnace
#

We had software running on a desktop in python, and it sent instructions over radio to the arduino

#

And the arduino controlled the actuators, and sent back data from the sensors.

little mural
#

we use arduino with raspberry pi functioning

stuck furnace
#

Hey macro ๐Ÿ˜„

little mural
#

yeah

#

we also can combine arduino with rasp pi..

stuck furnace
#

Yo

#

I'm a helper now ๐Ÿ˜„

#

How's it going?

hushed elm
#

i'm good, just came back from town

#

gotta go to sleep soon

little mural
#

guys what is help-hydrogen... etc..

#

nickel,iron whats that?>

stuck furnace
#

Sorry, I'm helping someone in another channel ๐Ÿ˜„

#

Erm, like 2 months

#

I've been here a lot...

hushed elm
#

if you like rap or hip hop, you might like this

pseudo oak
#

guys i need help

frozen jacinth
#

what's up

pseudo oak
#

it says ive ben surpressed for some reason and cant talk in the voice channels

#

ive been here for like a year tho what?

#

do u mean every 3 days

little mural
#

lol\

stuck furnace
#

Sorry about that.

pseudo oak
#

lmao

#

where can i finish my 50 msgs

stuck furnace
#

Erm, have you got a voice verification channel Omega?

pseudo oak
#

i dont know

stuck furnace
#

Next to this one in the side-bar

#

There should be more info there.

pseudo oak
#

can you give me a link cuz i cant find it

#

bro i just wanted to have a nice chat

#

and im surpressed i guess

hushed elm
#

no fun allowed on this server

pseudo oak
#

ima try ti now

#

so how do i check how many messages ive sent ?

stuck furnace
#

Hey Hemlock, can you help Omega? I'm useless

pseudo oak
#

!messages

#

lmao ur making out to be a pandemic

#

๐Ÿคฃ

#

aight say no more

#

lets gooo

#

nah nnot two years

frozen jacinth
#

hi

pseudo oak
#

since the start of lockdown i think or maybe before

#

hi coby

frozen jacinth
#

how are you?

pseudo oak
#

fine how are you

frozen jacinth
#

really really bad );

pseudo oak
#

๐Ÿคฃ

#

double moods

#

ah yh i wanted too know

stuck furnace
#

text file?

pseudo oak
#

how should i start integrating classes in my code

#

im just used to procedural coding

#

๐Ÿคฃ

#

bro i feel so creepy just sitting in the voice channel and not being able to tatlk ๐Ÿคฃ

#

๐Ÿคฃ

#

somehow you have become higher through the years?

#

i know im just joking

#

๐Ÿคฃ

#

was that mr.hemlock

#

you sure

#

but is being a voice actor a stable job?

frozen jacinth
#

yes

#

probably

stuck furnace
#

Tom Kenny

#

Spongebob

pseudo oak
#

lemme search him up i dont know him ๐Ÿคฃ

stuck furnace
#

He did a video recently on youtube

#

Where he made up voices for characters

pseudo oak
#

he played spyro apparently

stuck furnace
#

He's definitely talented

pseudo oak
#

ima search that up as well

stuck furnace
#

Justin Roiland

pseudo oak
#

steve blum plays orochimaru in naruto fair enough

#

bro is it just me that dont know these guys ?

frozen jacinth
#

just you

pseudo oak
#

๐Ÿคฃ

#

bro i just dont know celebrities or actors in general i tend to remember stuff like science facts i guess

stuck furnace
#

Whenever you have data that can naturally be grouped together into objects, that might be an opportunity to define a class.

frozen jacinth
stuck furnace
#

We kind-of think in an object-oriented way.

#

Like we segment the world into objects mentally.

#

Yep ๐Ÿ˜„

#

Like, why is an apple an object?

#

But 10 randomly selected atoms in the universe are not an object.

#

Because the parts that make up an apple are closely related to each other.

rugged root
#

!e

class Student:
  def __init__(self, name, age, favorite_subject):
    self.name = name
    self.age = age
    self.favorite_subject = favorite_subject

  def introduce(self):
    print(f"Hi! I'm {self.name}, and I am {self.age}. My favorite subject is {self.favorite_subject}.")

sally = Student("Sally", 5, "Science")
billy = Student("Billy", 6, "Art")

sally.introduce()
billy.introduce()
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

001 | Hi! I'm Sally, and I am 5. My favorite subject is Science.
002 | Hi! I'm Billy, and I am 6. My favorite subject is Art.
stuck furnace
#

So, in programming, objects are a way to group related data.

somber heath
#
'Hello, world.'.upper()```
candid venture
#

@whole bear
ื‘ืจื•ืš ื”ื‘ื ืœืฉืจืช ื”ืคื™ื™ื˜ื•ืŸ! ืขืœ ืžื ืช ืœื“ื‘ืจ ื‘ื—ื“ืจ ื” Off-Topic ืขืœื™ืš ืœืืฉืจ ืืช ื”ืคืจื˜ื™ื ื”ืจืฆื•ื™ื™ื!

ื‘ื‘ืงืฉื” ื’ืฉ ืœื”ื•ื“ืขื•ืช ื”ืฉืžื•ืจื•ืช )pinged( ืฉืœ ื—ื“ืจ ื–ื” ืขืœ ืžื ืช ืœืืฉืจ ืืช ื”ืคืจื˜ื™ื

stuck furnace
#

Want an inheritance example?

#

I usually go for like a school system. Like Student -> Person, and Teacher -> Person.

#

Or a zoo ๐Ÿ˜„

rugged root
#

!e

class Student:
  def __init__(self, name, age, favorite_subject):
    self.name = name
    self.age = age
    self.favorite_subject = favorite_subject

  def introduce(self):
    print(f"Hi! I'm {self.name}, and I am {self.age}. My favorite subject is {self.favorite_subject}.")

class Graduate(Student):
  def __init__(self, next_grade, *args):
    super().__init__(*args)
    self.next_grade = next_grade

  def celebrate(self):
    print("I DID IT!!! I'm finally in grade {self.next_grade}.")


sally = Graduate(3, "Sally", 5, "Science")
billy = Student("Billy", 6, "Art")

sally.introduce()
billy.introduce()
sally.celebrate()
billy.celebrate()
wise cargoBOT
#

@rugged root :x: Your eval job has completed with return code 1.

001 | Hi! I'm Sally, and I am 5. My favorite subject is Science.
002 | Hi! I'm Billy, and I am 6. My favorite subject is Art.
003 | I DID IT!!! I'm finally in grade {self.next_grade}.
004 | Traceback (most recent call last):
005 |   File "<string>", line 25, in <module>
006 | AttributeError: 'Student' object has no attribute 'celebrate'
lusty marsh
#

!e

import this
print(this.a)
wise cargoBOT
#

@lusty marsh :x: Your eval job has completed with return code 1.

001 | The Zen of Python, by Tim Peters
002 | 
003 | Beautiful is better than ugly.
004 | Explicit is better than implicit.
005 | Simple is better than complex.
006 | Complex is better than complicated.
007 | Flat is better than nested.
008 | Sparse is better than dense.
009 | Readability counts.
010 | Special cases aren't special enough to break the rules.
011 | Although practicality beats purity.
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/akejefuget.txt

rugged root
#
*args or **kwargs
lusty marsh
#
args: tuple
kwargs: dict
somber heath
#
[*range(10)]```
hollow haven
#

!e

def print_it_all(thing, *args):
    print(thing)
    print(args)

print_it_all("a", "Hello", "there", "world")
wise cargoBOT
#

@hollow haven :white_check_mark: Your eval job has completed with return code 0.

001 | a
002 | ('Hello', 'there', 'world')
lusty marsh
#

!e

def sub(x, y):
  print(x-y)


sub(*(5, 6))
wise cargoBOT
#

@lusty marsh :white_check_mark: Your eval job has completed with return code 0.

-1
whole bear
#

!ืง

#

!e

wise cargoBOT
#
Command Help

!eval [code]
Can also use: e

*Run Python code and get the results.

This command supports multiple lines of code, including code wrapped inside a formatted code
block. Code can be re-evaluated by editing the original message within 10 seconds and
clicking the reaction that subsequently appears.

We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!*

stuck furnace
#

Also, * is super useful in other contexts.

whole bear
#

@whole bear

rugged root
#

@pseudo oak

stuck furnace
#

For example, if you have a list of numbers numbers, you can do first, *rest, last = numbers, to extract the first and elements.

lusty marsh
#

!e

i = lambda s: "".join([x for x in s].__inversed__())
print(s("hello"))
wise cargoBOT
#

@lusty marsh :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | NameError: name 's' is not defined
lusty marsh
#

๐Ÿ˜ฆ

stuck furnace
#

@lusty marsh print(i('hello'))

lusty marsh
#

!e

i = lambda s: "".join(list([x for x in s]).__reversed__())
print(i("hello"))


wise cargoBOT
#

@lusty marsh :white_check_mark: Your eval job has completed with return code 0.

olleh
lusty marsh
#

not inversed too

#

reversed

whole bear
#

why i cant talk?

lusty marsh
#

!e

i = lambda s: "".join(list([x for x in s]).__reversed__())
print(i("So dumb isn't this dumb"))

wise cargoBOT
#

@lusty marsh :white_check_mark: Your eval job has completed with return code 0.

bmud siht t'nsi bmud oS
pseudo oak
#

@whole bear u need voice verification i think?

#

thats what happened to me

rugged root
lusty marsh
#

!e

i = lambda s: "".join(reversed([x for x in s]))
print(i("hello"))
wise cargoBOT
#

@lusty marsh :white_check_mark: Your eval job has completed with return code 0.

olleh
lusty marsh
#

why

hollow haven
#

root = tk.Tk()
@lusty marsh That's not necessary if he's imported via wildcard

lusty marsh
#

!e

i = lambda s: "".join(reversed([x for x in s]))
print(i("i knew that"))
wise cargoBOT
#

@lusty marsh :white_check_mark: Your eval job has completed with return code 0.

taht wenk i
hollow haven
#

popupwindow.mainloop()

lusty marsh
#

!e

i = lambda s: "".join(reversed([x for x in s]))
print(i("saippuakauppias"))
wise cargoBOT
#

@lusty marsh :white_check_mark: Your eval job has completed with return code 0.

saippuakauppias
hollow haven
#

Toplevel()

somber heath
#

Python. The trout of top level interfaces.

hollow haven
#

Welp. I've officially downloaded dpy. I guess it's time to make a bot

stuck furnace
#

Steaming always seems to attract a lot of people to the chat.

somber heath
stuck furnace
#

What do you use to make this renders Opal?

#

Oh, just like a 2d array?

#

Of pixels

#

Nice to know I'm not the only one who mumbles to themself when coding.

whole bear
#

What are all these links I do not understand

#

What are all these links I do not understandddddddddddddd

lusty marsh
#

@rugged root what is your headset

whole bear
#

hi

lusty marsh
#

YES i have the same

#

thats a lot warnings you got there

#

Whats?

:=
somber heath
#

Walrus operator.

#

Assigns and returns.

#
(alpha := 5) == 5
alpha == 5```
lusty marsh
#
>>> print(walrus := True)
True
>>> type(walrus)
<class 'bool'>

whole bear
#

@night galleon

lusty marsh
#
why would you use `:=`
somber heath
#

Does more using fewer characters.

stuck furnace
#

Opal that image looks like it's moving when I move my eyes. Although I have had a beer ๐Ÿ˜„

lusty marsh
#
# so not
w = False
print(w)

# like this
print(w := False) 
somber heath
#

Yep.

lusty marsh
#

what are you doing Mr. Hemlock you look like your just looking at code

stuck furnace
#

Isn't that 90% of programming?

lusty marsh
#

True

stuck furnace
#

Yeah, I really can't work with others watching

lusty marsh
#

I just like to fuck with it, but i do it too

#

can helpers stream?

stuck furnace
#

Can you do a running commentary?

lusty marsh
#

LETS GHOGOGOGOGGE

#

I got my renderer working!

#
C:\Users\samil\PycharmProjects\SE rev 3.0\venv\lib\site-packages\numpy\core\_asarray.py:136: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
  return array(a, dtype, copy=False, order=order, subok=True)
#

what

#

Why did it depricate

weary jackal
#

@rugged root you're idea is sexc

lusty marsh
#

Its halloween in finland ๐Ÿ‡ซ๐Ÿ‡ฎ ๐ŸŽƒ

#

@rugged root dont

#

๐Ÿ˜ฆ

rugged root
#

Well also my wife is home so I may need to hop off at some point anyway

lusty marsh
#

๐Ÿ†—

#

mean either

#

i was so focused on making my Game Engine

stuck furnace
#

What time is it down in Australia?

#

Is there a way to get like a heat-map of my activity on this server?

lusty marsh
#

Can you repeat

#

@somber heath

stuck furnace
#

Just wondering, because I've been online at weird hours lately ๐Ÿ˜„

#

Oh right.

#

See ya

#

It's getting late here. Catch you later Opal

whole bear
#

could someone help me with a haskell issue ?

leaden comet
whole rover
icy axle
#

@graceful grail https://pythondiscord.com

leaden comet
icy axle
feral crown
#

Yay Atom

#

And iTerm2

severe elm
#

gn fellas

south cosmos
honest pier
#

ughhhhhh joe's voice

bleak mica
#

creamy

woven verge
#

i use a modded atari 2600

#

why do people prefer mac/linux over windows?

honest pier
#

it's simple

sinful bramble
#

could someone help me with a haskell issue ?
@whole bear well the people that i know with haskell knowledge are asleep

#

or busy

olive hedge
#

guys, I am at work. Can someone translate what is happening word for word in this chat? k thanks

bleak mica
#

joe supports bullying

amber raptor
#

Azure is awesome

#

Joe has taken Microsoft Employees captive with his code and they are moving everything there ๐Ÿ˜›

leaden comet
graceful grail
#

nice

#

at least he has a good router.

leaden comet
whole rover
#

@south cosmos did you hear the news

south cosmos
#

no

whole rover
#

we are going onto national lockdown on wednesday

willow light
#

a container I'm messing around with this weekend: bigwxwrf/ncar-wrf

south cosmos
#

understandable

willow light
#

I wish we were going into national lockdown. We need it.

#

I'm in one of the biggest spreading cities in the northeast us

whole rover
#

bigquery is nice!

willow light
#

My research for my thesis: train a ML model to recognize a tornado in weather radar, and then see if I can get it to predict them. End goal is to get it reliable enough to actually use to save lives.

bleak mica
#

kayeights

whole rover
south cosmos
whole rover
#

LMFAO

#

NO

whole bear
#

Can you show how you use Notion. I've been using it for about 2 months now

whole rover
#

@whole bear I got it like... last week hahaha

tropic ice
willow light
whole bear
#

@whole rover I send you a template of my latest set up. I'm pretty happy with how it turned out

whole rover
#

fuck yeah I got joe as a workspace name

whole bear
#

anyone know how to take a scrolling snippet on windows?

#

Here's my current Notion Dashboard. I'll probably will make a template if people are interested. Also I'm an Accounting grad but taking courses on Data Analytics. Joined this discord to get more insights. Very cool stuff watching the lives

olive hedge
#

@bold copper even you made it to the stream?! Im jealous

#

joe, can you keep streaming long enough for me to finish work and eat dinner? k thanks

restive geyser
#

@whole bear , mst? msa?

atomic edge
#

hey guys so I'm having some issues with trying to make a user input a username with a minimum of 3 chracters and maximum of 50, but there's an error that is on a line that doesn't exist (look on the python script, not the got em google search)

whole bear
#

@restive geyser bachelors

atomic edge
#

wow you can not see the python code

#

input(name)

if len(name) < 3:
print("The username must be at least 3 characters")
elif len(name) > 50:
print("The username must have maximum of 50 characters")
else:
print("The userame looks good."

olive hedge
atomic edge
#

Ah OK thx

whole bear
#

@restive geyser But taking Data analytics course on Coursera. Waiting for the Google Career Certificate in Data Analytics to come out later this year

restive geyser
#

ooo nice

sly jolt
#

what is up

whole rover
#

do the ancient greeks have discord???

fickle fossil
#

That feeling when you close your browser n IDE for the night

restive geyser
#

yes, hence the different philosophies. lol.

whole rover
granite field
#

yo

whole rover
whole bear
#

Anyone watch the Lex Fridman Podcast?

atomic edge
bold copper
#

@bold copper even you made it to the stream?! Im jealous
@olive hedge thoughts and prayers

olive hedge
#

hey, im here now

whole rover
#

WELCOME

bold copper
#

hey look at that

olive hedge
#

@bold copper LOL, I was talking, you don't recognize the voice of your best friend ๐Ÿ˜ญ

bold copper
#

i was playing leauge

olive hedge
#

you were playin with my emotions ๐Ÿ˜ข

bold copper
#

don't hate the player hate the game

whole bear
#

Anyone have thoughts on Austin Texas potential being the 2nd Silicon Valley?

#

Also dont have voice privileges yet so gotta type

bold copper
#

@olive hedge is gonna switch to mac now

#

@olive hedge what have you done, starting a war

olive hedge
#

I know, Im so sorry

sinful bramble
#

youre using mac now?

bold copper
#

yea he is

olive hedge
#

LOL, I do not think I need to debunk this

whole bear
#

Needs memes to be more secure

sinful bramble
#

lol

#

just keeping my voice silent ๐Ÿ™‚

whole rover
#

@scarlet plume it didn't sound lol

scarlet plume
#

nice

olive hedge
#

neat

whole rover
swift valley
#

Why is joe live

#

Isn't it like, 2 AM

olive hedge
#

can next week be a f1re side chat

whole rover
#

@swift valley happy holidays

sinful bramble
#

lol

swift valley
#

Fair enough @whole rover

#

Forgot it's Spooktober 2

olive hedge
sinful bramble
#

whats spooktober?

bold copper
#

a time to get spooky

swift valley
#

Spooky October

sinful bramble
#

horror game made of python then

swift valley
#

aka not Halloween

sinful bramble
#

pumpkins

#

oh no

bold copper
#

horror game made in java

swift valley
#

spooky pumpkin ghost

sinful bramble
#

it cant detect plurals? :((

#

poompkin

swift valley
#

Make a PR lemon_eyes

olive hedge
#

Make a PR lemon_eyes
put all those friendo skills to work

sinful bramble
#

wow cool logo :3

swift valley
#

Might hop on later, just gonna get lunch

scarlet plume
olive hedge
#

pure is no longer evil ๐Ÿ˜ฆ

sinful bramble
#

:((

swift valley
#

Unless you guys are not here anymore once I'm done haha

willow light
#
{
"temperature": {
      "value": 14,
      "unitCode": "unit:degC",
      "qualityControl": "qc:S"
    },
    "dewpoint": {
      "value": 12,
      "unitCode": "unit:degC",
      "qualityControl": "qc:S"
    },
    "windDirection": {
      "value": 190,
      "unitCode": "unit:degree_(angle)",
      "qualityControl": "qc:S"
    },
    "windSpeed": {
      "value": 20.52,
      "unitCode": "unit:km_h-1",
      "qualityControl": "qc:S"
    }
}

Is some of the data I'm seeing, is this realistic for London at this time of year?

#
import requests


def get_obs(station):
    url = f"https://api.weather.gov/stations/{station}/observations/latest"
    try:
        r = requests.get(url=url)
        r.raise_for_status()
    except requests.HTTPError as http_err:
        print(http_err)
    finally:
        return r.json()["properties"]


c_to_f = lambda c: c * (9/5) + 32
c_to_f(get_obs("egll")["temperature"]["value"])

57.2

Checks out

whole bear
#

hi fire

scarlet plume
#

hello there

crisp shuttle
#

hello lol

sinful bramble
#

wow joe is still streaming ๐Ÿ˜„

molten stone
#

can someone call me and help me with an error with my discord bot

whole rover
scarlet plume
somber heath
buoyant topaz
#

halloween logo coool

digital lintel
teal hazel
#

Hi

#

Iam not able to speak because I wrote less then 50 Messages sorry

#

@severe elm

whole bear
#

is there a way to perform operations inside a string?

#

for example if i have something like '128 + 699' inside a string

#

how can i perform the operation?

somber heath
#
f'One plus one equals {1+1}.'```
#

It's what's known as an f-string. Whereby a string preceeded with an f, as in the example above, indicates that whatever is inside the curly braces should be evaluated as a python expression/variable/return of a function.

#
name = input('Hello. What is your name? >')
print(f'Hello, {name}.')```
#

@whole bear

#

Also refer to str.format.

whole bear
#

i guess

somber heath
#

Also see #class-names under the same url

whole bear
#

if asfdas != bool

somber heath
#

True and False

#

if not bool?

#
a = 1
b = 2
if a != b:
    pass```
fiery hearth
#

!e python

wise cargoBOT
#

@fiery hearth :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 'python' is not defined
somber heath
#
a = []
b = []
c = a

a == b
a is not b
c is a
c == b
c is not b```
whole bear
#

!e```python
a = '1'
b = 1

if a is not b:
print('no')
else:
print('yes')

#

!e python

a = '1'
b = 1

if a is not b:
  print('no')
else:
  print('yes')

#

!e python

a = 1
b = 1

if a is not b:
  print('no')
else:
  print('yes')

#

!e python

a = []
c = a
a = [1]
wise cargoBOT
#

@whole bear :warning: Your eval job has completed with return code 0.

[No output]
somber heath
#
>>> alpha = []
>>> beta = alpha
>>> beta.append('apples')
>>> alpha
['apples']```
whole bear
#
firstName = "Bob"
lastName = "Ross"
#
import Names

print(Names.firstName)
print(Names.lastName)

somber heath
#
dir(Names)```
whole bear
#

ok

candid venture
candid venture
#

scikit-image

wise cargoBOT
#

Hey @candid venture!

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

buoyant topaz
pliant atlas
#

it's an error i think

#

๐Ÿ˜…

buoyant topaz
#

i guess it is related python discord

pliant atlas
#

idk tbh

buoyant topaz
#

๐Ÿค”

#

niceeee

#

am more into band.

#

rock band

candid venture
#

@Olivia Newton-John what's this??
@buoyant topaz
my crash report

buoyant topaz
#

okayyy

#

of what?

#

btw

pliant atlas
#

he's gone

buoyant topaz
#

kk cool

pliant atlas
#

@whole bear u r not verified

#

if u r wondering why u can't speak

wise cargoBOT
#

:x: According to my records, this user already has a mute infraction. See infraction #16684.

#

:incoming_envelope: :ok_hand: applied mute to @whole bear until 2020-10-31 15:43 (9 minutes and 59 seconds) (reason: duplicates rule: sent 5 duplicated messages in 10s).

pliant atlas
#

bruh don't do that

#

and he's gone

#

hehe

buoyant topaz
#

lol

pliant atlas
#

so u r stockin the text channel but don't wanna join the vc, noice

whole rover
#

lol

pliant atlas
#

why is no one online today ahhh

whole rover
#

!tempmute 523397859723182080 2d Spamming to gain messages for the voice gate is not a good idea.

wise cargoBOT
#

:x: According to my records, this user already has a mute infraction. See infraction #16684.

whole rover
#

oh, lol

#

!unmute 523397859723182080

wise cargoBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @whole bear.

whole rover
#

!tempmute 523397859723182080 2d Spamming to gain messages for the voice gate is not a good idea.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until 2020-11-02 15:36 (1 day and 23 hours).

pliant atlas
#

Lmao, he was already banned

whole rover
#

He isn't banned

pliant atlas
#

i think he was spamming

#

but nvm u did mute him

buoyant topaz
#

yes indeed

fallow shuttle
#

i cant speak. i have 2 days left

#

i completed that. ๐Ÿ‘ ๐Ÿ˜†

buoyant topaz
#

congo bro

fallow shuttle
#

metalica are you from india?

pliant atlas
#

@buoyant topaz homie u gona join the voice channel or not?

#

metalica are you from india?
@fallow shuttle i think so

fallow shuttle
#

okay. me too

#

Yeah T-series vs PewdiePie XD

#

that race gave both of them subscribers

#

Happy Halloween!

pliant atlas
#

Happy Halloween

fallow shuttle
#

Bye CP

buoyant topaz
#

Happy Halloween

swift edge
#

how do i verify

#

oh well!

whole bear
#

How do I get verified for voice

fallow shuttle
#

hi

candid venture
#

Happy Halloween

fallow shuttle
#

Same to you!

#

Yeah okaayyyyyyy

#

working on OpenCV

#

Yep

#

noice

#

yeah yeah i understand

#

5-6 months

#

maybe

#

i know

#

working on human DNA recognition currently

#

we are a group of 5 students working on it.

#

college

#

XD

#

XDDDD

#

we are also writing a research paper on Raspberry Pi

#

Portable

#

I guess. not sure

#

4

#

ohhh

#

haha

#

We are asking professors from different university to help us.

#

mailing list basically

#

The research paper is taking wayyyyy too much time

#

sorry didn't hear that question?

#

yessssss

#

HARDEST

whole bear
#

Joined by Mistake sorry

fallow shuttle
#

come again

#

?

whole bear
#

No got some work

#

lol

fallow shuttle
#

no

#

i am looking for scholarships....

whole bear
#

oh ok I get it you are talking there sorry to interrupt

fallow shuttle
#

like grants

#

from organizations

#

CS

#

where are you from?

#

India. the reason of starting too early is because the level of competition we are having here

#

yeah like after schooling 87% of students pursue engineering

#

here

#

your voice is breaking

#

better

#

in this quarantine i completed 30 foreign certificates from Coursera. Learned a lotttttttttttt!

#

yeah. like people are watching netflix day in and day out instead of growing themselves

#

I became ambidextrous this quarantine

#

1 day ig

#

BYEEEE

#

Hi yali

#

yeppp

#

i am new in this server

buoyant topaz
#

hy

#

disturbance is coming from the background

whole bear
#

@whole bear ok

#

got it

#

I have to type

#

50

#

messages

#

this

#

is

#

unfair

lilac karma
#

lol

#

so

#

thats

#

why

#

you typed

#

word

#

by

#

word

buoyant topaz
#

Lol

lilac karma
#

noice

#

play

#

i'm

#

also

#

doin'

#

that

#

now

#

๐Ÿ˜‚

amber raptor
#

Spamming isnโ€™t the way to go

lilac karma
#

ikr

amber raptor
#

Go have a real conversation with someone in OT

lilac karma
#

oh wait i forgot to ask in which channel we have to type for getting that role?

#

OT is enough?

amber raptor
#

voice-verification which is above this one

lilac karma
#

nah i asked the 50 messages thing

amber raptor
#

You have to have a real conversation somewhere with someone

lilac karma
#

oh ok

#

OT is enogh for that ryt

fallow shuttle
#

Also 3 days time period

lilac karma
#

Also 3 days time period
@fallow shuttle ok

#

OT is enogh for that ryt
@lilac karma ?

amber raptor
#

Just saying donโ€™t spam one word lines go talk to people

lilac karma
#

yeah

fallow shuttle
#

Hello @buoyant topaz bhaiya

#

Programing

buoyant topaz
#

where r u from?

fallow shuttle
#

Kolkata

buoyant topaz
#

sure broo

fallow shuttle
#

App kaha se ho?

buoyant topaz
#

LKO

fallow shuttle
#

Okay ๐Ÿ‘Œ

buoyant topaz
#

kk cool bro

gentle flint
#

@candid venture rega, ani ba'u

fallow shuttle
#

ื”ืœื™ืœื” ืฉืœื” ื›ืืŸ ื‘ืขืฆื

#

Google translate^

#

I don't know someone said good evening to me in Hebrew

#

So

gentle flint
#

ื”ืœื™ืœื” ืฉืœื” ื›ืืŸ ื‘ืขืฆื
@fallow shuttle how about ืœืžืขืฉื”, ืื™ืŸ ื›ืืŸ ืœื™ืœื”

fallow shuttle
#

Yeah?

#

Didn't hear that

#

Like Haar cascade?

#

Free

#

GitHub github

#

Sorry for late answering, i am on a conversation for a hackathon

gentle flint
#

@candid venture

fallow shuttle
#

Yeah this time it's sponsored by MLH , if I get selected, they will give me with 5000 USD

whole bear
#

@hollow frost was waiting for u

hollow frost
#

ok

whole bear
#

@hollow frost gahul randi

#

randhi* i mean

#

๐Ÿ˜‚

fallow shuttle
#

Abbey Sale

whole bear
#

Abbey Sale
@fallow shuttle tameez se

hollow frost
#

full bakchodi chal rahi hai na

whole bear
#

full bakchodi chal rahi hai na
@hollow frost haan karlo jabtak mute naa mile

buoyant topaz
#

broo chill

hollow frost
#

haha sure

fallow shuttle
#

Chill bro

hollow frost
#

kaha se ho bhai

#

?

fallow shuttle
#

WB

whole bear
#

ise dank rishu ka server bana do

hollow frost
#

nice @fallow shuttle

whole bear
#

kaha se ho bhai
@hollow frost bharat