#voice-chat-text-0
1 messages · Page 640 of 1
i restardedf my computer and forgot to check beforehand
if it happens again then maybe you should be a little worried
@frank falcon what was the command that you ran in powershell
im still new to this, but def next time
go into powershell and hit the up arrow key I think you may be able to view what you ran in your last session
Hi 🙂
hi
@sly jolt Oh he might have been. I can't remember if I was going to do it or not
The Windows XP SP1 source code leak looks pretty legit
Thanks to @RoninDey for confirming https://t.co/A2Ap1fKX5x
239
416
do youve seen this?
I must go, good talk humans.
Heading home!
canbus
helo
Looks like a crocodile in a sausage casing https://imgur.com/gallery/c6gZTkg
damn....
look at him, can't even touch his legs on the ground
and he must have eaten soooo much
I am a Newbie Python Learner. I can't Understand this Script. Why It Doesn't Print two Else. Can anyone Help me?
https://pastebin.pl/view/812bbab6
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
so you want to learn what max() and min() is? @whole bear
@cerulean moth Yes But Via If-Else
ok give me a minute let me get a example to explain
sure @cerulean moth
do you know max() and min()?
Yes @cerulean moth
Yes
I have Just Question In the Script I write Else Two Times but It Shows (40) One Result. But Here is two IF/ELSE Command. Why this is Happening? @cerulean moth
so:
when there is a loop
if if is correct and is excuted then
else won't get executed
but for both to get excuted
you would need to make two if
Sorry! @cerulean moth
kaggle
numbers = 3, 1, 5, 7, 12
while True:
v = int(input('>'))
if v == max(numbers):
print('You entered the highest number in numbers.')
elif v == min(numbers):
print('You entered the lowest number in numbers.')
elif v in numbers:
print('You entered a number that was in numbers, but was neither the highest nor the lowest.')
else:
print('You entered a number which was not in numbers.')``` @whole bear
I don't know if that helps.
Insta @_fadeysaleh
The beat is FREE - just make sure to credit me
Email- fadeysaleh123@gmail.com
nba youngboy, nba youngboy type beat,free nba young...
who is know voice recogination?
I suppose voice recognition would probably fall into the #user-interfaces category.
I don't know how to use voice recognition
I've not used it with Python before. Let's see if there are any existing modules that do it.
Is there any address to review
you can try speechRecognition
i have already installed
I'm having trouble getting it working. Unmet dependancies and said unmet dependencies being uncooperative.
hmm
The other option would be to use an API.
Google probably has one for speech recognition.
maybe
nuke 2 incomming
bruh
i am pinging a mode
@jaunty spoke someone playing weird music in general voice chat please disconnect him
@subtle orchid @rapid crown or ping moderators
you are an moderator
This is stressing me out.
What user?
Difficult to tell.
It's not happening this second, and I've been watching the green rings, but even when it's been going on, the rings aren't exactly going in a clear fashion.
I was thinking maybe someone was doing it while they've muted themselves. That bug.
Which...I don't know. Maybe confuses my client.
i dont hear anything
what kind of music ?
The user is now banned
Thank you.
I was hoping to be able to mute them while they were doing it, but they started doing it in short bursts.
So I couldn't narrow it down.
os.getcwd() maybe ??
pathlib.Path().absolute() Give that a spin.
An attempt to implement the basic mechanics of Angry Birds in JavaScript using p5.js and the matter.js physics engine.
💻Code: https://thecodingtrain.com/CodingChallenges/138-angry-birds
Links discussed in this video:
🔗 Angry Birds: https://www.angrybirds.com/
🔗 Matter.js: h...
while True:
if input('Type start to start.') == 'start':
break```
!code
Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.
To do this, use the following method:
```python
print('Hello world!')
```
Note:
• These are backticks, not quotes. Backticks can usually be found on the tilde key.
• You can also use py as the language instead of python
• The language must be on the first line next to the backticks with no space between them
This will result in the following:
print('Hello world!')
import time
import pyautogui
print('This is an autoswipe app for dating apps.')
start = input('Type "start" to activate the program: ')
while start == 'start':
print('The program will begin in 5 seconds. Please tab into a dating app page. ')
print('Press "H" on your keyboard to end the program. ')
time.sleep(5)
while True:
pyautogui.press(['right'])
time.sleep(0.3)
while not input('Type start to start.') == 'start':
pass```
print('This is an autoswipe app for dating apps.')
start = input('Type "start" to activate the program: ')
while start == 'start':
print('The program will begin in 5 seconds. Please tab into a dating app page. ')
print('Press "H" on your keyboard to end the program. ')
time.sleep(5)
while True:
pyautogui.press(['right'])
time.sleep(0.3)
while True: #While condition is True
pass #Do the thing```
!resources @waxen sleet So on that list of resources you might want to look into A Byte of Python
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
hello Hemlock!
good morning
how long is the qa with devops going to be?
cuz it will start aound at 4am in my timezone
am not in vc
my_str = (
"I'm a string."
f"And this is a {variable_here}."
"And one more for good measure."
)
No worries
Hello guys I would like to develop a version control of exe files
Does someone have any idea?
@glass vector Are you, perhaps, assembling a cabinet?
A lot of clattering going on.
HI!!
hlelu
Hello
hello
Hello
Hoy hi.
As previously stated, I don't really work with exe files and python.
Nor versioning control.
I expect both subjects are researchable.
Opal Mist
Art, usually.
Yes. In Python.
I used pillow to get the images out, yes, but pillow isn't integral to the determination process.
The art process is my own.
I have a github, but I don't use it. I have one thing on it from when I was first learning python.
I'm also not releasing the source code.
I'm happy to explain the process, however.
Ok
Follow me or don't. I don't use it.
I've a friend who's a Dutchie. I'm 6'2". He calls me "short stuff".
lol
His younger brother is yet taller.
what are they, mountains?
Yes.
big oof
An excess of repetition is diminishing to the humour.
What little there was to begin with.
Oh wait this is supposed to be funny?
@whole bear When you left, the others went to do other things.
@fossil pebble Yahoy.
print puts something to stdout, usually the screen
a = function_call()
a would then be the return value of function_call()
Or rather, a is a reference to an object in memory
I won't go into that.
== vs is and pointers
do you have any coursers about NPL to recomend?
Where can I get some consultant(just 1 hour or 2 to help me with Pandas and better the logic of my code)
Leave the chat.
and do that thing first
Two hours on YouTube... rookie numbers 😄
I find it helps to go for a walk, to clear my mind.
Also, get off the internet at least one day a week, and do something like read a book.
If you think you overthink, think about stopping.
I think the word algorithm is named after a Persian guy, right?
@stoic cloud, your typing is being picked up pretty loudly by the microphone
Can you adjust your mic sensitivity settings
@tawdry apex robotics is a really fun subject
oh sorry
Sorry, not sure if it was actually you 😄
i put noise suppresion anyway
about the robotics 😅
so its good
@stoic cloud ممنونم خوشحالم باهات آشنا شدم روزت بخیر باشه
@leaden comet what's the name of the game?
php?
looks too nice to be php
Diablo is fun
Gungeon is also fun
That's a mood, I only play old rts games cause it's all I can run lol
Have to kill the level 4 dragon in the dungeon of Calgar in order to access voice chat
Oh just actively procrastinating rn
This feels like those IGN videos where the devs watch speedruns of their games
Can someone write in chat what he's playing?
lemon > bosses
HADES
:0
repeat?
how is an "index" repeated?
😕
- first retrieve the row that you want
- figure out how you'll resolve the mutiple indexes
@meager bone
sorted's 'key' keyword parameter. enumerate class.
AP-1-C AP-3 ... _submission__submission_time _submission__validation_status
NFPI0305 1 Flavia de Carvalho Fonseca ... 2020-09-18T17:41:12 NaN
NFPI0305 2 Flavia de Carvalho Fonseca ... 2020-09-18T17:41:12 NaN
O(1)
give me rows where x == y
two rows -> two lists
{}
:incoming_envelope: :ok_hand: applied mute to @river lance until 2020-09-27 01:13 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
@river lance dafuq
{NFP0305: [one row], [another row]}
{NFP0305: {1:[one row]}, {2:[another row]}}
👊
{NFP0305: [one row], [another row]}
@meager bone that's not valid JSON
[[row0a, row0b], [row1], [row2]]
:x: According to my records, this user already has a mute infraction. See infraction #13043.
:incoming_envelope: :ok_hand: applied mute to @tame summit until 2020-09-27 01:17 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
[x for x in something]
what else do you know about physics?!
@river lance in a physics server
yes
perfect
are you male?
sometimes
why not all the time?
well, I don't feel like male all the times so...
its fine
😔 but is it?
yes because 7 in 0 groups is 0
loop_sheets = [i for i in df.sheet_names if i[-1] == "R"]
that list compreehension thing?
yes
so yes
Pune
Mumbai
Champa
₹ 56 for Buffalo milk
₹ 45 for Cow milk
1L
Farm
@somber heath post your clock
04:02
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅 - gothinkster/realworld
@sly light
parlourgang streams live on Twitch! Check out their videos, sign up to chat, and join their community.
wie alt bist du?
yeah
we
bist = are
du = you
wie = ?
alt = ?
einer
yeast
wheat
wheat
DIVINE returns with Kaam 25, layering some of his finest lyrical work over a hypnotic beat produced by Phenom. Kaam 25 is set in the backdrop of Mumbai, a polarising city and the canvas for the story of Sacred Games to unfold.
Sacred Games, a Netflix Original series premieres...
@whole bear
Overwerk
► LIVE 2020 TICKETS ► http://102boyz.fty.li/eventim
►ADDIKT102 feat. HERZOG Single „2 in Ekstase " ►
http://addikt102.fty.li/2InEkstase
102 BOYZ Kanal abonnieren ► http://ytb.li/102BOYZ
102 BOYZ folgen ► http://102boyz.fty.li/social
ASOZIAL ALLSTARS EXTENDED EDITION TOUR 2...
!code
Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.
To do this, use the following method:
```python
print('Hello world!')
```
Note:
• These are backticks, not quotes. Backticks can usually be found on the tilde key.
• You can also use py as the language instead of python
• The language must be on the first line next to the backticks with no space between them
This will result in the following:
print('Hello world!')
Drogba
Siddhartha by Hermann Hesse
not to be a creep, but @somber heath do you have a portfolio of your art <.<
comprehension
list comprehension, dict comprehension, set comprehension
Comprehensions within all() or any()
if all(v in thing for v in another)
all([False, True]) == False
no
all([True, True]) == True
modulo
modulus
Euclidian
Echidna
https://en.wikipedia.org/wiki/Modulo_operation @wispy hemlock
Whargbl...
@dim wagon https://en.wikipedia.org/wiki/Echidna
beaten beat n
bitten bitt en
tkinter
import tkinter
tk = tkinter.Tk()```
pyqt5?
with open('/proc/uptime', 'r') as file:
seconds_uptime = float(file.read().split(' ')[0])```
stuff
with subprocess.Popen(same blah blah blah):
stuff```
help(subprocess.Popen)
https://docs.python.org/3/library/subprocess.html
with Popen(["ifconfig"], stdout=PIPE) as proc:
log.write(proc.stdout.read())```
!resources @undone horizon On our site we have a big ol' list of good resources. A lot of people like Automate the Boring Stuff and A Byte of Python
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
what's happening rn
who was the person that was just asking for maths
Hey o/
ohhh, the math serverl invite link was removed
right, i tried it gave me u cant do that
thx joe
@balmy nymph how did u come up with your name, like what does it mean
Ya old hem
what are they doing in the vc
talking and chilling
!resources @worthy grotto
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
!e
import math
print(math.pi)
@rugged root :white_check_mark: Your eval job has completed with return code 0.
3.141592653589793
!e
print('Hello')```
You are not allowed to use that command here. Please use the #bot-commands channel instead.
oh
I like hanging out in voice just to hear people's voice, to know what they sound like
wonder why 
Maybe because the government doesn't care
Maybe
!otn a justified-grumpiness
its mostly the karens
!otn a justified-grumpiness
:ok_hand: Added justified-grumpiness to the names list.
We are pretty okay in France tbh
yeah sure it makes breathing a tad bit difficult, but that's a sacrifice im willing to take if i am assured that i'd return back to my family, safe
hemlock and his jokes
My hovercraft is full of eels.
there should be the command
.jokes for the seasonal bot
what does @properties do again
BUY FLYINGKITTY PLUSHIE HERE:
https://makeship.com/products/flyingkitty
BUY FLYINGKITTY PLUSHIE HERE:
https://makeship.com/products/flyingkitty
E
MERCH ► https://teespring.com/shop/flyingkitty-big-smoke
Patreon ► https://www.patreon.com/Flyingkitty
Discord ► https://discord...
Don't be RazorFace
int(string)
@solar scaffold
my_string = "4"
my_integer = int(my_string)
!e
You are not allowed to use that command here. Please use the #bot-commands channel instead.
how do you become mod or helper?
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
ty
Kotlin when
Java good🙁
never
java good only for minecraft
nay nay, its great for Android dev
Even for MC it isn't, tbh
mc java version is great
well, Java is my 1st lang, so its a Love-Hate relationship for me

I curse Java when I program yet I defend it when someone else talk bad about it, lol
I know Java, Python, JS -- and obviously I love Python most
But still I can't let Java go of my life, yee!!
C# is just MS Java
dotNET sigh
🥁
@rugged root what makes .net library powerful
Why is there no cymbal emoji
C# is C++++
Uhh explain a bit
I never learned any C related lang 🙁
I kinda dont understand
print hello world with c and u r good to go and find a job
Because JVM

what takes the most confidence?
cli
talking in a VC!!
3 billion devices run Java since 20 years
more than that i think
I have seen ads for Python Udemy courses😆
Ruby is just 80s
@rugged root how much time required to fully master python ?
YEAAA AI
AI is literally the only reason I wanna learn Python
use java for ai
bruh
simp (plural simps) (slang) A man who foolishly overvalues and defers to a woman, putting her on a pedestal.
no for real use java
yahhh
Python or R only fr
or maybe a little chance (just a little) for JS
but not Java, lol
@rugged root Java was the 1st lang I got taught in standard 8th (india)
In Python, there are several ways to do string interpolation, including using %s's and by using the + operator to concatenate strings together. However, because some of these methods offer poor readability and require typecasting to prevent errors, you should for the most part be using a feature called format strings.
In Python 3.6 or later, we can use f-strings like this:
snake = "Pythons"
print(f"{snake} are some of the largest snakes in the world")
In earlier versions of Python or in projects where backwards compatibility is very important, use str.format() like this:
snake = "Pythons"
# With str.format() you can either use indexes
print("{0} are some of the largest snakes in the world".format(snake))
# Or keyword arguments
print("{family} are some of the largest snakes in the world".format(family=snake))
@rugged root someone did something somewhere, help!
@rugged root ahhhhhhhhhhhh
Playing some factorio
pyzo
well well well, If It isn't @rugged root
we will consider
yes indeed
x = lambda a, b, c : a + b + c
print(x(5, 6, 2))
!d csv
Source code: Lib/csv.py
The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. CSV format was used for many years prior to attempts to describe the format in a standardized way in RFC 4180. The lack of a well-defined standard means that subtle differences often exist in the data produced and consumed by different applications. These differences can make it annoying to process CSV files from multiple sources. Still, while the delimiters and quoting characters vary, the overall format is similar enough that it is possible to write a single module which can efficiently manipulate such data, hiding the details of reading and writing the data from the programmer.... read more
???????
Making linked lists in CPython is so stupid, but teachers I guess
¯_(ツ)_/¯
I hope "python-discord core maintainer" looks good on CVs 
"i moderate a discord server pls hire"
A lot of the backend of YouTube is written with Python
Also look at other areas than web development. There's so much more to programming! 😄
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
yeah definitely
.
hi today im going to start learning python can someone help me with it or lead me please
@whole rover can you add me staff chanel
no?
why
are you staff
i am not staff
Yo
sounds like something for #algos-and-data-structs
Might get better help if you open a help channel @meager bone
Might get better help if you open a help channel @meager bone
@stuck furnace yes. But I do not have much time actually, and willing to pay for some exclusive help.
People are the best helping in these help channels of course. They've helped me so much >.<
sounds like something for #algos-and-data-structs
@honest pier I'll take a look, thank you!
I don't think people are allowed to solicit consultancy business in this server 😄
If that's the case, I'll del my question, but thank u any way
Ø
ø
alt o
PLASE
ó
å
Å
ä
å
߷
߷
There's a band named after the shortcut for ∆ on the Mac.
߷
§
ÅÄÖ
إن اختصارات لوحة المفاتيح عبارة عن مفاتيح أو مجموعات مفاتيح توفر لك طريقة بديلة للقيام بشيء ما تقوم به عادةً باستخدام الماوس. انقر فوق أحد الخيارات أدناه، وسيؤدي هذا إلى عرض جدول الاختصارات ذات الصلة:
X Ǣ A12
<_>
Æ
🎁🎁🎁
🎁
1970/1/1 00:00
⁂⁂
The epoch.
2038
The end of 32 bit time.
sudo nano
colemak >>
should i buy this
import logging
import os
import json
#Local Imports
import azure.functions as func
from ..shared_code.cosmos import CosmosDB
def main(req: func.HttpRequest) -> func.HttpResponse:
logging.info('Python HTTP trigger function processed a request.')
db = CosmosDB(os.environ['connection_string'],os.environ['database_name'])
query = "SELECT c.time,c.playercount,c.map_name FROM c ORDER BY c.time DESC"
results = db.query_container(container='info',query=query)
returnlist = []
for row in results:
result = {'time':row['time'],
'playercount':row['playercount'],
'map_name':row['map_name']}
returnlist.append(result)
return func.HttpResponse(json.dumps(returnlist))```
In [1]: import requests;import time
In [2]: start=time.time();requests.get('https://tt-server-query.azurewebsites.net/api/getdata');print(time.time()-start
...: )
8.26024079322815
ok
I'll see what monitoring system returns
I could probably developing a page system but this is return into Excel form
Third-world actually doesn't mean what most people think it means.
Nope
third world is an archaic term at this point - LEDC, less economically developed country, is the modern term i think
It means countries that were aligned with neither NATO or the Warsaw Pact in the cold war.
You need to pass a test to drive a car so that you don't drive like a lunatic and injure people 😄
Practically speaking.
laptop------pc
You could create a CRUD.
what is that website
game on steam
no
not that
this one https://use-the-index-luke.com/
well i guess it h as its own desciption so thats a stupid question from me
someonecan help me
@mild citrus with what?
I don't have a lot of experience with django-filters, only basic stuff
it's just a template thing I think
you might get a better response if you post the relevant code snippets
!tempmute 472487127159013377 4d you don't need to stream your youtube videos or whatever into our voice channels.
:incoming_envelope: :ok_hand: applied mute to @whole bear until 2020-10-01 22:02 (3 days and 23 hours).
Only contributors+ have streaming permissions
how can i get high ranks in this server? what i need to do
Here's an overview of the different roles in the server: https://pythondiscord.com/pages/roles/
@tropic ice your mic is sort of glitching, could you mute?
rly
@tardy ridge bro you stole my name
joking
I switch between a few nicknames on this server and that's one of them
change
😩
fag
huh?
we are talking about british and american things
ah
fags in the UK are cigarettes
yeah
Fun diy-projects, crafts, experience the joy of doing it yourself! OFFICIAL CHANNEL. For brand partnership enquires: brands@thesoul-publishing.com
we all looking this guy editing a LEMON xd
quality content
facts
F1 speedrun any% (glitchless)
for those watching me animate, thoughts?
animation was cool
can someone help me out with a simple html/css problem? 🙂
I'm sitting here 5'3" >_>
Laughs in metric
leak what? It's just my first name and my pydis testing grounds
oooooh, I didn't even notice you started streaming
lol
You got a spare I'll take it
I mean... I do have like 10 in my house. Only 7? are in use
lmao
Buy two iMacs
And use them only as monitors
geez joe how much stuff do you have up there lmao
mines way smaller
lol
I will go through them
discord, wireguard, custom snippets for pydis, do not disturb, now playing, screen mirroring, battery, internet, user, time machine, vpn status, spotlight, control centre, siri, date+time
what kind of snippets
Thanks for getting in touch! Some quick pointers:
• If you have something to report, please DM @rapid crown and a member of the moderation staff will see to your issue as soon as possible.
• If you require Python help, please see #❓|how-to-get-help, we do not offer Python help through DMs.
• Any other help should go in one of our topical channels if one is relevant, or otherwise one of our off topic channels!
For any other matters feel free to ask!
CSS is actually the death of me I swear
Probably because i never took the time to properly learn it
lol, I keep leaking
enabled streamer mode now I'm a genius
uk isn't even counted
I need to try typescript one day
what in the world is that font
beauty.
hieroglyphs
man react builds take a while
lol does it just not exist
seems it injects it into the style tag with JS or something
hmm
I'll have to try it at some point
I'll probably do some web development stuff soonish
I have tried CSS, SCSS and Emotion, so far I think I am preferring Emotion
I do like the first one
yeah I think I do as well
I def like the first one more
Egg
offtopic discussions such as in #ot0-psvm’s-eternal-disapproval often go awry - so I suggested some official pydis document with guidance on how to have good conversations
The ot channels can be golden
time to recover all my RAM, wheeeee
americanized
same as de britished
anglicised
4. This is an English-speaking server, so please speak English to the best of your ability.
ah yeah
Keep off-topic channels off-topic
i am talking next my turn next
BUT BUT MY RIGHTS!
"Programmers"
We're so lonely
i can't answer my pings because I can't leave
or stop being live?
lol
oh god
lol
https://en.wikipedia.org/wiki/Telephone_call_recording_laws#United_States 2 party consent states
this is not spam (i really need my 50 messages)
@hardy cipher go ahead
graphs
He doesn't smoke just a crippling graph addiction
snorting sql
lmfao
Smoking statistics
sql injection into my VEINS
Lmao
@whole rover banned
yep he's to high
RHIP
total OT messages = 1,873,992
total Bisk OT messages = 181,396
jesus
according to the search
oh boy
188k messages
wait is that an ipad ur using? or is it linux?
apparently search is inaccurate
@nocturne depot you asking about joe's computer?
thats a macbook
yeah that's a mac
oh its like big sur i see
yeah
The future
Right ima get back to doing things i wanna try finish some stuff today
@crystal fox o no
Hello! Good Morning!
this will do
hELLO!
what is up
Up is where heaven is
ogórkowa
I like soup
wat
choropleth map of soups
hi @whole rover ily
what’s going on here 

