#voice-chat-text-0

1 messages Β· Page 844 of 1

stuck furnace
#

How is Joe lemon_thinking

uncut meteor
#

When is Joe thinkie

fiery juniper
#

Where is joe pithink

uncut meteor
#

im ready to do some JS

fiery juniper
#

LMAO

rugged root
#

A dik-dik is the name for any of four species of small antelope in the genus Madoqua that live in the bushlands of eastern and southern Africa.
Dik-diks stand about 30–40 centimetres (12–15.5 in) at the shoulder, are 50–70 cm (19.5–27.5 in) long, weigh 3–6 kilograms (6.6–13.2 lb) and can live for up to 10 years. Dik-diks are named for the alarm ...

fiery juniper
#

It's like a cat sized dear

plucky tree
#

looks tasty

molten pewter
#

Looks like a gazell

rugged root
#

The saiga antelope (, Saiga tatarica), or saiga, is a critically endangered antelope which during antiquity inhabited a vast area of the Eurasian steppe spanning the foothills of the Carpathian Mountains in the northwest and Caucasus in the southwest into Mongolia in the northeast and Dzungaria in the southeast. During the Pleistocene, they als...

vivid palm
fiery juniper
stuck furnace
#

They've got like two noses.

uncut meteor
#

like us

frigid panther
#

ban ‼️

fiery juniper
#

These are some big nostrils

uncut meteor
hollow haven
#

So I have json structured like:

[
    {"id": dfasdfasdfasd,
     "answers": { "1": dfadgfasdgasg, "2": dafsfasdfasdf}
    },
    {"id": dfasdfasdfasgf,
     "answers" : {...} 
    }
]

I'm trying to flatten the answers part for each ID so I can more easily put it into a table.
How the fuck do I do this in JS?

vivid palm
#

fleeeeeeeeeeek

frigid panther
#

"answers": "1": dfadgfasdgasg, "2": dafsfasdfasdf this does not make sense?

severe pulsar
#

wait how does this work - can you put two objects separated by a comma inside another objects

#

shouldnt the outermost thing be an array?

hollow haven
#

I essentially want it to be:

{
   {"id": asdfasdfasdf,
    "1": asdfasdfsadf,
    "2": asdfadsfsdf,
   },
   {"id": asdfawefw,
    "1": ...
   }

My main concern is how do I get the kv pairs in answers out

#

and flatten it a bit

vivid palm
#

@olive hedge ahhhhhhhhh i need a picture of ella in the cat ears

severe pulsar
#

@hollow haven

#
let values = [
    {
        id: 'dfasdfasdfasd',
        answers: { 1: 'dfadgfasdgasg', 2: 'dafsfasdfasdf' },
    },
    {
        id: 'new id',
        answers: { 1: 'first answer', 2: 'second answer' },
    },
]

values = values.map((value) => {
    return {
        id: value.id,
        ...value.answers,
    }
})

console.log(values)
#

would that work?

#

using map to go through and destructure and reassemble a new object from the old one

#

output:

severe pulsar
#

:)

uncut meteor
#

that unpack syntax i always forget

frigid panther
#

I thought it only works for arrays

#

spread op

severe pulsar
#

yeah spread is amazing

uncut meteor
#

can't you just remove the return?

#

cos ik ```js
x = [1, 2, 3];
x.map(e => e + 1);

severe pulsar
#

yeah i can just use the arrow and return the object directly without the function

uncut meteor
#

will just add 1

severe pulsar
#

yep yep

#

i dont like it though

#

;-;

uncut meteor
#

fair

severe pulsar
#

i want return keyword

frigid panther
#

also, the () around value is not required

severe pulsar
#

oh yeah

#

lol

frigid panther
#

where is psvm, I haven't seen him in a while?

severe pulsar
#

Did he stop being staff?

uncut meteor
#

rust's map syntax be like ```rust
1..3.map(|e|e+1)

#

kek

severe pulsar
#

dude rust is so intimidating

uncut meteor
severe pulsar
#
#[macro_export]
macro_rules! vec {
    ( $( $x:expr ),* ) => {
        {
            let mut temp_vec = Vec::new();
            $(
                temp_vec.push($x);
            )*
            temp_vec
        }
    };
}

like dude what is this

#

and this is in the rust book

#

the macros section

frigid panther
severe pulsar
#

πŸ˜”

uncut meteor
frigid panther
#

@honest pier

uncut meteor
#

wait what

frigid panther
#

oh he is not staff anymore

severe pulsar
#

woah

uncut meteor
#

I swear I just tried pinging and it didn't appear

severe pulsar
#

wonder why he stopped being staff

uncut meteor
#

@honest pier Hope you doing good c:

stuck furnace
#

Where's pub? πŸ˜”

uncut meteor
#

spoons?

stuck furnace
#

Back later πŸ‘‹

oblique turtle
#

Alright, supposedly I have to send 50 messages to be eligible to speak on voice, here's my first message πŸ˜„

severe pulsar
#

hey hows it going?

#

πŸ‘‹

#

welcome to the server!

oblique turtle
#

Pretty good DudeBro πŸ‘‹

#

Pleasure to be here

#

How are you?

vivid palm
#

synergy

rugged root
severe pulsar
cobalt fractal
vivid palm
#

chris's favorite word

olive hedge
#

!warn @rugged root Your puns are amazing, dont let anyone tell you otherwise. Never stop

flat sentinel
wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @rugged root.

rugged root
#

!user

wise cargoBOT
#
Mr. Hemlock#2740

hypesquad_balance early_supporter

User information

Created: 5 years, 8 months and 6 days ago
Profile: @rugged root
ID: 98195144192331776

Member information

