#voice-chat-text-0

1 messages Β· Page 988 of 1

honest pier
#

the real lx :o

vivid palm
stuck furnace
#

Why are you awake, huh?

honest pier
#

pithink it's 6 hours later for you

vivid palm
#

6?

#

5

stuck furnace
#

Fair enough πŸ˜„

vivid palm
#

6?

honest pier
#

i think 6

stuck furnace
#

Oh, it's 4:44

honest pier
#

oh, 5

stuck furnace
#

We have "Bookers", which is similar I think πŸ€”

honest pier
#

πŸ“–

vivid palm
#

yeah that's what griff said, bookers

stuck furnace
#

I'd like a 5% stake please.

somber heath
#

Data processing and leguminous crops on the same property? Straight to jail.

#

Rice? Off the cliff with you.

stuck furnace
#

πŸ‘‹

vivid palm
#

Freeways is a game where you draw freeway interchanges. You are the traffic engineer.Draw roads like you're drawing a picture.Design for efficiency or draw the spaghetti junction of your dreams.Simulate traffic flow through your interchange. Most importantly, avoid traffic jams.Connect a whole world together in a network of interchanges. Feature...

Price

$3.99

Recommendations

787

β–Ά Play video
stuck furnace
#

In the UK we have this, but I think it pales in comparison to the average American intersection πŸ˜„ https://en.wikipedia.org/wiki/Spaghetti_junction

Spaghetti junction is a nickname sometimes given to a complicated or massively intertwined road traffic interchange that is said to resemble a plate of spaghetti. Such interchanges may incorporate a variety of interchange design elements in order to maximize connectivity.

#

πŸ¦…

honest pier
#

πŸ¦… πŸ”«

vivid palm
stuck furnace
#

Ooh pithink

vivid palm
#

interchange

loud karma
#

scary

stuck furnace
#

Mina, you should get Cities Skylines πŸ˜„

#

Cities: Skylines is a modern take on the classic city simulation. The game introduces new game play elements to realize the thrill and hardships of creating and maintaining a real city whilst expanding on some well-established tropes of the city building experience. You’re only limited by your imagination, so take control and reach for the sky!M...

Price

$42.95

Recommendations

139457

Metacritic

85

β–Ά Play video
#

Ah yeah

#

You can usually get games on Steam really cheap during sales.

honest pier
#

summer sale is soon πŸ‘€

stuck furnace
#

I can remember having a notebook with my friends home phone numbers πŸ˜„

honest pier
#

well, in a few months but soon πŸ‘€

stuck furnace
#

πŸ‘€

#

Their's a price tracker thing for Steam I think πŸ€”

wind raptor
stuck furnace
#

Oh I thought you said "get paid to practice scraping"

#

Hey Fisher πŸ‘€

#

Well, you're just going to have to learn Japanese yeah πŸ˜„

#

Mountain time? pithink

honest pier
#

utc-6 or something

#

est-1 😀

vivid palm
#

steam

stuck furnace
#

Have you seen Discord's robots.txt?

vivid palm
#

no lol show

stuck furnace
#
User-agent: nsa
Disallow: /
honest pier
#

lul

vivid palm
olive hedge
stuck furnace
#

Yea, I squash them too.

#

You just, you know pithink

olive hedge
pliant pulsar
vivid palm
stuck furnace
#

I have scraped the discord api docs before, not sure if that's allowed lemon_pika

#

Just to get all the end-points πŸ‘€

#

Erm, I briefly considered writing a wrapper.

#

Not soon πŸ˜„

vivid palm
#

LXcord

#

DiscLXrd

hollow cape
#

Dilxord

stuck furnace
#

DisLeXia

wind raptor
stuck furnace
#

Erm, not sure what you're referring to sorry.

hollow cape
stuck furnace
#

Oh right

honest pier
#

i don't have access 😭

vivid palm
olive hedge
honest pier
#

duck pond πŸ‘€

olive hedge
vivid palm
olive hedge
vivid palm
#
html, body{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    color: #5865F2;
    display: block;
}```
honest pier
#

cya

olive hedge
stuck furnace
#

πŸ‘‹

#

Heading off, cya πŸ‘‹

olive hedge
wind raptor
olive hedge
daring orbit
#

Hello all

thick swan
#
def schedule_events(events): 
    events.sort()
    events = list(dict.fromkeys(events))
    lis = []
    if events == []:
        return lis
    else:
        
        schedule_events(events)
#
schedule_events([
              (9, 13), (13, 16), (16, 18), (18, 19), 
              (10, 11), (13, 15), (17, 19), (19, 20), 
              (9, 10), (11, 17), (17, 20)
          ])
short ingot
#

Hii

#

code a cute heart, get her some flowers and food

#

like a little beating heart that says i love you

#

Yes Kata

#

omg haha

#

lmao

somber heath
#

!e ```py
[{"key":[{}]}]

wise cargoBOT
#

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

