#voice-chat-text-1

1 messages · Page 113 of 1

woeful spindle
#

maybee

#

if its on netflix then yes

#

crap

#

idk if there is even disney+ in poland lmao

mild flume
woeful spindle
#

cursed gifs are the best

woeful spindle
#

i can't wait for the moment when we will be learning python in my class lol

#

anyway i have to go cuz school tommorow

#

so cya people

mild flume
#

See you around

zealous sorrel
#

100000000

#

2^32

sick forge
#

how can i make a function that :
takes [[[1]], [[2]]]) → [[[1, 2]]]

#

@fossil citrus maybe you could help

fossil citrus
#

Why are you not in the VC?

sick forge
#

idk i tried to join

#

it dont let me get in

fossil citrus
#

What was the error?

sick forge
#

what you mean ?

fossil citrus
#

Did you try restarting Discord completely? How about your device (the option next to "Shutdown" / "Power off" that just turns it off and back on)?

sick forge
#

i did try .. xd

#

anyone could help me pls?
how can i make a function that :
takes [[[1]], [[2]]]) → [[[1, 2]]]

fossil citrus
#

what help channel did you open?

sick forge
#

here

#

maybe @hearty heath can help haha?

hearty heath
#

Hello?

sick forge
#

how can i make a function that :
takes [[[1]], [[2]]]) → [[[1, 2]]]

hushed wolf
#

that looks a lil copy-pasted

fossil citrus
hushed wolf
#

try asking where u are stuck at

#

and what u have tried

#

(in help channel, not here)

fossil citrus
#

outside the help channel apparently :/

sick forge
#

well i have tried to make a function that do the opposite lol

#

i need a func that
takes [[[1]], [[2]]]) → [[[1, 2]]]

hearty heath
#

Gtg 👋

fossil citrus
#

Very old video but was amazing for its time.

#

*insert Windows XP vibes*

gray seal
#

'rtheracecario'

#

'rtheracecari'

#

'rtheracecar'

#

'rtheraceca'

#

'rtheracec'

#

'rtherace'

zealous sorrel
#

you still working on that password cracker @gray seal

#

or that rainbow dictionary

#

keep in mind that most passwords today have capital letters/numbers/special characters

gray seal
#
def isPalindrome(s):
    return s == s[::-1]
for start in range(0, len(text) - 1):
    for end in range(start + 1, len(text)):
        using = text[start:end]
dense rampart
#

()() is not a palindrome but )(() is

#

I just saw this a coupla days ago lmfao

fossil citrus
#
result = ''
...
return result if result else None
gray seal
#
raven orbit
solid frigate
#

what's ISP?
Image Signal Processor?

raven orbit
#

internet service provider

solid frigate
#

is there anyone?

#

😕 I scared man! who was that?!

rose urchin
#

hey, the channel got archived, as it was only up for the event; I still am periodically on this server, and if you ask a pyqtgraph question someone will answer (potentially me) eventually 😄

misty sinew
#

Does anyone know of some good resources or videos on good examples of how you should set up a github repository?

unique raptor
plush hare
#

I need help with finding the difference of 2 values in a NumPy array

last parcel
#

!mute 767825895774748744 investigating

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @cloud gust until <t:1637173233:f> (59 minutes and 58 seconds).

last parcel
#

!pban 767825895774748744 so far you have done nothing but spamming N and copypastas, despite being told roughly four times to stop. Feel free to appeal if you actually want to engage in the community in a meaningful way.

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied purge ban to @cloud gust permanently.

fervent wolf
#

Hi...i'm not....why ya?

misty sinew
#

oh okay

#

that's the common surname here so

fervent wolf
#

i see...okeyh...

misty sinew
#

hello guys

#

i can´t speak lol

#

i need to write 50 messaagfes to do so

#

so here i go

#

are you guys from britain?

#

cause I here your accent

halcyon lance
#

u wot fam

#

thats cap nogl

uneven rune
#

Yeaa

#

Less goo

#

He

#

Is too soon

#

The

wary swallow
#

Hello

#

welcome

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @wary swallow until <t:1637339716:f> (9 minutes and 53 seconds) (reason: burst rule: sent 8 messages in 10s).

iron glade
#

Hello

wary swallow
#

Hello

#

Welcome

pine salmon
#

Good morning

summer pivot
solemn pine
#

hi

regal magnet
#

Hello

fathom tartan
#

WHEN

#

DO

#

I

#

GET

#

PERMESSION TO TALK

wary swallow
#

me

#

to

#

I have

#

the same

#

problem

peak frigate
#

@fathom tartan@wary swallowwhen you both meet the requirements to voice verify, see #voice-verification

#

& don't spam or you'll be voice banned and won't be able to verify for another 2 weeks at least

summer pivot
mild flume
#

A palindrome is a word or phrase that is the same backwards and forwards.

#

An example is racecar

dense rampart
#

yea

summer pivot
#

oh

#

ok

dense rampart
#

like noon or smth

summer pivot
#

ok mr helmock

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @regal pulsar until <t:1637668014:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

gray seal
#

1 - 2 - 3 - 4 - 5 * 6

#

1 / 2 / 3 / 4 / 5 / 6

#
     * @param {number} target The target to solve for.
     * @param {number} numBigOnes The number of random "big numbers" to select.
     * @param {number} numSelections The total number of numbers to select (big and little).
     * @param {number[]} bigOnes Array of the big numbers to choose from.
     * @param {number[]} littleOnes Array of the little numbers to choose from.
     */
    constructor(target, numBigOnes, numSelections, bigOnes, littleOnes) {
        if (target == null) target = 100 + this.random(900);
        if (numBigOnes == null) numBigOnes = 2;
        if (numSelections == null) numSelections = 6;
        if (bigOnes == null) bigOnes = this.standardBigOnes();
        if (littleOnes == null) littleOnes = this.standardLittleOnes();

        bigOnes = [...bigOnes];
        littleOnes = [...littleOnes];

        this.shuffle(bigOnes);
        this.shuffle(littleOnes);

        this.values = [];
        for (let i = 0; i < numBigOnes; ++i) {
            this.values.push(bigOnes.pop());
        }
        const numLittleOnes = numSelections - numBigOnes;
        for (let i = 0; i < numLittleOnes; ++i) {
            this.values.push(littleOnes.pop());
        }

        this.target = target;
    }

    /** Return an array of the standard big numbers. */
    standardBigOnes() {
        return [100, 75, 50, 25];
    }

    /** Return an array of the standard little numbers. */
    standardLittleOnes() {
        const littles = [];
        for (let i = 1; i <= 10; ++i) {
            littles.push(i, i);
        }
        return littles;
    }

wary swallow
#

morning pythonista

wary swallow
#

???

wise adder
#

Hah

#

But the way I start learning the best program launguage (Python) in Pythonista)

