#voice-chat-text-0

1 messages · Page 100 of 1

knotty dock
#

okay makes sense

somber heath
#

Yes. I'm aware that it's like that.

knotty dock
#

what does the except do

#

what it says in the comment?

craggy breach
#

yep

#

well, in that case

knotty dock
#

ah thats sick

somber heath
#

You try to do the thing in the try block. If a given exception is raised, as specified on the except line, that codeblock is run.

#

You can specify multiple except lines to the one try.

knotty dock
#

isit?

somber heath
#

You can specify one or more exception types per except.

knotty dock
#

could you except that

somber heath
#

No.

#

Also yes.

#

You might be able to raise SyntaxError, but you wouldn't write code that has a SyntaxError. You might be able to do it with eval/exec. Otherwise, if you have a syntax error in your code, the module just won't run.

knotty dock
#

ah alright . so theres not really any point of using except on syntax error as it wouldnt work anyway

somber heath
#

There might be edge cases, but generally, yeah.

knotty dock
somber smelt
hoary olive
#

Hello Opal, JohnIsBlue, SMR, AF. Lyapz, Matt

#

was busy with exams 😅

#

we have 2 mid terms and two terms exams

#

currently mid second term

#

yes thats not really common but we have it here, barely anyone really tries hard on it though due to the timming just being awful

#

@whole bear can you leave

#

seems like a bunch of gibirish

#

that was a loud sup. good good hbu?

#

if the problem presists from linux then try apt --fix-broken install

#

seems relevent but really doesnt have any useful answerse you can just seearch the title in google

#

It's supposed to just open the window so far, but during testing, it wouldn't open the window, although no errors are displayed.

#

Wassup magicalgirl

#

Hello x10

#

you would def be the winner lol

#

"exaggerated fear of constipation" meaning of a the french word apopathodiaphulatophobia

somber heath
#

It's a very fun word to say.

#

!voice @misty forge

wise cargoBOT
#
Voice verification

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

somber heath
#

!voice @chilly pagoda

#

See above.

severe falcon
#

kk sir got it

#

he perfected it

knotty dock
#

@somber heath

rugged root
#

Had to talk to someone privately

knotty dock
#

u alright i got a quick question

somber heath
knotty dock
somber heath
#

!d open

wise cargoBOT
#

