#voice-chat-text-0

1 messages · Page 826 of 1

wise cargoBOT
#

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

634
faint ermine
#

!e print(ord("a"))

wise cargoBOT
#

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

97
whole bear
#

631 + 3

faint ermine
#

!e ```py
a = sum([ord(c) for c in "String"])
print(a)

wise cargoBOT
#

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

631
faint ermine
#

!e ```py
ceas = "".join([chr(ord(c) + 2) for c in "String"])
print(ceas)

wise cargoBOT
#

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

Uvtkpi
faint ermine
#

!e ```py
ceas = "".join([chr(ord(c) + 2) for c in "xyzXYZ"])
print(ceas)

wise cargoBOT
#

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

z{|Z[\
scenic goblet
#

i can hear you all

whole bear
#

we can hear you but can you not hear us ?

wise cargoBOT
#

Voice verification

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

devout crater
#

ok

analog cove
#

here?

#

chat here

#

here???

devout crater
#

yeah

analog cove
#

yeah

#

i want to do that

devout crater
#

Before doing any coding. You need trading experience.

analog cove
#

like based of RSI, MACD

#

different timeframes

#

and we can also use support and resistance levels and trend analysis

#

i dont think that its that hard

#

to make bot like this

devout crater
#

If I would make a bot like from scratch, I would first like decide what strategy amma use no

analog cove
#

he can look at bullish and bearish divergences

#

yeah strategy

#

exactly

#

it needs a clear organized strategy and indications to follow

devout crater
#

Yeah, you need a clear strategy and then it's just implementing it with code.

analog cove
#

but what language

#

can i use?

#

like python?

devout crater
#

Any language you're comfortable with.

analog cove
#

did you hear about

#

crypto

#

that you can mine

#

using your memory

#

like i have 2 terybites

#

haaha i forgot the name of the crypto

trim saffron
#

@whole rover HI JOE!

#

@faint ermine HI LAUNDMO

#

!!!!

sly jolt
#

I shall proceed to leave. Goodbye.

cerulean moth
#

whats the techstack of pythondiscord?

proud tangle
#

lmfao

#

loooooool

#

🐒

#

lmao

#

wat

#

Ok my handwriting is bad but not that bad

#

o/

whole rover
#

lol

dense ibex
rocky kiln
#

made me apprehensive about switching to traefik

whole rover
#

makes me 😔

rocky kiln
#

lol

cerulean moth
#

me who uses the vscode default theme

stuck furnace
#

@devout crater, can you turn on PTT

#

Flame graph is a great name 😄

whole rover
dense ibex
whole rover
#

going to bed down, thans folks!

vivid palm
#

bubble charts best

dense ibex
#

Probably gonna head out as well goodnight all! 👋

faint ermine
shadow trout
#

flame graphs are pretty cool

tribal ocean
#

What is reloaded each time? Just the block underneath the reloading wrapper, or, something else?

#

@faint ermine

cerulean moth
#

cprofiles?

faint ermine
#

in either case, its reloading the entire body of that

tribal ocean
faint ermine
#

for example changing parameters during machine learning training

#

or in game dev, being able to implement changes directly

tribal ocean
#

ah, i see, yeah i'd imagine adjust any constants during runtime would be useful

cerulean moth
#

how does it work tho? changing constants during runtime

faint ermine
#

so basically, it stores the context and loads the actual code object from file

#

the code object can contain any valid python, so even something that overwrites a global

tribal ocean
#

context being any locally scoped objects in the block?

faint ermine
#

its using the frame globals and locals

#

(of the outer frame)

#

it only has to use inspect for that once, since every consecutive task is ran using exec which modifies the passed globals and locals

tribal ocean
#

ah i see

#

very interesting

#

and practical

faint ermine
#

yep

cerulean moth
#

ah interesting, so changing anything inside the reload deco would be inside the frame

tribal ocean
#

on a side note, i got access to gpt3 the other day

faint ermine
#

wait no

#

it does

#

my test was flawed

cerulean moth
#

ummm, what was the test?

faint ermine
#

i did a function that was supposed to modify a global
without using the global statement
facepalm

cerulean moth
#

ah lol

faint ermine
plucky cave
glad sandal
#

Hello gm

#

How r u

#

@wise glade

wise glade
#

hi

#

I'm fine

glad sandal
#

Cool

#

Wat r u doing

wise glade
#

rn, I'm learning CSS 😂

glad sandal
#

Lol

#

I tried CSS 😶

wise glade
#

yeah, frontend is confusing without css

glad sandal
#

Yeah

#

U using it w/ Html

wise glade
#

yeah, with React

glad sandal
#

Cool

#

Here’s a meme I made that might motivate you

#

Lmao

wise glade
#

😂 nice

glad sandal
#

I made it

wise glade
#

I like cats, they're smart

glad sandal
#

Same I love cats

#

(:

wise glade
#

my friend got this cat, nd the cat slaps her everytime she takes a selfie with the cat 😂

glad sandal
#

I’ll be right back

#

Lol 🙂

sick cloud
#

@wise gladehello

#

i'm fine x)

#

hbu?

wise glade
#

yeah, good

#

.catify

viscid lagoonBOT
#

Your catified nickname is: acceleratoꭆ | ᓇᘏᗢ

sick cloud
neon sleet
#

.dogify

glad sandal
#

.catify

viscid lagoonBOT
#

Your catified nickname is: print("Meow :D") | ᕂᘏᗢ | ᓚᘏᗢ

glad sandal
#

why is it so quiet

#

lol

wise glade
#

didn't see you guys here

glad sandal
#

its fine

#

lol

wise glade
#

@stuck sky post your code here

#

everyone can see here, people can help

#

don't just dm to me

#

also used code blocks

#

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

stuck sky
#

@app.route("/taskcreator",methods=["GET","POST"])
def taskcreator():
    if 'uname' in session and session ['uname']==params['admin-user1']:
        return render_template('taskcreator.html',params=params)
    if request.method=="POST":
        title=request.form.get('title')
        content=request.form.get('content')
        phone=request.form.get('phone')
        img_file=request.form.get('img_file')
        entry=Posts(title=title,content=content,phone=phone,img_file=img_file,time=datetime.now())
        db.session.add(entry)
        db.session.commit()
        mail.send_message('NEW TASK NOTIFICATION',sender=title,recipients=[params['gmail-user']],body=content +"\n" + phone)
    else:
        return render_template('login.html')
    return render_template('login.html')
wise glade
#

@stuck sky also open up a help channel, someone with video permission might show up and help you

stuck sky
#

ok

wise glade
#

like here

stuck sky
#

oh

viscid lagoonBOT
#

Your catified nickname is: acceleratoꭆ | ᓇᘏᗢ

fiery hearth
#

@mighty torrent u free?

paper tendon
cerulean ridge
#

gday

#

it seems thatI cannot talk

#

because I haven'et sent 50 messages

wise glade
#

@fiery hearth bring it, what's the problem

#

not gonna tell, ok 😒

fiery hearth
#

yet to prepare, the code isn't the problem, but inside united states, there is a lot of states right so they have individual key but in the main table i only can put one value in state column

wise glade
#

states column seems like a list of json, and their's the Key property in it,
so why not use it?

fiery hearth
wise glade
#

well you can create a foreign key in the states table, which'll map to US row in country(?) table

#

yeah, use country column as the primary key in country table
and make it foreign key in states table

#

or use country code as primary key, and foreign key 🤷‍♂️

#

what dbms you using?

wise glade
#

yeah, mysql should be able to do that

#

although, I use MSSqlServer, cause I think you can't use emojis in mysql 😔

fiery hearth
wise glade
#

nope, which api?

fiery hearth
wise glade
#

you can't guess from the front end, how they might be storing their data

#

this one must be storing it with sql

#

this looks good

fiery hearth
wise glade
#

it doesn't matter what they use, once you get the data, you can create your own schema

#

just try stuff out, it'll work

#

oh there it is, api using graphQL

#

I thought it might be graphQL, it looks really good 😅

fiery hearth
wise glade
#

the app has really nice css
generally when a developer does this good job with frontend
they use graphQL 😂

#

they don't bother with backend that much

#

I'm gonna go grab some dinner, later 👋

fiery hearth
paper tendon
#

!e ```py
print("hello there")

