#voice-chat-text-1

1 messages · Page 75 of 1

wise tapir
#

people with such an IQ can train that way.then only within a standard deviation

#

nonverbal

#

non cultural bias iq, .com

#

but could you score higher on a Mensa administered IQ test?

#

because you might not hit a 1 i 20,000

#

only within a standard deviation 20 points at most usually

#

no.because again it's statistics so then you have to reevaluate the test based on people that do train

#

for one test but not repeated ones

#

with questions and it's abstracting out things that are the definition of intelligence quotient

#

yes you can. you're also taking tests that are designed for an average that is 4 people with a much lower IQ than you

#

taking a specific one for the outliers might score much higher

#

I'm a cognitive scientist this would be a lot easier to explain if I had boys capability

#

voice

charred creek
#

Me:

#

also me:

mild flume
#

Looks like balloons

#

It's pleasant

charred creek
#

its like a party

#

for being dumb

#

㊗️ur dumb ducky_party 🥳

mild flume
charred creek
#

The Mouse Outfit

untold storm
#

@mild flume LOL

mild flume
#

I had to find something to ground it

elder wraith
untold storm
#

did they got the reference?

mild flume
#

I don't think so

charred creek
mild flume
#

Well shit, I straight up said Jayden Smith

charred creek
#

The Icon

untold storm
charred creek
untold storm
#

like anime?

#

someone give me voice rights

charred creek
#

Earn them

untold storm
#

😢

charred creek
green matrix
charred creek
#

if you buy it they remove 30 off ur iq

#

maybe 50

mild flume
#

Your IQ is 2 minutes and 38 seconds

untold storm
#

Body Mass Index

mild flume
#

Also it should be noted that a full IQ test can take a good portion of a day

#

Or maybe that was just the psych eval I had....

charred creek
#

eyecube

mild flume
#

I'll be back

green matrix
#

lol it took me 2mins to complete the test

#

the test is 20 questions

mild flume
#

Gonna go out on a limb and say that's not a full one

green matrix
#

prob not

#

im waiting for promised neverland season 2 episode 4

#

O_O

charred creek
# mild flume Your IQ is 2 minutes and 38 seconds

tristan afton spittin more fax than an office

bygaga is animator - danish.kabanov@gmail.com
(he also has a youtube he doesnt post on it but if you wanna drop a sub there go ahead)
twitter - https://twitter.com/redhotredd1
discord - https://discord.gg/JyXKhtUWSt
spotify song - https://open.spotify.com/track/7wYHHq7lw1jV3XeWaUFm57?si=vDu75zMzSIu4...

▶ Play video
leaden flare
mild flume
leaden flare
mild flume
#

Delivery run, may or may not be back later

stark pollen
#

hey guys

radiant lintel
#

@elder wraith what interview questions do you ask at your company? Or it is a general talk about previous experience

radiant lintel
#

@elder wraith thanks.. yeah the standard general talk about previous experience

midnight field
#

hello

#

the voice

#

chat does

#

not

#

let me

#

turn on

#

my

#

mic

radiant lintel
#

@elder wraith Since you have a lot of more experience in the interview process: do you think a couple interviews could provide you with realistic impression of the candidate? O

elder wraith
#

See voice verification channel

midnight field
radiant lintel
#

I dont have the 50 messages. Cant join you

#

@wise tapir matching the requirements between the company and the candidate preferences

elder wraith
radiant lintel
#

@elder wraith
I dont know what is the practice in USA, but in my country we have a grace period (usually) 6 months in which you can leave the company without a notice and you could get fired. My previous manager said: "You cant judge a person on a couple of interview. Just hire them and test them in the field"

#

Even after the grace period?

elder wraith
#

Welcome to America

radiant lintel
#

comi europe

elder wraith
midnight field
#

I need help with a python project can anyone help

#

I am stuck

radiant lintel
#

Ask in the help channels

midnight field
#

ok

rose solar
#

gotta go, cya

radiant lintel
#

@wise tapir it a public information. No NDA

ocean remnant
#

dean kamen

misty sinew
#

@vestal dawn How is it going?
Glad to hear you again.

fervent notch
#

Hi @steel lava

#

am i audible?

vestal dawn
naive pendant
cunning pivot
mint isle
#

is there some alternative to jupyter notebook for writing code related documents

raven orbit
#

depends on the document

#

what, specifically, were you thinking of?

#

just a PDF?

mint isle
#

im writing laboratory files

#

for c language

raven orbit
#

I mean, you could just copy-paste your code with special formatting into a file

mint isle
#

they ultimately will be in pdf

#

yeah but doc files are not ascii ... they are kind of unicode

raven orbit
#

mmm

#

have you thought of LaTeX?

mint isle
#

big learning curve

#

too complex for my use

raven orbit
#

fair enough

#

then I don't know, sorry

coarse hearthBOT
#

@heavy orchid Per Rule 6, your invite link has been removed. If you believe this was a mistake, please let staff know!

Our server rules can be found here: https://pythondiscord.com/pages/rules

worldly halo
#

Hey

outer raven
#

“Practice makes perfect, but nobody's perfect, so why practice?”
― Kurt Cobain

outer raven
#

hi

cerulean linden
#

@stuck bluff Thank you

#

this is my actual look when i get 99+ bugs after writing a 10 line code

vivid cobalt
#

@raven orbit how do i define tim in here:


import turtle
import random

def up():
    tim.setheading(90)
    tim.forward(100)

def down():
    tim.setheading(270)
    tim.forward(100)

def left():
    tim.set_heading(180)
    tim.forward(100)

def right():
    tim.setheading(0)
    tim.forward(100)

colors = ["red", "blue", "green", "yellow", "black"]

def clickLeft(x, y):  # Make sure to have parameters x, y
    tim.color(random.choice(colors))

def clickRight(x, y):
    tim.stamp()

tim.listen()

turtle.onscreenclick(clickLeft, 1)  # 1:Left Mouse Button, 2: Middle Mouse Button
turtle.onscreenclick(clickRight, 3) # 3: Right Mouse Button

tim.onkey(up, "Up")  # This will call the up function if the "Left" arrow key is pressed
tim.onkey(down, "Down")
tim.onkey(left, "Left")
tim.onkey(right, "Right")
raven orbit
#

well, what is tim supposed to be?

vivid cobalt
#

a turtle

raven orbit
#

tim = turtle.Turtle()

#

will define tim as a Turtle object

vivid cobalt
raven orbit
#

correct

#

it's a method of the screen/window

#

not of a Turtle object

#

same for onscreenclick btw, where you've implemented it correctly

vivid cobalt
#

so how should i correct it?

#
import turtle
import random

tim = turtle.Turtle()

def up():
    tim.setheading(90)
    tim.forward(100)

def down():
    tim.setheading(270)
    tim.forward(100)

def left():
    tim.set_heading(180)
    tim.forward(100)

def right():
    tim.setheading(0)
    tim.forward(100)

colors = ["red", "blue", "green", "yellow", "black"]

def clickLeft(x, y):  # Make sure to have parameters x, y
    tim.color(random.choice(colors))

def clickRight(x, y):
    tim.stamp()

Turle.listen()

turtle.onscreenclick(clickLeft, 1)  # 1:Left Mouse Button, 2: Middle Mouse Button
turtle.onscreenclick(clickRight, 3) # 3: Right Mouse Button