wary swallow
#

pythonista and djangonista

#

we need djangonista

peak frigate
#

!tvban 370631674951892995 14d do not spam to get voice verified. see voice-verification

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied voice ban to @warped wadi until <t:1639152761:f> (13 days and 23 hours).

peak frigate
wary swallow
#

we need voice verification

peak frigate
rough garden
#

Hi guys, how can I get rights to enable microfone?

flat silo
#

Hi, can someone help me with importing from a sibling package?

wheat fiber
#

stupid question but when in pycharm the console at the bottom can it be made to be a seperate window?

solid frigate
#

@flat silo

wheat fiber
#

@solid frigate

flat silo
#

Here is my relative import in FeedCreateTable:
from ..constants import dynamodb
And here is the error:
ImportError: attempted relative import with no known parent package

#

FeedCreateTable

solid frigate
#

from G:\x\xx\xxx.py import FILE

patent charm
#

ohhhh

solid frigate
#

@upbeat spruce

patent charm
#

yeah i won't lmao

#

so hi guys

upbeat spruce
#

in need 50 msg to get voice verify

patent charm
#

nothing much going on just joined python 2

upbeat spruce
#

i am a student from bangladesh

patent charm
#

nah like the oob python

#

yeah p lol

#

@hard holly so i need a help in a specific part of my code

#

here

#

im trying to use the super to obtain the previous variables

#

but there's an error

#

and it says "unresolved refrence"

#

Ohhhhhhhhh

#

i get it now, i thought it wasn't needed cuz i assumed super was supposed to fetch it from the other class

#

but thnx for letting me know

#

do i still need to type the previous values in the current super as "name:int" or "name" only?

#

i meant "name:str"

#

sorry mistype

#

ohh alright

frozen ocean
#

I have a question

#

Im studying numbers and their types

#

I get, ints and floats

#

But what is a "complex" type

dark sable
#

hey

odd sluice
sturdy kettle
#

Agree

misty sinew
#

!voiceverify

whole crescent
hard holly
#
let solve_one input =
  let (x, y) = List.fold input ~init:(0, 0) ~f:(fun (x, y) (direction, value) ->
    match direction with
    | "forward" -> (x + value, y)
    | "down" -> (x, y + value)
    | "up" -> (x, y - value)
    | _ -> failwith "unreachable"
  )
  in
  x * y
#

@fallen pine

dreamy vault
#

h

vernal seal
#

hi

#

hiiiiiiiiiiiiiiiiiiii

#

what is data base action

sharp orchid
#

guys

misty sinew
#

What you guys doing?

#

Github?

#

ohhh github

#

Git add *

bleak flare
#

@stuck bluff i just came cause i was free rn

knotty sable
#

sup

drifting dirge
#

nice

misty sinew
#

oh

#

ye

#

@unreal root @misty sinew i am here

#

how can i check how many messages i sent??

#

maybe 20

#

at all

#

im not really active on this server, cuz i only come to this server when i need help in py XD

#

ive been in this server for 10 months

#

yes

#

yesss

#

alright

#

got it

#

i read the message

#

OKEY

#

btw

#

how do you like the idea that i create c# syntax in python? (its my own idea and i am really proud of it XDDD)

#

@unreal root

#

bro do you really pronounce it "pyson"? 💀

#

you say "pyson"

#

XDDD

#

XD

misty sinew
#

ye but maybe a c# programmer wants to program in python but cant program python then he can use my project

#

XDDD

#

do you like c++?

#

how long do you program?

#

what games do u play?

#

bro can you please stop saying "pyson" XDDD pls say "python"

#

yes u are

#

xd

#

yes

#

nono

#

python

#

not pyson

#

dude

#

f

#

with f

#

pyfon

#

yes

#

yes

#

thats better

#

what country do you come from ?

#

🇸🇰?

#

yes

#

xd

#

no

#

x

#

d

#

oh

#

ye

#

i am from germany

#

AHAHAHAAHAH

#

AHAHAHAHAHHAHAHA

#

YXXDDDDDDD

#

HAHAHAHAHAH

#

BRO

#

💀

#

say "ich liebe temal"

#

jk

#

lol

#

NONO

#

DONT

#

TRANSLATE

#

....

#

KASSE?

#

OR KATZE?

#

the animal?

unreal root
misty sinew
#

ah

#

XDD

#

bro french is hard 💀

#

i must learn it in school

#

je suis temal

#

ca-va?

#

je regarde baguette

#

invite ur friend to the voice channel

#

14

#

u?

#

18

#

19

#

52

#

oh

#

damn

#

old grandpa?

#

120

#

damn

#

u have much sex?

#

u adopted cats

#

ayo

#

u also adopted dogs?

#

🐶

#

nono

#

its not a joke at all

#

u mean it seriously

#

nono

#

💀

#

pls speak english...

#

cant understand a single word

#

ah

#

okey

#

lets join voice chat 0

queen gyro
#

How to verify?

#

Msg in this chat or other??

#

Hello any one here??

#

🇦 🇳 🇭 🇮

#

@misty sinew for voiceverify msg in this chat or othe channels?

#

! voiceverify

#

!voiceverify

misty sinew
misty sinew
queen gyro
misty sinew
#

ol

#

have you verifed

#

your account

queen gyro
#

My account was verified

misty sinew
#

Then ask tp

#

Moderators

queen gyro
#

Ohk

misty sinew
#

or Helpers

#

I guess they have a role for it

raven orbit
#

@queen gyro did you leave and rejoin or smth

#

that resets the counter

misty sinew
#

Hey

silk kernel
#

0.0

random verge
#

!play noob song 1h

inland rune
#

Lol

mild flume
#

!stream 717983911824588862

coarse hearthBOT
#

✅ @boreal timber can now stream until <t:1639762713:f>.

boreal timber
#

@peak frigate either joe or hemlock can maybe add you or i'm not supposed to know that exists

#

one of the two

mild flume
#

Oh yeah, one sec

peak frigate
#

lol who bumped us to vc1

mild flume
#

Me

peak frigate
mild flume
#

Oh well

#

Nevermind

#

I retract my invite

