#voice-chat-text-0

1 messages · Page 901 of 1

slate pier
#

Do these common ATAC-seq peaks overlap any of the promoter regions (1000 bp upstream) of any of the cortical marker genes mentioned previously in Part 2? Which ones

#
# First create BedFile for genomic ranges of 1kb upstream promoter region of each transcript
marker_overlaps = []


# ---------------------- Write your code here 


marker_overlaps_bed = bed.BedFile(marker_overlaps)
try:
    for o in marker_overlaps_bed:
        print(o.name, o.chrom, o.chromStart, o.chromEnd)
except Exception as e:
    print(e)```
#

common_peaks_bed = bed.BedFile(common_peaks)

#

Med skägget i brevlådan

hallow scarab
#

hiii

#

hei how can i be able to turn on my mic

wind raptor
#

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

hallow scarab
#

oh

#

thanks

woeful salmon
#

!e

import dis

def add(a, b):
    return a + b

print(dis.dis(add))
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 |   4           0 LOAD_FAST                0 (a)
002 |               2 LOAD_FAST                1 (b)
003 |               4 BINARY_ADD
004 |               6 RETURN_VALUE
005 | None
woeful salmon
#

!e

import dis

def foo():
    bar = 2 + 20
    return bar
print(dis.dis(foo))
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 |   4           0 LOAD_CONST               1 (22)
002 |               2 STORE_FAST               0 (bar)
003 | 
004 |   5           4 LOAD_FAST                0 (bar)
005 |               6 RETURN_VALUE
006 | None
untold wraith
#

!e ```import dis

def foo():
bar = 20 << 1
return bar
print(dis.dis(foo))```

wise cargoBOT
#

@untold wraith :white_check_mark: Your eval job has completed with return code 0.

001 |   4           0 LOAD_CONST               1 (40)
002 |               2 STORE_FAST               0 (bar)
003 | 
004 |   5           4 LOAD_FAST                0 (bar)
005 |               6 RETURN_VALUE
006 | None
untold wraith
#

!e ```import dis

def foo():
bar = 20 >> 1
return bar
print(dis.dis(foo))```

wise cargoBOT
#

@untold wraith :white_check_mark: Your eval job has completed with return code 0.

001 |   4           0 LOAD_CONST               1 (10)
002 |               2 STORE_FAST               0 (bar)
003 | 
004 |   5           4 LOAD_FAST                0 (bar)
005 |               6 RETURN_VALUE
006 | None
somber heath
#
import dis
dis.dis(dis.dis)```
#

Yo, dawg.

#

I heard you like dis.dis, so I put dis.dis inside dis.dis.

#

Python Techno.

#

Dis dis dis dis...

woeful salmon
#

@somber heath you know about struct tho right?

#

👀

wind raptor
#

!e

from dis import dis as this_dis_dis_isnt_inside_dis_dis

def char_remover(string, char):
    return string.replace(char, "")

print(this_dis_dis_isnt_inside_dis_dis(char_remover))
wise cargoBOT
#

@wind raptor :white_check_mark: Your eval job has completed with return code 0.

001 |   4           0 LOAD_FAST                0 (string)
002 |               2 LOAD_METHOD              0 (replace)
003 |               4 LOAD_FAST                1 (char)
004 |               6 LOAD_CONST               1 ('')
005 |               8 CALL_METHOD              2
006 |              10 RETURN_VALUE
007 | None
woeful salmon
#

!e

import struct

def foo(num: int) -> str:
    bytes_object = struct.pack(">l", num)
    return "".join(f"{_byte:08b}" for _byte in bytes_object)

res1 = foo(-1)
print(res1[0], res1[1:])
res2 = foo(1)
print(res2[0], res2[1:])

don't judge naming i didn't wanna think

wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | 1 1111111111111111111111111111111
002 | 0 0000000000000000000000000000001
cerulean ridge
#
untold quarry
#

Hi

shut flame
#

@icy axle if i have to compare the values of two variables and if its not equal then we will slice one value of the string from last and the loop will run until the values of both are equal then it will print the result

#

how can we do that?

#

@icy axle

#

@icy axlehelp

#

hello

icy axle
shut flame
#

sure

icy axle
#

Feel free to hang out in the channels for some time, and you'll get there soon

whole bear
#

sorry

leaden sable
wraith kernel
#

Hello?

#

👀

#

@icy axle just wishing to say I like this game your making if it is one

#

Looks quite cool tbh

wraith kernel
#

Well I do hope they are bro

#

If they aren’t that isn’t good

#

Is there any problems python has found?

#

If so I’d check them

icy axle
#

It's a logic problem. Not a syntax issue

wraith kernel
#

Ah okay

#

I think I’m gonna go now

#

Good night

loud saffron
#

I need help with some code in voice if anyone can help, its for an assignment and the help text channels arent proving very helpful. Heres assignment details:
Create a program that reads the VacationPackagesExtra.txt file and stores the data in one or more lists. No user entry is needed for this program. The program will count the number of available packages for each country and calculate the average price for selecting one of the package for each country. (The first field in each row of the file contains "1" for available and "0" for not available.) The program output should be a list of countries, sorted by country name, displaying how many packages are available and the average price for those packages.
just @ me if you are willing to help

hushed dragon
#

near ":0": syntax error

brave steppe
#
query = "INSERT INTO users (DiscordID, SteamID) VALUES (%s, %s);"
cursor.execute(query, (discord_id, steam_id))
#