[No output]
hollow rune
#
[
    {
        "TotalEventCount":2
    },
    {
        "EventID":1,
        "Date":"05/05/22",
        "Day":"Tuesday",
        "Time":"10:30 PM",
        "Location":"UTC",
        "Cost":"$30",
        "TotalPlayers":"22",
        "PlayersIn":[{"DARK": [1,2,3,4,5]}, {"LIGHT":  [1,2,3,4,5]}],
        "PlayersInvited":[],
        "PlayersPaid":[],
        "D1":[
            2,
            1,
            4,
            10,
            12,
            5,
            14,
            13,
            101,
            102
        ],
        "D2":[
            7,
            85,
            41,
            3
        ],
        "L1":[
            8,
            11,
            16
        ],
        "L2":[
            6,
            9
        ],
        "Status":"Current"
    },
    {
        "EventID":2,
        "Date":"01/01/22",
        "Day":"Friday",
        "Time":"09:45 PM",
        "Location":"POWAY",
        "Cost":"$30",
        "TotalPlayers":"22",
        "PlayersIn":[{"DARK": [1,2,3,4,5]}, {"LIGHT":  [1,2,3,4,5]}],
        "PlayersInvited":[],
        "PlayersPaid":[],
        "D1":[],
        "D2":[],
        "L1":[],
        "L2":[],
        "Status":"Current"
    }
]
#
    def testing(self):
        with open('myevents.json') as allcurrentevents:
            all_current_events = json.load(allcurrentevents)
            for a in all_current_events:
                #print(all_current_events[a])
                print(a)
                if "PlayersIn" in a:
                #if "DARK" in a:
                    print(a)
                    print("A")
                    #print(a["PlayersIn"]["DARK"])
                    for b in a:
                        print(b)
                        #print(c)
                        print("b then c")
                        # print(a["PlayersIn"][b])
                        if "PlayersIn" in b:
                            #for c in b("PlayersIn"):
                                # print(c)
                                # print("JUST PRINT C")
                            #print(b["PlayersIn"].values())
                            #b.append(100)
                            print(b)
                            print("b in dark")
                        if "LIGHT" in b:
                            print(b)
                            print("b in light")
                        # if "DARK" in b:
                        #     print(b)
                        #     print("secondB")
                        #     # print(a["PlayersIn"]["DARK"])
                        #     print(b.get("DARK"))
                        #     print("DARK")
#

a["PlayersIn"]

#

a["PlayersIn"]["DARK"]

short ingot
woeful ember
#

yo whatsup guys

short ingot
#

Hii

#

Hope you feel better soon Kata

#

3 times? that's intense

#

Yeah thats a hard topic to discuss on the internet

stuck comet
#

3 times what?

#

what have you done KATA

gentle flint
short ingot
#

My doc said Pfizer has the least side effects, that's all I know.

woeful ember
short ingot
#

A house??? where??

#

Jesus christ thats like a shared bedroom here, where are you guys from?

#

Im from Cali. Very expensive

#

Mmmmhm

#

Thats why i was flipping when i heard 600

#

in someones closet or basement maybe

gentle flint
#

that worked out pretty well for Harry Potter

short ingot
#

omg

gentle flint
#

"You're a wizard, Harry!"

#

tbf he'd already left the closet under the stairs when Hagrid said that

short ingot
#

sounds cute

#

is it sad?

#

i will dismiss myself

woeful salmon
#

@sour imp@somber heath hello πŸ™‚

#

i'm not

#

i probably can't for the next 15-20 mins

#

xD

#

but i can hear you and type πŸ™‚

woeful salmon
#

that sounds like me tho

#

according to my friends i talk alot when it comes to programming when the ones i'm talking to are not programmers

#

o- o

#

yes, its kinda common here actually

#

no idea why but it is

#

younger guys here tend to become middleaged women and talk all day out in any street for hours about things that completely don't matter

#

and i don't get it

gentle flint
#

"Have you seen Anita's new kid yet?"

glad olive
#

hi

gentle flint
left elbow
#

can i be unmuted

somber heath
#

!voice

wise cargoBOT
#

Voice verification

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

whole bear
#

@somber heath bro u still sit in vc

#

remember me?

#

hmm

left elbow
#

are u good at maths?

#

i need help with this question

#

perfect

#

whats the gradiant

#

its asking what the gradient is for that graph

#

thanks

woeful salmon
gentle flint
woeful salmon
#

one of the reasons i prefer zsh

gentle flint
acoustic marlin
woeful salmon
#

why not just use the html tag o- o

gentle flint
#

I found a Useful Thing

glad olive
glad olive
#

should i complete the final 30 pages of this book tonight

#

Y/N

rain gale
#

sudo Y

glad olive
#

Password:

#

(just kidding please do not enter your password)

#