joe is famous again
What I was expecting from the soup graph
hi
I'm laggy :/
Hey @fickle fossil!
It looks like you tried to attach file type(s) that we do not allow (). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
I can make soup
i’d join the fun, but i’m out right now
wait can i join?
!remind 10m Soup graph time up.
Your reminder will arrive in 10 months and will mention 0 other(s)!
That reminder has been deleted successfully!
!remind 10M Soup graph time up.
Your reminder will arrive in 10 minutes and will mention 0 other(s)!
ok thanks
soup
DO NOT SUBMIT YET
is porrige a soup
dont copy me
no submitting until I say
is porrige a soup
@cloud root hmm yeah. cereal is soup too.
The Life of a Completely Blind Programmer in the Netherlands
3 MINUTES!
dude epic
I finished my soup graph
no submitting yet!
hi joe
@whole rover
Here's your reminder: Soup graph time up..
[Jump back to when you created the reminder](#voice-chat-text-0 message)
SOUP TIME
soup asymptote, soup will never touch 0. there will always be soup
SOUP ASYMPTOTE LOL
this is fine art
LMFAO CHARLIE'S
maybe we should hold a vote
i refuse to vote on such a matter.
lol wtf I publissh a repo on github which I created less than an hour ago and get 4 security vulns
14.2gallons-56years | 28.4gallons -112tears
!poll "Who wins the soup contest?" "Charlie" "LordJavier" "bisk" "HARBY" "Meowcat" "Dammmmmmm" "samsam" "Abraxas"
🇦 - Charlie
🇧 - LordJavier
🇨 - bisk
🇩 - HARBY
🇪 - Meowcat
🇫 - Dammmmmmm
🇬 - samsam
🇭 - Abraxas
I refuse to vote
!otn a king charlie of the soup realm
:ok_hand: Added king-charlie-of-the-soup-realm to the names list.
!otn a charlie king of soup
:ok_hand: Added charlie-king-of-soup to the names list.
!otn a charlie know's his soup
:ok_hand: Added charlie-know’s-his-soup to the names list.
joe, I am outraged that we had this vote.
does it?
don't think so
that is the old icon for https://subcord.dev/
żurek aka West Slavic fermented cereal soups
La crepe, les crepes
parece bomito en un pan
wot are we trying to do with these soups?
@whole bear rank them
Official Python Discord soup tier list
butternut squash soup 
soop
some people just like to listen until they feel like they have something to say~ It's still neat listening to good convo
this is true
It's still neat listening to good convo
this one must be unbearable then
I've been thinking about actually getting protein powder. I find it so difficult to consume enough protein in a day.
doesnt taste good
no shit
@quasi condor
soup
how can you change heme like someone did when he screen shared
Soup is one of the worst offenders because it crams so much sodium—roughly 1,000 milligrams per serving—into a food that often has just 100 calories.
I'm using windows does that show up too?
yes
when i use windows
oh
ok thanks
oh no, jack I can't find color theme ;-;
hey jack cant find color theme
which button did you press
i mean appearance looks like the obvious choice to check
oh ok thanks jack
I think that's for the mac version it says preferences
for windows
yo made a game
I copied some code and edited it
here is a screenshot of the game
(it's a snake game)
12
I'm a fast learner
FastAPI framework, high performance, easy to learn, fast to code, ready for production
do you need some milk?
@edgy zinc I'd suggest you ask in #web-development or in a help channel #❓|how-to-get-help will explain how
Python art https://imgur.com/gallery/OJaqKvR
hi
Man, there's a lot of Indians in this server.
Yes. There are.
CodeSignal is the most advanced assessment platform on the market. Simulate a realistic coding environment with features engineers use on the job every day.
There are a lot of many kinds of people.
The other day, voice chat had an Iranian majority.
There was discussion of sweet noodles.
the game was just a prototype
They like to take simple problems are write them to be complicated, don't they?
for day in week
yo I'm at 248 ms
hey