Joined: 3 years, 1 month and 2 days ago
Roles: <@&542431903886606399>, <@&463658397560995840>, <@&764245844798079016>, <@&295488872404484098>, <@&267630620367257601>, <@&797891034906099752>, <@&587606783669829632>, <@&831776746206265384>, <@&267629731250176001>, <@&807415650778742785>, <@&267628507062992896>

Infractions

Total: 22
Active: 1

frigid panther
#

you want to be the test subject?

mighty torrent
#

!user

wise cargoBOT
#

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

frigid panther
#

πŸ‘€

uncut meteor
#

!warn @rugged root Tried to teach me Javascript

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @rugged root.

frigid panther
#

!warn @uncut meteor Tried to learn js from hemlock

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @uncut meteor.

frigid panther
#

which window manager is that @mighty torrent ?

mighty torrent
#

i3wm-gaps

woeful osprey
#

ewww

#

I hate JAVA

frigid panther
#

not anymore @amber raptor

#

cpp/python has replaced java

uncut meteor
#

I've not heard of java before, what is it?

frigid panther
#

alteast in the syllabus

vivid palm
#

it's coffee

uncut meteor
#

java cakes

frigid panther
#

coffeescript

woeful osprey
#

You have to keep patching java

vivid palm
#
from coffee import beans
woeful osprey
#

it's a pain to patch java

frigid panther
#

did not realise jake was in vc all along

olive hedge
frigid panther
#

i'm gonna finish some work and head to bed, gn o/

rugged root
olive hedge
uncut meteor
olive hedge
uncut meteor
#

!stream @whole bear 30M

wise cargoBOT
#

@whole bear

βœ… @rapid reef can now stream.

amber raptor
stuck furnace
#
  • Matlab, prolog, python, c, c++, MIPS and a few others...
#

Looks like a shisha pipe Fred πŸ˜„

vivid palm
#

ooh it started thundering

mighty torrent
#

While loops? More like why loops

true zodiac
#

Been taking a break from those recently.

olive hedge
#

alec as a service

dense ibex
#

@olive hedge she's so well trained

#

πŸ‘

olive hedge
#

tyty, I try xD

olive hedge
dense ibex
#

I thought she didn't like watching you on the computer.

#

Or does she not care anymore

stuck furnace
#

I think knowing about concepts like invariants is useful for general programming.

#

But provably correct programs is something computer scientists have been trying to accomplish for a long time, without a great deal of success.

#

Unless you want to learn Hoare logic πŸ˜„

spice cargo
#

I kind of agree with his idea tho not every new student have an interesting ambition

smoky yacht
#

whats the topic? i just get in

spice cargo
#

Me too, he was saying that you can't push new learners to proof of correctness

#

To learn *

stuck furnace
#

@glad heron There's not raw_input in python3, just input, which returns a string.

smoky yacht
spice cargo
stuck furnace
#

There's just input, which is like python2's raw_input.

#

Yep, you would just do int(input()).

#

You could use ast.literal_eval to parse an arbitrary python literal type.

#

@faint ermine *dynamically typed (sorry) πŸ˜„

#

I believe this will behave similarly to python2's input: ```py
import ast
def py2_input(prompt=None):
raw = input() if prompt is None else input(prompt)
try:
return ast.literal_eval(raw)
except ValueError:
return raw

spice cargo
#

Yeah just lead him into java

#

Ik bit linux and it's cool

stuck furnace
#

The walrus πŸ˜„

#

It's an assignment as an expression. The value of the expression is the value assigned.

spice cargo
#

Lmao

faint ermine
spice cargo
#

Lol bruh

#

I-

paper tendon
#

if you have the need to be space efficient hashtable is not better then Binary Search Tree as id does requires amount of data units pointers in memory.
Remember that Binary Search Trees (reference-based) are memory-efficient. They do not reserve more memory than they need to.

For instance, if a hash function has a range R(h) = 0...100, then you need to allocate an array of 100 (pointers-to) elements, even if you are just hashing 20 elements. If you were to use a binary search tree to store the same information, you would only allocate as much space as you needed, as well as some metadata about links.
And in any point operation on most of the Tree implementations are O(logn)

#

@glad heron

true zodiac
mighty torrent
true zodiac
#

Right

mighty torrent
#

But I just figured out that it actually makes sense

#

It can't really return the ids of rows because each row might consist of multiple original rows

flat sentinel
#

hello

#

jake

#

yes

#

what are you doing

#

jake

lusty prawn
#

Hello

whole bear
#

should i drop outta college and start coding fulltime to get a job?

#

having weird thoughts lately man

lusty prawn
#

in which year?

whole bear
#

2nd year almost

lusty prawn
#

and why you wanna drop out

#

do you have any additional skills for freelancing?

lusty prawn
#

hey @keen shell check dm

keen shell
#

i need help

#
import time
while 1<2:
    from datetim import datetime

    now = datetime.now()

    dt_string = now.strftime("%S")
    print(" ",dt_string,end=(""))
    time.sleep(1)
lusty prawn
#

yeah!! i'm listening

#

in third line

#

there is mistake

#

datetime

#

after from

#

e is missing

keen shell
#

ohh i found it thanks

lusty prawn
#

πŸ˜„ hehe

#

Thanks!!

#

yepp

lunar heath
#

hi

#

im new

#

can someone give diretions😊

lusty prawn
#

yeah sure

lunar heath
#

thanks

lusty prawn
#

you want to learn or to be voice verified?

lunar heath
#

???

#

hello

#

is anyone there

#

please help

glad sandal
#

MEOW CAT

#

CAT πŸ˜„

#