tim.onkey(up, "Up")  # This will call the up function if the "Left" arrow key is pressed
tim.onkey(down, "Down")
tim.onkey(left, "Left")
tim.onkey(right, "Right")

tim.mainloop()  # This will make sure the program continues to run 
#
import turtle
import random

tim = turtle.Turtle()

def up():
    tim.setheading(90)
    tim.forward(100)

def down():
    tim.setheading(270)
    tim.forward(100)

def left():
    tim.set_heading(180)
    tim.forward(100)

def right():
    tim.setheading(0)
    tim.forward(100)

colors = ["red", "blue", "green", "yellow", "black"]

def clickLeft(x, y):  # Make sure to have parameters x, y
    tim.color(random.choice(colors))

def clickRight(x, y):
    tim.stamp()

turtle.listen()

turtle.onscreenclick(clickLeft, 1)  # 1:Left Mouse Button, 2: Middle Mouse Button
turtle.onscreenclick(clickRight, 3) # 3: Right Mouse Button

tim.onkey(up, "Up")  # This will call the up function if the "Left" arrow key is pressed
tim.onkey(down, "Down")
tim.onkey(left, "Left")
tim.onkey(right, "Right")

tim.mainloop()  # This will make sure the program continues to run 
#
Traceback (most recent call last):
  File "/Users/hminhas/LearningPython/Project1/V2/practice.py", line 35, in <module>
    tim.onkey(up, "Up")  # This will call the up function if the "Left" arrow key is pressed
AttributeError: 'Turtle' object has no attribute 'onkey'
Harjots-MacBook-Pro-2:Project1 hminhas$ 

raven orbit
#

foo

#
def bar(x):
    print(x)

class MyClass:
    def __init__(self, name):
        self.name = name
    def zan(self):
        print(self.name + ' is your name')
#
import foo
foo.bar('hi')

mor = foo.MyClass('Minhas')
mor.zan()
raven orbit
vestal dawn
#

Does that say mask on between bites or not?

vestal dawn
terse bolt
#

g

stiff heart
#

!voiceverify\

coarse hearthBOT
#

You are not allowed to use that command.

gilded knoll
#

!rank'

coarse hearthBOT
#

Iterating over range(len(...)) is a common approach to accessing each item in an ordered collection.

for i in range(len(my_list)):
    do_something(my_list[i])

The pythonic syntax is much simpler, and is guaranteed to produce elements in the same order:

for item in my_list:
    do_something(item)

Python has other solutions for cases when the index itself might be needed. To get the element at the same index from two or more lists, use zip. To get both the index and the element at that index, use enumerate.

gilded knoll
#

!rank

coarse hearthBOT
#

Iterating over range(len(...)) is a common approach to accessing each item in an ordered collection.

for i in range(len(my_list)):
    do_something(my_list[i])

The pythonic syntax is much simpler, and is guaranteed to produce elements in the same order:

for item in my_list:
    do_something(item)

Python has other solutions for cases when the index itself might be needed. To get the element at the same index from two or more lists, use zip. To get both the index and the element at that index, use enumerate.

gilded knoll
#

print("hello world")

misty sinew
gilded knoll
#

dude im very bew to programming and this is what i have learnt

#

kinda silly ik

mild flume
#

Not really

#

We all started somewhere

#

Why be upset at people for wanting to learn and better themselves?

royal shore
#

hemlock last time u suggest for low level

#

2.23 United States Dollar

#

bin()

zenith bone
#

Hello there, I have a quick question, newbie one, I set up VScode and I have this script that tries to import the module netmiko into the python3 program I am writting.

#

Before creating the venv (virtual environment) I was able to to run the scripts without issues. but now the pylint linter is showing this:

#

I think this is related to the virtual environment

#

I know I have netmiko installed correctly in my Linux ubuntu 20.04 system

dry grove
#

What's up everyone

#

@old mirage Where's Biden?

old mirage
#

idk

acoustic bolt
#

WHOOPS i didn't notice

golden marsh
#

!e ```py
class A:
def method(self):
print("hello")

ins = A()
b = ins.method
b()

coarse hearthBOT
#

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

hello
dry grove
#

Loool

golden marsh
dry grove
#

Don't be rude @golden marsh

golden marsh
#

@tribal kernel here

tribal kernel
#

ok

golden marsh
tribal kernel
#

can i spam

#

50 msg

#

yes i was gonna scream n word

#

then leave

#

not joke

#

real

dry grove
#

...

tribal kernel
#

u should unmute me

dry grove
misty sinew
#

yeayh

dry grove
#

Also your playing fortnite, which explains a lot.

autumn raft
#

!pban 691803538812043274 no n words or spam here sir

coarse hearthBOT
#

:x: User is already permanently banned (#27223).

autumn raft
#

NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

golden marsh
#

dunno who got it before you

#

ah, steler

autumn raft
#

it must be xith, but he is not even awake /s

golden marsh
#

!e ```py

class A():
def init(self, a):
self.a = a

class B(A):
def init(self, a):
super().init(a)
self.b = a
i = B(5)
print(i.b)

coarse hearthBOT
#

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

5
mild flume
#

@golden marsh I can hear you

#

See you later

#

No worries

old mirage
#

hi hemmy

mild flume
#

Working on fixing my mic

#

Hi Reg

old mirage
#

me too i have to wait 3 days to fix it

#

woah

mild flume
#

Rather low effort name

old mirage
#

idk who reg is

#

yes

midnight field
#

hey

#

how are you guys

#

good

mild flume
#

I'm not an idiot

midnight field
#

I did not get voice access yet

old mirage
#

who doesn’t call you hemmy

dry grove
#

@midnight field

old mirage
#

hello

#

wait

#

no

midnight field
#

thx bro

old mirage
#

im obama not reg

dry grove
#

no prob

mild flume
#

@uncut mist Probably easier to ask in here.

old mirage
#

i asked for it

uncut mist
old mirage
#

j dm your question to me

uncut mist
#

whenever i open a py script it closes immediately

#

how do i fix it?

old mirage
#

what

uncut mist
#

ok

scenic canopy
#

Yo I'm unable to activate my virtual environment using the fish shell

#

Getting this error source: Error while reading file 'venv/bin/activate'

#

source venv/bin/activate

#

venv/bin/activate (line 49): Unsupported use of '='. In fish, please use 'set VIRTUAL_ENV

charred creek
#

./venv/bin/activate

scenic canopy
#

source venv/bin/activate.fish

uncut mist
#

@mild flume it didnt work

#

sorry for pinging you

charred creek
#

. venv/bin/activate.fish

mild flume
#

Can you show me your code?

uncut mist
#

ye sure

mild flume
#

Just to confirm, you are adding a bot token in the bot.run() part and have just taken it out for showing your code?

uncut mist
#

yeah

#

yessir

#

okay

mild flume
#

cmd

uncut mist
#

open cmd?

mild flume
#

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

#

@uncut mist Yeah, running the program from an already opened cmd prompt should let us see any error codes it drops

uncut mist
mild flume
#

So is it showing any kind of errors?

#

Or just dying

uncut mist
#

can you do it for me?

#

on any desk

#

please

#

it just closes

mild flume
#

I can't at the moment, I'm swamped at work