peak frigate
#

python bot itself isn't on the server

mild flume
#

Oh no

#

You have to run your own instance

boreal timber
#

there's an emoji server tho isn't there?

peak frigate
#

different topic

boreal timber
#

uhhh

#

meta#1

ocean orbitBOT
peak frigate
#

the idea is if the real bot is in another server with me i can turn DMs off for this server

boreal timber
#

this server

#

although that's likely admin+

#

not entirely sure tbh

#

wait when did discord update how voice channels work

#

permissions (in voice!) are now asserted when roles are updated!

#

@mild flume ^ I'm curious if this works, could you manually give me the muted role to see what happens? 🥺

#

you've done it before with me and i remember that

mild flume
#

Yeah, too seconds

#

Done

#

Undone

boreal timber
#

neat

mild flume
#

So what were you checking, sorry?

boreal timber
mild flume
#

Yeah it's tied to the command itself

boreal timber
#

well, its a discord limitation

mild flume
#

Most things are

boreal timber
#

yeah ;-;

#

@peak frigate I have to go and implement some other features on other projects, did you want me for anything else?

peak frigate
#

ah no

#

thanks for showing me :)

boreal timber
#

no problem!

peak frigate
#

thanks for the fix

boreal timber
#

👍

peak frigate
#

@boreal timber sry i'll be turning DMs back off now lol

gray seal
#
import random
import time

start = int(input("Enter starting number: "))
end = int(input("Enter Ending number number: "))
amount = int(input("How many winners would you like? "))

for i in range(amount):
    number = random.randint(start, end)
    time.sleep(3)
    print(number)
#
from PySide6 import QtWidgets, QtCore, QtGui


class Settings(QtWidgets.QWidget):
    def __init__(self, central_widget, main_window):
        super(Settings, self).__init__()
        self.central_widget = central_widget
        self.main_window = main_window

        button = QtWidgets.QPushButton("Confirm")
        button.clicked.connect(self.on_click)
        self.layout = QtWidgets.QVBoxLayout()
        self.setLayout(self.layout)
        self.layout.addWidget(button)

    def on_click(self):
        self.central_widget.setCurrentWidget(self.main_window)


class WindowWhichWillContainTheProgram(QtWidgets.QWidget):
    def __init__(self):
        super(WindowWhichWillContainTheProgram, self).__init__()
        self.setStyleSheet('background-color:black;')


class Main(QtWidgets.QMainWindow):
    def __init__(self):
        super(Main, self).__init__()

        self.central_widget = QtWidgets.QStackedWidget()
        self.setCentralWidget(self.central_widget)

        self.settings = None
        self.main_window = None

        self.initialise()

        self.central_widget.addWidget(self.settings)
        self.central_widget.addWidget(self.main_window)
        current = 1
        self.central_widget.setCurrentWidget(self.settings)

    def initialise(self):
        self.main_window = WindowWhichWillContainTheProgram()
        self.settings = Settings(self.central_widget, self.main_window)


if __name__ == "__main__":
    app = QtWidgets.QApplication([])

    app.setApplicationName("Test")
    window = Main()
    window.show()
    app.exec()
tender sand
mild flume
#

I will in a sec, Rap

#

Taking care of a work thing

tender sand
gray seal
violet venture
#

What's wrong with a gaming PC?

gray seal
#
from PySide6 import QtWidgets, QtCore, QtGui


class Settings(QtWidgets.QWidget):
    def __init__(self, central_widget, main_window):
        super(Settings, self).__init__()
        self.central_widget = central_widget
        self.main_window = main_window

        button = QtWidgets.QPushButton("Confirm")
        button.clicked.connect(self.on_click)
        self.layout = QtWidgets.QVBoxLayout()
        self.setLayout(self.layout)
        self.layout.addWidget(button)
        self.setApplicationName("te")

    def on_click(self):
        self.central_widget.setCurrentWidget(self.main_window)


class WindowWhichWillContainTheProgram(QtWidgets.QWidget):
    def __init__(self):
        super(WindowWhichWillContainTheProgram, self).__init__()
        self.setStyleSheet('background-color:black;')
        self.setApplicationName("Test")


class Main(QtWidgets.QMainWindow):
    def __init__(self):
        super(Main, self).__init__()

        self.central_widget = QtWidgets.QStackedWidget()
        self.setCentralWidget(self.central_widget)

        self.settings = None
        self.main_window = None

        self.initialise()

        self.central_widget.addWidget(self.settings)
        self.central_widget.addWidget(self.main_window)
        current = 1
        self.central_widget.setCurrentWidget(self.settings)

    def initialise(self):
        self.main_window = WindowWhichWillContainTheProgram()
        self.settings = Settings(self.central_widget, self.main_window)


if __name__ == "__main__":
    app = QtWidgets.QApplication([])

    window = Main()
    window.setMinimumSize(1100, 700)
    window.show()
    app.exec()
violet venture
#

Placeholders?

gray seal
#
stylesheet = """
    MainWindow {
        background-image: url("D:/_Qt/img/cat.jpg"); 
        background-repeat: no-repeat; 
        background-position: center;
    }
"""
violet venture
#

Does that work?

mild flume
#

Speaking of Nick Cage.... https://youtu.be/OT_aDZc3vXY

The Unbearable Weight of Massive Talent – In Theaters April 22, 2022. Nicolas Cage, Pedro Pascal, Sharon Horgan, Ike Barinholtz, Alessandra Mastronardi, Jacob Scipio, Lily Sheen, with Neil Patrick Harris, and Tiffany Haddish

Subscribe to the LIONSGATE YouTube Channel for the latest movie trailers, clips, and more: https://bit.ly/2Z6nfym

#UWM...

▶ Play video
violet venture
#

Local paths in CSS?

mild flume
#

!warn @tender sand Don't threaten to murder helpers. Again

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied warning to @tender sand.

whole finch
#

Isn't joe banned for 999 years

#

Or is that you hemlock

gray seal
#
stylesheet = """
    MainWindow {
        background-image: url("DesktopWallpaper1.jpg"); 
        background-repeat: no-repeat; 
        background-position: center;
    }
"""

if __name__ == "__main__":
    app = QtWidgets.QApplication([])

    app.setApplicationName("BGS Tombola")
    app.setStyleSheet(stylesheet)
    window = Main()
    window.resize(1920, 1080)
    window.setMinimumSize(1100, 700)
    window.setMaximumSize(1920, 1080)
    window.show()
    app.exec()