That will safely do it

umbral prairie
#

what?

hushed dragon
#

near "%": syntax error

somber heath
#

:?

brave steppe
#
query = "INSERT INTO users (DiscordID, SteamID) VALUES (?, ?);"
cursor.execute(query, (discord_id, steam_id))
austere lichen
#

Ho

hushed dragon
#

[]

brave steppe
#
INSERT INTO users (DiscordID, SteamID) VALUES (?, ?) RETURNING *;
hushed dragon
#

Database responded with: [('STEAM_0:0:100328542', '295025384041480193')]

sweet lodge
#

SQlite doesn't support simulations sessions.

Are we missing a commit(), and the transactions being rolledback?

hushed dragon
hushed dragon
sweet lodge
#

I don't think you can do that?
You can't fetch what hasn't been commited?

hushed dragon
sweet lodge
#

How? Does the fetch run with the transaction's context?

brave steppe
hushed dragon
brave steppe
#

Also only one connection can write at a time, so you know what the context is

topaz tapir
#

hi

gentle flint
sonic crest
#

.p

tired eagle
#

@icy axle can you help me with a question?

icy axle
tired eagle
#

@icy axle Thank You!

frigid panther
#

hows it going @icy axle

sinful bramble
#

what ya doin

frigid panther
#

vester is working on his tui

#

brb, gotta finish an assignment 😬

icy axle
#

Alright, good luck

primal yacht
#

https://blog.dream11engineering.com/lessons-learned-from-running-graphql-at-scale-2ad60b3cefeb

” To improve the compositionality of our code we had defined a ton of curried functions using Ramda. But every abstraction has a cost associated with it. On profiling, we found out that the curry function was taking up a lot of CPU. Benchmarks show that removing curry from the code makes it up to 100 times faster. Curry function is at the core of Ramda, almost every function is curried.”

ebon fractal
#

hoi.

primal yacht
#

Hello

#

!voice @ebon fractal see the bot message that pops up below this message

wise cargoBOT
#

Voice verification

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

primal yacht
#

?

ebon fractal
#

import pygame
from sys import exit

pygame.init()
screen = pygame.display.set_mode((800,600))
pygame.display.set_caption('zoomerz')
clock = pygame.time.Clock()

background_surface = pygame.image.load("C:/Users/admin/Downloads/graphics/sky.JPG")

background_surface = pygame.Surface((100,200))

while True:
for event in pygame.event.get():
if event.type == pygame.QUIT:
pygame.quit()
exit()

    screen.blit(background_surface(0,0))




pygame.display.update()
clock.tick(60)
#

i jus wanna know whats wrong here

primal yacht
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

ebon fractal
#

ok

primal yacht
#

Remember to edit your message

ebon fractal
#

import pygame
from sys import exit

pygame.init()
screen = pygame.display.set_mode((800,600))
pygame.display.set_caption('zoomerz')
clock = pygame.time.Clock()

background_surface = pygame.image.load("C:/Users/admin/Downloads/graphics/sky.JPG")

background_surface = pygame.Surface((100,200))

while True:
for event in pygame.event.get():
if event.type == pygame.QUIT:
pygame.quit()
exit()

    screen.blit(background_surface(0,0))




pygame.display.update()
clock.tick(60)
#

wait

#

sry

#

1sec

#

!code

primal yacht
primal yacht
ebon fractal
#

kk

primal yacht
#

that link will give you the info on finding the key needed

ebon fractal
#
from sys import exit

pygame.init()
screen = pygame.display.set_mode((800,600))
pygame.display.set_caption('zoomerz')
clock = pygame.time.Clock()

background_surface  = pygame.image.load("C:/Users/admin/Downloads/graphics/sky.JPG")


background_surface = pygame.Surface((100,200))



