#off-topic-lounge-text

1 messages · Page 38 of 1

ivory marten
#

where are you from buddy

#

yup

#

where from india

#

first of all you sound like an english

#

and secondly do you speak hindi

#

up

#

met an indian guy on thsi server

#

quite amazinh

#

amazing

#

yes 14 years

#

about a month and ahlaf

#

how long have you been coding

#

amazing

#

i have benn in lik for a year

sinful plinth
#

!voiceverify

plush forum
#

!voiceverify

ocean kindle
#

!voiceverify

cunning matrix
#

!voiceverify

proven orbit
#

!voiceverify

hasty vapor
#

!voiceverify

slim dust
#

who are you bro?

dense prawn
#

!voiceverify

long phoenix
#

!voiceverify

acoustic scarab
#

!voiceverify

modern halo
#

!voiceverify

#

!voiceverify

plush forum
#

!voiceverify

flat geode
#

!voiceverify

bold sky
carmine current
# bold sky https://www.forbes.com/sites/michaelshellenberger/2019/11/25/why-everything-they...

this is a very flawed article: theres a lot of things that qualify as "sources" technically, but for the actual arguments that follows the mention of these sources (most of which are only loosly related to the matter at hand) are not backed up by any sources. It cherrypicks specific points and uses them to form arguments about the general state without considering the other points. Take the koala examples: koalas are not important for humanities survial, and the article uses that to claim extinction of species as a whole is not important.

#

please link some scientific papers if you actually want to have a decent point

pearl arch
#

Gays

#

Confused?

#

I have got a news for you

buoyant kestrel
#

!mute 559426501204770841 Investigating

timid fjordBOT
#

failmail :ok_hand: applied mute to @pearl arch until <t:1658253298:f> (59 minutes and 59 seconds).

plain mango
#

!e py print("If i don't reply, im offline!")

timid fjordBOT
#

@plain mango :white_check_mark: Your eval job has completed with return code 0.

If i don't reply, im offline!
plain mango
#

The bot was offline

primal bison
#

print("Hello Guys!")

#

!e

timid fjordBOT
#
Missing required argument

code

#
Command Help

!eval [python_version] <code, ...>
Can also use: e

*Run Python code and get the results.

This command supports multiple lines of code, including code wrapped inside a formatted code block. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.

If multiple codeblocks are in a message, all of them will be joined and evaluated, ignoring the text outside of them.

By default your code is run on Python's 3.11 beta release, to assist with testing. If you run into issues related to this Python version, you can request the bot to use Python 3.10 by specifying the python_version arg and setting it to 3.10.

We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!*

primal bison
#

!e print('hello world')

timid fjordBOT
#

@primal bison :white_check_mark: Your eval job has completed with return code 0.

hello world
plain mango
#

!e print('hi')

timid fjordBOT
#

@plain mango :white_check_mark: Your eval job has completed with return code 0.

hi
primal bison
#

!e x = 9

timid fjordBOT
#

@primal bison :warning: Your eval job has completed with return code 0.

[No output]
primal bison
#

ssss

#

!e x = 9

timid fjordBOT
#

@primal bison :warning: Your eval job has completed with return code 0.

[No output]
primal bison
#

!e x = 9
for i in x:

timid fjordBOT
#

@primal bison :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 2
002 |     for i in x:
003 |                ^
004 | IndentationError: expected an indented block after 'for' statement on line 2
primal bison
#

oml i keep forgeting to press shift-enter

#

!e x = 9
for i in range(1,x+1):
for j in range(x-i):
print(' ', end="")
for j in range(i):
print("* ", end="")
print()

timid fjordBOT
#

@primal bison :white_check_mark: Your eval job has completed with return code 0.

001 |         * 
002 |        * * 
003 |       * * * 
004 |      * * * * 
005 |     * * * * * 
006 |    * * * * * * 
007 |   * * * * * * * 
008 |  * * * * * * * * 
009 | * * * * * * * * * 
primal bison
#

since i started python i have slowly begun to realise how dumb I am

drowsy spoke
primal bison
vapid ingot
drowsy spoke
#

Well I have been learning python for two years still not that good.
Than our course started teaching SQL and Now I am confused and than I started learning java script 🤪 so much for a dump

primal bison
#

damn

#

how is javascript so far?

#

do you find it easier?

vapid ingot
#

:v i have done a bit of js not much but just enough for basic

gloomy lily
#

In computer science, a parsing expression grammar (PEG) is a type of analytic formal grammar, i.e. it describes a formal language in terms of a set of rules for recognizing strings in the language. The formalism was introduced by Bryan Ford in 2004 and is closely related to the family of top-down parsing languages introduced in the early 1970s.
...

buoyant kestrel
#

@hasty cedar Did the error pop up again?

hasty cedar
#

nope i just realised

#

that i was doing things wrong

#

now it works

buoyant kestrel
#

Oh solid

#

Those are the best

buoyant kestrel
#

@gloomy lily Fiiiiiine, you can munch

jagged granite
#

I'll have you impeached!

buoyant kestrel
#

Pears are better

vernal snow
calm bay
jagged granite
vernal snow
#

I want to know how the tooling surrounding it is

buoyant kestrel
#

@calm bay If you HAD to suggest a lisp for someone to learn, which would it be

calm bay
#

racket is what I started with, I thought it was okay

#

I don't have too much experience with different flavours

buoyant kestrel
#

Fair

#

@gloomy lily?

calm bay
#

Dr. Racket is a decent IDE for it IIRC

#

LP will recommend emacs lisp or scheme lmao

hidden latch
#

if you force the user to use unwrap, the places where the program can crash are explicitly marked

#

@hasty cedar

#

@vernal snow you can collect into a string

#

yes

hasty vapor
#

k

idle cove
#

@calm bay, what are you working on?

fickle holly
#

hello anyone

silver warren
#

hey I’m new to using Python programming does anybody can guide me through what is the best way to study Python through understanding it