mild flume
#

-sighs- Am I going to end up changing my mind again

#

Am I seriously considering now doing this in JS?

#

And why would I try to think to do this when I'm planning on using SQLite

whole finch
#

Write it in raw SQL and eval it in python

mild flume
#

I'm tempted

#

God damn it I'm too indecisive. I just want to make a crude ticket system

#

I just need to add tickets and notes to those tickets, filter, and export them so I can print them

umbral rose
#

blazer

mild flume
#

Hmm

whole finch
#

Does it have to be fast?

mild flume
#

Not in the slightest

whole finch
#

Bc honestly it sounds like python would be fine if it doesn't matter

mild flume
#

Yeah but I hate making GUIs in Python

#

Bleh, I just don't know

#

I just want to get it done

whole finch
#

HTML

#

:)

mild flume
#

I blame the weather for making me so indecisive

#

I mean if I did Blazer I can do that, essentially

whole finch
#

If you're doing a GUI you could use HTML and JS or Ruby or whatever

#

It might actually make sense

frigid granite
#

HTMX?

mild flume
#

Sure but I just want it as a little program on my machine. I worry that as soon as I start tying in a lot of extra stuff that I'm going to over complicate it, need to run a local server, etc

whole finch
#

Hmm true

mild flume
#

Eh.... It's starting to look like this will be easiest for me.... https://pypi.org/project/Eel/

#

God damn iiiiiiiiiit

#

3.8

gray seal
#
self.label_2 = QLabel(self)
self.label_2.setStyleSheet("background-image : url(DesktopWallpaper1.jpg)")
self.label_2.resize(1920, 1080)
violet venture
#

@mild flume - Take the opportunity to learn something new and make your ticketing system in Rust

mild flume
#

I said simple

#

Fuck it, doing it in C#. It has a good gui creator

violet venture
#

MS Power Apps?

#

It's actually pretty neat these days

#

And you can sync the data to Power BI to make fancy report buttons for managment

elder wraith
#

Use CosmosDB!

violet venture
#

Cassandra or Mongo API?

#

Transaction all the things

raw wren
#
CREATE TABLE my_big_table (
  sender VARCHAR(30) PRIMARY KEY,
  count  INTEGER NOT NULL DEFAULT 0
)
WITH (
  fillfactor = 80,
  autovacuum_vacuum_scale_factor = 0,
  autovacuum_vacuum_threshold = 40000
);
elder wraith
violet venture
#

The WITH clause can specify storage parameters for tables, and for indexes associated with a UNIQUE, PRIMARY KEY, or EXCLUDE constraint. Storage parameters for indexes are documented in CREATE INDEX. The storage parameters currently available for tables are listed below.

mild flume
#

Santa WITH Claus

gray seal
#
self.label_2 = QLabel(self)
        self.label_2.setStyleSheet("background-image : url(DesktopWallpaper1.jpg)")
        self.label_2.resize(self.width(), self.height())
misty sinew
#

HIIIIIIIII

violet venture
#

👋

storm wharf
#

@stuck bluff cant speak permission not granted lol

misty sinew
#

hello

#

im just waiting to be unmuted

#

so i need to send random messages

peak frigate
#

no, not random messages. constructive messages. check out all our other text channels too! :)

#

else you'll be barred from voice verifying for 2+ weeks

unkempt basalt
#

a

glossy quail
#

can me help someone? what its wrong here

mint merlin
#

Can you show line 4,5

glossy quail
#

thts it

#

@mint merlin

rough creek
#

What's up @austere skiff?

austere skiff
#

howdy

#

why cant i talk?

rough creek
#

Basically you need to chat in text for a while before you can chat in voice.

austere skiff
#

oh i see

rough creek
#

A bot should have messaged you with the details of that.

#

Yea, this server has a lot of hoops because it's really well organized and thought out.

#

They have queued text channels for people to ask for help.

#

Pretty cool.

#

So how new are you to Python?

austere skiff
#

Pretty much, started for about 4 or 5 week ish

#

or i have been programming on and off in python for quite a while, but just recently trying to learn it well

rough creek
#

Similar story here.

austere skiff
#

Ah nice

rough creek
#

I'm here to lament how every guide is like "Ok here is a string, an int, and a float. When you get more advanced we'll tackle lists and tuples."

austere skiff
#

Hehe

rough creek
#

And close to none of that is actually used in python scripts. Python scripts almost invariably are like...

import some_stuff
import other_stuff

variable = some_stuff.Thing(obscureParam)
otherVariable = other_stuff(variable)

def function():
  blah = some_stuff.blah()
  # here's a comment before we print something
  print(f"Blah blah blah "+ str(variable))

  if something(param) == True
    other_stuff.Wtf(param)
  else:
    print("You're screwed!")

loop_forever():
austere skiff
#

hahaha xd

rough creek
#

Then when you go for help to an expert and you're like "Hey I don't understand ANYTHING about the some_stuff.Thing bit! Can you explain it like I'm 5?

They go "Oh you shouldn't be using that text editor. Also that's been answered in this other forum post. And your camel case is not python orthodoxy-- that's more of a perl thing. But yea, read the docs."

#

So you go to the docs.

#

And the docs are like
"In the beginning the earth was without form, and void, and then there were fundamental discrete fields... We are getting to explaining maybe some of what has to do with what you probably already forgot we promise."

#

Then you scroll.

#

For 11 years.

#

And you have 137 tabs open.

#

You're reading about electron hole pairs.

#

In silicon.

#

You open 19 more tabs.

#

It's next week already.

austere skiff
#

Silicon?

rough creek
#

You've long since forgotten who you are, whether you have a name or not. Or what you were originally trying to do.

#

Yes. Silicon. On tab #89? The source for the wikipedia article that was tab #73? You weren't paying attention?? How will you ever learn python like that!

-sarasm-

#

Anyway, that's been my experience so far.

austere skiff
#

Beautiful summary

rough creek
#

I mean... it's kinda true.

#

So what python thing are you working on?

austere skiff
#

right now i am trying to solve problems

#

typically hackerrank problems

rough creek
#

Hmm.

#

I guess that's more confined.

#

I'm trying to build an IoT project type thing.

#

Involves modules and circuit boards and raspberry pi and ssh, and mqtt, and flask eventually...

austere skiff
#

Getting hands on alot of stuff then, nice

rough creek
#

It's a lot of stuff that confuses me.

austere skiff
#

But thats good isent it? Means you are learning

rough creek
#