wise cargoBOT
#

@paper tendon :white_check_mark: Your eval job has completed with return code 0.

hello there
sick cloud
#

halo

glad sandal
#

Hello everyone

#

doing my math homework while listening

#

soo maybe start a subject?

#

uh

#

cats?

#

meow

#

i luv cats 😄

#

ok cya

#

PLEASE TALK

#

SOMETHING

viscid lagoonBOT
#
Not gonna happen.

Your display name is too long to be catified! Please change it to be under 26 characters.

#

Your catified nickname is: Meow :D | ᕂᘏᗢ | ᓚᘏᗢ | ᘡᘏᗢ

#

Your catified nickname is: Meow :D | ᕂᘏᗢ | ᓚᘏᗢ | ᘡᘏᗢ | 🐈

paper tendon
#

.catify @fiery hearth

viscid lagoonBOT
#

@fiery hearth ᘣᘏᗢ

glad sandal
#

HAHAHAHAHAHHAHAHAHAHAHA

#

hello

whole bear
#

hi

whole bear
#

hello

#

I am new to python

#

I am using this right now

paper tendon
#

no people here?

uncut meteor
#
T = TypeVar('T')

def chunks(lst: list[T], n: int) -> Iterator[list[T]]:
    for i in range(0, len(lst), n):
        yield lst[i:i + n]
dense ibex
scenic goblet
uncut meteor
terse needle
uncut meteor
tiny socket
#

!pypi slashpatch

wise cargoBOT
uncut meteor
#
@router.interaction(name="8ball", description="Let the 8ball take the wheel")
async def _8ball(inter: Interaction):
    answer = random.choice(["Yes", "No", "Maybe"])
    return f"> {answer}"

#
@router.interaction(name="embed", description="Embed your message.")
async def embed(inter: Interaction,
                title: str = Option(desc="Title for the embed"),
                description: str = Option(desc="Embed Description", required=False)):
    return Embed(title=title, description=description)
#
@router.interaction(name="Boolean", description="Example of a boolean Input")
async def boolean_example(inter: Interaction, guess: bool = Option(desc="Input")):
    return guess
#
class Cakes(Enum):
  cheese = 0
  chocolate = 1
  ...
terse needle
#