(:

whole bear
#

one liner password generator

exec("import random, string\nwhile True:\n\tprint(''.join(random.choice(string.ascii_letters + string.digits + string.punctuation)for i in range(100)))")
uncut meteor
#

phone

#

1 sec

sonic hatch
#

@distant forum

distant forum
#

trying to ge tup to 50 msg

#

ok

sonic hatch
#

@whole bear

distant forum
#

tring to get better on python

sonic hatch
#

write ehre

distant forum
#

how are you doing @whole bear

#

let's talk to get up to 50msg

sonic hatch
#

let

#

's

#

talk

distant forum
#

didn't want to spam

#

but ok

whole bear
#

?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @distant forum until 2021-06-05 12:35 (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).

uncut meteor
#

!vban 1w @distant forum Spamming to meet our voice verification criteria is not acceptable, please re-read these rules #voice-verification message

wise cargoBOT
#

Member "1w" not found.

uncut meteor
#

!vban @distant forum 1w Spamming to meet our voice verification criteria is not acceptable, please re-read these rules #voice-verification message

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice ban to @distant forum until 2021-06-12 12:27 (6 days and 23 hours).

whole bear
#

😑

true patio
#

@sonic hatchbrb

sonic hatch
#

jep

whole bear
#

fr

paper tendon
#

!voice

wise cargoBOT
#

Voice verification

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

paper tendon
#

!rules

wise cargoBOT
#

The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.

distant forum
#

!voice

wise cargoBOT
#

Voice verification

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

uncut meteor
distant forum
#

@sacred moon you could also use the verified people to check if the new user is a bot or not no?

#

people that have already went through the process

#

maybe trough getting points maybe

#

for roles

#

yeah talking at are scale rn

#

discord

#

yeah that's a way

#

have both methods

uncut meteor
#

!source

wise cargoBOT
distant forum
#

@uncut meteor what prog languages do you use?

#

ok ok

#

@uncut meteor you are talking about some anti-dyslexic bot no?

whole bear
#

Grammar errors are easier t o do that's why they do so they can show that they contributed to something

distant forum
#

yeah....

#

nope

#

yeah a bit

whole bear
#

why there is no utility for auto correct

distant forum
#

ok ok

#

iget it thx

whole bear
#

it should be there

#

what is the main difference between sqlAlchemy and django orm

#

cool

#

yeah it's good but confusing

keen shell
#

@bot.command()
async def hello(ctx, member: discord.Member):
await ctx.send(f"{ctx.author.name} sends you an hello {member}")
async def cmd(rtx):
await rtx.send(f"Commands-1.hello [user]")

uncut meteor
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

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

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

uncut meteor
#
@bot.command()
async def hello(ctx, member: discord.Member):
    await ctx.send(f"{ctx.author.name} sends you an hello {member}")

@bot.command()
async def cmd(ctx):
    await ctx.send(f"Commands-1.hello [user]")
keen shell
#
@bot.command()
async def hello(ctx, member: discord.Member):
    await ctx.send(f"{ctx.author.name} sends you an hello {member}")
async def cmd(rtx):
    await rtx.send(f"Commands-1.hello [user]")
distant forum
#

@sonic hatch I got an important question

#

how would someone make an anti dyslexic bot?

#

ask grammar questions?

#

i am dyslexic btw just kinding

#

you would need to make them wright

keen shell
#
import discord
from discord.ext import commands

prefix = "!"
bot = commands.Bot(command_prefix=prefix)
bot.remove_command("help")

@bot.event
async def on_ready():
    bot.loop.create_task(status_task())
    print("Started successfully")
@bot.event()
async def on_ready():
    ctx.send("Bot started")    

async def status_task():
    await bot.change_presence(activity=discord.Game("online"),
                              status=discord.Status.online)

@bot.command()
async def hello(ctx, member: discord.Member):
    await ctx.send(f"{ctx.author.name} sends you an hello {member}")
@bot.command()
async def cmd(ctx):
    await ctx.send(f"Commands-1.hello [user]")
paper tendon
#
@bot.event
async def on_ready():
    ws = bot.ws  # this is only needed to send messages within event_ready
    await ws.send("bot is ready") 
#

you also cannot send a message to channel that is not defined.

distant forum
#

has anyone done projects using BENFORD law?

paper tendon
#

So you would need to specify a type of channel or dm meaning using discord_id that is joined to the guild that your bot is joined to actually send a message to the user or a channel on bot start.

#

I used to do those things with the twitch bots but difference is that on twitch you are by default connecting to a single channel IRC and in case of the discord you have many channels in guild.

#

@keen shell ^

paper tendon
tender dock
#

wtf is that title

somber heath
#

"When a measure becomes a target, it ceases to be an effective measure."

paper tendon
#

WSL2

craggy trench
#

im suppressed 😦

#

@keen shell

#

@whole bear

keen shell
#

what

craggy trench
#

i cannot talk in VC

#

yeah, i dont have

#

thx

#

hello

whole bear
#

ofir

craggy trench
#

sure

whole bear
#

sure

flat sentinel
#

@craggy trench try here

#

!voice

wise cargoBOT
#

Voice verification

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

buoyant topaz
#

supp

whole bear
#

fine

buoyant topaz
#

bro your mic. is like zzzzz

glad sandal
#

hi

#

should i talk

#

like

#

@analog plaza

analog plaza
paper tendon
#

try:
something
except Exception as e:
print("Error: {e}")

trim dust
#

!voice

wise cargoBOT
#

Voice verification

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

trim dust
#

!voice

wise cargoBOT
#

Voice verification

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

rancid urchin
#

ye

clear shadow
#

Hey @dense ibex

trim dust
#

!voice

wise cargoBOT
#

Voice verification

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

whole bear
#

there is suggestions channel?

craggy trench
gentle flint
#

@proper sparrow in case you're wondering why you can't talk, it's because you're only sent 10 out of your required 50 messages

proper sparrow
#

awhhh

#

where do i send the messages

#

hey guys ; )

whole bear
#

Hey

proper sparrow
#

hey

gentle flint
#

just have a conversation with somebody in one of the offtopic channels

proper sparrow
#

okayy

undone idol
#

@fair pewter did mina bought you here?