open(file, mode='r', buffering=- 1, encoding=None, errors=None, newline=None, closefd=True, opener=None)```
Open *file* and return a corresponding [file object](https://docs.python.org/3/glossary.html#term-file-object). If the file cannot be opened, an [`OSError`](https://docs.python.org/3/library/exceptions.html#OSError "OSError") is raised. See [Reading and Writing Files](https://docs.python.org/3/tutorial/inputoutput.html#tut-files) for more examples of how to use this function.

*file* is a [path-like object](https://docs.python.org/3/glossary.html#term-path-like-object) giving the pathname (absolute or relative to the current working directory) of the file to be opened or an integer file descriptor of the file to be wrapped. (If a file descriptor is given, it is closed when the returned I/O object is closed unless *closefd* is set to `False`.)
knotty dock
#

i know what they do but what is that called like the name of the open(

somber heath
#

Opens files and gives you an interface to that file.

knotty dock
#

ah okay never mind

somber heath
#

File handle?

#

file object rather

knotty dock
#

no like the code open(

#

what is it called

somber heath
#

Parenthesis?

rugged root
willow gate
#

f = open(filename, mode)

hoary olive
#

yo wassup hem. programmerx

knotty dock
somber heath
#

Acid trip of a Sci-Fi series.

willow gate
vocal basin
somber heath
#

@knotty dock Call? Instantiation?

knotty dock
#

a built in function

somber heath
#

(Not asking for us to call one another)

rugged root
#

Please don't use that word in a disparaging manner. There are better ones to pick

somber heath
#

@knotty dock I keep talking to you in voice. I keep forgetting you're not in it.

willow gate
#

@somber heath how you get that announcement role

rugged root
#

#bot-commands

amber raptor
scenic quiver
#

Any tips to avoid forgetting the syntax and the concepts that we are learning everyday in python?

rugged root
#

Repition

#

Practice practice practice

scenic quiver
#

Based on your experience, on an average how many times one should repeat in order to remember most of the things? Like thrice, 5 times?etc.

rugged root
#

I don't think there's a specific number. You'll get used to it and remember it as you use it.

#

I'm not thinking just sitting there drilling or memorizing

#

There's no shame in having the documentation open, in fact I encourage it

#

You'll pick it up as you go along

scenic quiver
#

Sounds cool

rugged root
#

1:600 ratio

#

White blood cell to red blood cell

stuck furnace
whole bear
#

@grand plover You here?

abstract pike
#

@midnight agate what does this mean i: int() = 42.0;?

#

@lapis hazel just caller lower level functions in python..?

#

@ionic lake easy there

#

lol what a noob

#

dont dual boot.. switch to linux and ditch windows.

#

@ionic lake ^

#

tust me, bust decision you will make in your life.

#

wsl2?

#

thats prolly why you are having problems are you using GPU with with WSL?

#

@ionic lake ^

#

@lapis hazel well you want WSL2, not just any WSL...

#

Ubuntu is fine

#

@ionic lake Ubuntu is fine

#

@ionic lake make sure you are install WSL2 and not WSL!

#

@lapis hazel @ionic lake Check which version WSL you have!!! You may need WSL2 if you plan on running anything intensive with pytorch.

#

go into power shell

#

wsl --version

#

something like that

#

just google it

#

well it installs WSL1 by default

#

it does.

#

@ionic lake what version do you have?

#

did you check?

#

@ionic lake use powershell

#

lol

#

wsl -l -v

#

@ionic lake type this:

wsl -l -v

vocal basin
#

I didn't live long enough yet to be an expert in anything except for overly specialised fields of knowledge that almost no one else works on

abstract pike
#

are you entering the command in powershell?

#

?

#

good

#

you good!

#

@ionic lake Cannot help you at this point, I only know the process to set this up with tensorflow. I have actually never used pytorch.

lapis hazel
#

wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-wsl-ubuntu.pin
sudo mv cuda-wsl-ubuntu.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget https://developer.download.nvidia.com/compute/cuda/12.1.0/local_installers/cuda-repo-wsl-ubuntu-12-1-local_12.1.0-1_amd64.deb
sudo dpkg -i cuda-repo-wsl-ubuntu-12-1-local_12.1.0-1_amd64.deb
sudo cp /var/cuda-repo-wsl-ubuntu-12-1-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda

abstract pike
#

update your ubuntu system if its a fresh install @ionic lake

#

sudo apt update
sudo apt upgrade -y

#

oh yeah it will be big

#

BIG super BIG

vocal basin
#

I see containers as a simpler option for something like that
(it's still wsl under the hood but still)

abstract pike
#

@ionic lake you should really update your system if its fresh install before you start install all your GPU drivers for pytorch.

craggy breach
#

!voice @abstract pike

wise cargoBOT
#
Voice verification

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

vocal basin
#

some time and space

abstract pike
#

@ionic lake @lapis hazel Well he can check right now if he can enable hyper -V.

#

Well check just incase...

#

search features in windows prompt

#

"Turn Windows Features on or off"

#

congrats you have hyper-v

lapis hazel
#

pip3 install torch torchvision torchaudio

abstract pike
#

well check to see if he has python lol

#

ubuntu comes with python typically

#

type "python3" in bash

#

python3 --version

#

Docker is nice

lapis hazel
#

sudo apt update && upgrade
sudo apt install python3 python3-pip ipython3

lapis hazel
#

sudo apt-get dist-upgrade

#

sudo apt-get upgrade

#

pip3 install torch torchvision torchaudio

wise cargoBOT
ancient lily
#

brb @somber heath

somber heath
#

@whole bear 👋

whole bear
#

wsp

#

yeah

#

huh

#

i dont really know

#

i just wanna do cool computer things

#

i guess

#

probably game development or modding games

#

like 2 weeks probably

#

yeah ive heard of them before

somber heath
#

!resources

wise cargoBOT
#
Resources

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

somber heath
#

!kindling

wise cargoBOT
#
Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

whole bear
#

that makes sense

#

thank you

somber heath
#

Corey Schafer, YouTuber, playlists.

whole bear
#

thank you

#

ill be sure to use those

#

is there a particular order or do you just learn all the stuff for beginners and then learn the harder stuff as you go on

#

@somber heath

#

so basically efficiency comes with experience?

somber heath
#

@merry otter 👋

whole bear
#

ill keep that in mind

#

i will brb

somber heath
#

@whole bear 👋

whole bear
#

hi

#

@somber heath

somber heath
#

!voice

wise cargoBOT
#
Voice verification

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

whole bear
#

what did you decide to learn python for

#

@somber heath

#

is python your main language

#

when did you begin using python?

ancient lily
#
import re


def main():
    count(input("Enter your input:"))


def count(x):
    regex = r"\bum\b"
    matched = re.findall(regex, x, re.IGNORECASE)
    print(len(matched))
    return matched


if __name__ == "__main__":
    main()
#

i can print matched but why cant i return matched

#

anyone

whole bear
#

that is beyond my understanding

ancient lily
#

ahh makes sense

#

thank you

#
import re


def main():
     print(count(input("Enter your input:")))



def count(x):
    regex = r"\bum\b"
    matched = re.findall(regex, x, re.IGNORECASE)
    return len(matched)


if __name__ == "__main__":
    main()
#

should i use a variable or does print make it better option

#

umm it tell how many um that you have given in a sentence

polar vigil
ancient lily
polar vigil
#

Print the shape in below by using for loops

#

Print the shape in below by using for loops

merry otter
#

@polar vigil import time, sys
indent = 0 # Quantos espaços indentar.
indentIncreasing = True # Se o recuo está aumentando ou não.

try:
while True: # O loop principal do programa.
print(' ' * indent, end='')
print('********')
time.sleep(0.15 ) # Pausa por 1/10 de segundo.

    if indentIncreasing:
        # Aumenta o número de espaços:
        indent = indent + 1
        if indent == 30:
            # Muda a direção:
            indentIncreasing = False

    else:
        # Diminui o número de espaços:
        indent = indent - 1
        if indent == 0:
            # Mudança de direção:
            indentIncreasing = True

except KeyboardInterrupt:
sys.exit()

merry otter
#

@polar vigil try run in a idle maybe

polar vigil
#

like that

merry otter
#

like that

ancient lily
#

um at my high school

whole bear
#

@hoary plaza

hoary plaza
#

ye

whole bear
#

!voice

wise cargoBOT
#
Voice verification

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

hoary plaza
#

sadly but I am not on this server for over 3days

#

this is my second day

#

I wish that I could talk

whole bear
#

just wait it out ig

#

how long have you been coding in python

hoary plaza
#

overall it is about 2years but I was coding like for three months (learnt basics) then more than a year pause and now getting back again

whole bear
#

nice

hoary plaza
#

want to get really good with requests but I don't even know how to use http debugger

whole bear
#

i dont even know what that is lol

#

i just started 2 weeks ago

#

i did try to learn c++ when i was like 10 years old

#

clearly did not go well

hoary plaza
#

I was looking into c++ some time ago but it is just too hard to understand for me

whole bear
#

ima just try to get somewhere with python

#

and then if i feel the need i will learn c++

hoary plaza
#

imo python is definitely the best for start

whole bear
verbal zenith
#

!e

def triangle(height=2,fill= ' '):
  """
  Makes a triangle of specified height.

  height: sets how many lines the triangle takes up 
  fill: sets what fills the interior lines of the triangle
  """
  if (fill==''):
    fill = ' '
  def draw():
    for i in range(0,abs(height)):
      yield f"{' '*(height-i)}/{(fill*(2*i))[:2*i]}\ "
    yield f" {'‾'*(height*2)}"
  return '\n'.join(draw())

print(triangle(height=10, fill=" "))
print(triangle(height=15, fill=" "))
wise cargoBOT
#

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

001 |           /\ 
002 |          /  \ 
003 |         /    \ 
004 |        /      \ 
005 |       /        \ 
006 |      /          \ 
007 |     /            \ 
008 |    /              \ 
009 |   /                \ 
010 |  /                  \ 
011 |  ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/ajacucidux.txt?noredirect

brazen gazelle
rugged root
somber heath
#

!voice@hoary plaza 👋

wise cargoBOT
#
Voice verification

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

somber heath
#

@quaint monolith👋

quaint monolith
#

hiiii

rugged root
gentle flint
#

can't chat rn

#

am at work

#

also hi everyone

somber heath
#

@whole bear@rough marsh👋

rough marsh
#

Hi guys, our prof gave us a hard time in our capstone proposal. It seems that our companies are not big enough for their criteria but the thing is it is awfully hard to get a hold of the CTO or head of IT of a certain big entity. How do you suggest we go about this?

rough marsh
#

and persistence I presume? haha

quaint monolith
#

sing sing sing

rough marsh
#

dialogue box?

#

it other terms can also be modal headers

#

@formal ember

lucid pine
#

Helloo

rough marsh
#

hello @lucid pine

formal ember
#

Let me try

rough marsh
lucid pine
#

I'm feeling ill right now, otherwise I'd join :/

rough marsh
#

cant even speak yet

formal ember
gentle flint
#

back later

rough marsh
quaint monolith
#

yay

#

lmao

somber heath
quaint monolith
#

spam bacon

lucid blade
#

Bacn (pronounced like bacon) is an inedible Web 2.0 term that stands for the "email that you receive that you kind of, sort of, maybe, want." Unlike spam, Bacn is legitimate email that has been subscribed to and is therefore not unsolicited, but is often not read by the recipient for a long period of time, if at all.

quaint monolith
wise cargoBOT
#
Missing required argument

code

somber heath
#

@bronze quest👋

wise cargoBOT
#

Sorry, an unexpected error occurred. Please let us know!

ClientResponseError: 400, message='Bad Request', url=URL('http://snekbox-310.default.svc.cluster.local/eval')

#

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

[No output]
bronze quest
#

hello @somber heath how are you?

somber heath
#

Yeah, I think it doesn't like the version specification you're giving it.

wise cargoBOT
#

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

[1, 1, 4, 4, 6]
somber heath
#

@muted hare👋

brazen gazelle
lucid blade
#

RUFUS IS GOOD TOO

#

*caps

#

or dd 😛 😄

formal ember
#

yeap

#

this one fun

ionic lake
somber heath
#

You will be assimilated. Resistance is futile.

formal ember
#

and here im listening everything and still have no idea on what's going on.? 😆

lucid blade
#

lol

#

trying to help someone run / install linux on hardware without their current system being fubard

formal ember
lucid blade
#

pip install pywin32

formal ember
rugged root
#

Das Boot Media

#

!stream 340265599764791296

wise cargoBOT
#

✅ @ionic lake can now stream until <t:1678898676:f>.

lucid blade
#

sudo apt-get update

#

sudo apt-get upgrade

brazen gazelle
#

sudo apt upgrade

terse needle
brazen gazelle
#

sudo apt update

rugged root
hoary plaza
#

!voice

wise cargoBOT
#
Voice verification

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

grand plover
#

time to hack discord and fail the atempt as alway

rugged root
#

!stream 340265599764791296

wise cargoBOT
#

✅ @ionic lake can now stream until <t:1678900783:f>.

limpid umbra
#

its always good to have multiple systems , so you can do repairs on another---

hoary plaza
#

mr is installing linux, or?

grand plover
rugged root
hoary plaza
#

guys, does anyone know how to work with http debugger?

ionic lake
lucid blade
brazen gazelle
rugged root
amber raptor
stuck furnace
#

Side effects of Hemlock may include...

rugged root
#

Internal bleeding

#

Headaches from dad jokes

stuck furnace
#

👋

#

What's up?

rugged root
#

Back on in a moment, heading home to get the wife to her appointment

sour willow
#

hello hem, 8080, fedrik, smr, void

#

wassup lx how wss ur coffee

brazen gazelle
wise cargoBOT
#

@whole bear :x: Your 3.11 eval job has completed with return code 143 (SIGTERM).

001 | 
002 | 6 - [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
003 | 6 - [0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0]
004 | 6 - [0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0]
005 | 6 - [0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0]
006 | 6 - [0, 0, 0, 1, 0, 3, 0, 1, 0, 0, 0, 0]
007 | 6 - [0, 0, 0, 1, 0, 3, 0, 1, 1, 0, 0, 0]
008 | 6 - [0, 0, 0, 1, 0, 3, 1, 1, 1, 0, 0, 0]
009 | 6 - [0, 0, 0, 1, 0, 3, 2, 1, 1, 0, 0, 0]
010 | 6 - [0, 0, 0, 1, 0, 3, 3, 1, 1, 0, 0, 0]
011 | 6 - [0, 0, 0, 1, 0, 3, 3, 1, 2, 0, 0, 0]
... (truncated - too many lines)

Full output: too long to upload

#

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

001 | 
002 | 7 - [0, 31, 48, 96, 105, 148, 172, 128, 126, 83, 45, 17]
sour willow
gentle flint
#
GitHub

The schema of 3Di schematization files. Contribute to nens/threedi-schema development by creating an account on GitHub.

GitHub

Tool to verify the correctness of a 3Di model. Contribute to nens/threedi-modelchecker development by creating an account on GitHub.

GitHub

Generate a 3Di simulation grid from a model schematisation. - GitHub - nens/threedigrid-builder: Generate a 3Di simulation grid from a model schematisation.

brazen gazelle
#
amber raptor
wise cargoBOT
#

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

001 | 
002 | 3 - [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]
#

@whole bear :warning: Your 3.11 eval job timed out or ran out of memory.

[No output]
#

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

001 | 
002 | 7 - [0, 2, 2, 6, 11, 14, 19, 14, 15, 7, 7, 3]
grand plover
#

let hack discord for a moment

#

mi virtual machine have 2 hours

#

installing

#

and still half way

whole bear
#

@gentle flint can i talk?

#

@amber raptor can I speak?

wise cargoBOT
#
Voice verification

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

gentle flint
#

@whole bear read the message above

honest pier
#

@frosty garnet you've got a lot of echo

#

@amber raptor how's the work situation

#

😔

grand plover
sweet lodge
grand plover
#

when i get some money i activate the windows

#

i think that oem serial key cost 20 dollars

whole bear
#

!stream 1029332158898245713

gentle flint
#

haha you wish

#

nice try though

somber heath
#

Penn Fraser Jillette (born March 5, 1955) is an American magician, actor, musician, inventor, television presenter, and author, best known for his work with fellow magician Teller as half of the team Penn & Teller. The duo has been featured in numerous stage and television shows, such as Penn & Teller: Fool Us and Penn & Teller: Bullshit!, and i...

Guido van Rossum (Dutch: [ˈɣido vɑn ˈrɔsʏm, -səm]; born 31 January 1956) is a Dutch programmer best known as the creator of the Python programming language, for which he was the "benevolent dictator for life" (BDFL) until he stepped down from the position on 12 July 2018. He remained a member of the Python Steering Council through 2019, and with...

#

@whole bear 👋

willow gate
#

@somber heath hello

#

@whole bear yes show

#

okay

whole bear
#

@willow gate do join the server that i send you in dm

willow gate
#

share video here

#

@somber heath you wanna join?

somber heath
willow gate
#

@somber heath opal can we make gui calculator?

#

usinging pyhton

somber heath
#

Yes.

willow gate
#

Tkinter module?

somber heath
#

That is a viable option.

willow gate
#

okay

#

i try now

#

just i have to import that?

somber heath
#

Yes.

willow gate
#

wx module is also similar

#

?

somber heath
#

I haven't encountered wx.

willow gate
#

ok

willow gate
#

@somber heath you have permission to share screen?

somber heath
#

No.

#

!code

wise cargoBOT
#
Formatting code on discord

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.

For long code samples, you can use our pastebin.

somber heath
#

!paste

wise cargoBOT
#
Pasting large amounts of code

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

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

willow gate
#

use replit

somber heath
#
while True:
    try:
        value = int(input('Enter a number: '))
        break
    except ValueError:
        pass
#

@brazen gazelle Does it look something like this?

willow gate
scenic quiver
#

Oh! Looks cool! I didn't know about this tkinter

willow gate
#

but its awesome

scenic quiver
#

So, will it be helpful to design UI?

willow gate
#

ask opal

brazen gazelle
somber heath
pallid hazel
#

vscode is funny.. I have imports that are white, as in not found, but they work just fine...

#

nvm, file wasnt saved.

#

usually it saves files when it's ran, but some reason it wasnt saving one of them..

vocal basin
unborn storm
somber heath
#

It's a conspiracy.

unborn storm
sharp idol
ancient lily
#

hello

#

learning bout classes

rugged root
ancient lily
#

peep si

open lily
#

Yikes less than 50 messages

#

Can't speak

ancient lily
#

is it better than pepsi

open lily
#

!user

wise cargoBOT
#

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

brazen gazelle
open lily
#

Oh already at 43

rugged root
#

Yeah like I said, you're not far off

open lily
#

Okay I'll hangout here then

rugged root
#

Glad to have you

open lily
#

I only started learning 2 weeks ago so hope to learn something here too.

#

Cheers

brazen gazelle
rugged root
#

Book, website, videos...

open lily
#

Coursera

#

Website

vocal basin
#

looks as if it calls recursively instead of continuing with the loop

#
def handle_input():
    while True:
        ...
        if error:
            handle_input()
#

as if it's like this

rugged root
vocal basin
#

@brazen gazelle you call main()

#

inside getting_in

#

don't

vocal basin
#

just raise the error all the way up

open lily
#

It's cn get quite tough sometimes because the methods and libraries and all

#

I gotta spend another hour or two searching for resources before I understand what's going on to resume with the course

#

So a 1 hour module ends like being 3

#

Ends up*

rugged root
#

Noting wrong with that

#

And you taking the time to research it shows that you know how to do research to solve a problem, which is important

open lily
#

I'm switching career, I chose this path from a friend's recommendation

vocal basin
#
def get_input_for_real():
    while True:
        try:
            return get_input()  # should include print of options
        except InvalidInputError:
            print('invalid input')
open lily
#

Good thing I studied statistics in university

vocal basin
#

I'm talking about suffix specifically

#

Error/Exception suffix

#

(pep8 says to use them)

#

for exception, you usually have to options to inherit from

#

BaseException and Exception

#

second are non-exit exceptions

gentle flint
ancient lily
#

i dont see Q

rugged root
gentle flint
vocal basin
#

!e

print(issubclass(StopIteration, BaseException))
print(issubclass(StopIteration, Exception))
#

what

#

oh

#

wrong function

wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | True
002 | True
rugged root
#

God damn it

#

The only button that's working on it?

#

Paper feed

#

Gotta find another one....

vocal basin
#

re-structure your program as a state machine to get similar results
or use proper loops and functions

#

well, micropython allows classes too

scenic quiver
scenic quiver
# rugged root https://tenor.com/Di0E.gif

!e
'''py
try:
wipe="tears"
#add the number of eyes you would like to wipe your tears from
wipe=wipe+2
except:
print("You have 2 eyes to wipe your tears but you cannot add integer to a string")

finally:
print("haha..I hope you understood this concept")
'''

wise cargoBOT
#

@scenic quiver :warning: Your 3.11 eval job has completed with return code 0.

[No output]
vocal basin
#
def get_input():
    print('input options: ...')
    ...

def get_valid_input():
    while True:
        try:
            return get_input()
        except InvalidInputError:
            display_error_message()

def main():
    while True:
        valid_input = get_valid_input()
        if valid_input == "exit":
            return
        else:
            process_input(valid_input)
rugged root
#

Backticks not quotes

vocal basin
#

```py
code
```

rugged root
#

On US Keyboards, it shares the same key as the ~ next to the 1 on the number row

scenic quiver
#

!e

try:
    wipe="tears"
    #add the number of eyes you would like to wipe your tears from
    wipe=wipe+2
except:
    print("You have 2 eyes to wipe your tears but you cannot add integer to a string")

finally:
    print("haha..I hope you understood this concept")
wise cargoBOT
#

@scenic quiver :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | You have 2 eyes to wipe your tears but you cannot add integer to a string
002 | haha..I hope you understood this concept
rugged root
#

Boom

scenic quiver
#

🙃

vocal basin
#

get_input should raise InvalidInputError if something goes wrong

#
class InvalidInputError(Exception):
    pass
somber heath
#

@rugged root

#

🍅

molten pewter
#

The quote is "We have inherited quite a budget crisis from President Trump" From Bart to the Future, March 19th, 2000

grand plover
#

russia did a war crime

somber heath
#

@rugged root That's going to change.

#

They're going to start softballing.

molten pewter
grand plover
#

it is fake news

rugged root
#

They'd know much better than I

somber heath
#

@rugged root Gary Lineker.

#

!e ```py
def func():
v = 5 #local v
print(v) #local v