You know what would make this whole process much more efficient?

#

In docs, there's a pereto distribution on what parts of the docs get referrenced.

#

Basically, 80% of the time the docs are being read, it's to find only 20% of what's actually in any given doc.

#

If docs pages could be sorted by popularity, it would cut out a lot of the superfluous crap that newcomers have to read through and get confused by.

#

That's luckily not the case here in this discord

#

But it's pretty typical for docs pages to be alphabetically sorted.

austere skiff
#

Yup

stuck bluff
#

Klein

blissful mauve
stuck bluff
#

In topology, a branch of mathematics, the Klein bottle () is an example of a non-orientable surface; it is a two-dimensional manifold against which a system for determining a normal vector cannot be consistently defined. Informally, it is a one-sided surface which, if traveled upon, could be followed back to the point of origin while flipping t...

halcyon meteor
#

plese allow me to unmute

#

please

raven orbit
#

Scheveningen

raven orbit
blissful mauve
unique raptor
raven orbit
#

no it's not

fierce summit
#

!e

print(id(float(1)) == id(float(2)))
a = (float(1))
b = (float(2))
print(id(a) == id(b))
print(id(float(3)) == id(float(4)))
wooden jacinth
#
import turtle
import colorsys

t = turtle.Turtle()
s = turtle.Screen()
s.bgcolor('black')
t.speed(0)
n = 36
h = 0
for i in range(360):
    c = colorsys.hsv_to_rgb(h, 1, 0.8)
    h+=1/n
    t.color(c)
    t.circle(180)
    t.left(10)```
wooden jacinth
#

!e```py
import turtle
import colorsys

t = turtle.Turtle()
s = turtle.Screen()
s.bgcolor('black')
t.speed(0)
n = 36
h = 0
for i in range(360):
c = colorsys.hsv_to_rgb(h, 1, 0.8)
h+=1/n
t.color(c)
t.circle(180)
t.left(10)```

minor token
#

ß´Sup Dude

uneven rock
#

df = pd.read_sql_query("SELECT * FROM apeval_results WHERE whispBridgeMacAddr = ?", (whispBridgeMacAddr,))

#

Exception has occurred: AttributeError
'tuple' object has no attribute 'cursor'

golden marsh
#
df = pd.read_sql_query("SELECT * FROM apeval_results WHERE whispBridgeMacAddr = ?", connection, params=(whispBridgeMacAddr,))
uneven rock
#

for row in [results for _ in range(1)]:

raw wren
#

I’m going to restart my internet I’ll brb

#

Hopefully that fixes it

merry mica
#

umount /dev/sda3

#

mkfs.ext3 /dev/sda3

#

dd if=/dev/zero of=/dev/sda3

late pawn
#

꧁₂₀₂₁꧂ 𝘏𝓪𝒑𝒑𝕪 Ņệ𝜔 Ⲩệ𝓪Г ꧁₂₀₂₂꧂

misty sinew
#

yes

#

I am intermediate python programmer

#

I hate libraries

#

Every program I write is in shell

muted yew
#

Hey, can anyone help me with a code i am building

fossil citrus
#

Coders and support for the run: noahkiq, masterjun, and dwangoAC.
Runner introduction starts at 0:12.
Run starts at 0:36.
Raelcun is the host.

This speedrun was recorded live at Awesome Games Done Quick 2019, a weeklong charity speedrun marathon raising money for the Prevent Cancer Foundation. Awesome Games Done Quick 2019 is just one of the ma...

▶ Play video
#

This is a speedrun of TASBot plays Brain Age by micro500, xy2_ from Awesome Games Done Quick 2016. The run starts at 15:22.

AGDQ2016 raised over $1,200,000 for Prevent Cancer Foundation, and is just one of the many charity marathons from Games Done Quick.

To download high quality MP4s of every run at the event, visit our Archive.org page ...

▶ Play video
misty sinew
#

hello

mint merlin
#

where is ++ method implemented? + is add

willow gust
#

o

coarse hearthBOT
#

discord/user.py lines 96 to 97

def __str__(self) -> str:
    return f'{self.name}#{self.discriminator}'```
sage shuttle
#

str(some_user_object)

#

target: hikari.User = ctx.options.target @raw wren

coarse hearthBOT
#

hikari/users.py lines 714 to 717