uncut mist
#

can you help me later please?

mild flume
#

It might be better to ask using our help system. See #❓|how-to-get-help for more details on that. I really don't know how long I'm going to be tied up with this

uncut mist
#

okay thanks for trying to help

mild flume
#

Yep! Sorry I couldn't do more

#

Been.... hectic for the past couple work days

#

And counting

uncut mist
#

it's okay

scenic canopy
#

Man my productivity is down the drain because of WFH

mild flume
#

I couldn't do most of my stuff from home

#

I delivery payroll and tax documents, as well as in-house IT

scenic canopy
#

lmao

north oar
#

Hey guys!

charred creek
#

hey

supple coral
#

hm

blissful laurel
#

hi

supple coral
#

hi

blissful laurel
#

i need open mic

#

im new in group

supple coral
#

anyone know

mild flume
#

You'll get there soon enough

blissful laurel
#

how close

mild flume
#

Just have patience, don't spam, have conversations with us in call (most of us watch the channel while we're talking), check out the various topical channels, etc.

supple coral
#

hemlock sexy?

mild flume
#

Sorry what?

supple coral
#

haha just calling you sexy. It's not an anything really i

charred creek
#

gg wp

blissful laurel
#

I do not have permission to open a microphone

supple coral
#

@blissful laurel yeah whats your microphone held together with?

#

Normally you can open it with screwdriver if its screws or maybe even a saw or something if its straight plasic

blissful laurel
#

no no, I can't open it because I'm not active enough on the server

mild flume
blissful laurel
#

thx @mild flume

supple coral
#

Oh you mean your suppressed. Sorry got confused cause you said your trying to open it 🥴

mild flume
#

!rule 5

coarse hearthBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.

mild flume
#

@ancient sinew We will not assist with a Final

blissful laurel
#

thanks @supple coral sorry my english is not good enough i am learning new i need to practice

#

Is there someone who can practice english with me?

blissful laurel
#

gotta try

ancient sinew
#

Can someone help me with my computer science final😭😭😭

blissful laurel
#

how subject

mild flume
ancient sinew
#

ohhhhh

#

I se

#

my bad

blissful laurel
#

ahh sory @ancient sinew the rules don't allow

ancient sinew
#

welp

blissful laurel
#

im sorry bro

ancient sinew
#

thanks anyways

#

Was nice knowing you boys

charred creek
#

cya nerdling

blissful laurel
#

same way

#

Filipina ka ba @charred creek

charred creek
#

wah

#

?

blissful laurel
#

anyway

blissful laurel
#

im Turkish

charred creek
#

tasty

blissful laurel
#

😄 😄

#

i'm a cyber security expert but i'm having trouble with english, can you help me?

mild flume
#

I can try

blissful laurel
#

really

#

so how can we do

kindred rapids
#

Problem Description
You have to determine if it is possible to escape from a room. The room is an M-by-N grid with
each position (cell) containing a positive integer. The rows are numbered 1, 2, . . . , M and the
columns are numbered 1, 2, . . . , N. We use (r, c) to refer to the cell in row r and column c.
You start in the top-left corner at (1, 1) and exit from the bottom-right corner at (M, N). If you
are in a cell containing the value x, then you can jump to any cell (a, b) satisfying a × b = x. For
example, if you are in a cell containing a 6, you can jump to cell (2, 3).
Note that from a cell containing a 6, there are up to four cells you can jump to: (2, 3), (3, 2), (1, 6),
or (6, 1). If the room is a 5-by-6 grid, there isn’t a row 6 so only the first three jumps would be
possible.
Input Specification
The first line of the input will be an integer M (1 ≤ M ≤ 1000). The second line of the input will
be an integer N (1 ≤ N ≤ 1000). The remaining input gives the positive integers in the cells of
the room with M rows and N columns. It consists of M lines where each line contains N positive
integers, each less than or equal to 1 000 000, separated by single spaces.
For 1 of the 15 available marks, M = 2 and N = 2.
For an additional 2 of the 15 available marks, M = 1.
For an additional 4 of the 15 available marks, all of the integers in the cells will be unique.
For an additional 4 of the 15 available marks, M ≤ 200 and N ≤ 200.
Output Specification
Output yes if it is possible to escape from the room. Otherwise, output no.
Sample Input
3
4
3 10 8 14
1 11 12 12
6 2 3 9
Output for Sample Input
yes

#

my code:

from sys import exit, setrecursionlimit
setrecursionlimit(10000)

totY = int(input())
totX = int(input())