v = 0 #global v
func()
print(v) #global v```

wise cargoBOT
#

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

001 | 5
002 | 0
somber heath
#

Inside and outside the function are different vs.

#

LEGB. Local, enclosing, global, builtin.

obsidian dragon
#
def func():
    _v = 5 #local v
    print(_v) #local v

V = 0 #global v
func()
print(V) #global v
grand plover
#

probably is same variable with different values

somber heath
#

SCREAMING_SNAKE_CASE

#

!pep8 See: Naming Conventions.

wise cargoBOT
#
PEP 8

PEP 8 is the official style guide for Python. It includes comprehensive guidelines for code formatting, variable naming, and making your code easy to read. Professional Python developers are usually required to follow the guidelines, and will often use code-linters like flake8 to verify that the code they're writing complies with the style guide.

More information:
PEP 8 document
Our PEP 8 song! :notes:

grand plover
#

the 12 years old girl is here

#

hihihihihihih

rugged root
#

They're a working adult

grand plover
#

just joking

rugged root
#

Ah gotcha

grand plover
#

with my bad english

rugged root
#

Gotcha gotcha, no worries

terse needle
#
#include <stdio.h>

int *f() {
  static int v = 5;
  printf("%d\n", v);

  return &v;
}

int main() {
  *f() = 4;
  f();

  return 0;
}
#
5
4
somber heath
rugged root
#