(unless it's hunter2 in which case that is funny and cool)

severe veldt
#

hey

rain gale
#

●●●●●●●

runic elk
#

143 185 is not joke

#

πŸ‘‹πŸ»

glad olive
#

use uBlock Origin instead

#

much less evil

runic elk
#

@somber heath Hello

icy axle
glad olive
somber heath
#

Phlasque

onyx granite
#

hi guys, I'm working on a side project and I've done it all over 3 times and I'm feeling frustrated😒

#

I don't think I'm fit for programming

#

maybe i should do something else

glass vector
#

@onyx granite do you mind if i dm you?

onyx granite
terse needle
glass vector
terse needle
#

but python isn't very performant nor does it compare to Rust's saftey

glass vector
#

lol, but its good

mortal crystal
#

hey, can somebody give me permission for sharing screen?

#

@glass vector

wise cargoBOT
#

Hey @mortal crystal!

It looks like you tried to attach file type(s) that we do not allow (.zip). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a, .csv, .json.

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

harsh skiff
#

@glass vector i dont have permission to speak

glass vector
#

@harsh skiff #voice-verify

harsh skiff
#

okay

glass vector
#

@mortal crystal

plain rose
#

sorry i wasn't able to join vc for sometime

#

i can't during weekends

#

always busy

#

anyway cya

lyric pawn
#

@somber heath whats up

#

🀣

#

damn, not good

#

@somber heath i have a question for you man. I want to pick your brain...

#

ok, the cloud. Storing your backend/data/database stuff on there, how secure do you think it is?

#

and what are the vulnerabilities vs setting up your own/local?

#

so would a medical company

#

like a national healthcare system

#

would they be ok to store their data on the cloud?

#

Microsoft

#

great answer

#

Thanks opal

#

what you working on?

#

before your times up🀣

#

πŸ˜†

#

yea, when is everything back to normal?🀣

#

dont worry man, everything will work out

#

we have to think that though

#

it makes things easier

#

These things are out of our control

#

Hey chris

#

is someone messaging you guys from the python server?

#

this guy keeps messaging me🀣 its spam

#

@wind raptor dont worry chris, i know youre productive

#

Yea, he stopped

#

but he just started again

#

when you said...lmao

#

πŸ‘

#

thats what i want to start learning after i learn python well

#

we talked about this

#

@wind raptor what do you mean you dont need it to do anything?

#

i thought you needed events to take place

#

isnt that the whole point?

#

so that means theirs no if/else statements?

#

so what kind of things would you be writing?

#

dont we need objects?

#

Interesting

#

sure

wind raptor
lyric pawn
#

and im just working on a security audit of the cloud for a project im working on with some other people

#

well basically powerapps

#

which is a low code language microsoft offers

#

its pretty new (8 months old)

#

or maybe more like 3 months🀣

#

its not, but it has to be doneπŸ˜†

#

3 weeks

#

ill get that done

#

i just want to get it done now, so i dont have to do it later

#

im looking at your code, but it seems pretty deep

#

ive done css and html before

#

i guess i get alot of it

#

it seems actually a little easier than python

#

atleast in how its organised

#

but i dont want to talk too soon

#

this is a complete outside quick perspective

#

the colors are nice

#

its cool

#

this is actually quite nice

#

yea i do that too🀣

#

is the course free?

#

@wind raptor do you usually pay (when you do pay) for books or courses? and whats your reasoning? and how much would you expect to pay for both?

#

15-20bucks and how much does it teach you?

#

@sour imp hey man

#

yea hes dealing with his kids now i think

#

brb guys

#

@wind raptor thats cool

terse needle
umbral terrace
terse needle
#

!e print()

wise cargoBOT
#

@terse needle :warning: Your eval job has completed with return code 0.

[No output]
#

@tidal shard :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     for i in range(5):
003 |                       ^
004 | IndentationError: expected an indented block after 'for' statement on line 1
terse needle
#

!e

k = 5
for i in range(k):
    print(i)
wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
lyric pawn
#

programming is more like sudoku

#

than a regular language

#

its problem solving

tidal shard
#

!e

num_cols = 5
num_rows = 3
for i in range(num_rows):
  print('*' * num_cols)
wise cargoBOT
#

@tidal shard :white_check_mark: Your eval job has completed with return code 0.

001 | *****
002 | *****
003 | *****
lyric pawn
#

@tidal shard lived in china for many months, and didnt get any sun...and im pretty sure its sunny in china for 12 hours a day 🀣

#

πŸ˜†

terse needle
#

!e

num_cols = 5
num_rows = 3
for i in range(num_rows):
  print(('* ' * num_cols).strip())
wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

001 | * * * * *
002 | * * * * *
003 | * * * * *
tidal shard
#

The term "Third World" arose during the Cold War to define countries that remained non-aligned with either NATO or the Warsaw Pact. The United States, Canada, Japan, South Korea, Western European nations and their allies represented the "First World", while the Soviet Union, China, Cuba, Vietnam and their allies represented the "Second World". T...

lyric pawn
#

damn ireland 😒

#

i didnt know we were 3rd world

#

@tidal shard nice accent

tidal shard
lyric pawn
#

yea

#

🀣

terse needle
#

!e

num_cols = 5
num_rows = 3

print('\n'.join('* ' for i in range(num_cols))*num_rows)
wise cargoBOT
terse needle
#

!e

num_cols = 5
num_rows = 3

print('\n'.join('* '*num_cols for _ in range(num_rows)))
wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

001 | * * * * * 
002 | * * * * * 
003 | * * * * * 
lyric pawn
#

🀣

umbral terrace
lyric pawn
#

🀣

tidal shard
#

hey @lyric pawn have you ever been to johnnie fox's?

#

or is that just a thing tourists do

terse needle
#

!e

num_rows = 3
num_cols = 5

as_string = lambda n: chr(n+65)
values = []

for row in range(num_rows):
    for col in range(num_cols):
        values.append(f'{row+1}{as_string(col)}')

print(values)
wise cargoBOT
#

@terse needle :white_check_mark: Your eval job has completed with return code 0.

['1A', '1B', '1C', '1D', '1E', '2A', '2B', '2C', '2D', '2E', '3A', '3B', '3C', '3D', '3E']
tidal shard
#

ah dude nice

#

now, if you could only channel that energy to the stuff you actually had to do...

#

lmao

terse needle
#

yeah lol

trail mural
#

ASCII ( (listen) ASS-kee),:β€Š6β€Š abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. Most modern character-encoding schemes are based on ASCII, although they support many addition...

umbral terrace
lyric pawn
#

@trail mural what you working on little brother?

plain glade
#

!voiceverify

vivid palm
#

the bot will DM you with which requirements you've not met yet

unkempt magnet
#

BRB

umbral terrace
mortal crystal
#

@umbral terrace succeeded mate?

umbral terrace
#

yes so far

pallid hazel
#

with using the python debug logging module, need it only be set at the top of file, or does it need to be threaded in the file after every function or action?

umbral terrace
somber heath
#

!e py text = "MASH" result = "*".join(text) print(result)

wise cargoBOT
#

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

M*A*S*H
umbral terrace
somber heath
#

!e py result = [*range(10)] print(result) result = [*range(9,-1,-1)] print(result)

wise cargoBOT
#

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

001 | [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
002 | [9, 8, 7, 6, 5, 4, 3, 2, 1, 0]
somber heath
#

!d range

wise cargoBOT
#

class range(stop)``````py

class range(start, stop[, step])```
The arguments to the range constructor must be integers (either built-in [`int`](https://docs.python.org/3/library/functions.html#int "int") or any object that implements the [`__index__()`](https://docs.python.org/3/reference/datamodel.html#object.__index__ "object.__index__") special method). If the *step* argument is omitted, it defaults to `1`. If the *start* argument is omitted, it defaults to `0`. If *step* is zero, [`ValueError`](https://docs.python.org/3/library/exceptions.html#ValueError "ValueError") is raised.

For a positive *step*, the contents of a range `r` are determined by the formula `r[i] = start + step*i` where `i >= 0` and `r[i] < stop`.

For a negative *step*, the contents of the range are still determined by the formula `r[i] = start + step*i`, but the constraints are `i >= 0` and `r[i] > stop`.
somber heath
#

stop

#

start stop

#

start stop step

#

Choose one.

#

If you're going backward, use a negative step.

umbral terrace
mortal crystal
#

Mystic Samurai πŸ—» Japanese Lofi Hip Hop Radio 24/7 πŸ—» No Copyright Lofi Hip Hop Songs 2022
This is a 24/7 Lofi Hip Hop Live Stream, featuring my Japanese Lofi Hip Hop Songs.
πŸ‘‡Instructions to use songs below in the description.πŸ‘‡

⭐ Commands for the Live Stream chat
!menu ( to see the full bar's menu )
!joke
!love
!time
!winner
!hug

⭐ Do you like m...

β–Ά Play video
frigid phoenix
#

ty

#

i just joined so i dont have perms

#

i need help with a coding lab

#

@somber heath

#

im trying to gather data from a .txt file and display it

#

i did :(

#

im trying to look for a keyword within the .txt file and print the data that follows it

#

someone responded to my help thing

somber heath
#

!e py result = "*" * 10 print(result)

wise cargoBOT
#

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

**********
umbral terrace
frigid phoenix
#

why is voice verification such a pain to get here

#

gosh i just want coding help

tidal shard
unkempt magnet
#

@sleek tiger i need ur playlist

sleek tiger
#

alr

#

one sec

#

there my profile i have most my playlist public

#

*theres

sleek tiger
#

I hate this voice verify thing.

#

but i was around long enough before to know exactly why if not that bad of an idea for raid combating.

unkempt magnet
sleek tiger
#

idk

unkempt magnet
tidal shard
sleek tiger
unkempt magnet
#

@sleek tiger i understand u same thing here

small junco
#

chal bsdhk

#

chal bhenklode

#

madarchood

#

😐

unkempt magnet
small junco
#

nothing just ignore it

unkempt magnet
small junco
wind raptor
#

Mowsus

#

Mows-us

sour imp
#

Mow-sus

unkempt magnet
#

BRB

unkempt magnet
#

back

dreamy oasis
#

what you doing guys ?

#

show me some coding

sour imp
#

!e

print("Hello World")
wise cargoBOT
#

@sour imp :white_check_mark: Your eval job has completed with return code 0.

Hello World
dreamy oasis
#

nice

sleek tiger
#
import random
print (randint(10, 30))
unkempt magnet
dreamy oasis
unkempt magnet
dreamy oasis
#

I just started learning python and really never seen something useful yet xD

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

#

@unkempt magnet :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     a="fuck c" print(a)
003 |                ^^^^^
004 | SyntaxError: invalid syntax
dreamy oasis
#

btw I am a mechanical engineer do you think I should keep learning python ?

somber heath
somber heath
#

!resources

wise cargoBOT
#
Resources

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

whole bear
#

Ok

somber heath
#

Corey Schafer, youtuber. Playlists. Python for Beginners.

dreamy oasis
#

I learn from codeforces is that valid ?

sleek tiger
dreamy oasis
#

gonna check it

#

can I modify on Rganarok Online game using python ?

sleek tiger
dreamy oasis
#

I think its written in c++

somber heath
sleek tiger
#

then no

whole bear
#

Okay

dreamy oasis
unkempt magnet
dreamy oasis
#

I think I should

#

ru and Ukraine are on a play

unkempt magnet
#

@gray tapir ur mic

gray tapir
#

Okay πŸ‘Œ

unkempt magnet
whole bear
tidal shard
whole bear
#

Ok

sleek tiger
#

microceneter

unkempt magnet
whole bear
#

Okay

#

Okay

cold edge
#

yeah

#

12

#

yeah

somber heath
#

The burning bush (or the unburnt bush) was a supernatural phenomenon described in the third chapter of the Book of Exodus that occurred on Mount Horeb. According to the biblical account, the bush was on fire, but was not consumed by the flames, hence the name. In the biblical narrative, the burning bush is the location at which Moses was appoint...

lethal thunder
lavish heart
#

thanks

#

anyways hows it going?

#

like a king!

#

i need to have at least 50 message sent to communicate

#

any musical instruments you play?

#

ah! nice

#

your voice sounds nice

#

youre welcome sire

#

due to the phase?

#

puberty i meant

#

eh?

#

oh thats cool

#

my voice was good earlier now its irritating so i went up and started doing instruments

#

oh

#

as my voice was bad i learnt piano for 5 years and am now learning guitar as well

#

its just been a month

#

i meant to say ive been learning guitar for a month not my voice.. my voice doe its been a year

#

yes

#

i get you

#

so are you still singing?

#

oh

#

you used to do vocals alot in pre u

#

oh my piano tutor had short fingers too.. he could play a beethovens song and itd sound so good

#

yup

#

so youre in uni?

#

university*

#

a student in university?

#

oh

#

i feel you haha

#

yup tons of job

#

oppurtunities ig

#

my parents forced me to choose a levels and the stress.. its depressing my friend doe has chosen computer everytime i open her book it gives me seizure

#

haha

wary drum
#

Hello opalmist

#

Its call_me_man with my phone

#

@somber heath

lavish heart
#

hi!

wary drum
#

I had what

#

I hade a demon pfp

#

How’s it going

lavish heart
#

do you do calisthenics?

#

πŸ˜† its fun though

#

ive been doing it for 2 years

#

yes

wary drum
#

Im just gonna

#

Type anything to get verified

#

What

#

Ok

lavish heart
wary drum
#

@somber heath what’s ur favorite programming language

ebon wagon
#

helloo

#

My voice isn't verified yet

wary drum
#

I’ll be back

ebon wagon
#

After a few days

lavish heart
#

66 messages yet not verified

ebon wagon
#

I'm new to python, wbu?

#

ohh

#

Damnnn

#

AHAHAHAHa

lavish heart
#

other than python which programs do you use

ebon wagon
#

any tips for beginners?

lavish heart
#

like c

#

java and cvc?

ebon wagon
#

ohh ok thankyouu

lavish heart
#

php*

somber heath
#

!resources

wise cargoBOT
#
Resources

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

somber heath
#

Corey Schafer. Playlists. Python for Beginners.

ebon wagon
#

Found him:))

#

Thankss

#

hahaahaha

#

I'm also taking a course, it's my 3rd day

lavish heart
#

do you use visual basic?

ebon wagon
#

I created basic programs like a BMI calculator, a tip calculator and someother things

#

ohhh

#

How long do you think it takes to be a pro at this language?

#

Yeah, true, its relative

#

Agreed

#

What is your speciality? or your fav language

#

yes

#

nice

#

Nice talking to you dude

#

ima take a leave now

#

gotta go learn some python;)

#

Byee

lavish heart
#

i need to take my meds

#

bye dude

unkempt magnet
#

Gl learning python

#

F my headphones

#

@somber heath BRB going to gently broke my headphones

dire stump
ebon wagon
#

okaee thx

whole bear
#

@unkempt magnet hi bro

severe veldt
#

my mic doesn't work on arch ;-;

molten kiln
#

.

#

hello

unkempt magnet
plain rose
#

I've been trying to login heroku through my command line for past 3 days, still no lucklemon_sweat

sweet lodge
#

Jake go to school

plain rose
#

lol just fixed it

sweet lodge
#

πŸŽ‰

#

πŸ‘

plain rose
#

but still can't deploy my app :/

#

anyway i have class

#

cya

sweet lodge
#

πŸ‘‹

whole bear
sweet lodge
#

How did it happen?

#

SQLite for caching?

#

Does that work?

#

Makes sense

dense ibex
trail elk
#

lol nice

sweet lodge
#

Ooohh that kind of Rockstar

#

Yeah, you're not that kind either

#

Too mean?

wind raptor
#

@sleek tiger We can hear you

woeful salmon
#

found you can do this in python o- o

#

in js you can't

dense ibex
#
def private(func):
    async def predicate(*args) -> bool:
        if not args[0].private:
            await args[1].send_message("Your channel is not private.")
        return args[0].private

    return predicate
sweet lodge
wise cargoBOT
#

@sweet lodge :white_check_mark: Your eval job has completed with return code 0.

3
somber heath
#

"I didn't say it. I asserted it."

sweet lodge
#

Option?

#

Someone has been hanging out with Rust

wind raptor
sweet lodge
#

I'm going to tell Alec_ you don't like his code

frosty star
#

Can you get rabies from the bite of an infected person?

sweet lodge
#

"Asking for a friend"

frosty star
#

For me actually πŸ₯² a kid just came up and bit me

#

Total stranger at the airport

sweet lodge
#

Rabies is not contagious from person to person. The virus most often spreads through bites from an infected animal. But it can also spread if the animal's saliva (spit) gets directly into a person's eyes, nose, mouth, or an open wound (such as a scratch or a scrape).

#

They're testing the fire alarm at work

#

Feels weird to resist the urge to run for your life

sweet lodge
#

@rugged root

#

You back yet?

frosty star
#

I don’t know but he is a stranger

#

Yaknow

rugged root
#

I hate tax season

#

Everything is high pri

sweet lodge
#

I don't need no priority!
Just fix my computer!

lyric pawn
#

Reaper is a smart man, he'll get the hang of it

#

@whole bear was the best javelin thrower at his high school

#

🀣

#

@whole bear whats your study routine?

#

hours per day/timing(s)

#

thats a nice number

#

if breaks are involved

#

noodle im pretty sure can go for 8-11 hours

#

atleast it feels like it

#

anything i ask that man, he knows

#

im probably a 5 hour guy too

#

yea, different days differ

#

i understand

#

but on average after 5, my efficiency starts to go down(having 100% energy and focus)

#

im probably on about 70% or 50%, depending how hard it was before

#

@whole bear finesse is my man

#

relax on him

#

give the man a break

tidal shard
#

huehuehue I ordered all the parts for my PC already

#

me so excite

lyric pawn
#

I like the way finesse talks

#

even though he finesse's the system

#

i like his vocabulary and delivery

analog estuary
lyric pawn
tidal shard
#

~900 USD so far. no monitor yet though

lyric pawn
tidal shard
#

I got the NR200P for $80. it was on sale!

lyric pawn
#

just get a monitor which is on par with your graphics card

#

taiwan beer❀️ 🀣 πŸ‘Œ

#

vincent linked all the first and 2nd and 3rd world countries yesterday

#

it might not have been in this chat

woeful salmon
#

@wind raptor i found the bug i created

#

2 of them actually

wind raptor
#

Where was it?

lyric pawn
#

you found what was wrong with my code immediately

wind raptor
#

Creator and destroyer of bugs

woeful salmon
#

color picker doesn't take hsl... and the website doesn't run your code in the browser so you cannot use requestAnimationFrame

lyric pawn
#

@whole bear youd be surprised

#

vincent showed yesterday that ireland was 3rd world

#

@midnight agate couldnt you just get them a library membership?

#

where they would have access to many books? and it would be cheaper

#

@whole bear mexico

#

🀣

#

@molten pewter it was man

#

vincent showed, let me find it

#

this is going to kill me though

molten pewter
#

The term "Third World" arose during the Cold War to define countries that remained non-aligned with either NATO or the Warsaw Pact. The United States, Canada, Japan, South Korea, Western European nations and their allies represented the "First World", while the Soviet Union, China, Cuba, Vietnam and their allies represented the "Second World". T...

lyric pawn
lyric pawn
#

what does this mean for me?

#

i dont feel like a 3rd world person

#

do i need to change my outlook

#

@molten pewter he means movies tv shows

#

japanese anime

#

south korean movies

#

etc

woeful salmon
#

πŸ‘€ i love anime and manga... and manhwa if we're talking about korea... i don't think my profile pic shows but i really do

gentle flint
#

fujitsu s26381-h120-a151

lyric pawn
#

@molten pewter is it weirder because its all computing people

#

like if it wasnt, do you feel it would be less weird?

molten pewter
#

what's weird?

lyric pawn
#

all my servers are I.T based

molten pewter
lyric pawn
#

so i asked, do you think it would be less weird if people werent into computing?

whole bear
#

well, i think the fact that people are into computing makes it less weird

lyric pawn
#

Everything is subjective right?

whole bear
#

yeah, i said: β€œi think”

lyric pawn
#

Theirs nothing wrong with weird/different

#

it becomes a problem when people are trying to Fit In/do stuff for popularity reasons

molten pewter
wind raptor
lyric pawn
#

its about weird data/questions

#

that you cant find on the internet

#

interesting stuff

woeful salmon
#

πŸ€·β€β™‚οΈ

lyric pawn
#

🀣

#

'im from the internet.'

#

@molten pewter this all started with the BBC

#

I agree with everything you said

wind raptor
#

Gonna put my study cap on. Cheers all πŸ™‚

lyric pawn
#

@molten pewter what you just said was dope

molten pewter
lyric pawn
#

this is why meditation is important

rugged root
#

Try these

#

They're wonderful

lyric pawn
#

instead of challenging addiction

#

we're yielding

#

what was all this about 'changing behaviour' @tidal shard 🀣

#

but yea, hemlocks got a point

#

safer alternatives are good also, its just food. Not a big deal

plucky gazelle
woeful salmon
#

@rugged root it took me 1 week to quit coffee

#

its quite easy

rugged root
#

Fair

lyric pawn
lyric pawn
#

2 cups of coffee and my heart starts beating out my chest

#

i quit last summer

#

i can still drink it, but not regularly and not more than 1 cup

#

Guys, im going to go out. I hope everyone has a productive day ❀️

molten pewter
#

you may be sensitive to caffeine, or not have the enzyme to break it down.

#

You can take a relatively inexpensive DNA test to check.

rugged root
#

But then they have your information

#

Is that not more of a privacy worry?

tidal shard
molten pewter
gentle flint
#

@molten pewter I found it

#

it was the browser key

molten pewter
#

wow... that was not a good symbol

gentle flint
#

ikr

molten pewter
#

very bad UI design.

gentle flint
#

it was a bit weird

molten pewter
#

the Japanese can be a bit quirky.

gentle flint
#

I guess

#

but the rest were very logical

#

back in 5

woeful salmon
#

i'm against alcohol too o- o even if its like 0.00001%

#

even in cooking

rugged root
#

In cooking it gets cooked out, converted to sugars

molten pewter
trail mural
rugged root
trail mural
#

after vaping for a week, I would have "wet lungs"???

#

felt super gross

molten pewter
#
woeful salmon
woeful salmon
vestal crypt
#

damn no speakign perms

#

*speakign

woeful salmon
#

the thing we were playing with Gi the other day

molten pewter
#

ooh...

vestal crypt
#

*speaking

#

:(

#

friggin typos

molten pewter
#

😭

woeful salmon
#

oh

#

try this one

#

we nneed 1 more πŸ˜„

trail mural
#

I spelt my name wrong 😦

trail mural
#

can I see the project? @molten pewter

#

@woeful salmon

cyan palm
#

πŸ€

sinful igloo
#

Hi

cyan palm
#

hlo

sinful igloo
#

People, Can we some sort data & make like an song player and find what song I like?

#

I know it is machine learning stuff

#

Just curious

cyan palm
#

maybe yes

#

you can

sinful igloo
#

Hmm

#

Just curious nothing else

#

Got to go

#

Cya

rugged root
#

Hello, Bill

#

Sorry just now looked back at the server

cyan palm
#

oooh

rugged root
#

@proper jacinth

#

We were in the middle of a conversation, so it's typically easier to ask your question here first

proper jacinth
#

Is there any backend developer in voice?

rugged root
#

What is your question? What do you need?

plucky gazelle
#

i cant talk

#

help

proper jacinth
#

I'm using an API, It gives 1020 error code Cloudflare

rugged root
#

It's an error to stop DDoS attacks and the like

proper jacinth
#

When I go to endpoint directly using Chrome it give the data

#

However fetching the data using python or node throws an error

rugged root
#

How are you trying to get it

#

Can you show the code?

proper jacinth
#

Yeah sure

rugged root
#

!paste

wise cargoBOT
#

Pasting large amounts of code

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

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

proper jacinth
#

!paste

plucky gazelle
#

????

#

blm

#

he said george floyd

proper jacinth
rugged root
#

Python. Since it's a Python server, makes it a bit easier

proper jacinth
#

Yeah sure

plucky gazelle
#

wat are yall talking about ?

amber raptor
#

Express.js, or simply Express, is a back end web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js.The original author, TJ Holowaychuk, described it as a Sinatra-inspired s...

#

Example in there

primal yacht
#
class BaseVariable:
    def __init__(self, /):
        pass
    def get_value(self, /):
        raise NotImplementedError('get_value(): Subclass must define')
    # ...
#
class Foo:
    #@classmethod # implied for __new__
    def __new__(cls, /, *args, **kwargs):
        if cls is Foo:
            raise TypeError('Foo must be subclassed')
        ins = super().__new__(cls)
        return ins
lusty prawn
#

Hi

ornate imp
#

Hello everyone
I need some help
so i have this code as I am trying to understand classes
...............
class Person:
def init(self, name, age):
self.name = name
self.age = age
def isOld(self) :
if self.age >= 60 :
return True
else :
return False

p1 = Person("John", 36)

print(p1.name)
print(p1.age)
print(p1.isOld)
. ..........................
yet for some reason p1.isOld is giving me a really weird output
which is "<bound method Person.isOld of <main.Person object at 0x000001107DB79630>>"

can some tell me what's going on and what to do to fix it please?
I am a beginner in python so I don' understand it and internet couldn't help

gilded rivet
terse needle
pallid hazel
#

@rugged root i cant ask something with a straight face..

rugged root
#

Uh oh

pallid hazel
#

can you fix "", would you look at "", .. my dict.. I cant do it..

rugged root
#

Oh trust me

#

I giggle every time

pallid hazel
#

but seriously, i cant figure it out.. im on the 5th version

rugged root
#

I can try to look later. At the moment I'm trying to play catch up on scanning

pallid hazel
#

hmm, wonder if Maroloccio helper coin senses are tingling

zenith radish
terse needle
zenith radish
terse needle
#
// Folds over a list
(Fold Nil         c n) = n
(Fold (Cons x xs) c n) = (c x (Fold xs c n))

// A list from 0 to n
(Range 0 xs) = xs
(Range n xs) =
  let m = (- n 1)
  (Range m (Cons m xs))

// Sums a big list with fold
(Main n) =
  let size = (* n 1000000)
  let list = (Range size Nil)
  (Fold list Ξ»aΞ»b(+ a b) 0)
leaden comet
amber raptor
leaden comet
trail mural
#

Hi VC0

leaden comet
amber raptor
#

No, i'm sure it does it's just Kubernetes has soo many wrappers to make X less awful

trail mural
#

@gentle flint which phone?

#

without rooting

#

s4 o.O

#

for s7 I have to root 😦

zenith radish
amber raptor
#

We would like Envoy’s compilation speed to be faster, especially as we know it hinders occasional contribution, but unfortunately there are no easy answers to this problem. In the interim until better solutions are found (e.g., splitting some extensions out of the main repo, precompiled headers, etc.), we recommend using a powerful machine for Envoy development. The best approach is to use a cloud based VM along with a tool like vscode remote development. Having 36+ cores and around 2 GiB of RAM per core still allows the entire source tree to built and tested in a reasonable amount of time. Damn

#

36 cores with 72+GB of RAM

zenith radish
#

Bro I can compile the linux kernel on an ancient thinkpad

#

That's a joek

trail mural
#

but what is a reasonable amount of time...

brave steppe
#

days maybe 😳

zenith radish
rugged tundra
terse needle
#

All I wanted was a pepsi

sleek tiger
#

@last jackal Hows it goin

last jackal
#

alright. hbu?

sleek tiger
last jackal
trail mural
#

sorry to hear that bro.

last jackal
#

what does no longer living mean?

sour imp
#

Is this a snake discord?

glossy furnace
#

a

#

a

grizzled zenith
#

So sorry to hear that mate, but unfortunately, we don't want discussion of these sensitive topics in this server. I'll just delete these, okay?

#

Thanks mate

tidal shard
glossy furnace
#

what is that

#

oh

#

I should start reading letters

#

System.out.println("Hello world!");

#

print("Hello World");

#

yes,

grizzled zenith
#

Eu amo Python!

glossy furnace
#

my first language is not python

grizzled zenith
#

it works fine

sour imp
#

java?

tidal shard
#

!e
print('Hello World');

wise cargoBOT
#

@tidal shard :white_check_mark: Your eval job has completed with return code 0.

Hello World
glossy furnace
#

print('test')

grizzled zenith
#

!e Semicolons are part of Python's syntax

print(1); print(2); print(3)
wise cargoBOT
#

@grizzled zenith :white_check_mark: Your eval job has completed with return code 0.

001 | 1
002 | 2
003 | 3
glossy furnace
#

hmmm

grizzled zenith
#

Yeah

glossy furnace
#

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

glossy furnace
#

hmm

#

!e ```python
print('hmmm')

wise cargoBOT
#

@glossy furnace :white_check_mark: Your eval job has completed with return code 0.

hmmm
glossy furnace
#

yay

glossy furnace
#

The first programming language i learned was python

#

and instantly forgot it

tidal shard
#

!e

new_list = ['hello', 'hi', 'herpderp']; newer_list = [x + ' world' for x in new_list]; print(newer_list)
wise cargoBOT
#

@tidal shard :white_check_mark: Your eval job has completed with return code 0.

['hello world', 'hi world', 'herpderp world']
tidal shard
#

that's so cool @grizzled zenith

glossy furnace
#

!e ```python
def Hello():
Hello = "Hello World!"
return Hello

print(Hello())

wise cargoBOT
#

@glossy furnace :white_check_mark: Your eval job has completed with return code 0.

Hello World!
grizzled zenith
#

!d email

wise cargoBOT
#

Source code: Lib/email/__init__.py

The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP (RFC 2821), NNTP, or other servers; those are functions of modules such as smtplib and nntplib. The email package attempts to be as RFC-compliant as possible, supporting RFC 5322 and RFC 6532, as well as such MIME-related RFCs as RFC 2045, RFC 2046, RFC 2047, RFC 2183, and RFC 2231.

The overall structure of the email package can be divided into three major components, plus a fourth component that controls the behavior of the other components.

grizzled zenith
#

Hm

glossy furnace
#

hmmm

grizzled zenith
#

Weird naming

sour imp
#

@whole bear

def func_a():
    name=("Foo")
    age=("69")
    return name, age

def func_b():
    name, age=func_a()
    print(name)
    print(age)

func_b()
glossy furnace
#

Foo bar

grizzled zenith
#

!stream 217332865149566976

wise cargoBOT
#

βœ… @whole bear can now stream until <t:1646699961:f>.

grizzled zenith
#

oop 5 minutes lol

#

!stream 217332865149566976 30m

wise cargoBOT
#

❌ @whole bear can already stream.

whole bear
#
def scrape():
        scraped = re.findall(proxy_regex, req)
        for proxy in scraped:
            if not any(symbol in proxy for symbol in bad_words):
                print(proxy)
                file.write(proxy + '\n')

scrape.proxy

glossy furnace
#

oop

grizzled zenith
#

!stream 217332865149566976 1h

wise cargoBOT
#

βœ… @whole bear can now stream until <t:1646703290:f>.

glossy furnace
#

how to

#

!e ```python
def Test1(a):
a = a * 13
return a

print(Test1(12))

wise cargoBOT
#

@glossy furnace :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     def Test1(a):
003 | IndentationError: unexpected indent
glossy furnace
#

hmmm

tidal shard
#

@steady flax

grizzled zenith
#
def check_proxies(source):
  ...

def scrape():
  with ThreadPoolExecutor(max_workers=...) as executor:
    source_proxy_list = executor.map(check_proxies, sources)
 return source_proxy_list
grizzled zenith
#
if reply[:1] == "1":
  with ThreadPoolExecutor(...) as executor:
    for proxy, is_bad_proxy in zip(proxyList, executor.map(isbadproxy, proxyList)):
      if is_bad_proxy:
        continue
      print("Good proxy! Yayyy", proxy)
#
if reply[:1] == "1":
  with ThreadPoolExecutor(...) as executor:
    with open("proxies.txt", "a") as proxy_file:
      for proxy, is_bad_proxy in zip(proxyList, executor.map(isbadproxy, proxyList)):
        if is_bad_proxy:
          continue
        print("Good proxy! Yayyy", proxy)
        proxy_file.write(proxy + '\n')
pallid hazel
tidal shard
#

"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true

inland sable
#

lost my roles due to rejoining...

wind raptor
#

Brb

austere linden
#

Rules: @midnight agate

-  It is better to write code that is easy to read and understand, than to write a whole bunch of nonsense.
-  Use the best applications when writing code, rather than using applications that may not be necessary (just to show off your coding skills...)
lyric pawn
#

martin fowler is my dad

#

🀣

#

πŸ˜†

austere linden
#

@midnight agate It is better to write a whole bunch of nonsense than to write code that is easy to understand.

#

Hello @vivid palm πŸ‘‹πŸΎ

unborn cedar
#

this is possibly the best podcast ever

#

induvitably

lyric pawn
#

@midnight agate lmao

#

this is so funny

unborn cedar
#

the right amount of nonsense

austere linden
#

@midnight agate πŸ˜‚

lyric pawn
#

@mild quartz you could be the next martin fowler

mild quartz
#

i would rather die

#

boring fucking work

lyric pawn
#

we're stating the obvious

#

but trying to make it sound cool

#

Like we're making Difference(s) 🀣

mild quartz
#

do not do

lyric pawn
#

🀣

mild quartz
#

write books about doing

lyric pawn
#

@austere linden this guy is so funny

#

chris sounds so happy

#

i have no idea what is going on

#

but i second that

#

Because he seems so satisifed

#

it must be Something/their must be something there.

#

🀣

#

πŸ˜†

#

@midnight agate hes got a point

#

@midnight agate ill never waste a drop of seamen

unborn cedar
#

porn in python

lyric pawn
#

but he brought it back around

#

it was a good point overall, the programming point

austere linden
#

!e

def fn():
    pass


fn()
wise cargoBOT
#

@austere linden :warning: Your eval job has completed with return code 0.

[No output]
austere linden
#

`

mild quartz
#

!e

def fn():
    print("works")

fn()
wise cargoBOT
#

@mild quartz :white_check_mark: Your eval job has completed with return code 0.

works
lyric pawn
#

@midnight agate put a python lecture on

#

🀣

#

πŸ˜†

#

chris you wont

#

come on dude

wind raptor
#

Back

lyric pawn
#

🀣

#

@midnight agate can the rubbish be a directory?

#

@midnight agate let him do the first part

#

chris listen man

#

you can do it in the function

#

yes

#

whats so hard about putting it in the function?

#

but its easier if you do

#

well do it how you want to

#

but you should get used to writing functions

#

a string input

#

@midnight agate 🀣

#

dude you just made me laugh out loud

#

chris functions are easy

#

i dont understand where you stigma comes from

#

@sour imp one time he talked about his grandma

#

cooking some italian dish

#

like rolling the pasta...

#

@midnight agate it detracts in my opinion

#

because we dont know if youre joking

#

because of your tone/monotone

#

you dont fully concentrate when you use it vs without it

#

@midnight agate see marco

#

you always made me feel crazy

#

see chris is saying the same stuff i said months ago when we first met

#

and @tidal shard cosigned it

#

@tidal shard a 19th century movie?

#

@midnight agate thanks for this marco

austere linden
#
characters = "abcdef"
chars = characters[::2].upper()
stepped_chars = characters[::-1]
stepped_vals = stepped_chars[::2]

print(characters)
print(chars)
print(stepped_vals)
peak crater
#

hello what does [: :2] mean ?

tidal shard
#

it's a slice

peak crater
#

oh what does it do?

tidal shard
#

!e
'abcdef'[::2]

wise cargoBOT
#

@tidal shard :warning: Your eval job has completed with return code 0.

[No output]
tidal shard
#

dammit

#

!e
print('abcdef'[::2])

wise cargoBOT
#

@tidal shard :white_check_mark: Your eval job has completed with return code 0.

ace
austere linden
#
characters = "abcdef"
chars = characters[::2].upper()
stepped_chars = characters[::-1]
stepped_vals = stepped_chars[::2]
stepped_vals = stepped_vals[::-1]

print(characters)
print(chars)
print(stepped_vals)
lyric pawn
#

🀣

#

chris go to sleep

#

what he said made sense

#

you cant get anymore simple

tidal shard
wise cargoBOT
#

@tidal shard :white_check_mark: Your eval job has completed with return code 0.

13579
peak crater