def __str__(self) -> str:
    if self.username is undefined.UNDEFINED or self.discriminator is undefined.UNDEFINED:
        return f"Partial user ID {self.id}"
    return f"{self.username}#{self.discriminator}"```
sage shuttle
#

@raw wren

sage shuttle
violet venture
#

Hi Jake

#

Bye Jake

sage shuttle
stuck bluff
#

I heard "Opal, could you mute that?" Did I hear incorrectly or something?

#

I'm always paranoid about how much noise I'm making.

#

It's often difficult to judge.

viral kernel
#

sup bluenix and jake 👋

raw wren
#

@elder wraith are you still using azure service bus?

boreal timber
#

what is this?

#

ahhh

#

could someone say something so i can see if my headphones are set up properly?

#

ty

#

what's a weak valued dictionary?

#

er what's a weak reference?

#

oh fun

#

how do you make that?

sage shuttle
boreal timber
#

!d weakref

coarse hearthBOT
#

Source code: Lib/weakref.py

The weakref module allows the Python programmer to create weak references to objects.

In the following, the term referent means the object which is referred to by a weak reference.

A weak reference to an object is not enough to keep the object alive: when the only remaining references to a referent are weak references, garbage collection is free to destroy the referent and reuse its memory for something else. However, until the object is actually destroyed the weak reference may return the object even if there are no strong references to it.

boreal timber
#

yknow, that reminds me of why i love git

#

i was writing some feature last night

#

and i got so confused with my implementation, that I just reset my code. checked out master, started from scratch

#

after I did that I had an implementation in about~ 15 minutes

#

oh, this wasnt in git 🤡

#

I said f it, and destroyed my last hour of work because i had confused myself so much

#

iterating through a 18k item list o(n^2) times

#

so that code was great to be deleted

#

horrible solution, not worth it at all

#

but it does work now, so I'm happy

#

after scrapping it I realised that

  • i didn't need to iterate through all of them, they will only be attributes of the parent, so there's no need to iterate through... os for sys attributes
  • they're defined in order, so the parent will always be defined before the children, so I don't need to worry about the children being orphans
#

made the implementation a lot easier 💀

#

BTW I didn't know you could use pytest on an api client

#

it seems tough to mock endpoints and such

#

ah, so you can mock ratelimiting

#

yeah that makes sense duh

#

are you using pytest or unittest internally?

#

we should call it mockcord

sage shuttle
boreal timber
#

not because i already have the mockcord name on pypi or something

#

nah lol, i had the idea to work on one of these myself earlier

boreal timber
#

defintely have stuff there and not a namesquat thx

#

@sage shuttle also I pronounce it ar-l

sage shuttle
#

arL?

boreal timber
#

yes

#

that!

#

@stuck bluff got it

sage shuttle
#

arrul?

boreal timber
#

yes that (what you're saying, not the above)

stuck bluff
#

Yarrrl! ducky_pirate

boreal timber
#

could someone kick me from voice? I'm afk

random minnow
#

@raw wren 😳

mild flume
#

@north moth

#

Whoop

#

Sorry salt

#

Misclicked

#

@sick dock

leaden flare
misty sinew
#

.

slim bough
#

Are there here dutch people here who can help me with Python maybe ?

unique raptor
uneven rune
#

@delicate isle

trail palm
#

hi

#

hi

#

hi

#

hi

unique raptor
#

hi

solid gyro
#
fizzbuzz :: [String]
fizzbuzz = zipWith disp [1..] $ zipWith (++) fizz buzz
  where
    fizz = cycle ["", "", "Fizz"]
    buzz = cycle ["", "", "", "", "Buzz"]
    disp n "" = show n
    disp _ s = s

main :: IO ()
main = mapM_ putStrLn (take 100 fizzbuzz)

@random minnow here's a working FizzBuzz in Haskell with nothing that really looks like a for loop

random minnow
fervent notch
#

Buyed a new mouse btw from logi

raven orbit
#

Le Mont-Saint-Michel (French pronunciation: ​[lə mɔ̃ sɛ̃ miʃɛl]; Norman: Mont Saint Miché, English: Saint Michael's Mount) is a tidal island and mainland commune in Normandy, France.
The island lies approximately one kilometre (0.6 miles) off the country's north-western coast, at the mouth of the Couesnon River near Avranches and is 7 hectares (...

raven orbit
#

God save our gracious Queen!
Long live our noble Queen!
God save the Queen!
Send her victorious,
Happy and glorious,
Long to reign over us:
God save the Queen!

O Lord our God arise,
Scatter her enemies,
And make them fall:
Confound their politics,
Frustrate their knavish tricks,
On Thee our hopes we fix:
God save us all.

Thy choicest gifts in store,
On her be pleased to pour;
Long may she reign:
May she defend our laws,
And ever give us cause,
To sing with heart and voice,
God save the Queen!

fossil citrus
#

Acronym:
HTML (Hyper Text Markup Language)

Abbreviation:
Sr. Dev. (Senior Developer)

true valley
#

Vinegar

raven orbit
fair heart
#

ISO 3103 is a standard published by the International Organization for Standardization (commonly referred to as ISO), specifying a standardized method for brewing tea, possibly sampled by the standardized methods described in ISO 1839. It was originally laid down in 1980 as BS 6008:1980 by the British Standards Institution, and a revision was pu...

fossil citrus
#

headset now needs to charge.

#

and its difficult to hear while keeping volume low

#

so i'll hop off

fervent notch
fair heart
raven orbit
fair heart
true valley
#

bye. @raven orbit delayed.

elder wraith
#

They have been going mask off

fair heart
#

yeah, that's from last year but we were talking about the founding of america

#

so it was relevant

true valley
stuck bluff
#

From the makers of Wallmart, Floormart and Ceilingmart.

stuck bluff
#

It's ceasing to be about the votes, anyway.

#

"Nah, y'all are votin' for the wrong guy. We're going to elect the guy we want. Fraud! Fraud!"

#

We're all boned.

brittle abyss
#

so what are you supposed to talk abt in vc?

solid gyro
#

how the French stole Aquitane

brittle abyss
#

legit question tho, what do y'all talk abt here?

stuck bluff
#

So cool. People wanted to blow up the establishment. Mission accomplished.

#

No democracy for anyone, anymore.

#

No going out in society without catching a deadly virus.

#

So. Much. Winning.

#

👏 👏 👏

brittle abyss
#

uh

#

okay den

#

although i do have a serious question:

stuck bluff
brittle abyss
#

anyone know where joe went?

stuck bluff
#

Fell down a well. Very sad.

brittle abyss
#

it's so weird to hear peoples voices

stuck bluff
#

If you, as a web dev, stick eyebrows on your site, are you browsing it?

brittle abyss
#

ig

#

so, do i just open my mic and say hi?

olive echo
#

matter -> people mover

stuck bluff
brittle abyss
olive echo
#

trains dont sell teslas

#

teslas in a *hypertube

stuck bluff
#

Some trains have ads in and/or on them.

wise adder
#

Hello! In my course you need to make a Client for sending metrics. And I need to use the asynio library.

#

Can you advise me on resources for a beginner

stuck bluff
#

!resources

coarse hearthBOT
#
Resources

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

fair heart
stuck bluff
#

I put a car on your car so you can car while you car.

obtuse niche
#

money money

ebon moon
stuck bluff
#

Ooh. Conveyor belts.

ebon moon
#

i just need to spam messages if i wanna talk xD

fair heart
#

don't do that.

stuck bluff
ebon moon
#

i mean like it said "youve send less then 50 messages"

#

i dont mean like spam spam but like talk in chats

obtuse niche
#

ok

ebon moon
#

btw dont get decived i am not a girl

stuck bluff
#

O...kay?

ebon moon
#

yea

#

so a

#

do you have any fun projects that youve done recently ?

stuck bluff
#

I made fireworks.

ebon moon
#

like on your pc with python ?

stuck bluff
#

Yes.

ebon moon
#

huh can i see?

#

how does the final product looks like

#

not the code but like

#

the animation

stuck bluff
ebon moon
#

ow pretty

#

i am wating for a tesla 5000$ tesla car xD

#

How Much Does the Ford Mustang Mach-E Cost? The 2022 Ford Mustang Mach-E has a $42,895 starting price. That's pricier than electric SUVs like the Volkswagen ID. 4 and Kia Niro EV, but it's less expensive than the Tesla Model Y

stuck bluff
#

You mean Tesla can't fix their doors with a software update push?

ebon moon
#

anything electronic is hard to fix

#

induction in the roads...

charred creek
#

there is that overhead rail in germany for lorries

ebon moon
#

xD

charred creek
ebon moon
#

What is this abomination

charred creek
#

its wings

#

they can now fly

ebon moon
#

omg XD

charred creek
ebon moon
#

i mean in europe we like try to reduce carbon emissions

stuck bluff
#

If not enough of them are driving along a section, do the wires all fall down?

ebon moon
#

and they do everything to reduce it. I would take it with a pinch of salt whatever we do in eu

olive echo
#

one of the real applications of self driving is consistent long trucking routes

olive echo
#

wiring them in is pretty funny though

ebon moon
#

its just

#

there is a pole

#

and

#

like

olive echo
#

isnt this how a tram works though?

ebon moon
#

yea it is a tram

olive echo
#

its not that crazy

ebon moon
#

same concept

olive echo
#

its a tram where you can take any truck and plug it in

ebon moon
#

yea but it does look ugly

olive echo
#

it does

ebon moon
#

and if there will be an accident

#

there will be a lot of damage

#

and people might get electrified

olive echo
#

well the AV companies are trying to do this without any rails

#

its funny that they spend a few billion dollars and have nothing

#

then someone comes along and solves it with these rails lol

fair heart
stuck bluff
#

It wouldn't take off in the US unless it had a gun attached.

charred creek
#

I used to be an adventurer like you, but then I tried to lean on a window in VR

elder wraith
true valley
#

"Don't argue with the man who broke his arm in VR" - Rabbit

stuck bluff
#

Kind of looks like an elephant.

#

Define usable.

#

Usable for what purpose?

fair heart
ebon moon
#

i dont understand the description

#

and the green what is it

#

so dark green have like potential ?

fair heart
ebon moon
#

we dont want beef per say but we want

#

@long gust apartments for cows ?

stuck bluff
#

Giant cow pasture. Is it the pasture that's giant, or the cows? Maybe if we breed cows to be giants, we can just have one cow per year that just feeds everyone.

mild flume
#

Hard to make cows pay rent

stuck bluff
#

Gas capture.

ebon moon
violet venture
#

Harvest methane for energy generation?

fair heart
mild flume
#

Man that phrase really takes a different turn when you apply it to cows

violet venture
mild flume
#

Wales?

ebon moon
true valley
#

rabbit meant that horizontal scaling is cheaper than vertical scaling

stuck bluff
true valley
#

you accidentally said the opposite, I know what you meant.

ebon moon
#

cows at the butchery be like

mild flume
ebon moon
#

ok

#

TT

true valley
#

??? Stab me???

ebon moon
#

and they have no way to pay other to sell their farts to use methane to burn it for energy

#

or sell their body literally

true valley
#

I have never seen this unicorn meme before, does it have more context??

ebon moon
#

not really

#

like

#

i guess in among us

#

someone said stab me daddy

#

then they just added a unicorn

#

and then i use it to relate to cow struggles

true valley
#

ah... ok, now it makes more sense.

ebon moon
#

Cow lifes matter

#

xD

#

and they are Hella delicious

mild flume
#

Why is there a specific place earmarked for wildfires

true valley
#

now I want a cow skin for my among us game. 😛

ebon moon
stuck bluff
#

You definitely want the science to govern things, there, and very conservatively. It's a gun you can't unfire easily. Australia has a cautionary tale in the cane toad.

#

Rabbits.

#

Foxes.

ebon moon
#

so wait

#

Australia is just a big grill

#

for roasting cows

#

They dont use their land

true valley
#

so that is why smoked jerky from Australia is so delicious.

violet venture
mild flume
#

Absolutely magical

ebon moon
#

i can talk wooo hoo

true valley
violet venture
#

Hear me out

#

"Southeastern Virgina"

solid gyro
fair heart
violet venture
#

The Texas state border, where else?

#

It's already even a straight line, for your convenience

#

We are

#

We're the best thing

ebon moon
#

if not for oklahoma arkansas adn the entire nation of mexico texas would be a square

fair heart
ebon moon
#

Visible confusion

fair heart
solid gyro
#

It's been a long time since I've done a quiz or game show on this channel, but finally: introducing Lateral! Pull down this description for links to everyone's channels. Joining me are:

Helen Arney, http://helenarney.com @helenarney
Kat Arney, https://katarney.com @Kat_Arney
Simon Clark, https://www.youtube.com/channel/UCRRr_xrOm66qaigIbwFLvbQ ...

▶ Play video
stark saddle
#

My company for today!

true valley
inland marlin
violet venture
true valley
#

not this link the one about how stack overflow hates python the hard way

solid gyro
spare trellis
#

Yeah, that's the one

paper phoenix
#

This is an off topic question. But I'm a CS student and I'm looking to hire a tutor. HMU if you have some free time with your rates and credentials. :3

coarse hearthBOT
#

9. Do not offer or ask for paid work of any kind.

paper phoenix
#

oh my bad.

#

nvm...

violet venture
paper phoenix
#

it's not even like I want people to do my homework for me, I truly want to learn how all this shit works. Zybooks is trash and it's frustrating.

true valley
#

I was suggesting the bortolleto try rust...

mild flume
#

We're a learning resource, don't feel bad

#

It's like going to a tutor

paper phoenix
mild flume
#

I'll take a peek. Which one?

paper phoenix
#

popcorn

hearty heath
#

There's the studio tour thing.

fair heart
true valley
#

is this in the UK?

#

or is this from universal studios?

fair heart
#

this is the UK one

true valley
#

oooohh....

fair heart
#

it's pretty small

#

i've seen the florida one and this one doesn't stack up

true valley
#

also the rails on diagon alley....

fair heart
#

it's just a warehouse pretty much

true valley
#

not a fan.

#

like the train though...

#

autobots use their ... something to destroy the evil forces of... the Decepticons.

fair heart
#

:D

wary fable
#

Who else is stuck inside due to the snowstorm?

hearty heath
#

@wary fable Lot of noise.

true valley
#

I have shoveled my driveway, and will be taking the kids sledding soon.

#

so I will be stuck outside shortly.

wary fable
true valley
#

Krisp... unless you are on linux... we seem to be stuck with push to talk...

wary fable
#

I'm on Linux today.

true valley
#

m2, technically a Chromebook, it's "Linux"

misty sinew
#

@true valley those people who dont play games they just go out and like to have fun outside and doing exercises

#

like if you have a gym bro

#

pobably he is not playing anything

#

or something basic

hearty heath
#

Sorry what was that? 😄

#

You're cutting out sorry grumpchib

misty sinew
#

hmm

#

i am not eaven speaking

#

xD

#

so a yea

#

xD

#

@fair heart jsut eat it raw

#

make a salmon popsicle

#

@solid gyro try fries

#

....

#

?

#

corn and eggs

#

thats like i dunno

#

....

#

ghost pepper

#

you wanna die bro?

#

whatXD

#

xD Hey alexa

#

Hey alexa

#

how many salmons can you fit in a tesla

#

EVERYTHING IS WORNG

#

with push to talk

#

so spice girls are just

#

salt and pepper girls ?

tardy moat
misty sinew
#

what kind of spice is she

wary fable
#

Actual spice

misty sinew
#

like what is the actual spice

#

which one

mild flume
#

Scary?

misty sinew
#

yes scarry

mild flume
#

I can't remember, I never liked their music

misty sinew
#

but it was on radio

#

so like cant run away from it

#

crapes with ribs?

mild flume
#

That was around when I was mainly just listening to CDs

misty sinew
#

i want Kelvins

#

north east

#

New York >

#

?

mild flume
#

For his it'd be 263.15 kelvin

spare trellis
hearty heath
#

Bye Bisk 🙂

wary fable
#

This is the food I ended up cooking

#

And the view out my window

spare trellis
hearty heath
#

My fare-lady.

true valley
solid gyro
#

that's possible depending on what appeal_testing looks like

uneven rock
#

well.. it doesnt like it, says int is not iterable

mild flume
#

What is it saying isn't iterable

#

Which variable

spare trellis
uneven rock
#

evalpriority, are numbers 1-5

#

1 or 2 or 3, etc

mild flume
#

Is it a list of numbers or is it just possibly one of those numbers

#

Because there is an itertools thing that would apply here

uneven rock
#

i'm thinking it's just 1

mild flume
#

Mkay, one sec

uneven rock
#

like it gives it 1 at a time.. so itertools, checking.

mild flume
#

Trying to find the right thing

solid gyro
#

what do you expect evalpriority to mean?

#

you want to do something that many times?

uneven rock
#

sec, I'll post the code.. it's not long.. trying to not have to repeat it for every variation of priority and eval position :/

mild flume
#

Found what I was looking for

solid gyro
#

this all depends on what evalpriority is expected to look like?

mild flume
#
from itertools import zip_longest
for priority, position in zip_longest((evalpriority,), evalposition, fillvalue=evalpriority):
```I think that works?
#