#

oh, πŸ˜„

cerulean ridge
#

omniscient reader

#
clear shadow
#

Hey!

simple scroll
#

did someone know pygame?

stuck furnace
#

Have you tested your model in Cities Skylines? πŸ˜„

simple scroll
#

what do U mean? πŸ˜‚

stuck furnace
#

Oh sorry, I was responding to something in voice-chat.

simple scroll
#

oh πŸ˜‚

stuck furnace
simple scroll
#

ok thank U

cerulean ridge
stuck furnace
#

Ahh, nightmare πŸ˜„

#

I once spent 15 mins trying to get into the wrong apartment, wondering wtf was going on, because the floors of the complex I lived in looked identical.

vivid palm
#

were you sober? lol

stuck furnace
#

Completely πŸ˜„

#

Maybe a little stressed... this was at uni.

vivid palm
#

lol dorms?

#

then yeah

stuck furnace
#

Yeah @somber heath similar thing with the London mayor and the current UK government, which are different parties.

#

Everyone is forgetting what age they are at the moment πŸ˜„

#

The last year has messed up everyone's perception of time.

#

Pretty sure my intelligence is declining too πŸ˜‘ I'm in a similar camp, but for different reasons.

somber heath
whole bear
#
import os
import re

mainpath='C:\\Users\\Ayoush\\Pictures\\Screenshots'

a=os.listdir(mainpath)