while True:
    for event in pygame.event.get():
        if event.type == pygame.QUIT:
            pygame.quit()
            exit()

        screen.blit(background_surface(0,0))




    pygame.display.update()
    clock.tick(60)```
#

ok?

primal yacht
#
import pygame
from sys import exit

pygame.init()
screen = pygame.display.set_mode((800,600))
pygame.display.set_caption('zoomerz')
clock = pygame.time.Clock()

background_surface = pygame.image.load("C:/Users/admin/Downloads/graphics/sky.JPG")
background_surface = pygame.Surface((100,200))

while True:
    for event in pygame.event.get():
        if event.type == pygame.QUIT:
            pygame.quit()
            exit()

        screen.blit(background_surface(0,0))

    pygame.display.update()
    clock.tick(60)
ebon fractal
#

ok

primal yacht
#

As I see ...

ebon fractal
#

can i know whats wrong

primal yacht
#

Is there any error shown in the terminal?

ebon fractal
#

yes

primal yacht
#

Knowing the full stack trace would help

ebon fractal
#

it says - 'pygame.Surface' object is not callable

mental holly
#

???

primal yacht
#

probably because it is not one?

ebon fractal
#

i didnt understand

#

like can u repeat

primal yacht
ebon fractal
#

yea acc to me i made no mistake

primal yacht
#

what version of PyGame do you have?

ebon fractal
#

the latest

#

i guess it is

#

2.0.1?

primal yacht
#

pygame v2.0.1.dev1
?

ebon fractal
#

waiwai

#

lemme check

#

pygame 2.0.1 (SDL 2.0.14, Python 3.8.3)

primal yacht
#

Did you install via. pip or some other virtual environment?
If so, see if you can update it that way

ebon fractal
#

i did it through jupyter

#

anaconda

#

and now iam running this code on spyder

primal yacht
#

@icy axle

''.join(
    str(int( CODE ))
    for VAR in SEQ
)
untold wraith
#

sheer confusion, multiple people talking but no one in vc??

primal yacht
#

@untold wraith are you on mobile or desktop / web?

untold wraith
#

desktop, i believe Vestergurkan is livestreaming audio from another source?

primal yacht
#

[Ctrl] + [R] if on desktop

untold wraith
#

oh! sorry

#

yep ctrl+r worked

primal yacht
#
(
  int( TEST_1 ) and 0x1
) + (
  int( TEST_2 ) and 0x2
)
ebon fractal
#

@primal yacht i got it, thank you for trying to help

primal yacht
#

sorry I got distracted as well @ebon fractal

ebon fractal
#

lol

#

k

#

np

#

bye

primal yacht
#

bi bi (bye bye / goodbye)

wispy dirge
#

wuuuuuu

#

Very good

#

Meeen

#

@primal yacht @icy axle tesos

primal yacht
#

Who are you?

wispy dirge
#

meaning in Spanish

#

JKASJDHAJA

primal yacht
#

!rule 4

wise cargoBOT
#

4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.

wispy dirge
#

Ooou ok i'm sorry

#

Meaning is a skillful person to perform a difficult activity

primal yacht
#

How is that related to the conversation in VC?

wispy dirge
#

It's just a compliment, that I did them, it's nothing...

primal yacht
#

I've just had to deal with too many annoyances in my life.
I'm sorry if I sounded rude.

marble wedge
#

' hi

primal yacht
marble wedge
#

No text to speech bot here

primal yacht
wispy dirge
#

Hahahahaha excellent sr Burns

karmic bramble
#

hello

mental holly
#

don't attribute to malice what can be sufficiently explained by...

#

language barriers

celest pecan
#

oh my gosh

mental holly
#

did you ask why i'm a tree?

#

oh who knows

wispy dirge
#

You don't see memes?

#

JKajajahjaja

karmic bramble
#

bye i dead

stuck furnace
#

Hello 👀

mental holly
#

hi LX

stuck furnace
#

Oh interesting

mental holly
#

vester were you always a mac user?

stuck furnace
#

Nice 😄 Is this using curses?

icy axle
mental holly
#

ah but you are converted ? what'd you use before ?

wispy dirge
#

@icy axle What modules uses for it?

icy axle
#

Windows

#

I only use pynput, to get keyboard input

wispy dirge
#

Ohh

#

I have idea

stuck furnace
#

Is this for pyweek?

#

The perfect time to start a programming project tbf 😄

wispy dirge
#

Jajajajaja

#

Hi @stuck furnace

stuck furnace
#

🤔

mental holly
#

🤔

stuck furnace
mental holly
stuck furnace
#

Yeah I do 😄

icy axle
#
try:
    while self.running:
        self.render()
        self.update()
        time.sleep(1 / self.fps)

except KeyboardInterrupt:
    self.running = False
while self.running:
    try:
        self.render()
        self.update()
        time.sleep(1 / self.fps)

    except KeyboardInterrupt:
        self.running = False
wispy dirge
#

xDDDDD

stuck furnace
#

I think I'd go with the first one.

#

Because the exception could occur at any time.

whole bear
#

would anyone know how to increase the bass of a audioloop

gentle flint
#

@orchid barn how you doin'

stuck furnace
#

Bye VG 👋

gentle flint
#

Vegetarian Glycerine

whole bear
#

python

#

!p

wise cargoBOT
#
Missing required argument

pep_number

#
Command Help

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

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

whole bear
#

!p audioloop

wise cargoBOT
#
Bad argument

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

#
Command Help

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

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

whole bear
#

audio loop

#

!d discord.FFmpegPCMAudio

wise cargoBOT
#

class discord.FFmpegPCMAudio(source, *, executable='ffmpeg', pipe=False, stderr=None, before_options=None, options=None)```
An audio source from FFmpeg (or AVConv).

This launches a sub-process to a specific input file given.

Warning

You must have the ffmpeg or avconv executable in your path environment variable in order for this to work.
whole bear
#

it creates a audio loop

stuck furnace
whole bear
wispy dirge
#

Jajajaja

dense ibex
#

👋

wispy dirge
#

Hi @final swift

stuck furnace
#

Just ask 🙂

#

quote unquote

brave steppe
#

ofc ofc

whole bear
#

danm no help then ok

wispy dirge
#

Question we help you

#

python and java?

#

Logstash?

#

Hahahhaa

pseudo nebula
#

Calculator

Code up a clone of the windows calculator. It’s great practice for GUIs and basic math operation. And if it helps you solve your algebra homework - all the better! how should i start making this in java?

mental holly
#

^^^^^^

#

read guys

whole bear
vivid palm
#

lol guys

wispy dirge
#

Jajajaja

#

@pseudo nebula There is a translator called P2J that can convert a subset of Python to Java. My universal-transpiler project was written for the same purpose, but it also translates Python to C #, Java, JavaScript, and other languages.

#

Hahaha

zenith radish
gloomy vigil
pseudo nebula
gentle flint
#

@strong arch thanks for the tip, worked beautifully

wispy dirge
#