No

#

Wait, I've got a better one

#
from itertools import repeat
for priority, position in zip(repeat(evalpriority), evalposition):
#

There we go

#

This is assuming that evalpriority is a single value

uneven rock
#

it is, the apeval list is a list of tuples like,
[('0a-00-3e-b3-59-5d', '0a-00-3e-60-64-12', 1, 'secondary', 102, -68.0), ('0a-00-3e-b3-59-5d', '0a-00-3e-60-c5-d6', 1, 'tertiary', 14, -70.0),

solid gyro
#

he has the evalpriority variable already from the outer for loop

#

and it's staying the same for each thing in the zip right?

mild flume
#

It's kicking back an int isn't iterable

#

And zip naturally only goes until the shortest iterable runs out

solid gyro
#
priority = evalpriority
for  position in evalposition:

isn't that essentially the same thing as what you're doing?

mild flume
#

.... fair point

#

I was not thinking

true valley
#

gtg... 👋

solid gyro
#

@uneven rock I think you're going awry in that second for loop. I can't quite square in my head what you're actually trying to do

uneven rock
#

well.. after some testing, the zip method isnt going to work for me, but basically I think I'm trying something that should be in it's on function and pass each and everything to it..

spare trellis
paper phoenix
spare trellis
#

The main known risks of spreadsheets include:

a) Human Error – To err is human, hence the majority (>90%) of spreadsheets contain errors. Because spreadsheets are rarely tested [Panko, 2006] [Pryor, 2004] these errors remain. Recent research has shown that about 50% of spreadsheet
models used operationally in large businesses have material defects [Powell, Baker, Lawson, 2007] [Croll, 2008]. Approximately 50% of executives recently surveyed had encountered spreadsheet related problems up to and including staff dismissal [Caulkins, Morrison & Weideman, 2007].