def factorPairs(value):
    factors = []
    for i in range(1, int(value ** 0.5)+1):
        if value % i == 0:
            ans = (i, value // i)
            factors.append(ans)
            factors.append(ans[::-1])
    return factors

def check(c):
    for f in factorPairs(c):
        if f[0] == totX and f[1] == totY:
            print("yes")
            exit(0)
        try:
            check(grid[f[0]][f[1]])
        except:
            pass

grid = [[0] * totX]

for i in range(totY):
    toAppend = list(map(int, input().split()))
    toAppend.insert(0, 0)
    grid.append(toAppend)
# (debug print statement)
print(grid)
check(grid[1][1])
print("no")
#

(something seems to be wrong with it

blissful laurel
#

@kindred rapids can you take a screenshot of the problem on the output

coarse hearthBOT
#

Hey @kindred rapids!

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

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

charred creek
warm tendon
#

!e

grid = [[0] * 3]
grid[0] = 2
print(grid)
coarse hearthBOT
#

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

[2]
blissful laurel
#

!e

coarse hearthBOT
#
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!*

warm tendon
#

@kindred rapids error? traceback? or does it just notwork

kindred rapids
#

it only printed the debug print that i put in there

warm tendon
#

seems like it doesn't work then :P

kindred rapids
#

the code looks like it will print either "yes" or "no" 100% of the time

#

but it doesn't

warm tendon
#

does it print "no" at the end?

kindred rapids
#

no

warm tendon
#

what aobut the size of the input

#

is it possible you're just not waiting long enough?

kindred rapids
#
3
4
3 10 8 14
1 11 12 12
6 2 3 9
[[0, 0, 0, 0], [0, 3, 10, 8, 14], [0, 1, 11, 12, 12], [0, 6, 2, 3, 9]]
PS C:\Users\cutek\Desktop\ccc-2020-practice> 
warm tendon
#

what if you put a print at the start of your check

#

are you visiting nodes you've visited?

kindred rapids
#
from sys import exit, setrecursionlimit
setrecursionlimit(5000)

totY = int(input())
totX = int(input())

visited = {}

def factorPairs(value):
    factors = []
    for i in range(1, int(value ** 0.5)+1):
        if value % i == 0:
            ans = (i, value // i)
            factors.append(ans)
            factors.append(ans[::-1])
    return factors

def check(c):
    for f in factorPairs(c):
        if not f in visited:
            if f[0] == totX and f[1] == totY:
                print("yes")
                exit(0)
            try:
                check(grid[f[0]][f[1]])
                visited.add(f)
            except:
                pass

grid = [[0] * totX]

for i in range(totY):
    toAppend = list(map(int, input().split()))
    toAppend.insert(0, 0)
    grid.append(toAppend)
print(grid)
check(grid[1][1])
print("no")
charred creek
quartz mason
#

hello

cunning pivot
#

@mild flume hello

mild flume
#

Hopping off, heading home to the wife

hearty heath
#

Blue-J is kind of cool

#

It had an interactive interpreter for Java before that was officially a thing

#

Also DrJava

#

It's like saying "cars are detrimental to leg strength" 😄

#

What was the problem?

#

Could you work backwards?

elder wraith
#

Use Powershell!

hearty heath
#

Build up a table mapping a value to all the cells containing that value.

golden marsh
#
def factorPairs(value):
    for i in range(1, int(value ** 0.5)+1):
        if value % i == 0:
            ans = (i, value // i)
            yield ans
            yield ans[::-1]
hearty heath
#
from collections import defaultdict

M = int(input())
N = int(input())

grid = [
    list(map(int, input().split()))
    for _ in range(M)
]

cells = defaultdict(set)

for i, row in enumerate(grid, start=1):
    for j, val in enumerate(row, start=1):
        cells[val].add((i, j))

...
warm tendon
#

😔

hearty heath
#

If you're in cell (i, j), you only could have come from any of the cells in cells[i * j]

warm tendon
#

good point

hearty heath
#

This might be an approach to try 🙂 @kindred rapids

#

Maybe lemon_pika

charred creek
hearty heath
#

What website is this problem from?

#

@kindred rapids

kindred rapids
mellow kelp
#

ahoy

hearty heath
#

I have a solution that works for the example input, based on the recommendation above. Not sure if it will be fast enough for the true input.

#

I take it this is just for practice?

kindred rapids
#
import sys

sys.setrecursionlimit(65535)

totY = int(sys.stdin.readline())
totX = int(sys.stdin.readline())

visited = set()


def factorPairs(value):
    factors = []
    for i in range(1, int(value ** 0.5) + 1):
        if value % i == 0:
            ans = (i, value // i)
            factors.append(ans)
            factors.append(ans[::-1])
    return factors


def check(c):
    for f in factorPairs(c):
        if not f in visited:
            if f[0] == totX and f[1] == totY:
                print("yes")
                sys.exit(0)
            visited.add(f)
            try:
                check(grid[f[0]][f[1]])
            except IndexError:
                pass


grid = [[0] * totX]

for i in range(totY):
    toAppend = list(map(int, sys.stdin.readline().split()))
    toAppend.insert(0, 0)
    grid.append(toAppend)

check(grid[1][1])
print("no")
#

Sample Input:

3
4
3 10 8 14
1 11 12 12
6 2 3 9

Sample Output:

#
yes
hearty heath
#

Little bash testscript: ```bash
printf '%20s %10s %10s\n' file expected actual

time for infile in j5_s2/.in; do
outfile="${infile%.
}.out"
result=$(cat $infile | python maze.py)
printf '%20s %10s %10s\n' $infile $(cat $outfile) $result
done

#

Output when I ran it on my solution: ```text
file expected actual
j5_s2/j5.01.01.in yes yes
j5_s2/j5.01.02.in yes yes
j5_s2/j5.01.03.in yes yes
j5_s2/j5.01.04.in no no
j5_s2/j5.01.05.in no no
j5_s2/j5.01.06.in no no
j5_s2/j5.01.07.in no no
j5_s2/j5.02.01.in yes yes
j5_s2/j5.02.02.in yes yes
j5_s2/j5.02.03.in no no
j5_s2/j5.02.04.in no no
j5_s2/j5.02.05.in no no
j5_s2/j5.02.06.in no no
j5_s2/j5.03.01.in no no
j5_s2/j5.03.02.in no no
j5_s2/j5.03.03.in yes yes
j5_s2/j5.03.04.in yes yes
j5_s2/j5.03.05.in no no
j5_s2/j5.05.01.in no no
j5_s2/j5.05.02.in no no
j5_s2/j5.05.03.in yes yes
j5_s2/j5.05.04.in yes yes
j5_s2/j5.06.01.in no no
j5_s2/j5.06.02.in no no
j5_s2/j5.06.03.in yes yes
j5_s2/j5.06.04.in yes yes
j5_s2/j5.06.05.in yes yes
j5_s2/j5.06.06.in yes yes
j5_s2/j5.07.01.in no no
j5_s2/j5.07.02.in yes yes
j5_s2/j5.07.03.in yes yes
j5_s2/j5.07.04.in yes yes
j5_s2/j5.07.05.in yes yes
j5_s2/j5.07.06.in yes yes
j5_s2/j5.07.07.in yes yes
j5_s2/j5.sample.in yes yes

real 0m25.864s
user 0m20.808s
sys 0m3.325s

#

I'm guessing 26s isn't fast enough 😄

#

How you testing your code? @floral current

floral current
#

Running it and crying :P

hearty heath
#

Nice 😄

hearty heath
floral current
#

sadly im on windows

#

cprofile though

hearty heath
#

My solution, if you're interested: ```python
from collections import defaultdict

M = int(input())
N = int(input())

grid = [
list(map(int, input().split()))
for _ in range(M)
]

cells = defaultdict(set)

for i, row in enumerate(grid, start=1):
for j, val in enumerate(row, start=1):
cells[val].add((i, j))

frontier = [(M, N)]
visited = {(M, N)}

while frontier:
r, c = frontier.pop()
if (r, c) == (1, 1):
print('yes')
break
predecessors = cells[r * c] - visited
frontier += predecessors
visited |= predecessors
else:
print('no')

hearty heath
#

Did someone say my name?

kindred rapids
hearty heath
#

Ahhh, that sucks 😄

#

I guess that was one of the 'no' ones?

#

Is that j5.07.06.in?

golden marsh
hearty heath
#

cya @floral current 👋

#

Lively chat session @golden marsh 😄

#

I really should speak on mic sometime...

#

Ah, it's midnight. I should go. See ya 👋

supple coral
#

anyone good at discordpy?

hearty heath
supple coral
#

beat you to it

#

😉

golden marsh
#

The categorical imperative (German: kategorischer Imperativ) is the central philosophical concept in the deontological moral philosophy of Immanuel Kant. Introduced in Kant's 1785 Groundwork of the Metaphysic of Morals, it may be defined as a way of evaluating motivations for action.
According to Kant, sentient beings occupy a special place in c...

midnight field
#

@noble ginkgo it's probot

golden marsh
dry grove
#

facts @noble ginkgo

halcyon shale
#

@misty sinew practice ur skills with eulers

#

i think the best way to solve them is python

dry grove
#

hi

kindred rapids
#
def averagePrime(n):
    n *= 2
    for i in range(n + 1):
        j = n - i
        if isItPrime(i) and isItPrime(j):
            print(i, j)
            break
#
def isItPrime(N):  # same as before
    for D in range(2, N):
        if D * D > N:  # first added line
            return True
        if N % D == 0:
            return False
    return True
unkempt spade
#

you can reduce isitprime to log n by only comparing division to previous existing primes

#

using the prime number theorem

#

In number theory, the prime number theorem (PNT) describes the asymptotic distribution of the prime numbers among the positive integers. It formalizes the intuitive idea that primes become less common as they become larger by precisely quantifying the rate at which this occurs. The theorem was proved independently by Jacques Hadamard and Charle...

#

in that way isitprime will work you in any case

#

but if you want to make it O(n)

#

you should save a variable for i and j and make a distinct logic (one substracting the other adding) to find the prime

#

that wont be a good maintainable code but at least will be O(n)

blissful laurel
#

hi

#

@unique raptor

unique raptor
#

hi

hard garden
#

Hey i'm a beginner in Python and didn't now what i can code. Has somebody an idea for me?

coarse hearthBOT
#
Bad argument

Converting to "int" failed for parameter "pep_number".

#
Command Help

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

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

blissful laurel
#

!loop

raw wren
#

if someone can hop in code help 1 real quick I have a quick question.

warm tendon
#

how quick

raw wren
#

Hmm like 5-10 minutes at most.

warm tendon
#

hmm

#

what's the question

raw wren
#

I have an assignment and I just am having issues creating a function. And I have gone back in all my resources but I still can't seem to figure it out.

warm tendon
#

just a function?

#

what's the task

raw wren
#

Here Ill put the paragraph

#

Create a global variable called myUniqueList. It should be an empty list to start.

Next, create a function that allows you to add things to that list. Anything that's passed to this function should get added to myUniqueList, unless its value already exists in myUniqueList. If the value doesn't exist already, it should be added and the function should return True. If the value does exist, it should not be added, and the function should return False;

warm tendon
#

so what have you tried

raw wren
#

I have tried to create a function obviously ill post it here

#

myUniqueList = []

def addItem(myUniqueList):
myUniqueList = myUniqueList

I just got stuck and couldnt find anything about it back in the course.

warm tendon
#

do you know how to check if something is in a list?

mild flume
warm tendon
raw wren
#

No, but I have someone explaining it to me right now.

warm tendon
#

huh

#

on this server?

finite garden
#

@raw wren do we have to return the answer for every number which we add or we just have to return the ans and that's it?

raw wren
warm tendon
#

ah

raw wren
#

myUniqueList = []

def additem(item):
global myUniqueList
if item not in myUniqueList:
myUniqueList.append(item)
return True
return False

additem('jake')

print(myUniqueList)

finite garden
#

@true light hey man

raw wren
#

@true light and @warm tendon thank you guys for the help!

warm tendon
#

:3

cerulean linden
#

What's cooking in the general gentlemen!?

raw wren
#

basic RCA adder

mild flume
#

@vocal ivy Sorry, my VC is frozen, one sec

junior nacelle
#

in minecraft...

misty sinew
#

should have been here

#

i agree

#

can't talk for now so i have to type

#

naa

#

um

#

not really

#

exactly

#

yeah

#

link the github

#

can anyone see this

#

?

#

i need to get unverified so i can contribute

opaque wharf
#

!voiceverify

#

!voiceverify

misty sinew
#

@golden marsh im in class i cant say anything

#

lmao

golden marsh
#

ah

#

you were saying something about how people treated you earlier @misty sinew
or did i misunderstand?

misty sinew
#

wildy misunderstood

#

i said i gtg im in class

#

lmao how did you even hear that

golden marsh
#

i have no clue

misty sinew
golden marsh
#

i thought i heard something along the lines "when i was here earlier some people"

misty sinew
#

nope lol

golden marsh
#

huh

misty sinew
#

im having democratic politics class

#

ima just go to the text channels and general

#

bye

#

👋

golden marsh
#

cya

outer raven
misty sinew
#

why man lol

misty sinew
outer raven
misty sinew
#

!code

misty sinew
#

can someone take a look at my question in bromium?

#

i'm a little stumped

unkempt pawn
#

Hey

mellow sandal
#

hi

winged venture
#

Hai

loud cave
#

Is that a game he made?

boreal sinew
mild flume
#

@red mortar @gray seal

upbeat onyx
#

hi @mild flume

mild flume
#

How goes it

upbeat onyx
#

yeah good

#

@mild flume u know about openpyxl ?

#

i am trying to enter data in python and save it in excel , but when i re run the program my old data gets erased!

#

i am only able to over write

#

ok i will send my coding

unkempt pawn
#

If we open a file in append mode
and write it in while True
Then

mild flume
#

@stuck bluff You might want to restart your phone or something

unkempt pawn
#
cool = open("test.txt", "a")
while True:
  cool.write("Hey\n")
unkempt pawn
#

the file space was 1gb+ in few seconds

elder wraith
#

@stuck bluff Please stop!

stuck bluff
mild flume
#

It keeps popping you on and off really quickly

elder wraith
#

I think you are stuck in some weird state

stuck bluff
#

I didn't know it was sending anything. Sorry.

mild flume
#

You're fine, you couldn't help it

upbeat onyx
#

import openpyxl as xl

wb=xl.load_workbook("test.xlsx")

sheet = wb["Sheet1"]

roll=sheet.cell(row=1,column=1)
roll.value="Student id"

name=sheet.cell(row=1,column=2)
name.value="Name"

clas=sheet.cell(row=1,column=3)
clas.value="Class"

age=sheet.cell(row=1,column=4)
age.value="Age"

keyval={}

n=int(input("Enter no. of entries :"))
starting_row=int(input("Enter starting row :"))

n-(n-starting_row), n+starting_row

for i in range(n-(n-starting_row),n+starting_row):
cell_0=sheet.cell(row=i,column=1)
cell_0.value=(i-1)*100
cell=sheet.cell(row=i,column=2)
cell.value=input("Enter name 😊
cell_2=sheet.cell(row=i,column=3)
cell_2.value=input("Enter class 😊
cell_3=sheet.cell(row=i,column=4)
cell_3.value=int(input("Enter age :"))

if i==2:
    print("--- 1 RECORD ---")
else:


    print("---",i-1,"RECORDS ---")
keyval[cell_0]=cell,cell_2,cell_3

wb.save("second.xlsx")

elder wraith
#

I'd let it chill out for 10 minutes to figure it out

stuck bluff
#

I'll restart my phone.

mild flume
#

!paste

coarse hearthBOT
#

Pasting large amounts of code

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

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

upbeat onyx
#

ok @mild flume

#

yes you are

mild flume
upbeat onyx
warped wind
#

o/

coarse hearthBOT
#

Hey @upbeat onyx!

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

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

upbeat onyx
#

yes it is starting in the row which i input , but the old data gets erased when i run the program again @mild flume

#

yes

#

ok

mild flume
#

Question or problem about Python programming: I use pandas to write to excel file in the following fashion: import pandas writer = pandas.ExcelWriter('Masterfile.xlsx') data_filtered.to_excel(writer, "Main", cols=['Diff1', 'Diff2']) writer.save() Masterfile.xlsx already consists of number of different tabs. However, it does not yet contain “Main...

upbeat onyx
tiny pumice
#

G'evening

low rock
#

hlo

viscid steppe
#

Bonne nuit

low rock
#

hlo @unkempt pawn

unkempt pawn
#

Hey

viscid steppe
#

Ooo

upbeat onyx
#

@mild flume

#

no , i will try now

viscid steppe
#

Ooo

#

js vs ts ?

#

👍 themx Mr.Hemlock !

stuck bluff
viscid steppe
#

yup, i agree ! merci beaucoup

viscid steppe
#

Navalny

upbeat onyx
#

shall i try to overwrite the existing excel file instead of creating a second one , wb.save("test.xlsx") @mild flume

mild flume
#

Couldn't hurt

viscid steppe
#

rolling back a commit

mild flume
viscid steppe
#

i am actually a kiddo, listening to professors :p just started with programming

tiny pumice
#

I miss writing something in Python lol

stuck bluff
#

Hydraulic press.

viscid steppe
#

wait

tiny pumice
#

brb

viscid steppe
#

oops i did write that command somewhere when i had one git class

upbeat onyx
#

@mild flume is it possible to keep the student id as key and other data as values and access the data whenever ?

viscid steppe
#

i think it is , not sure

#

sql ryt ?

upbeat onyx
#

i can save it in a dictionary

knotty solar
upbeat onyx
#

but the problem is when the program ends the data from the dictionary also gets erased each time ! @mild flume

knotty solar
#

I kept a word doc table of commands and effects when I was learning git

upbeat onyx
#

@mild flume u know about tinydb ?

viscid steppe
#

git checkout for merging a branch ?

knotty solar
#

git checkout is for changing to a branch
but I think u already know that

upbeat onyx
#

will the data be saved even after the program ends in tinydb ?

tiny pumice
#

'Am back, had to run a quick errand

viscid steppe
#

what is the best one to learn for db management , p sql , mysql , ...or any other ?

tiny pumice
#

I'm still working on my Haskell site, I'm just writing tests for it

viscid steppe
#

thanks Mr.Hemlock !

knotty solar
#

but I like postgresql 😅

upbeat onyx
#

i am using excel as database , is it good ?

knotty solar
#

won't access be used for database, from ms-office?

viscid steppe
#

for validation , excel is nothing

tiny pumice
#

I might take a break once I'm done with the tests by poking around Nim and the like

knotty solar
viscid steppe
#

yup

misty sinew
#

que es esto?

viscid steppe
#

it uses sql in design view maybe

knotty solar
#

i read access doesn't support database of more than 1gb

viscid steppe
#

how are you ? i am fine , and you ?

knotty solar
#

yeah, database file is 1 gb, what Rabbit said

viscid steppe
#

maybe

#

access is taught in schools :p , always scored less marks in queries

tiny pumice
#

Also I'm kinda sticking with sqlite as my site's database at the moment, it's gonna be a mostly read-only static site anyways. If anything I could easily swap out the dependencies and imports and have it working with postgresql

knotty solar
#

not to me, they taught MySQL

viscid steppe
#

Yup, java et my sql

#

my sql is definitely cool

knotty solar
#

what's laundmo up to?

tiny pumice
#

I've yet to decide on the hosting service that I'll be using lol

viscid steppe
#

laundmo is a kinda guy everyone likes to be friends with :)

viscid steppe
#

never use that

#

laundmo was playing a pretty game environment

tiny pumice
#

I'm planning on going with Hostinger or Contabo but that requires me to get a landline phone

knotty solar
#

I hate my internet service.
today workers laid optical fiber outside my house, said service will be up and running in 10 days or so

tiny pumice
viscid steppe
#

github offers free hosting ?

tiny pumice
#

Said hosting platforms require a telephone number

viscid steppe
tiny pumice
viscid steppe
#

Ooo

#

I am a kiddo , apologies :)

upbeat onyx
#

@mild flume does tinydb follow dictionary logic ?

viscid steppe
#

does AWS provide any kinda full stack hosting ?

tiny pumice
#

You can with EC2 instances

tiny pumice
#

@mild flume Don't think I'm eligible for Google Voice

#

Well, on my phone at least

viscid steppe
#

they are recommending Heroku for node js applications

knotty solar
#

😢 rabbit's gone

tiny pumice
knotty solar
#

so I pushed my password on my git repo, rabbit said "you could tell github to block that"
anyone knows how?

tiny pumice
#

If I was US-based probably

knotty solar
#

only I can see my private repositories right?

#

my friends can't see it right?

tiny pumice
#

Unless you give them direct access

viscid steppe
knotty solar
viscid steppe
#

again , i am a kiddo so forgive me

knotty solar
#

its also a private repo

#

thanks

tiny pumice
#

I've exhausted my resources enough though, I'm settling for a low-cost EC2 instance for now

viscid steppe
#

is there any kind of off topic chat here ?

#

Ooo

#

Awwkayy thanks !

tiny pumice
#

Henlo Opal

wind fern
#

True

tiny pumice
#

I remember that one time a year and a half back when a water fountain caused me a sore throat

mild flume
knotty solar
#

hey, do you guys use unittest?

tiny pumice
#

It was pressurized a bit too much and cold water shot straight into my throat, which is not good

mild flume
#

!codeblock

coarse hearthBOT
#

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.

open scarab
#
def request_app(client_number, page_num):
    page_num += 1
    url_appointments = 'https://api.cliniko.com/v1/patients/' + str(client_number) + '/appointments?' + 'page=' + str(page_num)
    try:
        res = requests.get(url_appointments, headers={'Authorization': auth_value, 'Accept': 'application/json','User-agent': 'Mozilla/5.0'})
        for key, value in res.json().items():
            if key == 'appointments':
                if value == []:
                    return res == False
    except:
        pass
    page_num += 1
    return res
```py
tiny pumice
#

Welp, my network just gave up

#

Recovered now but got disconnected from voice

mild flume
#

One sec

open scarab
#

just @ me @mild flume

#

appreciate it

mild flume
#

I'm back, sorry

#

Had to talk to our printer guy

knotty solar
mild flume
#

Would have to see where the call is made, Acc

knotty solar
#

is it unreadable?

#

ahh. who cares about tests, must be correct

mild flume
#

Not the traceback, the part in the code iteslf

knotty solar
#
import unittest
from app.models import User

class UserModelTestCase(unittest.TestCase):
    def test_password_setter(self):
        u = User(password = 'cat')
        self.assertTrue(u.password_hash is not None)
    
    def test_no_password_getter(self):
        u = User(password='cat')
        with self.assertRaises(AttributeError):
            u.password
    
    def test_password_verification(self):
        u = User(password = 'cat')
        self.assertTrue(u.verify_password('cat'))
        self.assertFalse(u.verify_password('dog'))
    
    def test_password_salts_are_random(self):
        u = User(password = 'cat')
        u2 = User(password = 'cat')
        self.assertTrue(u.password_hash != u2.password_hash)
#

super simple 👆

#

still errors

#

not a single error pointing to any line of the code

#

forget it Hemlock, I want to move ahead for now

rose solar
#

intimate rabbit

#

haha

elder wraith
#

Most of my stock holding is in SP500 mutual fund

rose solar
#

nice, playing the long game

#

gonna go for a bit

golden marsh
#
def request_app(client_number, page_num):
    page_num += 1
    url_appointments = f'https://api.cliniko.com/v1/patients/{client_number}/appointments'
    headers = {'Authorization': auth_value, 'Accept': 'application/json','User-agent': 'Mozilla/5.0'}
    params = {"page": page_num}
    try:
        res = requests.get(url_appointments, headers=headers, params=params)
        for key, value in res.json().items():
            if key == 'appointments':
                if value == []:
                    return res == False
    except:
        pass
    page_num += 1
    return res

knotty solar
#

anyone know sqlite? what will table_name.query.get() do?

elder wraith
#

If you listen to me for investing advice, you are also crazy, I'm not professional and also, gambling involves loses

knotty solar
#

there's a generator expression and generator function

golden marsh
#

!e ```py
def gen():
yield "hello"
yield "world"

for word in gen():
print(word)

coarse hearthBOT
#

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

001 | hello
002 | world
golden marsh
#

!e ```py
def generate_number():
for i in range(10):
yield i
print(next(generate_number()))
print(next(generate_number()))
print(next(generate_number()))
print(next(generate_number()))
print(next(generate_number()))

coarse hearthBOT
#

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

001 | 0
002 | 0
003 | 0
004 | 0
005 | 0
golden marsh
#

sooo yah you create a new generator in each line @knotty solar

knotty solar
#

hmm, good thing about generator functions, they stay forever

#

generator expression's gone once consumed

#

😏 I found a difference between them Laundmo 😏 😏 😏

#

this is just a normal column in the users table right?
does id column have some special meaning in a database table?

#

pure's gone, he was working on some database thingy 😢

#

I went to 6 atm's today, all of them out of cash

#

nicely spent 2 hours

#

saw some trains, railway station's ATM

knotty solar
#

ok, What's an accounting firm?

#

is it a bank thing?

gray marlin
knotty solar
#

who's transactions?

elder wraith
#

this channel isn't meme dump

knotty solar
#

Hemlock's describing things the movie "The pursuit of Happyness" taught me

warm tendon
#

it's a classic

knotty solar
#

oh, please do watch it, and get ready to cry once in a while watching it

upbeat onyx
#

@mild flume i used sheet.max_row to automatically detect the last row and enter data after that row

golden marsh
knotty solar
#
@decorator1
@decorator2
def func():
  pass

which decorator does its decoration first?

#

it goes from top to bottom, or the other way?

warm tendon
#

bottom up iirc

mild flume
#

That sounds right

knotty solar
#

deja-vu, I've had the same convo with Rabbit before

warm tendon
#

what

#

oh yeah

#

oops

#

!e

def dec1(func):
  print("dec1")
  def inner():
    pass
  return inner
def dec2(func):
  print("dec2")
  def inner():
    pass
  return inner
@dec1
@dec2
def my_func():
  print("my func")
my_func()
coarse hearthBOT
#

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

001 | dec2
002 | dec1
warm tendon
#

there

knotty solar
#

Maybe don't rebase on the master or main
but on topic's, .... useful maybe

#

so bottom to top, thanks

elder wraith
warm tendon
#

@coarse hearth

elder wraith
#

!source

coarse hearthBOT
warm tendon
stuck bluff
#

Space apes together strong!

#

For Enos!

warm tendon
unique raptor
#

Moo!

Here's an interesting variant of the minimal esolang called cow!

The awesome COW turing-completeness proof:
https://bigzaphod.github.io/COW/semantics-cow-english.pdf

Link to my fork of the cow compiler:
https://github.com/SinaKhalili/COW
Cowsay in cow:
https://github.com/SinaKhalili/cowsay-but-in-cow
Original cow website:
https://bi...

▶ Play video
warm tendon
#

.love @coarse hearth

ocean orbitBOT
#
💘 You two are really close aren't you? 💘

Python#4329 ❤ Mr. Hemlock#2740 scored 58%!

A letter from Dr. Love:

Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

warm tendon
#

can someone try it

gray marlin
#

.love python

ocean orbitBOT
#
💙 A small acquaintance 💙

᲼᲼᲼᲼᲼᲼#8311 ❤ ✪ SavagePastaMan#6567 scored 14%!

A letter from Dr. Love:

There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.

knotty solar
#

I made perfect file copying code
.git folder has only read only rights, so it needed some special attention

import shutil
from git.util import rmtree as remove_git
from os import curdir, rmdir
from pathlib import Path


source = Path.joinpath(Path(__file__).parent.parent, 'flasky_local')
destination = Path.joinpath(Path(__file__).parent, 'flasky')
destination_git = Path(str(destination) + '/.git')

if __name__ == '__main__':
    try:
        shutil.copytree(source, destination)
    except  FileExistsError:
        remove_git(destination_git)
        shutil.rmtree(destination)
        shutil.copytree(source,destination)
    print("Copying Done")
#

can you make dynamic variables in python? or any programming language for that matter?

#

so you'll just add all those variables to the global "object" dict or something

warm tendon
#

!e

for x in "abcde":
  eval(f"{x} = {ord(x)}")
print(locals())
coarse hearthBOT
#

@warm tendon :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 |   File "<string>", line 1
004 |     a = 97
005 |       ^
006 | SyntaxError: invalid syntax
warm tendon
#

oh well

knotty solar
#

hey what is that object in MyClass(object)?

class MyClass(object):
  pass
#

👆 they say, in old python versions, it was required to do that to make a Class

#

so class "object", everything in Python inherits from it?

rose solar
#

a pogger?

#

pogger champer?

warm tendon
#

PogO

knotty solar
#

cool-girl-69, sure why not?

rose solar
#

haha lol

knotty solar
#

well' I've got chilblain on my two hand fingers

rose solar
#

Romanian catnip is so good

#

Opal is too auzzie?

#

naah

mighty tinsel
#

so many ppl here

gray marlin
#

oo

mighty tinsel
#

whagoingon

gray marlin
#

idk

rose solar
knotty solar
#

I have a friend about 4.9, we call him "minion"

rose solar
#

4.9 is that his height?

knotty solar
#

yup

rose solar
#

is that in meters?

knotty solar
#

now his parents call him that too, they liked it

#

feet

rose solar
#

lols

gray marlin
knotty solar
#

I think

rose solar
#

4.9 kms

rose solar
#

I love Cox

stuck bluff
rose solar
#

omagad that's awesome

knotty solar
#

these .gif''s are big on my screen

rose solar
#

probably you've got a small screen

mild flume
#

@misty sinew What do you need help on?

#

And it'll be easier if you ask in here

gray marlin
#

@stuck bluff still learning

knotty solar
#

I read today, the Phone app, in windows, can now run any app in your phone on your pc

stuck bluff
#

There are development environment emulators and such.

gray marlin
#

@stuck bluff im learning numpy

knotty solar
#

@open scarab you're doing django, right?

gray marlin
#

mhm

#

numpie

knotty solar
#

pithon

open scarab
#
def request_app(client_number, page_num):
    appointments_list = []
    url_appointments = f'https://api.cliniko.com/v1/patients/{client_number}/appointments'
    headers = {'Authorization': auth_value, 'Accept': 'application/json', 'User-agent': 'Mozilla/5.0'}
    params = {"page": page_num}
    try:
        res = requests.get(url_appointments, headers=headers, params=params)
        for key, value in res.json().items():
            if key == 'appointments':
                if not value:
                    return res == False
                else:
                    appointments_list.append(res.json())
    except:
        pass
    page_num += 1
    return
```py
stuck bluff
#
import numpy as tf```
gray marlin
#

@golden marsh thinkmon

#

@golden marsh py_guido

rose solar
#

monkey s

gray marlin
#

harambe

#

🦍 🍌

knotty solar
#

my eyes are hurting now, I think I should go sleep now
👋 bye bye

rose solar
#

what's with all these geefs?

gray marlin
#

bye tc

warm tendon
#

beefs

dusk oak
#

!mute @lusty monolith 1d stop spamming gifs

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @lusty monolith until 2021-02-02 17:53 (23 hours and 59 minutes).

gray marlin
#

XD

#

dont mute me

#

ima go

dusk oak
#

!mute @gray marlin 1d don't spam gifs

warped abyss
#

is there a web scraping chanel here?

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @gray marlin until 2021-02-02 17:54 (23 hours and 59 minutes).

mild flume
#

@dusk oak Thanks, I really appreciate it. I'm still trying to finish stuff at work, so I really don't have a lot of time

warm tendon
#

#help-selenium

#

^ not real btw

misty sinew
#

@mild flume im trying to understand how to create a hardware wallets on linux but i cant seem to find or understand how to add the right electrum "phyton package" to the drive. could you by any chance help me understand it?😃

stuck bluff
#

"Answerable to no one, under cover of darkness, he goes from business to business, household to household...and completes their tax forms. He is...

The unaccountable accountant."

misty sinew
mild flume
#

@winged pawn #❓|how-to-get-help That should tell you what you need to know in order to use our help system.

winged pawn
#

Thanks

surreal oasis
#

i hate pink python logo

mild flume
#

Why's that?

surreal oasis
#

it looks gay(no offence)

warm tendon
#

femboy python

surreal oasis
#

XD

#

oh

misty sinew
surreal oasis
#

i cant remember valentine

stuck bluff
surreal oasis
#

i cant remember the dictaion too

misty sinew
#

didnt know it was to remember us about our singleness

peak frigate
#

so cute

#

how can anyone hate

warm tendon
#

single people

peak frigate
#

unite

misty sinew
#

but, why is everyone here today?

#

is there any event?

surreal oasis
#

this logo is better for dating app for py coders

stuck bluff
#

@mild flume A flowering weed is sooner noticed.

unique zodiac
mild flume
#

Troof

mild flume
unique zodiac
stuck bluff
#
import datetime```
misty sinew
#

so, everyone here is trying to date?

mild flume
#

Not any more

warm tendon
surreal oasis
mild flume
unique zodiac
surreal oasis
unique zodiac
surreal oasis
#

NO OFFENCE

warm tendon
#

didn't we just stand around

#

i wish it lasted longer

stuck bluff
#

"All we have is all this time" 🎵

unique zodiac
misty sinew
#

omg why you all speak so fast

#

an indian cannot understand a thing

stuck bluff
#

Plenty do. You have my sympathies, however.

misty sinew
#

@wintry sinew is the one i dont get it

unique zodiac
#

Also want snow lemon_sentimental

mild flume
#

He does speak a bit fast yeah

wintry sinew
misty sinew
#

(:

wintry sinew
surreal oasis
#

mina are u form us?

mild flume
#

Hey Mush, just noticed you hopped in

unique zodiac
#

In southern cali we had days off due to fire before because occasionally there're wild fires than can potentially spread onto the campus

unique zodiac
mild flume
#

Fair

#

I'm also kind of phasing in and out. Stuff at work and all that

unique zodiac
#

I'm mainly using vc as some kind of white noise that help me concentrate

#

Or for leisure. Just learning human behavior

mild flume
#

Both good options

wintry sinew
#

gtg food, nice talking to you all again

mint isle
#

what sort of skills would complement or evolve a database engineering role

mint isle
#

@surreal oasis thanks ... 👀 ...
i kinda wanna see a distinction between a database consultant and a backend engineer

peak frigate
mint isle
#

yes

#

backend is application code and api stuff

#

plus database

unique zodiac
#

I have one and only one room in the house where there is spotty WiFi connection, even if I put the router directly by the door

peak frigate
forest kernel
#

Hey guys, what's @cunning gate working on?

mint isle
#

~~flask ~~ django

cunning gate
#

Django

forest kernel
#

Cool

#

What's the point of the AFK channel?

mint isle
#

you slide there automatically if you are inactive

#

to make room for active users

forest kernel
#

Ok, gotcha

marble marsh
#

Hello guys

cunning gate
#

Hello!

stuck bluff
#

Pear programming...as opposed to Apple programming.

cunning gate
#

Ordina

charred creek
#

@shrewd current can you stop? plz

#

the leaving and joining

shrewd current
#

why not

peak frigate
#

it makes a noise for us each time someone joins or leaves vc

shrewd current
#

Pepega

charred creek
#

python -m pep install 8

shrewd current
#

pip uninstall pip

charred creek
#

python3 -m pip uninstall python3

gray seal
#

can someone private call with me to help me with some coding it's simple I'm just fairly new

untold storm
#

just post here

shrewd current
charred creek
gray seal
#

im not voice verified

charred creek
#

if you ask staff they might let you have it just for the help session.

untold storm
#

or post question here?

charred creek
#

if you ask really nice

gray seal
#

ok one sec i will ask

covert brook
#

mmmmmmm yes vc

rose solar
#

mmm yes tastyy @covert brook

covert brook
#

yes of course

untold storm
rose solar
warm tendon
#

;mt lf'd dj;wljt

#

omg it's snowing

untold storm
#

@warm tendon post pic

rose solar
cerulean patio
#

hi

#

what is the black thing on top of the mushroom ?

#

yes

#

I see

#

it looks like liquide

stuck bluff
#

"So, what's your evolutionary advantage?"

"I turn to goo."

"...ah."

rose solar
#

under-age probably

warm tendon
#

and you're taking photos of it?

#

pedophile

mild flume
#

.... really pub

carmine vale
untold storm
#

.codeblock

warm tendon
#

== for comparison @carmine vale

#

!code

coarse hearthBOT
#

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.

carmine vale
rose solar
#

you're missing an : @carmine vale

warm tendon
#

you're also missing the colons on the end of the conditions

carmine vale
#

holy crap im an idiot

#

thanks

rose solar
stuck bluff
#

Reminds me of 60s experimental architecture.

rose solar
#

right?

untold storm
rose solar
raven orbit
untold storm
#

yes

carmine vale
#

Hey Hemlock.

mild flume
#

Hey how goes it

raven orbit
rose solar
#

pidgeonating

carmine vale
#

I'm fine, how about you?

raven orbit
#

I'll pigeonate your mom

rose solar
carmine vale
#

Sorry, if it's OK I would like you to @ me for each message me since I don't muted this server.

rose solar
#

@carmine vale you've got the server muted?

raven orbit
#

Multiple pigeonations may take place if desired.

rose solar
#

hmm? @carmine vale

untold storm
rose solar
#

awesome light

carmine vale
#

Yeah, so I don't get notifications from the server from each chat.

rose solar
#

@carmine vale why?

carmine vale
#

just answered that

#

So I don't get notifications from the server from each chat.

#

Once again, I don't want to be watching a movie and having discord messages from each of my servers and that's why I do that.

rose solar
carmine vale
#

no idea what you mean

#

I just needed to not have discord messages coming in left, right, and center.

rose solar
#

yeah i agree

stuck bluff
#

@rose solar Does it come with an sd card?

carmine vale
#

And since I didn't want to miss a message just now, I asked for people that wanted to talk to me to ping me; I don't have a second monitor to view other apps.

rose solar
#

it's an xqd card, the latest model

stuck bluff
#

Or the backpack?

rose solar
#

just a purse @stuck bluff

#

it caters to the female market better

raven orbit
rose solar
untold storm
#

beaut