or how java is very old
Why do that? Let your Python code run in Java:
http://www.jython.org/
It is a Python interpreter written in pure Java! Elegant.

#

xD

stuck furnace
zenith radish
#

@gentle flint

flat sentinel
wispy dirge
#

xD

zenith elk
native pelican
#

hi!

wind raptor
#

hi

native pelican
#

How are you doing?

#

pretty good 🙂 first day here

#

I've used a little python for college, but im mostly a webdeveloper

#

how about you?

whole bear
#

@wind raptor hey bro

native pelican
#

yea, php and js mostly

whole bear
#

@wind raptor so how are you?

native pelican
#

Nice, what kind of applications do you build?

whole bear
#

im also good

#

so are you seeing the chat

#

?

#

ohhk cause otherwise i had to tag you all ther time

#

can you tell me one thing

#

so recently in came into university 1st year

#

and they have statrted with teaching me c language

#

*started

#

and i am finding difficult to cope up with it

native pelican
#

hola lucas jaja

whole bear
#

cause theres a reason

#

may i say why?

#

because i always spend time on discord

native pelican
#

i've used some c# with unity

#

nicee

whole bear
#

thats the reason i am finding difficult because i spend almost all my time on discord

#

yess

#

there is so much distratction

#

because of discord i spend my time talkin to friends

#

here

#

ohh thats great

native pelican
#

yeah, the pandemic has made me lose focus too easily

whole bear
#

so can you suggest me how to make my focus

#

cause i truly want to get a good placment

#

ohh forest i know about that app

#

and do you use vs code

#

@wind raptor send me the server

#

send me other servers

whole bear
#

thank you

#

btw can you send me also the servers in which youb are in

#

only the programming related servers in which you are there

#

@wind raptor i'll brb in 5mins but please dm me the servers

native pelican
#

I work in a hospital, and im building mostly administrative apps, like one that management uses to ask human resources for new personnel, or one they can use to request for fixes with billings

#

but lately i been making too many new projects lol

#

outside work

#

and learning solidity with a friend

#

yeah, im making a card game in unity, some react tools for a game named axie infinity

#

and one in python

#

do you program outside work?

#

do you think i could get voice chat if i tag mods?

#

yep, just entered

#

yeah, its sad that because people spam and scam we cant have nice things XD

#

brb

#

well, food arrived guys, nice writing to you 😄

mystic ferry
#

food is good!

wispy dirge
#

Hi

grand acorn
errant nova
#

@grand acorn we can hear you talking

grand acorn
#

oops

vagrant belfry
#

guys can anyone join the voice chats?

wind raptor
#

we're in here

vagrant belfry
#

i mean the call

vivid palm
#

@errant nova hi!

errant nova
vivid palm
#

what is your pfp btw

somber heath
#

I'm a wood rat in the Chinese horoscope.

vivid palm
#

a hwat

somber heath
#

I was born in a rat year.

vivid palm
#

I looked up my "type" of horse, I got conflicting info

#

ok metal horse

somber heath
#

I'd have a slight giggle if you were a wood horse.

vivid palm
#

lmfao

#

ok but this website's descriptions of me are 100% wrong lmao

somber heath
#

No mention of what kind of metal, I suppose. Iron, I expect, would be the catch-all.

#

"...Look at my horse, my horse is amazing..."

vivid palm
#

shush

#

I took a nap

#

you been shushed

#

that's the real question why is sneiv awake

#

@errant nova early bird or??

errant nova
#

I'm never awake too early nor too late

vivid palm
#

lol

#

was that the IT crowd #?

strong arch
vivid palm
#

OOOH I KNEW A REFERENCE

#

@errant nova have you watched the IT crowd? it's so good

errant nova
#

a few episodes

vivid palm
#

:(

#

what about arrested development

grand acorn
#

i liked IT crowd, got a lil much at times but was enjoyable

vivid palm
#

like battle royale, lord of the flies meets liar game

grand acorn
#

oh yeah saw trailer

vivid palm
errant nova
#

pep8

foo = long_function_name(var_one, var_two,
                         var_three, var_four)
rotund scaffold
#

@somber heath Is it okay to resolve a conversation in the PR review if you think its done and nothing needs to said more, or you wait for the reviewer to close the conversation

pseudo nebula
#

SyntaxError: invalid syntax

File "C:\Users\anime\AppData\Local\Citra\nightly-mingw\scripting\citrarng.py", line 2, in <module>
File "<stdin>", line 1
File "C:\Users\anime\AppData\Local\Citra\nightly-mingw\scripting\citrarng.py", line 2, in <module>
IndentationError: unexpected indent

from PySide6.QtWidgets import QApplication

File "<stdin>", line 1
from PySide6.QtWidgets import QApplication
IndentationError: unexpected indent

ModuleNotFoundError: No module named 'PySide6'
File "<stdin>", line 1
ModuleNotFoundError: No module named 'PySide6'
^
SyntaxError: invalid syntax

somber heath
pseudo nebula
#

Python 3.9.7 (tags/v3.9.7:1016ef3, Aug 30 2021, 20:19:38) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

pip install pyside6 user
File "<stdin>", line 1
pip install pyside6 user
^
SyntaxError: invalid syntax

errant nova
#

pip install PySide6

pseudo nebula
#

Requirement already satisfied: pyside6 in c:\users\anime\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (6.1.3)
Requirement already satisfied: shiboken6==6.1.3 in c:\users\anime\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from pyside6) (6.1.3)
WARNING: You are using pip version 21.2.3; however, version 21.2.4 is available.
You should consider upgrading via the 'C:\Users\anime\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.