b) Fraud – Because of the ease with which program code and data is mixed, spreadsheets are the perfect environment for perpetrating fraud [Mittermeir, Clermont, Hodnigg, 2005]. The $600m fraud perpetrated by John Rusnak at AIB/Allfirst was spreadsheet related [Butler, 2002]. Other spreadsheet related frauds have occurred and have been notified to the regulator, but have not been reported.

c) Overconfidence – Because spreadsheet users do not go looking for errors, they don’t find any or many. Spreadsheet users are therefore overconfident in their use of spreadsheets [Panko, 2003].

d) Interpretation – Translation of a business problem into the spreadsheet domain can “…lead to a position where decision makers may act in the belief that decisions can be made with confidence on the output from the spreadsheet despite evidence to the contrary” [Banks & Monday, 2002].

e) Archiving – “The case of failed Jamaican commercial banks demonstrates how poor archiving can lead to weaknesses in spreadsheet control that contribute to operational risk” [Lemieux, 2005].

uneven rock
#

brb

scarlet cedar
#

hello

#

anyone here is good at C languag e?

true valley
spare trellis
# true valley Wow, I really want to hear the conversation around this post.

It's just a high level overview of categories of spreadsheet risk that I was trying to get people interested in by showing anecdotes earlier. The page on best practices doesn't say, "use Python or R" but I'm sure that's what some of the papers they link to say to do for some use-cases. I'll get around to reading them eventually but right now I have to go to the store...

spare trellis
elder wraith
peak frigate
spare trellis
#

A common statistic quoted about spreadsheets is that as many as 90% contain a mistake. The rate of error in any one cell can be quite low, but extrapolated to the size of a typical spreadsheet, the chance that a mistake will be made is compounded. Several types of errors can occur within a spreadsheet, including:

Data integrity errors:
the source information is incorrect, leading to the infamous problem of “garbage in, garbage out”.

Formula errors:
the data is incorrectly used in calculations, providing flawed results.

Process errors:
the spreadsheet’s management is compromised through errors, such as using an incorrect version.

Communication errors:
where the spreadsheet is misleading, or its results are not presented or explained well.

Meta errors:
outside the scope of the spreadsheet’s cells, such as when the right question is not asked.

spare trellis
misty sinew
#

hey