my unit tests work

1+1 -> 11+ | Success
4+8*3 -> 483*+ | Success
(4+8)*3 -> 48+3* | Success
6+9+(4*2+4^2) -> 69+42*42^++ | Success
2*(1+(4*(2+1)+3)) -> 21421+*3++* | Success
(5.9-5.3)*7.2+1.4^2 -> 5.95.3-7.2*1.42^+ | Success
2*20/2+(3+4)*3^2-6+15 -> 220*2/34+32^*+6-15+ | Success
100%
tiny socket
#

expr -> RPN?

terse needle
#

yes

tiny socket
#

nice

ashen rapids
#

Hi

flat sentinel
somber heath
#

@short aspen

short aspen
#

what i need to talk

somber heath
#

This is the accompanying text chat to the voice 0 chat. 🙂

dense ibex
#

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

somber heath
#

If you need to ask your question, you can do so in here. 🙂

dense ibex
#

^^

short aspen
#

okey

#

i need to run mq-3 sensor with raspberry

#

and im get some datas from sensor

#

yes

#

alchol sensor

#

and im use this data in my python codes

#

i cant use sensor

#

this module like mcp3008?

#

can i use datas live in my codes?

#

ok thank you soo much ❤️

#

im gonna search something

#

have a nice night

dense ibex
#

You too

#

My scar ^^

#

@honest pier Yeah, I bought a gun with my dad once.

#

Took like 20-30 minutes

honest pier
#

was that his first gun

dense ibex
#

Yeah, but he was also in the military so

#

That might of had an effect

latent kettle
#

fuck u all

somber heath
#

^_^

honest pier
#

😔

tidal salmon
scenic goblet
dense ibex
somber heath
#

Not so much like that, but nevertheless.

scenic goblet
#

ahaha yeah

whole bear
#

.

#

sure do with i had streaming permissions 😐

undone idol
#

@wind juniper

#

!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
flat sentinel
#

S1ng S1ng 在做 freeCodeCamp 的 JavaScript 基础算法题目的过程中分析不同的解题思路,帮助大家学习和巩固 JavaScript 基础知识。

S1ng S1ng,2015 年自学转行前端开发,曾就职于 VMware、Apple,现在在 Cisco 任 Software Engineer。2019 年与人合作出版《深入理解 TypeScript》一书。业余爱好台球、金属乐。

🔗 课程链接:https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-algorithm-scripting/

⭐️ 目录⭐️
⌨️ (00:00:00)1. Conv...

▶ Play video
whole bear
flat sentinel
whole bear
#

😠

scenic goblet
#

try ```py
from requests import *

r = get('https://.....')```

whole bear
#

noep\

#

\n

gentle flint
#

Druze

whole bear
#

I NEED HELP PLS

scenic goblet
#

is your file name requests by any chance?

gentle flint
scenic goblet
#

nvm then

gentle flint
#

look at his screenshot

scenic goblet
#

ah yeah

gentle flint
#

but he might have another file by that name in the same directory

whole bear
#

yell

#

found ouut why

#

cant have the file nammed http

scenic goblet
#

hey lx

gentle flint
whole bear
#

😠 🆙

#

im haxor man 69

stuck furnace
#

Guys...

#

...

#

👍

whole bear
#

😠 ⬆️

#

this guy 👍

gentle flint
honest pier
#

hi lx

#

how ya doin

whole bear
#

its LX

stuck furnace
#

Hey Pub 😄

whole bear
#

oh my motha fuckaing god

#

i can use github api in batch?????????

#

:)

gentle flint
stuck furnace
#

I think the answer is "they don't" 😄

#

Who?

#

Oh Batch? 😄

#

Not a chance...

whole bear
#

WHY?

stuck furnace
#

What do you want to stream @boreal maple ?

#

Ah right, I can only give out temporary perms.

whole bear
#

how cant i have th perms?

stuck furnace
#

You'd have to ask an Admin for permanent.

whole bear
#

@stuck furnace why cannot i get the vid perms

median charm
stuck furnace
#

Back in a bit 👋 Need coffee 😄

vivid palm
#

let's not

whole bear
#

loud noise warning

vivid palm
#

urdu and hindi sound 99% the same btw

jade quiver
#

Any Hindi Person Here ?

#

Who Is From India ?

#

Anyone From India ???

#

Ok Brother.. No Problem..

boreal maple
#

thanks

vivid palm
#

^ i can speak a little urdu/hindi :)

jade quiver
#

@vivid palm Good..

#

Guys Lets Leave Hindi Now 😂😂

whole bear
flat sentinel
#

@whole bear mute yourself

green bone
#

uhh

wind juniper
#

@flat sentinel , what on earth was that?

flat sentinel
#

STOP

whole bear
#

never

undone idol
#

@green bone You were a mod right?

green bone
#

yes, I'm taking a short break from moderation

undone idol
#

oh cool 😄

wind juniper
#

@boreal maple , are you guys just chilling out in the vc?

wind juniper
#

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

wind juniper
#

@whole bear , that java gibberish

whole bear
#

i dont even know java

#

ONLY BATCH

wind juniper
#

you are better off not knowing it

#

nothing's wrong with it other than being super verbose

stuck furnace
#

Hello 😄

#

Erm, alright

wind juniper
#