errant nova
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

pseudo nebula
#
Requirement already satisfied: shiboken6==6.1.3 in c:\users\anime\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from pyside6) (6.1.3)
WARNING: You are using pip version 21.2.3; however, version 21.2.4 is available.
You should consider upgrading via the 'C:\Users\anime\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.```
errant nova
#

from PySide6.QtWidgets import QApplication

cobalt magnet
#

have you guys ever heard the banger song "xue hua piao piao"

#

or wait its actual name is "Yi jian mei"

#

lol

#

its really good

#

anyways i have class now cya

silent mortar
#

im need do a homework but i dont know anything about it

#

the tabulate dont work on my python

#

im already try the pip intall tabulate on cmd

somber heath
#

!pypi tabulate

wise cargoBOT
somber heath
#

!pypi PySide6

wise cargoBOT
#

Python bindings for the Qt cross-platform application and UI framework

silent mortar
#

check what i get

#

its hard understand everything, i dont speack english

somber heath
#

Are you also running idle 3.9?

silent mortar
somber heath
#

python -V

#

@silent mortar

silent mortar
#

??

somber heath
#

What happens when you type that.

silent mortar
somber heath
#

Yes.

silent mortar
#

yes, im running the idle

#

how i can solve it

#

:c

errant nova
#

!e

import sys
print(sys.path)
wise cargoBOT
#

@errant nova :white_check_mark: Your eval job has completed with return code 0.

['', '/snekbox/user_base/lib/python3.9/site-packages', '/usr/local/lib/python39.zip', '/usr/local/lib/python3.9', '/usr/local/lib/python3.9/lib-dynload']
somber heath
#

@silent mortar It's hacky and a workaround and best avoided, but try...