God damn it

open lily
#

Moosi

terse needle
#

modes

open lily
#

Late night comedy for me

rugged root
#

Yeah this is... pretty much what happens here

#

Coding gets talked about but like

#

Usually just friends hanging out

open lily
#

No this is great haha

lucid blade
molten pewter
#

We’ve created GPT-4, the latest milestone in OpenAI’s effort in scaling up deep learning. GPT-4 is a large multimodal model (accepting image and text inputs, emitting text outputs) that, while less capable than humans in many real-world scenarios, exhibits human-level performance on various professional and academic benchmarks.

mild quartz
rugged root
#

Checking, is it still finance talk in here?

lucid blade
#

NO

#

lol

#

docker did a bad thing

#

chatgpt4

#

and now does ia 'understand'

grand plover
#

let see some bot tutorials

#

to make a my own bot

#

for discord

lucid blade
#

ive made a few

#

theres a lib for python

#

1st import the lib and get ur api key working

#

that can be a challenge in itself 😄 😛

#

ill check what lib i used

#

default discord one i think ?

#

client = discord.Client()

lucid blade
#

oof

amber raptor
#

Powershell does most of this natively

#

Like this seems like a ton of work to shoehorn python into doing this.

uncut meteor
#

o k

molten pewter
uncut meteor
#