am i only one who thinks the rules for vc activation are bs?

stuck furnace
#

It was iced coffee

#

Yeah, I honestly think coffee tastes better cold.

wind juniper
#

@flat sentinel , I share similar opinion about coffee

stuck furnace
#

I burn my mouth like every time I drink a hot drink lemon_pensive

wind juniper
#

though I do like the decaffeinated coffee

stuck furnace
#

Impatient....

scenic goblet
whole bear
#

@stuck furnace why cann i cannot get video permission

stuck furnace
green bone
#
class JavaGetter implements ILanguageGetter {
    ILanguage javaLanguage;
    public JavaGetter() {
        javaLanguage = new com.sun.lang.java.javaLang.factory.JavaLangFactory().createLanguage()
    }
    public createLanguage() {
        return javaLanguage.deepCopy();
    }
    public static void main () {
        javaLanguage.is.such.a.nice.language();
    }
}
flat sentinel
restive geyser
stuck furnace
wind juniper
vivid palm
#

true true

whole bear
#

you think a 15 year old that only knows batch and nothing else could do black hat stuuff?

restive geyser
stuck furnace
#

Anyway, whatever it was, the admins were not happy 😄

wind juniper
#

I mean why is @green bone not banned yet

whole bear
#

i dont even know what black hat means

flat sentinel
whole bear
#

what was it nammed?

restive geyser
flat sentinel
#

im going to say

#

the bot

wind juniper
#

he's terrorising us with java

wind juniper
flat sentinel
#

is going to find it and warn me

wind juniper
#

don't ban him

flat sentinel
whole bear
#

what bot?

green bone
#

!ban @green bone don't you dare

wind juniper
#

don't ban @green bone

flat sentinel
#

fix error is good

muted mantle
#

anyone wanna play chess

flat sentinel
#

me

muted mantle
#

alright

#

here is the link

wind juniper
#

coffee + lots of sugar + condensed milk = ❤️

muted mantle
#

yo Kemal

flat sentinel
#

that dosen't work

muted mantle
flat sentinel
#

still nope

muted mantle
muted mantle
#

this one?

flat sentinel
wind juniper
#

man, a bunch of people talking about random stuff. Just what I was looking for

#

define racism

#

hmm

#

is LX a bot?

vivid palm
#

LX fanclub

stuck furnace
#

Guys...

wind juniper
#

god, people you are terrorising LX

gentle flint
#

no we're not

wind juniper
#

give LX a break

gentle flint
#

we're applauding him

stuck furnace
#

Funny considering I've basically not said anything today 😄

wind juniper
#

just kidding

#

okay, have fun guys; brb

flat sentinel
#

bye

jaunty pendant
#

hai

gentle flint
#

"I want LX to be promoted to an admin"
"that's not how that works"
"I don't care"

stuck furnace
#

I feel like I'm inadvertently becoming a cult leader or something 😄

#

Against my wishes...

gentle flint
#

LXult

vivid palm
#

can i be member #1 pleading_mina

honest pier
#

no me 🥺

vivid palm
#

i'll fight u

honest pier
#

you're like 100 pounds soaking wet

gentle flint
#

yah

#

I set my nickname first

vivid palm
#

no u

honest pier
#

and like 5 feet tall

gentle flint
#

get rekt

stuck furnace
#

Oh no

cerulean moth
#

I will join when u two will be fighting

jaunty pendant
#

5120 feet = 1 mile

honest pier
#

5280

#

lol

jaunty pendant
dire oriole
#

psvm you're literally describing yourself

honest pier
#

what

dire oriole
#

like 100 pounds soaking wet

#

like 5 feet tall

honest pier
#

i-

dire oriole
#

:P

vivid palm
#

@simple sonnet bongowave

honest pier
gentle flint
#

inferial system

somber heath
#

Ghoulash. Brains?

#

BRAINS!

boreal maple
#

@gentle flint Ahmad

#

Hassan

#

ali

tiny seal
#

Igen, jött egy gyöngyhajú lány
Álmodtam, vagy igaz talán?

gentle flint
#

@boreal maple Huygens-de Graaff

honest pier
#

brb maybe

gentle flint
#

Juan Martínez Cortés

vivid palm
#

spanish lessons with jakie

dense ibex
#

Welcome to class everyone take your seats.

#

Wow the teacher has awful grammar

wide axle
#

!voiceverify

dense ibex
#

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

wide axle
#

!voice

dense ibex
#

No, read the embed

wide axle
#

just want to speak okay

vivid palm
#

if you've met the requirements type !voiceverify within the verification channel (not this one)

wide axle
#

!voiceverify!voiceverify!voiceverify

vivid palm
#

if you've not met the requirements it will tell you what's remaining

dense ibex
wide axle
#

Hey Italian friend do u watch F1?

glad sandal
#

I LOVE CATS

#

😄

vivid palm
#

ah shitake mushrooms today is mother's day

glad sandal
#

<33

vivid palm
#

reminder for the other americans lol

wide axle
#

🙂

glad sandal
#

😄

onyx jewel
#

@glad sandal what do you mean by ᕂᘏᗢ | ᓚᘏᗢ | ᘡᘏᗢ?

gentle flint
honest pier
stuck furnace
#

I say please and thank you to Siri 😄

vivid palm
#