diction_contains_num_keys={int(re.search("[0-9]+",x).group()) :x for x in a[1:]}
keysss=list(diction_contains_num_keys.keys())
keysss.sort()
ite=(diction_contains_num_keys[cc] for cc in keysss)
print(diction_contains_num_keys)
somber heath
#
files = os.listdir(mainpath)
files = [each for each in files if any(char in '0123456789' for char in each)]
sorted_files = sorted(files, key=lambda file: int(''.join([char for char in file if char in '0123456789']))

def func(file):
    return int(''.join([char for char in file if char in '0123456789']))

sorted_files = sorted(files, key=func)

paper tendon
#
d ={int(re.search("[0-9]+",x).group()) :x for x in a[1:]}
sor = {k : v for k, v in sorted(d.items(), key = lambda t : t[0])}

whole bear
#

oPAL invalid literal for int() with base 10: ''

#

GIVING this error

wise cargoBOT
#

Hey @whole bear!

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

stuck furnace
#

Sorry? Wasn't listening.

whole bear
paper tendon
somber heath
#

!e py a = ['apple', 'pear', 'grape'] print('*'.join(a))

wise cargoBOT
#

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

apple*pear*grape
whole bear
cold jolt
#

no bro..

stuck furnace
#

@whole bear Anything you can do about the buzzing coming through on your mic?

clear shadow
#

Hey @whole bear

stuck furnace
#

I wonder if noise suppression would work?

cold jolt
#

your buzzing is louder then your voice ...

stuck furnace
#

Are you sure your microphone is plugged in correctly?

whole bear
#

ya

stuck furnace
#

Try doing the self mic test:

whole bear
#

@clear shadow hlo

#

@stuck furnace it doesn`t gave me an issue

#

wit self mic test

cold jolt
#

can u retry after disabling your voice suppression

whole bear
#

ok

#

for this time tell me

cold jolt
#

try saying something..

#

yeah .. it is..

whole bear
#

still not good

stuck furnace
#

It doesn't bother me a great deal, fwiw, it's just hard to make out what you're saying, sorry.

whole bear
#

o no problem i understand

somber heath
#

@whole bear I'm sorry my explanation was word salad.

whole bear
#

its all right as long as i understus what u meant

somber heath
#

Do you need me to clarify anything further?

#

I'm probably better at explaining in writing.

whole bear
#

its all right

#

thanks

#

i got it

#

is my mic beeping

#

oo god

#

am i audible

paper tendon
#

well if someone of you want to know about history of computing watch this.

#

history of a bad decisions which seemed fine and was useful then

cold jolt
paper tendon
#

yeap Null Pointers

upbeat token
#

your asking file in main directory not in the folder ur file is in
Directory
There is the directory error

#

Directory copy the address where the image is stored

#

Or put in the main folder where the folder game is there

whole bear
#

You need to save the file in the right place so that Pygame Zero can find it. Create a directory called images and save the image into it as alien.png. Both of those must be lower case. Pygame Zero will complain otherwise, to alert you to a potential cross-platform compatibility pitfall.

cold dome
#

Hey there, I have just joined, could anyone tell me about the topic

whole bear
silent shell
#

i don't think your apple image has transparency @glad sandal

#

vscode forever

whole bear
paper tendon
silent shell
#

just call the function i think

silent shell
#

since it's a tuple

sick cloud
#

@whole bearhello

#

@clever needle hello

clever needle
#

hell

#

o

sick cloud
#

how u doing

clever needle
#

good

sick cloud
clever needle
#

hbu

sick cloud
clever needle
#

why?

sick cloud
clever needle
#

oh lol

#

My school already ended

#

luckyme

sick cloud
clever needle
#

yuh

sick cloud
#

i wonder whether u can hear the song

#

@clever needle

clever needle
sick cloud
clever needle
#

i can hear also you cicking the mouse

clever needle
sick cloud
clever needle
#

Yo, ur discord message notifications are loud and ur getting them al the time

clever needle
#

yuh

#

im gonna move to Code/Help 0

sick cloud
#

alr

clever needle
#

bye

sick cloud
#

same

clever needle
#

cya

sick cloud
clever needle
#

im back

sick cloud
clever needle
#

youre front

sick cloud
#

btw, ping me when replying

clever needle
#

(XD)

#

Good now?

sick cloud
#

lucky

#

you didn't get muted

#

or smth

sick cloud
#

yep

clever needle
#

mhmh

#

that didnt happen ok?

sick cloud
#

@clever needlewhyy dddiiidd uuu leeaavvveee

#

anyway, brb

clever needle
#

It took too much connection

sick cloud
dry surge
#

hello

#

dasdaa

whole rover
#

@quasi thorn inet-abuse@jb3.dev

quasi thorn
#

thx <3

whole rover
#

@faint ermine out of interest for me understanding how google groups works, can you add a reply to that thread

#

I want to see if it unmarks it as complete

dense ibex
#

Grab a help channel

whole rover
#

πŸ˜”

faint ermine
#

done

uncut meteor
whole rover
#

how the heck did maze get into laundmo's thread lmfao

whole rover
#

oh, did you both use h as a topic

faint ermine
#

h

gentle flint
#

hhh

upbeat stump
#

Finally, that selenium YT parser works on pythonanywhere

gentle flint
#

@dense ibex

#

@dense ibex

#

@dense ibex

#

awake

upbeat stump
#

@dense ibex

uncut meteor
#

@strong arch I am not

strong arch
#

ty

distant forum
#

@brazen narwhal Hi

#

bye

#

@lusty prawn hello

#

donc got mic perm

#

goodbye

fresh python
#

Y

dense ibex
#

.pridepfp

viscid lagoonBOT
#

Here is your lovely avatar, surrounded by
a beautiful lgbt flag. Enjoy :D

dense ibex
#

πŸ‘

icy axle
#

Nice!

dense ibex
#

!u

wise cargoBOT
#
jake (_jake#6143)

hypesquad_bravery

User information

Created: 1 year, 4 months and 12 days ago
Profile: @dense ibex
ID: 670802831678373908

Member information

Joined: 5 months, 2 days and 22 hours ago
Roles: <@&463658397560995840>, <@&764802720779337729>, <@&267630620367257601>, <@&787816728474288181>

Infractions

Total: 1
Active: 0

icy axle
#

!user

wise cargoBOT
#
Vestergurkan#3527

hypesquad_brilliance

User information

Created: 2 years, 1 month and 9 days ago
Profile: @icy axle
ID: 572303014346489866

Member information

Joined: 1 year, 11 days and 23 hours ago
Roles: <@&542431903886606399>, <@&518565788744024082>, <@&463658397560995840>, <@&764802720779337729>, <@&295488872404484098>, <@&267630620367257601>, <@&799041111573266503>, <@&787816728474288181>, <@&815701647526330398>

Infractions

Total: 12
Active: 0

rugged root
#

@trail walrus What's your question?

icy axle
#

Steal, Stele, Steel

rugged root
#
urls:
    # PyDis site vars
    site:        &DOMAIN       "web:8000"
    site_api:    &API    !JOIN ["api.", *DOMAIN]
    site_paste:  &PASTE  !JOIN ["paste.", "pythondiscord.com"]
    site_schema: &SCHEMA       "http://"
    site_staff:  &STAFF  !JOIN ["staff.", *DOMAIN]
lunar helm
#

pls solve it

swift valley
#

Coffee good

#

Starbucks bad

river rose
#

What are you coding @dense ibex

swift valley
#

Heretic

river rose
rugged root
#

Such a good game

swift valley
#

Referring to the cat discussion

#

But yes, Heretic is really good

fair timber
#

interesting discussion.

#

very interesting

dense ibex
#

More specifically for the help channels.

river rose
#

Cool

swift valley
#

I went through 4 project ideas this past week and I've done absolutely none of them

#

yay!

#

Our cats hide in the weirdest spots when they go outside

undone idol
#

@swift valley Great, you sended this in vc-0 too lol

rugged root
#

@pastel cliff What's up?

undone idol
#

πŸ˜…

swift valley
#

lmao

undone idol
#

damn

#

lol

glad sandal
#
Apple.y = Apple.x = 300, 200
rugged root
#

Apple.y, Apple.x = 300, 200

swift valley
#

!e

bang ,= [1]

print(bang)
wise cargoBOT
#

@swift valley :white_check_mark: Your eval job has completed with return code 0.

1
swift valley
#

Hidden operator btw

rugged root
#

for i, ham in enumerate(hams):

swift valley
#

You can unpack lists, yeah

#

Anything that implements the iterator protocol really

#

!e

head, next_, *rest = [1, 2, 3, 4, 5]
print(head)
print(next_)
print(rest)
wise cargoBOT
#

@swift valley :white_check_mark: Your eval job has completed with return code 0.

001 | 1
002 | 2
003 | [3, 4, 5]
swift valley
#

!e I'm curious

head, next_, *rest = dict.fromkeys([1, 2, 3, 4, 5])
print(head)
print(next_)
print(rest)
wise cargoBOT
#

@swift valley :white_check_mark: Your eval job has completed with return code 0.

001 | 1
002 | 2
003 | [3, 4, 5]
swift valley
#

OK that is weird

rugged root
#

Not really

fiery badge
#

Python is used in a large number of web sites where the performance of the web tier is a significant cost. There are multiple ways to improve the performance of these applications: improving the Python code itself, moving code out of Python using tools like Cython, and extreme options like directly improving the performance of the Python interpr...

β–Ά Play video
rugged root
#

If you're iterating over a dict without calling either values() or items(), you're just getting the keys

distant forum
#

does someone know how to format a usb stick from FAT to ext4 on a terminal?

swift valley
#

Speaking of development time

#

attrs is great

distant forum
#

rasbian

terse needle
#

checkout dd, I think, that might be incorrect

swift valley
paper gale
#

what was that @glad sandal ? xD

glad sandal
#
sYsTeM.oUt.pRiNtlInE("hElLo");
paper gale
#

oh lol.

glad sandal
#

sorry

#

i love java

#

but i love this meme to (:

distant forum
#

@terse needle ok thx

rugged root
#

@glad sandal Still getting some serious breathing noise

paper gale
swift valley
#

I think Kivy is one of the biggest projects that use Cython

#

Just for convenience with interacting with OpenGL

#

Yes

#

Cython is a superset of the Python language that adds C-like semantics

terse needle
#

Its pretty much Python with types right

swift valley
#

Seeing the code it generates is actually a pretty neat way of learning how the CPython API is used

terse needle
#

Never really used Cython, when I wanted to do something like that I would just jump to pybind11

fair timber
#

what a python nerd you are

#

Hemlock

swift valley
#

@fair timber We all are :P

paper gale
swift valley
#

But...!

#

Coming soonβ„’

terse needle
#

typethon

swift valley
daring orbit
#

Hello all

glad sandal
#

Hello welcome

rugged root
#

Back in a moment

swift valley
#

If you write CPU-bound code just write it in Rustβ„’

#

Glue it together with PyO3

rugged root
#

I knew there was one for that

swift valley
#

I really should look into how Unix systems handle pipes

#

and spawning processes

fiery badge
#

gonna need some tableware

glad sandal
#

sorry*

#

wifi not feeling good the last week

#

Im lagging sorry

paper gale
glad sandal
#

Thank you

terse needle
swift valley
#

will brb, potentially

sick cloud
#

@glad sandalyes

lusty prawn
#

Hello

glad sandal
#

Hello welcome

paper gale
lusty prawn
#

How's life going??

molten pewter
paper gale
#

Be right back.

glad sandal
#

no problem

rugged root
#

That's weird. Is it giving the audio embed?

stuck furnace
#

Hello to whoever said hi πŸ‘‹

glad sandal
#

Hello!

stuck furnace
#

I think I might have asthma, but only in the summer πŸ€”

somber heath
#

I had childhood asthma.

gentle flint
#

I've never had asthma, thank goodness

#

except one attack induced by heavy second-hand cigarette smoke

somber heath
#

Thank you, goodness.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @barren epoch until 2021-06-07 16:10 (9 minutes and 59 seconds) (reason: duplicates rule: sent 6 duplicated messages in 10s).

gentle flint
#

well that was that

stuck furnace
#

Hmm πŸ€”

gentle flint
#

huh, it used to be 4 messages

stuck furnace
#

There's no rhyme or reason to who bullies choose to pick on. It's just people trying to relatively raise their own status by lowering someone else's, and they'll pick any easy target.

cobalt fractal
#

ofc if you go above that, it'll get all of the others too

gentle flint
#

I noticed at summer camp as I got older that the people who were bullying us were the same who got bullied by others

#

not sure if that's the same at schools

rugged root
#

Back in a bit, have to restart my rig and run a BIOS update

glad sandal
#

No problem

gentle flint
stuck furnace
#

I don't miss high-school. Things will get better dude πŸ™‚

#

I would turn them in to the police tbh @gentle flint

gentle flint
#

who, the adults or the children?

stuck furnace
#

Maybe both actually πŸ˜„

gentle flint
#

it gave me a concussion
I really didn't feel like doing stuff about it at the time

#

it would have meant that the entire group would have turned on me

#

@whole bear it's sorta offtopic

#

we discuss anything and everything

stuck furnace
#

@whole bear Erm, this is kind of an off-topic voice channel.

whole bear
#

oh that's cool

stuck furnace
#

We sometimes talk about programming stuff here, but not always.

stuck furnace
gentle flint
#

oh, I see

#

that wouldn't be their style

#

they were cousins

stuck furnace
#

Is this the post-your-message-and-immediately-delete-it-chat? πŸ˜„

young kelp
#

lol

stuck furnace
#

I have an "erm" problem lemon_pensive

#

A mime πŸ˜„

gentle flint
#

sure

lusty prawn
#

Hey!! you will get the vibe if someone is nice or not, that's how friendship works

lusty prawn
#

well life*

paper gale
#

What does friendship have to do with getting the vibe if someone is nice or not?

paper gale
stuck furnace
#

Cya @glad sandal πŸ‘‹

lusty prawn
#

you people like physics and space?

gentle flint
#

presumably some do and some don't

paper gale
#

Yes, although I don't know a lot about it.

gentle flint
#

we've quite the range of members

lusty prawn
#

yeah!!

gentle flint
#

someone posted this in a different server

#

they have like 8 owls or smth

paper gale
#

Wow.

lusty prawn
#

wow really

gentle flint
#

(not my owls, read above)

sick cloud
#

@whole bearmy school does have grade 11 and 12 x)

lusty prawn
stuck furnace
#

gtg πŸ‘‹

lusty prawn
sick cloud
sick cloud
whole bear
#

OO I AM SORRY

rugged root
#

@lusty prawn Again, please. If you're going to talk to me, please do it here

gentle flint
sour wren
#

test

rugged root
#

!voice @neat brook

wise cargoBOT
#

Voice verification

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

paper gale
#

wrong channel.

rugged root
#

@sour wren Easier if you ask in here. Makes it so that I don't have to keep jumping between DM and here

sour wren
#

got it.

rugged root
#

@neat brook Ask in here, so that other people can answer you as well

sour wren
#

I've basically just watched video's and made GUI' interfaces and messing with thing'

neat brook
#

thx

#

hallo guys

sour wren
#

I want to get a job in about 6M-1Y and better my life.

neat brook
#

im in highschool in greece andd i have a homework

amber raptor
#

What country and programming languages have you learned?

sour wren
#

I just graduated HS

neat brook
#

i will sent my code and chek it

faint ermine
neat brook
#

i want 2.7 python

#

ohh how can i use it

sour wren
#

I personally find it fun to do.

faint ermine
#

are you aware that py 2.7 is not supported anymore?

gentle flint
neat brook
#

i cant use 3 becuse my leason and homeworks its fro python 2.7

faint ermine
#

i see, that sucks

neat brook
#

yeee

#

and i cant becuse my books it's for python 2.7 and i try my best

sour wren
#

What's it called again? I couldn't hear him well.

faint ermine
#

if you can in any way avoid python 2.7 because its reached its end of life at the start of 2020

#

and is barely used anymore

rugged root
#

Portfolio?

sour wren
#

I don't have one at the moment.

gentle flint
#

he means

#

you have to show you have done big projects etc

#

that you can actually do things

#

or that you'll be able to

#

which is why a degree is a help

#

because then companies decide that they will more likely be able to train you

sour wren
#

I don't really have any idea on what to peruse in College, So If I want to be a programmer I should take an IT Class and for how many years?

gentle flint
#

it's not a thing you can just do in a day or a week or a year

neat brook
#

The exams I give are in python version 2.7 I know they are carpets but I have to go to a university that wants exams from high school where we do python 2.7

paper gale
faint ermine
#

in any case, @neat brook , first step imo should be to format that code properly. right now its really hard to read because there should be a bunch of whitespace. (i recommend black[python2] autoformatter) next, when asking for help, make sure you are explaining what the code should do and what the issue error is

gentle flint
#

I don't actually like black so much

#

but it's certainly better than ignoring style guides altogether

rugged root
#

I really need to give it a fair shake

sour wren
#

So, I cant sit at home for a couple of Months Grind and learn Programming Langues and try to get a job? I should go to College and Get a Degree? I wanted to see if I could get a job without a Degree.

young vale
#

i just completed learning python ... for building projects ... should i just follow and copy the project codes without understanding ?? like its very difficult to make projects ?? how should i go for making projects for resume

neat brook
#

i will try to do it again sorry again becus im not in high lvl but i try to grow up so thx i try it again

gentle flint
amber raptor
#

I don’t have degree either

sour wren
#

I have the time

amber raptor
#

But I’m lucky

gentle flint
#

blindly copy-pasting is not going to teach you anything if you don't understand what you're copy-pasting

sour wren
#

I know some people

amber raptor
sour wren
#

Im from Seattle Washington When i look up jobs for Python there's a lot of Jobs that dont require degrees. I dont want to brag, Ive Saved up a lot of money through investing and staying out of School. So I want to try to avoid it. and by working a ton

amber raptor
sour wren
rugged root
#

I would assume they'd want you to know at the very very minimum the basics

sour wren
#

Ok

rugged root
sour wren
#

this discord has everything it's great

young vale
sour wren
#

I live in Seattle School in state cost 7-25k community is low university it's too much

gentle flint
#

exactly
try to understand what they are doing

#

experiment around to confirm your theories

reef flint
#
magazine = ['one', 'two', 'three']
for magazines in magazine:
    print(f"{magazines} in a gun")
    magazine.append('fourth')
    print(magazines)```
rugged root
#

Community colleges are awesome, btw

faint ermine
#

@sour wren you can also share projects or code youve written here and we can give some feedback

reef flint
#

What is the status of this, please

gentle flint
#

wdym with status?

sour wren
#

Ok. that sounds great! I would love to talk to you guys but I need to send 50 messages to voice verify so I'm trying to send 50

rugged root
#

It goes indefinitely

reef flint
#

Run after the bottom has been flashing repeat a Fourth

rugged root
#

The issue is that you're modifying the list you're looping over

#

By doing that, you're essentially making it an infinite loop

gentle flint
#

oh, well spotted
I hadn't thought of that lol

faint ermine
reef flint
#

thank you

gentle flint
#

give them a break

sour wren
#

1

gentle flint
#

now they are

rugged root
#

Okay, NOW there's the possibility of spam

faint ermine
#

lmao

rugged root
#

I really hope the 1 was a joke

sour wren
#

?

#

Oh god

#

Thank you Hemlock

#

close call

#

i was even muted

amber raptor
#

You want 2 week ban? That’s how you get 2 week voice ban

young vale
#

πŸ˜‚ .

sour wren
#

I'm watching the apple WWDC so if you didn't type that it would've been bad

#

lol

gentle flint
#

we will dump cores

sour wren
#

I love Ios

#

ok hemlock what does this mean? WWYD

gentle flint
#

weird wacky derp circles

rugged root
#

Depends on the context

faint ermine
#

what would you do

sour wren
#

YES

paper gale
sour wren
#

LOL

gentle flint
paper gale
#

They are lying listen to me @sour wren

sour wren
#

I still need 50 msgs

#

jeezus

paper gale
#

The correct definition is Wippidy Wackidy Yippidy Dippidy.

gentle flint
rugged root
#

It'll happen naturally

#

Just chill

sour wren
#

hem help ;-;

#

I am

#

its been 7 dyas

#

days

#

LMAO

paper gale
#

See.

sour wren
#

Thank you Rabbit.

paper gale
#

Oops forgot to crop it.

gentle flint
#

that's like my stackoverflow picture

sour wren
#

;-; this cant be real life

paper gale
#

source: trust me bro.

glad sandal
paper gale
#

Yeah.

faint ermine
paper gale
#

mamaaaaaa

#

oooooooo

sour wren
#

also with my nick name its pronounced " T" "H" " '1' '3' '7' 'Y"

gentle flint
paper gale
#

didn't mean to make you cry.

sour wren
#

yes it does

gentle flint
sour wren
#

T H 137 Y

faint ermine
#

thiety

sour wren
#

;-;

gentle flint
#

can we tempt you with cheese sticks

sour wren
#

no

glad sandal
tiny socket
#

tee aitch one hundred and thirty seven why

glad sandal
sour wren
#

NO

paper gale
sour wren
#

each number is its own

#

1 3 7

#

i did

#

not

gentle flint
paper gale
#

That's what your name stands for.

reef flint
#
magazines = []

for value in range(1,11):
    magazines.append(value**2)
print(magazines)```
faint ermine
sour wren
#

BRO!!!!

#

thank god

paper gale
sour wren
#

I was worried

tiny socket
#

theechonethirtysevenwae

reef flint
#

So why doesn't this go on forever?Is it because the Magazine list is empty?

paper gale
gentle flint
#

titch'n'thrtee'svn'wye

#

based on AbbreviatedBritishPronunciationℒ️

faint ermine
#

!e ```py
magazines = []

for value in range(1,11):
magazines.append(value**2)
print(magazines)

wise cargoBOT
#

@faint ermine :white_check_mark: Your eval job has completed with return code 0.

[1, 4, 9, 16, 25, 36, 49, 64, 81, 100]
sour wren
#

Guys Im free

tiny socket
gentle flint
#

with words like fo'c'sle

#

abbreviation of forecastle

#

it is a bicycle moment

faint ermine
gentle flint
#

nein.

paper gale
#

People call him Hen.

gentle flint
paper gale
paper tendon
gentle flint
#

it's a hentie

paper gale
#

Wow.

#

hen+tie?

#

lmao.

#

🀣

gentle flint
paper gale
gentle flint
faint ermine
#

hmmm

gentle flint
#

foiled

woeful osprey
#

Support Discord by buying Nitro

gentle flint
woeful osprey
gentle flint
#

I'm off

#

see ya

glad sandal
#

NOOOO

paper gale
#

Alright bye.

glad sandal
#

See you later

gentle flint
#

but I'll be back later

#

bai

paper gale
sleek musk
paper gale
sleek musk
#

That thing that only nitro users can see that image

#

Cicero like the Roman lawyer

sleek musk
#

Thanks

paper tendon
#

Ctrl-L get to the url

#

Ctrl - C to copy

#

And dont pasta

#

but paste

paper gale
#

But why no pasta?

#

so c + p = pasta?

paper tendon
pine kestrel
paper tendon
#

apt install coffee πŸ˜„

#

Claws πŸ™‚ @glad sandal

#

AVG or Kaspersky

cerulean ridge
#

@rugged root
this server is amazing.
I wasn't sure if this server is the right place to ask,
because I the topic is sparse graph operation in SciPy.
technically SciPy is python, but still...
And I still get answer in #β˜•help-coffee

#

rabbit is managing HPC supercomputer right?
I'm pretty sure they are not running on mac lol

rugged root
#

Individuals might be. And this also might be from a different place he worked

#

I'd have to ask him again

amber raptor
#

like I was support person on one like 12 years ago

stuck furnace
#

Yep

cerulean ridge
rugged root
amber raptor
# cerulean ridge oh wow ok

HPC is pretty niche and becoming more so with cloud because more and more teams can just spin up a bunch of VMs, run their workload then destroy the VMs

#

Still has its place

cerulean ridge
#

destroy vm lol haha

amber raptor
#

And different processor types did things better but x86 won so meh

amber raptor
#

Destroying to make it clear, once you press the button, it’s gone

cerulean ridge
#

oooh

vivid palm
#

@rugged root hi, do you think there's a way to get my printer/fax machine to automatically scan faxes to a network folder?

#

my machine is an all in one fax, printer, scanner..

rugged root
#

I'd need to know manufacturer and model number

#

And I'd have to look into it later.

#

I'm just now able to really buckle down on the migration

vivid palm
#

oooh yeah go for it

rugged root
#

But yeah, toss the model number at me and I'll look into it

vivid palm
#

initial google search i don't see anything, but it's a hp laserjet m426fdn

amber raptor
#

Generally lower end scanners don’t have scan to network

vivid palm
#

this is a printer and i use the scan to network feature.
it's just that i'm having to do that for basically 100% of faxes received. would save me some time if i just had all faxes scanned and dumped in a folder for me somewhere

frigid panther
#

@gentle flint I fixed the discord and obs screen share issue

gentle flint
#

hurrah

#

what was it

frigid panther
#

regional format settings

#

ik, its weird

gentle flint
#

...wow

frigid panther
#

but it worked

#

somehow

#
#

brb, gotta re log

#

also, I did change something in the locale config

#

also got my first dose today

gentle flint
#

Please visit this page to register your activity to celebrate Love Your Burial Ground Week. We hope you’ll have a great time whatever you choose to do! We have put together various downloads which may be useful and encourage everyone, young and old to get involved. Please pay attention to the COVID restrictions and remember […]

#
Days Of The Year

Animals serve an important part in our lives, being those friends and companions that give us love unconditionally. They protect our homes, and are there whenever we need them, asking for nothing but love and tenderness in exchange for all they give. Operation Santa Paws Day is a reminder that we need to return that […]

zealous wave
#

@rugged root

gentle flint
#

hi @flat sentinel @paper gale

paper gale
#

Hello.

gentle flint
#

@frosty lodge

rugged root
flat sentinel
#

oof is now in chrage

paper gale
gentle flint
#

am in rage

flat sentinel
#

WIND

paper gale
#
flat sentinel
#

omg

paper gale
#

@gentle flint

gentle flint
#

ik

#

if I go to it it redirects

paper gale
#

Not for me.

#

Oh never mind.

gentle flint
#

that's cuz you're in UK

paper gale
#

it does.

gentle flint
#

oh?

paper gale
#

what the fudge.

gentle flint
#

yes ikr

#

so you're not in the UK I take it

paper gale
#

No.

#

But wait let me turn on my vpn.

gentle flint
#

hi LX

stuck furnace
#

We need an h server, but for each letter of the alphabet πŸ€”

#

So that typing out long messages with emojis is easier...

gentle flint
#

we'd need nitro tho

knotty blaze
#

how do I turn on my mic....

wise cargoBOT
#

Voice verification

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

knotty blaze
#

!voice

paper gale
gentle flint