this is dancing

#

at its finest

#

@molten pewter ^

molten pewter
grand plover
#

the should make a wifi called super bluetoo

molten pewter
grand plover
#

the should make a bluetoo at 2.5 Ghz

molten pewter
#

" Bluetooth uses a technology called frequency hopping, which means it skips around the 2.4 GHz band, up to 1600 times per second"

grand plover
#

the frenquency of bluetooth is not too bad

#

the 6g might get a 1 tb downloand speed

#

so the speed in phone wifi will be fast

quasi condor
#

I'm not at work, I wouldn't join at work. I'm ill is why I can't unmute myself

#

@molten pewter

#

I got ill at the last job as well

rugged root
#

Same sickness as last time?

#

Huh

#

Apparently IR readers/scanners/data transfer can get up to 1 Gbit/s

#

That's.... huh

molten pewter
copper lake
#

Hello Sirs

rugged root
#

How goes it

copper lake
#

how do we know if that SSID is authenticated with the owner?

rugged root
#

Certificate authorities

#

I think

copper lake
#

if anyone knows that. the attacker can also penetrate on the wifi that needed to named SEC on the end

rugged root
#

This is all over my head

copper lake
#

and anyone can get SSL authority?

#

so that, the store owners that have free wifi are need to attend that kind of seminar or certificatio?

#

n

rugged root
#

Or the ISP sets it up for business accounts

copper lake
rugged root
#

Probably

copper lake
#

then the certification is useless too

#

even hacker can have their certification

rugged root
#

Stupid question

copper lake
rugged root
#

No no

#

I mean I have one

#

So how is it that services like GoDaddy, Porkbun, Namecheap, etc. can all be selling the same domain name

copper lake
#

hahah same thought

rugged root
#

That's always confused me

copper lake
#

if the authority control the wifi. so they will not approve to have public wifi for that one business?

rugged root
#

I think it's more that you're at risk. Much like how you'll get a complaint from your browser if the SSL cert from a site is funky

copper lake
#

I think that idea is so risky for the users

rugged root
#

Current setup already is

copper lake
#

if you're big business or company. and you're one of the big businesses, certify. you're probably the apple of the eye of a hacker.

#

it is more prone to attack in that kind of authorization

#

anyways. what app need to have defense on your pc? like IP address hider and some?

#

the firewall might secure your device. the user only is the problem, if the user download some backdoors for hackers. that's the time you need to throw your device haha

#

any advice on game programming subject??? I hate this subject so much

#

the problem is our mind hahah

amber raptor
rugged root
#