^ siri is your mom?

#

oof what is your cat's name?

gentle flint
somber agate
#

what kind of docstring do you suggest?

#

numpy, sphinx, google or docblockr?

#

please type here, I am going to check later

waxen linden
#

you also need one that actually allows Youtube (if that's a thing)

vivid palm
wide axle
#

Does anyone know tensorflow

stuck furnace
gentle flint
stuck furnace
#

Turing test failed lemon_pensive

gentle flint
dense ibex
#

@severe pulsar your still streaming btw just so you know. So you don't show anything that's confidential.

vivid palm
#

wutta good girl :3

severe pulsar
#

yep

glad sandal
gentle flint
#

thx lol

dense ibex
#

No

#

Just so you don't lol

glad sandal
#

.catify @gentle flint

viscid lagoonBOT
#

@gentle flint ᘣᘏᗢ

glad sandal
#

I use vm for school work...

scenic goblet
#

nord vpn scares the hackers away

waxen linden
#

Youtube Premium ... simple

glad sandal
#

SORRRY

#

LMFQAOOO

vivid palm
#

LOL UR LOGIC JAKE

glad sandal
#

bsdfgbsdftyhfgdsfdfjgbdf

dense ibex
#

Creators are individual people lol

glad sandal
#

....

dense ibex
#

Not a big corporation but yes I am hypocritical

honest pier
#

classic

waxen linden
#

there's a Nitro Gift button on Discord, there's no Gift Phone button

#

it's also in your General Settings;

gentle flint
#

@toxic zephyr here

#

is where you chat

#

with people in voice chat

waxen linden
#

The General Setting is also only the Default, if you have a server you want this Reversed you can just activate it

#

Getting up to the limit, and as I don't talk (currently) I'm out. Have a good day guys.

glad sandal
#

NOOO

#

NOO

#

NOPE

#

import old files

#

py

#

uh

#

just use import

gentle flint
#

I...

#

what?

gentle flint
glad sandal
#

your cat is cute 😄

#

nbm

#

nvm*

gentle flint
#

k then

glad sandal
#

idk just better (sometimes)

gentle flint
#

why?

glad sandal
#

i think it looks better in the file and its a bit cooler

#

(i just learned python)

#

like fully

gentle flint
#

import is for external modules

#

or if you have very huge projects

glad sandal
#

yes but can also be used for private apps

#

yeah but importing can be usefull

#

copy pasting is better

#

but importing might be a better choice sometimes

gentle flint
#

if you import you're still copy pasting

#

only you're then importing what you copy paste

glad sandal
#

yeah

gentle flint
#

I fail to see how that is any better

glad sandal
#

true

#

yeah your right i just like importing

gentle flint
#

🤷‍♂️ k then

glad sandal
#

no but copy pasting is very good i just like importing

#

but its kinda better to just copy paste

#

...

#

i just like the ide of importing

#

ok ima be back soon

#

cya

honest pier
#

copy pasting is very not good

severe pulsar
#

Also I wanna thank whoever helped me with those docstrings once again. Thanks!

gentle flint
#

copypasting is fine if you know what you're doing @honest pier

honest pier
#

mmmm

#

ok

gentle flint
#

for instance, small tricks in list comprehension

#

then adapt it for your personal use case

honest pier
#

you can apply "if you know what you're doing" to literally anything

gentle flint
#

Sure, but I mean in the sense of if you know what you are copy pasting and how to use it then I don't see it as such a problem

#

then afterwards you customise it

#

and customise it some more

#

and eventually it's nothing like what you copy pasted

toxic zephyr
severe pulsar
#

Guys toml vs yaml vs json

#

for data serialization in text file

honest pier
#

which one is it, serialization or storage

severe pulsar
#

serialization

honest pier
#

what kind of data lol

severe pulsar
#

config files

#

lemme grab you an example

#

something like this

#

this is a toml file, but im just asking generally, which is preferred/is better

honest pier
#

i like toml

#

toml is cute

wind juniper
severe pulsar
honest pier
#

yes

#

yaml bad for everything

severe pulsar
#

LOL

#

yeah i dont like yaml either

#

json is nice though

severe pulsar
viscid pelican
#

hlo

whole bear
#

hi

severe pulsar
#

hey neel

#

whats up

viscid pelican
#

my vscode is Stack

#

not working

#

??

#

yha

#

oky

#

@whole bear @severe pulsar guys you are coder's

#

yes

severe pulsar
#

I would think of myself as more of a guy who writes colorful text into colorful text files

viscid pelican
#

oohk

whole bear
#

i would call my self is-even-2 package owner

whole bear
#

привет всем

gentle flint
#

The software utility cron also known as cron job is a time-based job scheduler in Unix-like computer operating systems. Users who set up and maintain software environments use cron to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals. It typically automates system maintenance or administration—thou...

wise cargoBOT
#

Hey @unborn storm!

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

gentle flint
#

xclip -sel c < file

#

somerandomcommand | xclip -sel c

#

brew install xclip

#

vrappeur

#

vapeur du vrappeur

candid venture
unborn storm
#

a procedurally generated game ^_^

gentle flint
#

Hebrew cantillation is the manner of chanting ritual readings from the Hebrew Bible (or transl. he – transl. Tanakh) in synagogue services. The chants are written and notated in accordance with the special signs or marks printed in the Masoretic Text of the Bible, to complement the letters and vowel points.
These marks are known in English as 'a...

uneven sapphire
#

Hello guys

gentle flint
terse needle
gentle flint
#

It was in this state already 3 years ago

#

and that is indeed precisely what I plan to do

paper tendon
#

mutt

unborn storm
#

i know

whole bear
#

Hey

flat sentinel
#

.topic

viscid lagoonBOT
#
**Who is your favorite music composer/producer/singer?**

Suggest more topics here!

flat sentinel
#

E

whole bear
#

boring topic

terse needle
#

KORN

unborn storm
#

.topic

viscid lagoonBOT
#
**If you could be anyone else for one day, who would it be?**

Suggest more topics here!

terse needle
#

Kemal

whole bear
#

.topic

viscid lagoonBOT
#
**What is your favourite color?**

Suggest more topics here!

flat sentinel
#

i think is it "E"

#

.topic

viscid lagoonBOT
#
**What is your favorite video game?**

Suggest more topics here!

honest pier
#

!voice @whole bear

wise cargoBOT
#

Voice verification

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

flat sentinel
unborn storm
#

.topic

viscid lagoonBOT
#
**What is your favorite sport?**

Suggest more topics here!

terse needle
unborn storm
#

.topic

terse needle
viscid lagoonBOT
#
**How are you?**

Suggest more topics here!

flat sentinel
#

ded

terse needle
unborn storm
#

.topics

flat sentinel
#

.topic

viscid lagoonBOT
#
**What made you want to join this Discord server?**

Suggest more topics here!

scenic goblet
#

.topic

stuck furnace
#

"How are you?" Great conversation starter 😄

viscid lagoonBOT
#
**If you could take only three things from your house, what would they be?**

Suggest more topics here!

terse needle
flat sentinel
terse needle
stuck furnace
#

I do ZZ

#

Save and quit.

#

Yep 😄

flat sentinel
stuck furnace
#

ZQ is quit without saving.

#

But don't get into the habit of using this!

flat sentinel
#

🇲🇰

stuck furnace
#

Otherwise you might find you automatically do it without thinking.

gentle flint
#

🇳🇱

unborn storm
#

🇫🇷

gentle flint
#

🇦🇱

terse needle
#

🇺🇳

gentle flint
#

🇱🇺

#

🇬🇷

#

🇧🇬

flat sentinel
#

🇩🇪

scenic goblet
#

🇷🇪

whole bear
#

🇧🇭 🇶🇦

unborn storm
#

🫀

whole bear
#

No one:

Oskar: vim

terse needle
whole bear
#

lol

terse needle
stuck furnace
#

Two LXs?

#

Nope 😄

#

I'm the same one.

flat sentinel
#

there ya go

whole bear
stuck furnace
#

Yep. It started out as a crappy imitation of Griff's PFP, but I kept it as I actually kind of like it.

whole bear
#

oo

stuck furnace
#

Hmm

gentle flint
#

frick

#

I forgot my gpg key passphrase

#

fml

whole bear
#

whats gpg

#

oo i see

stuck furnace
#

Back later 👋

whole bear
#

me too

steep wind
#

hello

neon sleet
#

I'm fine, wbu

naive basin
#

Hi bro
I don't have permission to speak, I don't know why

whole bear
#

It's just because you are new 🙂

past pawn
past pawn
#

!e ```py
a : 0
b : 1
c : 2
d : 5
globals().update(annotations)
print(a,b,c,d)

wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

0 1 2 5
whole bear
#

is this readable?

:get_len
Rem checking to see if input has been parsed
if "%~1"=="" echo No Input Detected & exit /b
set "input=%~1"

Rem !var_name:~var1,var2!
Rem var_name is the varriable of witch you want to use
Rem var1 is the position of the string
Rem var2 is the amount of characters from the var1 in the string
for /l %%a in (0 1 10000) do (
    if "!input:~%%a,1!"=="" exit /b
    echo !input:~%%a,1!
)
exit /b
past pawn
#

what does it do?

whole bear
#

@whole bear did you mean "which"?

past pawn
#

!e ```py
a:0;b:1;c:2;d:5;globals().update(annotations);print(a,b,c,d)

wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

0 1 2 5
past pawn
#

!e (a:=0,b:=1,c:=2,d:=5)and print(a,b,c,d)

wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

0 1 2 5
past pawn
#

!e ```py
class cout(metaclass=lambda*a:type(*a)()):
lt=print
lshift=lambda s,o:print(end=o)or s
cout << "Hello " < "World!"

wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

Hello World!
whole bear
#

!e

print((6 * 9) + (6 + 9))
wise cargoBOT
#

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

69
past pawn
#

!e ```py
assert 'yo mamma' > 'a truck full of big macs'
print('passed')

wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

passed
pliant loom
#

hello

past pawn
#

!e ```py
def split(_n):
n ,= _n
a,b = n.divmod(10)
return a,b
def bias(ab):
a,b = ab
return a
10,b-2
def rejoin(ab):
a,b=ab
return a*b
@print
@rejoin
@bias
@split
@int
@lambda c:c()
class n:int=lambda n: 69

whole bear
wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

420
whole bear
#

!e
def split(_n):
a,b = n.divmod(10)
return a,b
def bias(ab):
a,b = ab
return a
10,b-2
def rejoin(ab):
a,b=ab
return a*b
@print
@rejoin
@bias
@split
@int
@lambda c:c()
class n:int=lambda n: 69

wise cargoBOT
#

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

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

def split(_n):
n ,= _n
a,b = n.divmod(10)
return a,b
def bias(ab):
a,b = ab
return a
10,b-2
def rejoin(ab):
a,b=ab
return a*b
@print
@rejoin
@bias
@split
@int
@lambda c:c()
class n:int=lambda n: 69

past pawn
#

!e ```py
print((lambda n:int.mul(10*(n//10),(n%10)-2))(69))

wise cargoBOT
#

@past pawn :warning: Your eval job has completed with return code 0.

[No output]
whole bear
#

!e
print(16**16)

#

!e
print(4**4)

#

!e
print(8**8)

#

!e
print(4**8)

past pawn
#

!e print(8<<8)

wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

2048
past pawn
#

!e ```py
a = 69
print(bin(a))
print(bin(a << 2))

wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

001 | 0b1000101
002 | 0b100010100
whole bear
#

wanna fucking bet?

past pawn
#

!e print(32<<8)

wise cargoBOT
#

@past pawn :white_check_mark: Your eval job has completed with return code 0.

8192
past pawn
#

gtg cya

whole bear
flat sentinel
#

noo

whole bear
#

@stuck furnace ^^^^^

flat sentinel
whole bear
whole bear
#

anyone know a easy way to generate random unicode characters uning a api

cerulean moth
#

!e

from random import randint
print(u"".join(char for char in [chr(randint(0,65536)) for x in range(3)]))
wise cargoBOT
#

@cerulean moth :white_check_mark: Your eval job has completed with return code 0.

୭矝㈞
cerulean moth
#

using api

#

hmmm

#

dunno any api which does ths

spiral oriole
#

Heyy

whole bear
#

im making python script

serene falcon
#

Yes.. it's a spotify playlist

#

Pueblo vista sound playlist

whole bear
#

the hell?

#

i wasent in the vc and i got voice banned

#

yes

#

who ban me

#

why?

#

for what

zealous wave
#

!e ```py
test = {'1':1, '2':2, '3':3}

print(max(test))

wise cargoBOT
#

@zealous wave :white_check_mark: Your eval job has completed with return code 0.

3
whole bear
#

can i get help

#

i have this right here

def random_list(Y=128, X=128, Characters=random.shuffle(list(string.ascii_letters))):

but when i call this function

func_out = random_list(hight, width, chars)

it says that chars is undefined i know what that means but how would i do this even when the chars is defined like the example at the top says that it sets Characters to something but that only happens when then chars is not defined

#

i NEED char defined

#

it does

#

it is string

#

and the string is --

#

the problem is its being set to None

#

all im using random.shuffle

zealous wave
#
from typing import Optional

def foo(Optional[Characters=random.shuffle(list(string.ascii_letters))]):
whole bear
#

optional is not the problem

honest pier
#

shuffle modifies the list

whole bear
#

yes

#

i need to shuffle the list it sets the list to None

honest pier
#

no it doesn't

#

it modified it

zealous wave
#
'__package__':'typing'; from.import Optional
icy axle
#

I feel like this green has changed as well

flat sentinel
#

yes

scenic goblet
undone idol
#

ooh

#

lol I am in dark mode of webbrowser can't even see it

stuck furnace
#

I can hear!

whole bear
#

problem

stuck furnace
#

Yey

undone idol
icy axle
#

Blurple is also slowly disappearing

honest pier
#

wiat what?

#

!d random.shuffle

stuck furnace
#

Oh right. So, opening the debug thing seemed to fix it after a while 🤔

honest pier
#

!e

from random import shuffle
L = [1, 2, 4, 53, "hey"]
result = shuffle(L)
print(result)
print(L)
wise cargoBOT
#

@honest pier :white_check_mark: Your eval job has completed with return code 0.

001 | None
002 | [1, 4, 53, 'hey', 2]
whole bear
#

so i cant just use random.shuffle

#

ooooffffffff

undone idol
#

oof

#

pizza oof

whole bear
#

heemlock your funee

undone idol
#

ooh nice 😄

whole bear
#

seen that guy that just CHUUGS maranara sause

#

NOOOOO

#

@rugged root milk bottle of vegimite

honest pier
#

milk bag

whole bear
#

yes

#

cut

honest pier
#

it modifies the sequence in place

whole bear
#

how do i use it

honest pier
#

wdym

#

you just call it

whole bear
#

how would i do a list with shuufle

honest pier
#

shuffle(your_list)

whole bear
#

oof ok

honest pier
#

?

whole bear
#

thx

#

i have been stuck on this problem for 3 hours >:0

honest pier
#

want me to give you my thoughts on the other parts of your code

whole bear
#

yes!

honest pier
#

send code ples?

whole bear
#
import random, sys, string
from random import shuffle

def random_list (Y, X, Characters):
    if Y == "--":
        Y = int(128)
    if X == "--":
        X = int(128)
    if Characters == "--":
        print(f"point 1:{Characters}")
        Characters = list(string.ascii_letters + string.digits)
        print(f"point 2:{Characters}")
        shuffle(Characters)
        print(f"point 3:{Characters}")
    else:
        Characters = list(Characters)
        shuffle(Characters)

    for y in range(Y):
        for x in range(X):
            pass
    return(f'function finished\n{Characters}')

if __name__ == '__main__':
    width = int(sys.argv[1])
    hight = int(sys.argv[2])
    chars = sys.argv[3]
    output = sys.argv[4]
    encoding = sys.argv[5]
    
    f = open(f'{output}',"w", encoding=encoding)

    func_out = random_list(hight, width, chars,)
    f.write(f"{func_out}")
    
    f.close
stuck furnace
#

Joe always sounds like he just woke up.

honest pier
#
  1. close is a method at the end, should be f.close() (actually should use a context manager, but this is ok too)
  2. what is this random loop
    for y in range(Y):
        for x in range(X):
            pass
#

you can shuffle a string using random.sample(string, k=len(string))

#

int(128) is redundant

whole bear
#

im planning on using that loop

honest pier
#

you can try using argparse, it's in the std lib, for a nicer cli

icy axle
#

I think this color was changed too

cobalt fractal
#

alr im gonna head out for another call, laters

honest pier
#

😢

whole bear
#

nope that will just add toomuch mega bites

honest pier
#

huh?

#

wdym

whole bear
#

im converting exe

honest pier
#

and?

whole bear
#

because it wil be used on pcs

#

its does

#

and every thing you import

#

it is

#

batch is still godley

#

nope

#

never

#

i will end my self because that is not proctical

honest pier
#

¯_(ツ)_/¯

#

there's no reason to not use argparse

whole bear
#

(╯°□°)╯︵ ┻━┻

brittle mango
#

numba?

whole bear
#

someone wanna convert my py to c# c++ rust or literly and exe with arguments?

vivid palm
#

hi lossberg

whole bear
#

HOMER

honest pier
whole bear
#

nope never nuuhhhhhhhh never stay away from me you have the something other than batch as main language virus

honest pier
#

mhm

whole bear
#

im accepting anyone wanna convert my py

stuck furnace
#

Pypy?

#

There's also mypyc

whole bear
#

my python

#

file

brittle mango
#

lol I am slow

honest pier
#

😔

rugged root
#

!stream 816074283994054686

wise cargoBOT
#

@whole bear

✅ @warped turret can now stream.

honest pier
#

👀

stuck furnace
#

"Professional" 😂

undone idol
#

lol

stuck furnace
#

That nearly became a disaster 😄

honest pier
#

😔

whole bear
dense ibex
dense ibex
#

\u2800

#

like that

hollow haven
#

\uwu

vivid palm
#

uwuwuwu

hollow haven
#

\uwu/

dense ibex
#

.uwu

viscid lagoonBOT
#
I can't believe you've done this

Your input was invalid: text is a required argument that is missing.

Usage:.uwu <text>

dense ibex
#

.uwu Mr.Hemlock

viscid lagoonBOT
#

Mw.Hemwock

tiny socket
whole bear
#

UwU melock

honest pier
#

🥺

whole bear
#

hello

#

ok

dense ibex
undone idol
#

oof

whole bear
#

uwu

undone idol
#

pog

whole bear
#

UwU daddy ~:)

#

u u
w

#

i wanna be a cat girl

#

UwU

scenic goblet
whole bear
#

🥴

tiny socket
whole bear
#

lets be friends 😳

undone idol
#

.catify

whole bear
#

cats

#

im ugrading our friendship

#

qat

icy axle
#

.uwu hello there

viscid lagoonBOT
#

hewwo dewe

whole bear
#

wait how old are you?

#

\🔴

#

🥴 bye ima dip

tiny socket
#

0x13

whole bear
#

u looks old

#

maybe idk

#

@rugged root I just got rejected by a girl sad_cowboy lol

honest pier
#

yikes

stuck furnace
#

Chim chimeny

honest pier
#

anyone wanna do binarysearch lol

undone idol
#

ye sure

#

xd

whole bear
#

.owo chim chiminy

brittle mango
#

.uwu what the f is uwu

viscid lagoonBOT
#

what de f is uwu

whole bear
#

.uwu chim chiminy

viscid lagoonBOT
#

chim chiminy

whole bear
#

fuck

honest pier
molten pewter
honest pier
#

@vivid palm nice name

vivid palm
whole bear
#

15 i goto jail now

undone idol
#

lol mina wha's the reaction

icy axle
honest pier
#

lul

molten pewter
#

good remake, though it helps if you can tollerate musical numbers

icy axle
#

thank the pond for the image

whole bear
#

xD

tiny socket
#

@icy axle YOU KNOW THE RULES AND SO DO I

whole bear
#

lets stop this

whole bear
#

UWU @rugged root

vivid palm
#

huh me too

#

oh it stopped

icy axle
molten pewter
vivid palm
#

lmao

tiny socket
undone idol
#

@honest pier just loggingin f

whole bear
#

@rugged root screen back

#

i had to leave and join back

#

me?

#

uh a reaction role bot

dense ibex
#

?

rugged root
#

!stream 816074283994054686

wise cargoBOT
#

@whole bear

✅ @warped turret can now stream.

whole bear
#

😦

#

@whole bear can I be your step bro?

#

i said stop