#off-topic-lounge-text
1 messages · Page 38 of 1
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
!voiceverify
!voiceverify
!voiceverify
!voiceverify
!voiceverify
!voiceverify
who are you bro?
!voiceverify
!voiceverify
!voiceverify
!voiceverify
!voiceverify
This message can never be shared enough time.
#Bitcoin
8641
3726
Environmentalist attacks on #Bitcoin are best understood as a strategy by economic, media, and political elites to undermine a powerful new form of money that they can't control.
6076
2366
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
!mute 559426501204770841 Investigating
:ok_hand: applied mute to @pearl arch until <t:1658253298:f> (59 minutes and 59 seconds).
the author is also known to be quite unscientific and cherry-picky
https://climatefeedback.org/evaluation/article-by-michael-shellenberger-mixes-accurate-and-inaccurate-claims-in-support-of-a-misleading-and-overly-simplistic-argumentation-about-climate-change/
!e py print("If i don't reply, im offline!")
@plain mango :white_check_mark: Your eval job has completed with return code 0.
If i don't reply, im offline!
ok
The bot was offline
code
!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!*
!e print('hello world')
@primal bison :white_check_mark: Your eval job has completed with return code 0.
hello world
!e print('hi')
@plain mango :white_check_mark: Your eval job has completed with return code 0.
hi
!e x = 9
@primal bison :warning: Your eval job has completed with return code 0.
[No output]
@primal bison :warning: Your eval job has completed with return code 0.
[No output]
!e x = 9
for i in x:
@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
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()
@primal bison :white_check_mark: Your eval job has completed with return code 0.
001 | *
002 | * *
003 | * * *
004 | * * * *
005 | * * * * *
006 | * * * * * *
007 | * * * * * * *
008 | * * * * * * * *
009 | * * * * * * * * *
since i started python i have slowly begun to realise how dumb I am
What is that suppose to mean
i struggle to solve simple problems.
dw happens
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
:v i have done a bit of js not much but just enough for basic
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.
...
@hasty cedar Did the error pop up again?
@gloomy lily Fiiiiiine, you can munch
Don't give in!
I'll have you impeached!
@hasty cedar https://github.com/mustafaquraish/cup
Just saw this today
What's it like?
It looks fine
I want to know how the tooling surrounding it is
@calm bay If you HAD to suggest a lisp for someone to learn, which would it be
racket is what I started with, I thought it was okay
I don't have too much experience with different flavours
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
k
@calm bay, what are you working on?
hello anyone
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