Not necessarily

copper lake
#

2d microgame platformer. so suck

rugged root
#

Is this something you have to do for school?

copper lake
#

if I have a chance to not to take this. I will not take this hahah

#

WEB3 is for crypto marketing hahah

#

It is Centralized Blockchain for Crypto and other Stocks exchange

#

the future of currency tho

rugged root
#

"currency"

old heart
#

hio

copper lake
#

what can you say on the new ChatGPT 4?

old heart
#

no mic toay

rugged root
#

No worries

amber raptor
#
com     nameserver = b.gtld-servers.net
com     nameserver = c.gtld-servers.net
com     nameserver = d.gtld-servers.net
com     nameserver = e.gtld-servers.net
com     nameserver = f.gtld-servers.net
com     nameserver = g.gtld-servers.net
com     nameserver = h.gtld-servers.net
com     nameserver = i.gtld-servers.net
com     nameserver = j.gtld-servers.net
com     nameserver = k.gtld-servers.net
com     nameserver = l.gtld-servers.net
com     nameserver = m.gtld-servers.net```
copper lake
#

how about the serverless?

rugged root
#

Serverless is an abstraction away from the devs

amber raptor
#

A root name server is a name server for the root zone of the Domain Name System (DNS) of the Internet. It directly answers requests for records in the root zone and answers other requests by returning a list of the authoritative name servers for the appropriate top-level domain (TLD). The root name servers are a critical part of the Internet inf...

rugged root
#

There are still servers hosting those things, but the dev/user don't have to care

copper lake
#

ohhh okay

#

Apple use google??

old heart
#

I just did that in wsl for fun, cool.

#

dig facebook.com +trace

molten pewter
limpid umbra
#

sounds wondefully complicated

rugged root
#

Seems like there's around ~600 dns root servers

#

Spread across the world

old heart
molten pewter
#

13 DNS root servers

rugged root
#

Those 13 have tons of their own servers

#

They wouldn't balance them solely on 13

old heart
#
 dig facebook.com

; <<>> DiG 9.18.1-1ubuntu1.2-Ubuntu <<>> facebook.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59334
;; flags: qr rd ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

.. WARNING: recursion requested but not available

#

I have no idea what I'm doing, but its interesting 🙂

#

what about ipv5 ... just forgotten, somewhere in a warehouse, under a bedsheet.. poor little ipv5, all alone..

rugged root
#

Beat over the head, buried in the backyard...

#

"Into the pit with ye"

old heart
#

ipv5? that's a paddlin'

limpid umbra
#

can a , Cisco3600 Cisco 3600 ROUTER , be useful ?

amber raptor
limpid umbra
#

i have a stack of them downstairs , sitting , now all this net DNS stuff going on

old heart
#

what is PQC

#

explained to a 5 year old

limpid umbra
old heart
#

LOL

limpid umbra
#

@rugged root i was given a stack of these a few years ago - dont know what to do with them

old heart
#

Dear Rabbit,

I’m sorry to inform you that your services are no longer required. You have been terminated. I know this is a difficult time for you, but I hope you can take comfort in the fact that you will be missed. We are sorry to see you go, but wish you all the best in your future endeavors. I will always remember the time we spent together, and will always cherish the memories we made.

Sincerely, Rabbit’s Boss

rugged root
#

If you don't need them, get rid of them

#

They were discontinued at the end of 2003

limpid umbra
#

dinosaurs....

old heart
#

LOL

molten pewter
old heart
#

you must use a different browser

#

I like fucking around with ChatGPT, but I find Bing being forced down my throat is making me want to use Microsoft services even less.

restive geyser
#

lol

#

hi

rugged root
#

How is

restive geyser
#

i is tired. how is u

rugged root
#

Same

restive geyser
#

LOLOL

rugged root
#

Just very worn down

old heart
#

I've been so wiped lately. fucking DST

rugged root
#

Yeah, been at my job for like 7 1/2 years

old heart
#

I left a job of 15 years, so nice and fresh now.

#

I love that word, cargoculting.

#

its like... its always been this way

#

its a software dev term I think

#

but applies to other things also

#

cargo-culting in medicine. yikes, what a scary concept.

#

what about a GP that uses python

#

baba says potatoes cure everything.

restive geyser
#

lol

quasi condor
#

Huff potato steam is the most Baltic medical advice I've ever heard @zenith radish

restive geyser
#

it's not far off from SE asian "medical" advice

#

it's just rice instead of potatoes lol

molten pewter
rugged root
#

"Having trouble with male fertility? Have some powdered tiger penis"

#

I think it was Victorian era UK....

#

But like pigeons were used as a last ditch medicine. Wait hold on, I'm getting my era's wrong

#

When was the black plague

restive geyser
#

14th century?

rugged root
#

Ah right right right

#

Okay now I have to double check something

#

Elizabethan era

#

Like there were some fucking weird as hell treatments

#

"Pigeon slippers"

#

"A pigon slitt & applied to the sole of each foote" [sicc]

molten pewter
spark prairie
molten pewter
#

!voice

wise cargoBOT
#
Voice verification

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

rugged root
#

I think another was using pigeons to help with the buboes from the black plague

old heart
rugged root
#

Gross ye olde Black Plague fact. ||They would attempt to use the cloaca of the pigeon to suck the pus from them||

spark prairie
#

Got it thanks!

restive geyser
#

ewwwwwww

rugged root
#

I did warn you

restive geyser
#

y did i click that

#

LOL

rugged root
#

You did that to yourself

restive geyser
#

i needed to know

old heart
#

me too -.-

rugged root
#

"Modern medicine of the time"

molten pewter
#

Potato Lung...

rugged root
#

Hmm, I may have misremembered the cloaca fact

#

But the other one is.... not better

spark prairie
#

Can you all program the URLs yourself?

rugged root
#

The URLs?

spark prairie
#

Website

#

Which book or web will you suggest to noob writers 🤣

rugged root
#

Specifically for website design or something?

#

I'm not really sure

spark prairie
#

I can only write Visual Studio basic 🥲

rugged root
#

Oh for Python?

spark prairie
#

Yeah

rugged root
#

!resources We've got a bunch of resources on our site. I typically recommend A Byte of Python, which is linked on there and is free on its site

wise cargoBOT
#
Resources

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

spark prairie
#

Thanks!

#

I’m also wondering how a fps game be make by only codes

#

Much to learn I still have

rugged root
#

For sure for sure

spark prairie
#

my uncle works at google and he said one person only needs to write a little bit and put all the programs together to make a complete program

#

So I wish I could learn how to program

rugged root
#

Just have to apply yourself and practice

spark prairie
#

what programming test i must take

rugged root
#

There is no test

old heart
stuck furnace
#

Normally it's a bot programming competition, but they seem to have gone with a different format this time 🤔

#

We like tea ¯_(ツ)_/¯

zenith radish
stuck furnace
#

I think of kabanos

rugged root
#

!kindling

wise cargoBOT
#
Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

stuck furnace
#

Graph theory students know it better as Konigsberg

#

Yeah, in 2008

#

Dumbo Drop

#

That's pretty much the plot yep

rugged root
#

@quasi condor How're you doing, sicky

quasi condor
#

fury beat me at backgammon and now i'm salty

#

and he fucked off to pick up his daughter or something

rugged root
#

You just wish you were his daughter

#

Obvs

zenith radish
old heart
#

hey now

#

What are you saying about my country 😛

#

it will be like a real life survival game!

rugged root
#

@whole bear Would you mind changing your name to meet our nickname policy? See the #rules for that

rugged root
#

Thanks

whole bear
rugged root
#

Awesome, appreciated

grand plover
blissful island
#

@final crane Can you help me real quick

final crane
#

I dont know python

blissful island
#

oh

#

@drifting sonnet

knotty dome
#

Hi

blissful island
#

Hey

#

@drifting sonnet I cant talk

#

Yea

#

With making a script into a exe

#

yea

#

Its not working

#

Yea

#

Yea

#

It didnt help

#

No

#

Yea

drifting sonnet
#

Here are the steps to convert a Python script into an exe using PyInstaller:

Install PyInstaller by running the following command in your command prompt or terminal:

Copy code
pip install pyinstaller
Navigate to the directory where your Python script is located using the cd command in your command prompt or terminal.

Run the following command to generate a single executable file for your Python script:

css
Copy code
pyinstaller --onefile myscript.py
Replace "myscript.py" with the name of your Python script. This command will create a folder named "dist" in your current directory, which will contain the executable file.

If your Python script has any external dependencies, such as modules or packages that are not included in the standard library, you will need to include them in the executable file as well. You can do this by running the following command instead:

css
Copy code
pyinstaller --onefile --add-data "path/to/dependency;." myscript.py
Replace "path/to/dependency" with the path to the directory or file containing your external dependency. You can include multiple dependencies by separating them with a semicolon (;). This command will include the specified dependencies in the executable file.

Once the executable file is generated, you can run it on any Windows machine without requiring a Python installation. Note that the generated executable file may trigger false positives from some antivirus software, so you may need to whitelist the file or add an exception in your antivirus software to allow it to run.```
blissful island
#