>>>import pip
>>>pip.main(['install', 'tabulate'])```
#

In IDLE

somber heath
#

You may have installed Python twice and in different locations or something strange.

#

What you did should have worked.

#

So it's importing tabulate now?

subtle patrol
#

i kinda need advice

#

i might wanna change from cs into mis

#

MIS*

blazing beacon
#

i cant talk sry

#

!voiceverify

stoic grail
#

@somber heath I'm sad 😦

#

they muted me for 3 days 😦

#

😦

#

I was not spamming my mic was just not working 😦

woeful salmon
#

you were literally spamming, pinging admins and so on

#

they have a log of the messages even if u delete em :p

celest pecan
#

why are you printing a number you just digit

stoic grail
#

hello @wind raptor

#

😄

#

How's you coding goin?

#

You workin on any projects?

#

Yooo

#

Seems fun

#

i'll play itt

#

You a proo

#

me here who is learning Python

#

@shrewd lava Hello

#

byeeeeeeee

#

@wind raptor yes

#

They muted me heheh

#

for spammin and stuff

#

Okay bai i gtg not gonna disturb on your project 🙂

celest pecan
#

what are stickers

#

oh my god

vivid palm
ebon fractal
#

wats this link

#

sus

vivid palm
#

only slightly

ebon fractal
#

no clicking

#

after click cantget relief from bubble hoof

#

i mean like thats a normal thing

#

peeling the skin off hoofs is kinda nessecary

#

btw hoofs are like human hair

#

so those r just extensions from the limbs

#

and they r desensitized

zenith radish
#

O shit @rugged root is back

#

Alright I'mma get on in a bit

rugged root
#

You know it

#

Sounds good

zenith radish
#

LET'S GOO

gentle flint
paper tendon
#

the length cause more spining which cause more distance travel to slowdown.

somber heath
#

Tonguesten.

paper tendon
#

Except in case when weight is too small

gentle flint
paper tendon
#

when you speed up small projectile it get slowed down easy

gentle flint
#

like, tongue-operated

paper tendon
#

green tips :D

#

at least no blacktips

#

and you cannot egaly use cutoff lead on the bullets.

#

oh fireworks :D

#

oh its perfect to fire a faulty fireworks in Kansas and minesota in the fields of wheat. :)
Of wheat that is ready to be collected. :D

#

Burn the wheat

gentle flint
#

Burn it! Burn it!

forest zodiac
#

mr hemlock is back

paper tendon
#

:)

paper tendon
#

4th of july start some field fires.

somber heath
#

👨‍🌾

#

Guy Forks.

rugged root
#

In Kansas you'd at least get popcorn from that

paper tendon
#

its think globally and do things locally.

rugged root
#

I couldn't remember

#

It is a great way to think of things for sure

swift valley
#

Good evening

#

I hate my statistics subject

rugged root
rugged root
swift valley
#

Course materials are unintuitive

#

I can teach myself Rust but I can't teach myself grouped distributions

#

Rust is great though

terse needle
#

I wish I was as good in other subject as I am in computer science, i'm like a one trick pony

swift valley
#

I can't even bother with my CS subject

#

I'm honestly just too tired

#

No amount of sleep can cure mental exhaustion

#

I'd rather not adopt unhealthy coping mechanisms

terse needle
#

I just hang out with friends when im mentally exhausted

pure path
swift valley
#

I have a non-existent friend group

pure path
#

Sports are good as well

swift valley
#

I only have my gf

rugged root
#

Pretty much

#

Anything input/output that would take a bit

primal yacht
#

going to have something to do today, so I need to make sure my headset is charged

somber heath
#

easyocr

primal yacht
#

ah [boink!] it

molten pewter
somber heath
#

Snag. Australian slang for sausage.

#

Especially when barbequed.

vivid palm
#

@lethal compass i am from korea/US

#

i promise i am fluent in english lmao

#

brain's not awake yet

lethal compass
#

🙂

#

your name is persian

somber heath
#

Urinals...for men.

rugged root
swift valley
#

I think Lancebot has cog restarts already

#

I'm not sure

rugged root
#

I have no idea what you're talking about

somber heath
#

For when you need to take your vacuum cleaner in for a service.

#

Suckless.

rugged root
#

@flint prairie If you're wondering why you can't talk, check out the #voice-verification channel

#

New dating platform: Githusb

vivid palm
flint prairie
#

hi

#

can i also work

rugged root
#

Sorry?

flint prairie
#

why

primal yacht
flint prairie
#

i mean can i also work on the same project

#

can i

wise cargoBOT
#

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

stuck furnace
#

Heyyy Hemlock lemon_blush

#

I mean, good day sir 🧐

vivid palm
#

lolllllll

rugged root
#

!unmute 796266249612689408

wise cargoBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @flint prairie.

rugged root
#

Just be careful about spamming messages

zenith radish
#

@flint prairie

#

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

zenith radish
#

^

flint prairie
#

so yes or no

primal yacht
#

The Bangles - Manic Monday @restive geyser

restive geyser
#

oooo what genre 😮

primal yacht
#

idk

restive geyser
#

lol it's ok. i'll have a listen

primal yacht
#

it's old-ish is all i know

somber heath
stuck furnace
flint prairie
#

oooooooooo

restive geyser
#

lol because ny takes all of the monies

flint prairie
restive geyser
#

both state and city

tribal plover
flint prairie
#

can i have the source code

#

can i have the source code

tribal plover
vivid palm
#

"So for a $1000 refund you would get around $2.50 of interest for every month your refund is delayed beyond April 15th. ... Note – there is a long-standing 45-day rule provision which requires the IRS to add interest to refunds on timely-filed refund claims that are issued more than 45 days after the return due date."

#

i'm not fact checking but 1st google hit

somber heath
#

Zonk.

whole bear
#

what emacs theme is that? @zenith radish

vivid palm
#

he made it himself

zenith radish
#

@whole bear It's my custom thing

swift valley
#

I'd rather live in FP land

zenith radish
#

Do I open source it?

whole bear
#

yes please

#

looks dope

restive geyser
#

lol pots and pans

primal yacht
zenith radish
whole bear
#

appreciate that

restive geyser
#

lol

whole bear
#

thanks

primal yacht
#

see image

zenith radish
#

this is also specifically for doom

#

you might need to port it to just emacs

#

but the colors are there

stuck furnace
zenith radish
#

it's based on base16 so should be quite easy

whole bear
#

i grab the hexes etc

restive geyser
whole bear
zenith radish
#

yeet

primal yacht
restive geyser
#

roll the refund forward. apply as a credit for next year

stuck furnace
primal yacht
#

Why am I remembering Weird Al's White and Nerdy ?

whole bear
#

js is kinda op

swift valley
#

Relative imports in Node.js is a lot more flexible

#

Python's imports are rigid w/o actually being properly rigid

#

sys.path go brr

primal yacht
#

And then I recall Weird Al's pardoy of "Radioactive" titled "Inactive"

#

Python and JavaScript are both useful.
Moreso if you set up something so they can multitask with what each do best.

whole bear
#

mb accidentally deleted

swift valley
#

I'm interested @zenith radish

primal yacht
#

median is middle

rugged root
swift valley
zenith radish
#

^

primal yacht
whole bear
#

considering the fact that node is something else

molten pewter
#

Median federal taxes paid 4986$

#

6% of 2500$ is 150$

swift valley
#

I don't have confidence with the Node.js ecosystem

#

npm is one hell of a mess

whole bear
whole bear
molten pewter
#

150$ per year, over 50 years plus 6% interest is 48,926$

primal yacht
#

I recommend Python myself since a lot of material for JavaScript is extremely outdated.
Read: on* in HTML tags / var / jQuery / etc.

swift valley
#

No, not really

molten pewter
whole bear
#

next react vue etc are kinda huge

swift valley
#

The web is keeping JS alive

primal yacht
whole bear
#

not only web

#

you ever used tensorflow with js?

#

how does it compare to TS with python?

primal yacht
#

Remove JS from web browsers, over 99% of the internet stops working properly.

primal yacht
#

Tensorflow for JS is a fork of Python's

swift valley
#

Last I checked at least

primal yacht
#

lemme grab link about that

whole bear
#

using it with python makes more sense ig

swift valley
#

I can't say extensions is Node's strongest suite

primal yacht
whole bear
primal yacht
#

*sigh* who is now trying to friend me this time?

whole bear
#

xD

primal yacht
#

At leask ask before you try to friend me

pure path
#

No?

#

why not just say S-S-L?

rugged root
pure path
#

that reminds me of food

rugged root
#

Fair

pure path
#

thats pretty cool

gilded bay
#

T

pale forum
#

lol

grand acorn
#

hi

versed shore
#

@alpine path how can i speak

alpine path
#

you need to be voice verified

#

i.e have over 50 legitmate messages

versed shore
#

ok

fresh kelp
sweet lodge
#

👋

fresh kelp
somber heath
fresh kelp
south sun
#

help

#

cant speak

#

XD

#

aaaaaaa

sweet lodge
#

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

south sun
#

o h

#

lol

#

breh thanks lol XD

#

l e m o n

#

🍋

#

yeh

#

I use a drawing tablet and my pc

#

Huion

#

thanks ><

#

Game dev

#

also I dont think ill be able to speak in chat lol. wtf are these rules?! XD

#

boi no

#

i cant change that shit XD

#

cuz deviant art be dumb

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.

south sun
#

that one is my old name

#

boi I read the verification requirements and i have to have 50 messages XD

#

T^T

#

I joined months ago XD

#

i just havent been active

sweet lodge
#

He only has 25 messages as of [now]

south sun
#

yeh lol

#

i guess ill try lol

fresh kelp
south sun
#

boi im trying to navigate this server but holy fuck what are these channels?! XD

#

ill comment in a sec. I just wanna see if I can get voice privileges , and im smooth brain XD

#

f

#

these rules are dumb XD

#

oh well

#

anyway

#

what were you asking again? >>'

#

yeh yeh

#

ye

fresh kelp
south sun
#

i see

#

hmm

#

well you like what you like and I think that fine. but I think that one, and the ones you also sent before are a bit too simple in my opinion.

south sun
# fresh kelp

now this one, i think looks nice. You got a style going there that I think can be pulled off. The Dark blue and deep orange has a striking look to it that I think works. I'll probably look better if you start putting actual info in there, and avoid cluttering it with that much text like you did in the place holder text.

#

also sorry, im a slow typer XD

#

hmmm. I see.

fresh kelp
south sun
#

anyway that's kinda my opinion. I'm less of a web designer and more of a character artist. so I kinda know what im talking about kinda dont lol XD

#

C A T

#

boi the only reason im here is cuz the C# discord server is ded as hell XDD

#

im in game dev

#

student

#

meh i just wanna hang out with programmers cuz I like talking to people that are smarter then me XD

#

unity

#

and

#

just general learning

south sun
#

i maketh the joke I know that lol

#

im still dumb tho

#

uhhh. i dont know

#

if i do

#

i might. or might not.

#

i confuse myself

#

because. "I can't decide whether im smart or as dense as a rock~"

#

breh I havent even bothered to check my IQ lol

#

yeah?

#

its always next to me XD

#

boi I already got college and projects up the ass XD

#

makes sense XD

#

omg i use XD too much

#

but yeah. I kinda just wanna do my own thing rn.

#

y u p

#

always XD

#

idk

#

maybe just some practice, or some doodle. or maybe I just wanna vibe after being out for 12 hours

#

yes

#

outside

#

the place humans call... society

#

the land of moose and maple syrup

#

igloos and lumberjacks

#

canada

#

hec

#

m o i s t

#

ye

#

yes

#

XD

#

well. mostly game Art.

#

3D modeling, sculpting, rigging, animation, VFX etc.

#

yeh there is

#

boi I just started learning how to use it and I love it already XD

#

also fuck Maya

#

it can suck a rock

#

no

#

you can script in blender

#

right?

#

boi Maya feels jank as fuck

#

idk. I'd use both really, especially since I can navigate Maya pretty well. But I do prefer blender between the two.

#

mostly just the way it feels to use it.
idk how to explain it >>'

#

also I can speak now one sec

forest zodiac
#

Hey guys

fresh kelp
#
class Woman(object):
  def __init__(self):
      super().__init__()

fresh kelp
forest zodiac
#

@somber heath

#

was it a glitch?

#

as soon as i joined you left

somber heath
#

Though I couldn't say if this was that.

#

People don't see people who are in the chat and maybe see people who aren't, like maybe some kind of cache updating issue or something.

young garden
#

Hello

#

if you're bored and want a book

#

cpython internals

#

.rp cpython

viscid lagoonBOT
#

Here are the top 5 results:

Your Guide to the CPython Source Code
CPython Internals: Paperback Now Available!
PyPy: Faster Python With Minimal Effort
young garden
#

first link is great

#

if you're bored

#

and wanna learn more about python

somber heath
#

Sere

forest zodiac
#

here

#

hear

#

there

#

their

somber heath
#

homophones

forest zodiac
#

hire

somber heath
#

higher

young garden
#

hi-err

#

I pronounce it hi-err (American way)

#

.topic

viscid lagoonBOT
#
**What is the best scenery you've ever seen?**

Suggest more topics here!

young garden
#

Hm... on top of the Haleakala Mountain in Hawaii

#

I have some amazing pictures from there

stoic grail
#

Nice

#

🙂

stoic grail
#

did you take this?

young garden
#

Yep!

#

I took about these

stoic grail
#

WOW

stoic grail
#

so you are a photographer and a coder :).

young garden
#

Former not so much, I just got lucky ngl, but thanks for the compliment!

#

.topic

viscid lagoonBOT
#
**What is your earliest memory of Easter?**

Suggest more topics here!

young garden
#

None

#

Actually

#

Easter egg hunt

#

but I don't really celebrate easter

young garden
#

Opal your voice sounds like one of those british text to speech things

stoic grail
#

Have you mastered in Python?

young garden
#

Ehh not really

#

I'm still learning

stoic grail
#

Ohh

#

What's your age? (yeah i'm weird)

#

@somber heath I guess i have to restart discord

young garden
stoic grail
#

YOO

#

nicee

#

@somber heath You have a self made up accent :).

#

opal

#

do you play any games?

#

@forest zodiac i know ur nammmeee :)))

#

@forest zodiac BRO YOUR SPOIFY NAMEE

#

LMAO

#

i deleted it

#

@young garden bro you are not that audible ig

young garden
#

Ah I have to go

#

Cya

stoic grail
#

bai

#

@forest zodiac im from india

#

lmao

#

yeah

#

whaa

#

no

#

you are

#

so where are you from?

#

pakistan?

#

nepal>

#

yoo niceee

#

indian

#

i visited nepal lmao

wispy dirge
#

Hi @final swift

stoic grail
#

hello "the paisa"

stoic grail
#

DELETE

#

OR YOU WILL BE MUTED

#

BRO

#

Lmao wait

#

click on everyone

#

lmfao

#

rippp

wispy dirge
#

xDDD

#

Jajajaja

stoic grail
#

afk

wispy dirge
#

How are they?

#

What were they talking about before?

#

What do you do for fun?

#

xDDDD

#

jajajaja

somber heath
#

@wispy dirge You are quiet.

#

Talk louder. 😁

wispy dirge
#

python unites continents

#

i from colombia

#

xD

#

Jjashdaj

wispy light
#

marks = [['john',80, 90, 76, 82],['katy', 50, 55, 70, 65],['sydney',80,
72, 88, 90]]
marks_c = {}
for i in range(len(marks)):
name = marks[i][0]
l = []
for j in range(2,len(marks[i])):
print(marks[j][i])
print(marks_c)
print(marks_c)

#

gys this program is not running

#

Can you guys help me

#

@somber heath

somber heath
#

Let's have a look.

somber heath
stoic grail
#

heheh

#

it's humanly not possible

#

hhehe

#

lmao you gave up @somber heath

#

heheh

forest zodiac
#

welp seems like opmanbros likes to irritate opal

dense hull
#

.help

viscid lagoonBOT
#
Command Help

EasterFacts
.eggfact
Get easter egg facts.

EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.

EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.

EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.

Emojis
.emoji <emoji>
A group of commands related to emojis.

stoic grail
#

@somber heath

#

hello

#

🙂

#

hi hero

tight pewter
#

does not meet voice requirements

stoic grail
#

i have been in this server for 3 weeks

#

lol

tight pewter
#

lol

stoic grail
#

it's just my mic

#

not workin

#

and my PC

#

actually CPU

tight pewter
#

we have to do 50 texts

#

i do like one in a year

stoic grail
#

i have like 3k text bro

#

in 3 weeks

#

lmao

tight pewter
#

wait

stoic grail
#

@tight pewter You are from india

tight pewter
#

yea

#

you guys know time complexity

#

yea

stoic grail
#

hehhe

tight pewter
#

yea

stoic grail
#

i hacked uu

#

weeeeee

tight pewter
#

UwU

stoic grail
#

lmao

#

what languages do you know?

tight pewter
#

ok guess between these (leme type)

stoic grail
#

in codin

tight pewter
#

be right back

#

recursion

if(){function()}
if(){function()}
if(){function()
}

vs


if(){
  while(){
    if(){
    }else if(){
    }else{}
stoic grail
#

nice ig

tight pewter
#

i'm asking which will take more time

stoic grail
#

which langs do you know?

stoic grail
#

lemme see*

stoic grail
tight pewter
stoic grail
#

cpp?

tight pewter
#

c++

stoic grail
#

oh

#

wot bout python?

tight pewter
#

kinda basics

stoic grail
#

What's your age? (yeah im weird)

tight pewter
#

21

stoic grail
#

yooo

#

i know javascript

tight pewter
#

nice

stoic grail
#

and i'm learning python

tight pewter
#

noice

stoic grail
#

i'm 13

#

:).

tight pewter
#

noice

stoic grail
#

stop with the noice lmao

tight pewter
#

lol

stoic grail
#

lmao

#

how many langs did you knew when you were 13?

#

ee

tight pewter
#

0

stoic grail
#

eee

#

when did you start codin?

#

at what age

tight pewter
#

2018

stoic grail
#

at 18

#

okay

#

noice

#

3 years of codin

tight pewter
#

yea not consistent

stoic grail
#

i started like a month ago and since then i'm on my computer for like 10 hours

#

lmao

tight pewter
#

cool

stoic grail
#

classes included

#

lmao

#

weeeeeeeeeeeeeeeeeeeeeeeeeeee

tight pewter
#

:3 not sure if verify bot working

stoic grail
#

idek

tight pewter
#

@uneven yarrow yea good

stoic grail
#

idk*

#

weeeeeeeeeeeeeeeeeeeeeee

#

weeeeeeeeeeeeeeeee

tight pewter
#

not voice verified

#

can't speak :3

stoic grail
#

😦

tight pewter
#

:3 yea after joining coding server

#

but its normal for non coders :3

stoic grail
#

tell me something about some of your cool projects

tight pewter
#

like chances of getting hacked and stuff

stoic grail
#

i just hacked u

#

bro

#

@uneven yarrow hello 😄

tight pewter
#

:3

#

yali you know time complexity

#

good

stoic grail
#

what is time complexity?

stoic grail
#

Ohhh

#

ohhhhh