Wanna call in dms?

#

Ok

#

Its a very simple script

#

Im just starting

#

yea

#

yea

#

I tried

#

Hold on let me type the whole thing in

drifting sonnet
#

pip install pyinstaller

blissful island
#

?

#

Nope

#

Of yea

#

Ik

#

so go into it and type it?

#

Yea

#

C:\Windows\System32\cmd.exe

drifting sonnet
#

cd ^

blissful island
#

No

#

ok

#

Samething

#

ok

vocal basin
#

I have set up a self-deployed version of Overleaf
it seems to work

#

this isn't exactly the "LaTeX in Docker" experience I was aiming towards but at least it works

somber heath
#

@pine shell👋

pine shell
#

can integer can convert into bytes sequence

vocal basin
#

!e

print((1234).to_bytes(8, 'little'))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

b'\xd2\x04\x00\x00\x00\x00\x00\x00'
vocal basin
#

!d int.to_bytes

wise cargoBOT
#

int.to_bytes(length=1, byteorder='big', *, signed=False)```
Return an array of bytes representing an integer.

```py
>>> (1024).to_bytes(2, byteorder='big')
b'\x04\x00'
>>> (1024).to_bytes(10, byteorder='big')
b'\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00'
>>> (-1024).to_bytes(10, byteorder='big', signed=True)
b'\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x00'
>>> x = 1000
>>> x.to_bytes((x.bit_length() + 7) // 8, byteorder='little')
b'\xe8\x03'
```...
vocal basin
#

or

#

!d struct.pack

wise cargoBOT
#

struct.pack(format, v1, v2, ...)```
Return a bytes object containing the values *v1*, *v2*, … packed according to the format string *format*. The arguments must match the values required by the format exactly.
pine shell
#

we nneed to use the function .to_bytes to convert it ?

vocal basin
#

to_bytes method, yes

pine shell
#

can you help me confusion in bytes

#

why is bytes used

#

yess

#

than it is used to encode and decode the bytes

#

one more question

#

b'\x01\x02\x03' whtat is the use of this type of value

vocal basin
#

!e

print(b'\x01\x02\x03')
print(b'\1\2\3')
print(bytes([1, 2, 3]))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | b'\x01\x02\x03'
002 | b'\x01\x02\x03'
003 | b'\x01\x02\x03'
pine shell
#

so what to do with this type of value

#

why this type of value is used ? i have lot of confusion in this

#

can you give me the example

vocal basin
#

writing to open("file.bin", "wb")

pine shell
#

to open the file???

vocal basin
#

or using int.from_bytes as the other side of int.to_bytes

vocal basin
pine shell
#

when is this type of value is created

vocal basin
#

another simple usecase: compression

#

most compression libraries work with byte sequences not with text strings

#

there surely are some optimised for text, but I never saw one in use

pine shell
#

bytes and bytesarray are same but bytes array are mutable isn't it?

#

thanks @somber heath @vocal basin

somber heath
#

@whole bear👋

pine shell
#

@somber heath from where are you

whole bear
#

what's sup

pine shell
#

where ?

whole bear
#

Australian he said I believe

pine shell
#

yeah you?

whole bear
#

american

#

what about u?

pine shell
#

yes everyone's dream contry's

pine shell
whole bear
#

how is it there?

pine shell
#

Now adays starting of summer season

#

THere?

whole bear
pine shell
#

how much have you been in coding

whole bear
#

2month actually

#

I do it as a hobby

#

I'm currently learning python

pine shell
#

in which concept you are in now

#

same I am also in python now

whole bear
#

Numpy Arrays

#

what about u how long have you been coding?

pine shell
#

already finished data types,operators??

whole bear
pine shell
whole bear
#

nice keep it up

pine shell
whole bear
vocal basin
#

I googled "random programming language"
first result:

pine shell
whole bear
#

I procrastinate a lot so i haven't been able to finish and I'm also busy

#

alright gotta go

somber heath
#

@whole bear👋

whole bear
#

hello

vocal basin
#

wait what is PL/M
(is it like PL/1000 by the logic of PL/I naming?)

whole bear
#

how's it going?

#

indeed

vocal basin
whole bear
#

you guys participating in the gamejam?

vocal basin
#

pyweek?

whole bear
#

yeah

#

yeah I'm not sure if many games are made using pygame

#

or great games

somber heath
#

It's good as a learning tool.

vocal basin
#

pygame, pyglet, kivy
(I don't remember what else exists and is used)

#

there are bindings to less python-native libraries

whole bear
#

that's nice, I started learning programming so I can eventually make games one day

#

what about you guys, what got you into programming?

vocal basin
#

Python may be a good starting point for programming
but, imo, for games specifically there are better fit options (like C#)

somber heath
#

Python is probably not the best language for game development, that being said, there is Ursina.

whole bear
#

I see, thx

vocal basin
#

and Pascal anyways was the first programming language I used

vocal basin
whole bear
#

That's pretty cool, would you say that pascal was harder to learn compared to python?

#

or what would you say about python that made it a better learning experience?

vocal basin
#

Pascal has an appearance of a dying language
and it's extremely overused in schools in some countries just because no one knows any better options

#

if you want a more alive version of the language, you'd pick one of its modern dialects
for that reasons just "Pascal" is quite irrelevant now

#

mostly Delphi and Free Pascal

#

imo, even C is more user-friendly than Pascal
and learning it has quite a lot of value

vocal basin
whole bear
#

oh yeah earlier you did mention C# for games

#

so Opal, what got you into programming? (you don't have to answer if you don't want to)

vocal basin
whole bear
vital galleon
#

Is it possible to add in variable in tailwindCSS similar to this?

<div className={`h-64 w-full bg-gray-200 flex flex-col justify-between p-4 bg-cover rounded-xl bg-center bg-[url(${shop.shop_image_url})]`}>
vocal basin
vital galleon
somber heath
#

@whole bear👋

whole bear
somber heath
#

@eternal goblet👋

eternal goblet
#

@somber heath 👋

somber heath
#

@crystal jasper👋

warm jackal
#

If you cut out the net from the card and solve a fold: send me a photo! Maybe hang it on your tree as a decoration.

To receive a physical card you officially need to be a "statistically significant" supporter (or higher) on Patreon by the end of 06 December 2022. And all supporters get emailed a digital copy! https://www.patreon.com/standupmath...

▶ Play video

Get to know Jane Street! https://www.janestreet.com/join-jane-street/get-to-know-us/

Which hypercube unfoldings tile space? https://whuts.org/

Yes, you can buy one of the 261 models from this video and support the channel. All hand-numbered by me and with a signed certificate of authenticity. https://mathsgear.co.uk/products/cube-model

Here i...

▶ Play video
#

Buy Matt Parker's Humble Pi: https://amzn.to/367UmBV

In this special One Day Build filmed earlier this year, mathematician Matt Parker visits the cave to build a rhombic dodecahedron with Adam! Be prepared for lots of fun geometry discussion as Adam and Matt try to make abstract math concepts tangible with a physical build. They also take this ...

▶ Play video
frosty star
#

HAH

#

Does this mean the Malfoys never made house elves do laundry

whole bear
#

harry potter fan fiction is the first thing i start to hear when i join

#

nice

frosty star
#

thats interesting

#

@warm jackal link pls to the fanfic

frosty star
#

it's so perfect 😂

#

sure 🙂

whole bear
#

i got some flour 😉

#

jk

#

wait

#

nooooo

#

i bring the flour

#

and wait

#

i have a story

frosty star
#

malaysiaa

whole bear
#

there is going on a fraky urban legend thingy in serbia

#

about this dancing lady

#

when u see her dance, or if she spots you while her dance is going on

somber heath
#

Ah, yes. Very dangerous, those.

whole bear
#

she will chase the heck out of you

#

with a knife

#

only way to survive it is to either just not go any way near her until her dance is complete

#

or if she chases u

#

pull out the ol' handy glock

#

as they say "dont bring a knife to a gun fight"

#

idk if it is real

#

but sure does scare me a little

#

and i have gained a little knowledge about these things called doplegangers

#

idk why the internet thinks they are real, but even if they were, why would it want to hurt you, why be scared, use it to your advantage

#

you have a litteral copy of yourself

rugged root
whole bear
#

teach it what all you know

#

make it attend your exams, your school, you have acces to heaven

#

knife that shoots guns would be good

#

infinite guns, infinite ammo

#

oh

#

that is still a gun though

#

?

#

yeah i know

#

this shit?

#

if you had enough ammo, it could technically kill

#

lol

#

what if u hit the pp

#

mans gone then

#

just remove them then

#

i wish it did

#

just slide cancel to ur enemy and pull their pants down

#

if they turn aroud, what they gonna do? stop you?

#

you have a gun to their balls

#

eyy i got voice permissons!

#

ill stick to text

frosty star
#

yes

#

taxes

#

and I forgot my apple id password again

whole bear
#

vscode or pycharm?

frosty star
#

VSCODE

whole bear
#

oh nice

#

sublime text?

#

i have made something

#

in python

#

i am learning, so it is pretty cool for me

#

how can i show it