#voice-chat-text-1
1 messages Β· Page 1 of 1 (latest)
Dog Barking At Outlet And Guy Yells At It Too
Welcome to the party b*tch! We're here to show the world all of your crazy, talented, and awesome videos. From the cutest dancing ferrets to the best of the TikTok trends, we share the most viral and best videos across the internet so you can see it all right here!
And on all our socials :
Facebook...
perfect(N) :-
between(1, inf, N), U is N // 2,
findall(D, (between(1,U,D), N mod D =:= 0), Ds),
sumlist(Ds, N).
@elder wraith I think I know the answer, but which WSL or Docker distro do you typically use when you're messing with stuff?
@jolly ravine ^ If you're curious. It's little and simple
!e ```py
class A:
def init(self, a: int):
def method(self, b: int):
print(a + b)
self.method = method
a = A(2)
a.method(a, 3)
@golden marsh :white_check_mark: Your 3.11 eval job has completed with return code 0.
5
welp, doesnt work as nice but uhh
Still neat
i betcha theres a dunder i can set to make it pass self
Goooootcha
that must be possible (in py)
Possibly using properties?
nah i need to get it to pass in self
or rely on closuring over it
that would work too
but i want it passed in
wait its easy
!e ```py
class A:
def init(self, a: int):
def method(self, b: int):
print(a + b)
A.method = method
a = A(2)
a.method(3)
@golden marsh :white_check_mark: Your 3.11 eval job has completed with return code 0.
5
issue
!e ```py
class A:
def init(self, a: int):
def method(self, b: int):
print(a + b)
A.method = method
a = A(2)
a.method(3)
A(1000)
a.method(3)
@golden marsh :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 5
002 | 1003
Wait, does super() not do something like this
so it obviously overwrites
i could also just partial in self, but that feels like cheating
!e ```py
from functools import partial
class A:
def init(self, a: int):
def method(self, b: int):
print(a + b)
self.method = partial(method, self)
a = A(2)
a.method(3)
A(1000)
a.method(3)
@golden marsh :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 5
002 | 5
It's not cheating
!e ```py
from functools import partial
class A:
def init(self, a: int):
self.c = a
def method(b: int):
print(self.c + b)
self.method = method
a = A(2)
a.method(3)
A(1000)
a.method(3)
@golden marsh :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 5
002 | 5
What are ephemeral messages?
For Discord?
Yeah I found the docs for it.
https://support.discord.com/hc/en-us/articles/1500000580222-Ephemeral-Messages-FAQ that can explain it better than I
Shh, it's a secret! Ephemeral Messages are a new way for Discord bots to send you a private message without having to send you a DM. You may have received this kind of message before from Clyde, an...
Ubuntu for WSL, Python slim bullseye
Roger
Do not use Alpine for Python, you will cry
abs bad idea
Yeah I remember the horrors we had with building in Alpine with the Python bot
!stream 689087720018280478
β @digital cradle can now stream until <t:1658512505:f>.
@mild flume I guess theres some topics you just Kant bring up
https://github.com/flexxui/flexx @digital cradle
@mild flume Did you change voice chat 0's servers as well?
I did not
Well I was able to join.
$env:FLASK_APP = './main.py' @digital cradle
while (gemi := imagesearch("C:/derinsu/e3.png"))[0] == -1:
pass
how can i link two variable to this while loop
i said variable for "gemi" if it is wrong i am sry
while gemi1 == imagesearch("C:/terror/gemi1.png")[0] == -1 or gemi2 == imagesearch("C:/terror/gemi2.png")[0] == -1:
while gemi1 == imagesearch("C:/terror/gemi1.png")[0] == -1 or gemi2 == imagesearch("C:/terror/gemi2.png")[0] == -1:
gemi mean is ship, and my script when found any ship it is clicking to it
and if it can not find searching
gemi2 == imagesearch("C:/terror/gemi2.png")[0] == -1:
mean is, while "gemi" is not in the screen searching for it
maybe can i use while True:
and when my script found it gonna break loop
thats not working for me
:'
file = None
while file is None:
if ((gemi := imagesearch("C:/terror/gemi1.png")[0]) == -1):
file = gemi
wow
thats worked for me
you could expand for multiple files, idk what you are working with
yeah yeah i am doing but i couldn't fix that problem
but now it is fixed
thank you too much for that
β [ERROR] Expected "}" but found "."
src/index.js:39:69:
39 β ....put(message.data.guild_id, JSON.stringify({message.member.id: Wordle.storeMetricsForNewUser(attempt, ...
β ^
β΅
let member_id = message.member.id
JSON.stringify({member_id: Wordle.storeMetricsForNewUser(...)})
?
!stream 845850546333679647
β @misty sinew can now stream until <t:1658761837:f>.
109448
@halcyon notch Brawlhalla if you like
oke
@pearl torrent brawlhalla?
sure if you're still playing
you guys vcing?
YE
@halcyon notch long 15 minutes
what rank are you
@elder wraith the brawlhalla ended if that matters
i cant stand brawlhalla talk in vc if im not playing lol π
Self driving coming soon! https://www.theverge.com/2022/7/27/23280461/tesla-autopilot-crash-motorcyclist-fatal-utah-nhtsa
@random minnow @halcyon notch more Brawlhauling?
you addict
not an answer
no, I need to get my daily gh commits in
damn
his contribution history popping off
game code
KJ only plays doom emacs
User Manual of Nuitka with the details on how to use it
python -m nuitka --onefile --windows-icon-from-ico=your-icon.png program.py
Hello @worldly igloo
look into #voice-verify
oh?
I realy don't know
can you add my acount and talk to me for a help?
I'm not good at English
add you as a friend on discord?
yes yes
done
@storm osprey type here
!voice
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@fluid mason talk here
Can I learn web development in one month? @round ledge
I have time to invest every single day for 10 hours.
YES
I am from Italy! Sorry for my English
i have too much free time on my hands
Thank you
good luck to you friend π
Thank you a lot!
Thank you
I live with my parents and I don't have a job, so I'm ashamed to tell you that I'm 24 years old.
So, over the last three years, I've started a lot of businesses and failed a lot of them, and I was so depressed that I wanted to like my... you know what, and now I've decided to start learning a skill so that I can get a job.
We all have to start somewhere
hello
murica kicked in
What do I need to do to be able to talk?
lol
so how are you guys?
i don't have a mic so voice verification won't help
=w='
All good
Plenty of folks who prefer to type anyway, so you're in good company
We still watch here
Can I learn web development in one month?
Potentially. How much experience coding do you have
i am also coding
impl Default for cParams {
fn default() -> cParams {
cParams {
iInsertMax: -1,
iUpdateMax: -1,
iDeleteMax: -1,
iInstanceMax: -1,
tFirstInstance: false,
tCreateTables: false,
tContinue: false,
}
}
}```
i don't have much experience with go but i'm working on learning it
@mild flume I have zero experience, but I have 10 hours per day to learn.
rn tho i'm doing the complete opposite and i'm coding with python
Hmm
Well it might take longer, but we all learn at different paces. If you're specifically wanting web stuff, I suggest going with JavaScript first. I typically suggest checking out https://javascript.info/ for learning
It's what I always go back to when I'm wanting to refresh myself on it
#career-advice would be a better place to ask about job stuff
//Something is the structure we work with
type Something struct {
Text string
DefaultText string
}
// NewSomething create new instance of Something
func NewSomething(text string) Something {
something := Something{}
something.Text = text
something.DefaultText = "default text"
return something
}
And they can help you better with your particular region
impl Default for cParams {
fn default() -> Self {
Self {
iInsertMax: -1,
iUpdateMax: -1,
iDeleteMax: -1,
iInstanceMax: -1,
tFirstInstance: false,
tCreateTables: false,
tContinue: false,
}
}
}
we got java and we got coffee
we almost had mocha
now we just need decaf, the most sleep inducing programming language out there
my keyboard is so loud
i only use left shift
Fair
i also have this habit of putting my fingers over the WASD keys even if i'm not playing a game or anything
even when i'm typing my ring and pinkie are on w and a
typing correctly is for noobs
CAPS LOCK? WHATS THAT? I ONLY KNOW SHIIIIIIIIIIIIIIIIIIIIIIIIFT
this was typed using only the shift key
what is gdb?
!!!!!!1111!!!!
This is the keyboard I use.
!($)#^((&$%()^)!$%#^()!#$%#$(^(%&^%^!#$)^&#&)#&(!&#$%^!#^!#$%&#$%!#&^#!$%^&!#^%#$%(&!#($%!
what in keyboard hell?!
On the left thumb cluster, I've swapped the space and the shift
It's really really really nice
@hidden cliff info locals
i kinda wanna try this keyboard now
xp
what are the keys above the space shift and space enter keys?
if anyone is wondering my pfp is a snip shot of one of my favorite parts of a music video on yt
anyone else just craving a collab someday but knowing it probably won't happen for a while?
Is it hard to type on that keyboard?
it's probably harder to type on a normal keyboard
Yeah it's an adjustment to go back and forth
What is the main reason why you wanted such a keyboard?
When I was using a regular keyboard for a long time I was getting wrist and arm pain
So I just needed to find something that was comfortable
I don't have any pain with this one
is this keyboard comfortable?
I think so yeah
the whatssss?
What language should I start learning if I'm a complete beginner?
That's entirely dependent on what you're interested in
If you're wanting to go into web dev stuff, JavaScript is a must
Python is always a good one, but I'm a bit biased on it
python is a very easy language
I want something that has a lot of potential but is not overly standardized. So I can get a job
Easy is different for everyone
saturated**
I'm not sure on the job front
!stream 630436240549740555
β @misty sinew can now stream until <t:1659034282:f>.
i almost just blew up my computer by accident XD
!stream 630436240549740555
β @misty sinew can now stream until <t:1659034595:f>.
for stuff in my_janky_xml:
name = stuff.get('name', 'John Doe')
age = stuff.get('age', 0)
i made a windows terminal in python
I was considering this keyboard before. Can you transition easily between this keyboard and a normie keyboard?
here's the source code
import os
while True:
command = input(">>>")
os.system(command)
yes ik its lazy
and yes ik you can't change directories with it
if command.split()[0] == 'cd':
os.chdir ...```
?
I have to. But yeah, it's not that bad, honestly
As IT I do it all the time
Honestly the only thing that throws me up is the letter staggering
Beyond that everything natural
I would like more keys around my thumb, but the issue is, once I get used to a new keyboard, I cannot go back to a normie keyboard without struggling
to get cd to work
what is the ... for?
?
Eh, you get used to it
Now the old one I had was way funkier
What is a Virtual Machine? Magic...that's what it is!! In this video, NetworkChuck explains what a Virtual Machine is, when you might need one, and how to setup a Kali Linux and Ubuntu VM on Windows 10 with Virtual Box.
Virtual Machine Setup
-Download Virtual Box: http://bit.ly/368FS7Z
-Down...
sudo apt install nmap
Welcome to NetworkChuck!
I LOVE Information Technology!! My goal is to help as MANY PEOPLE AS POSSIBLE jump into a career in the IT field through obtaining IT Certifications. I talk about Cisco Certifications, CompTIA, AWS, Microsoft...pretty much EVERYTHING in IT. As a CBT Nuggets Trainer, it's also my passion to TEACH information technology a...
@dry birch
Want to become a HACKER? ITProTV has you covered: https://ntck.co/itprotv (30% off FOREVER) *affiliate link
In this video NetworkChuck teamed up with @John Hammond to talk about the NEW and SCARY Microsoft Vulnerability. NetworkChuck and John Hammond are going to teach you about a new dangerous Windows Zero-day vulnerability called βfollinaβ ...
sudo apt install netcat
!catifty
RustCat = rust version of netcat ??!?!?!?!?!??!
should i use flask or django for web development in python?
@unreal isle talk here
Hello.
I didn't realize I was still in here.
I was just searching through the server to see what kind of community this was.
Yeah, I don't really know anything about Python, I've just had to deal with it a lot recently, kind of annoying.
I don't have any intentions to learn python actually.
It's better to work with people who know it.
Essentially, yes.
I'm an engineer myself, just not in python.
So I just need to make 50 comments to become voice verified then?
!voice
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Alright then I'll just talk about myself
I didn't know that, thanks though.
sooo
I'm 30, from California, USA.
I started out building websites at the age of 16
mainly HTML/CSS.
then I learned PHP, JQuery/JS, Bootstrap.
I was freelancing pretty early on
I got really bored with building things from scratch
I am currently.
not like apple/microsoft
But I work with the largest recruiting firm in the world
I had some offers to do work at places like Cisco, Adobe, and others but...
wasn't great deals.
So yeah
a lot of companies wanting me to do different stuff, not what I'm interested in/lower pay
so didn't take it
I'm working on bringing automated solutions using AI to things like SEO/Marketing.
I have a team that I work with, this happens outside of the context of my professional career.
designers, devs, engineers, managers, ect...
people I've been teaching, as well as employing.
I have a salary position, and contract position
Contract is only $55/hr.
no
It's little over 100
the salary pays the same, but less fuss.
Since I was 12
But I don't like programming and I try not to do it as much as possible actually.
I think its fun when it works, but I hate it when it doesn't
I just don't like to solve problems, I like to do research. It's less mentally draining for me to imagine/be creative
than to figure out why something didn't do what I wanted it to do.
That's why I branched into SEO / Content Marketing.
Though it's very tempting to get back into it, and go deeper
i see those engineers on blind
making 500k/yr
At this point, I don't think it's the best use of my time. There's things that take priority.
The simple fact that is community exists is proof to me that I shouldn't do it.
There's no active communities like this for the other stuff I'm trying to learn.
!server
It's the first position ranking community
for the target keyword
on SERP.
search engine results page.
It's funny you got the wrong result.
Google is a beautiful thing.
what is that?
If I hadn't said SERP, you would've never known what it meant.
Now if someone says it again, you'll know.
@crystal aurora
I am.
ill tell them its an outdated term
I'm here to help you guys learn new things.
search engine results page.
You know how valuable it is for a programmer to know SEO too?
I've met very few people who know both very well.
@round ledge
I've passed 50 messages.
How do I break this curse..
!voice
skittles falls under the category of candy
@unreal isle well didn't he get the money back if he got it on video?
that's almost worse than getting your money stolen
youve read his books?
I mean... thats just scaling lol
i don't have a mic
no amount of voice verification gon get me outta that one =w=
what'd you say?
this good?
is it working?
oh ok
neat tidbit tho
there are so many people without a mic joining the vcs lol
i just got rickrolled by a vscode extension.. ._.
yes
i don't even know which extension it is
i think it's my auto eval extension
it's my auto eval
it basically evaluates code while you type
supposedly
what it actually does is every time i type i get rickrolled
i'm keeping it
every time i go afk ima turn it on so if anyone tries to mess with my code they get rickrolled
!thread
i dont no much
but api
is what i use to connect to google website
and it printed sending when it was done
!stream 494575788377636874 1h
β @vocal ivy can now stream until <t:1659373899:f>.
CS50 2022
/wp-admin
apparently somebody felt the need to implement a full standard deck of playing cards in unicode
https://en.wikipedia.org/wiki/Playing_cards_in_Unicode
Unicode is a computing industry standard for the handling of fonts and symbols. Within it is a set of images depicting playing cards, and another depicting the French card suits.
I'm mad that Four of Diamonds has FOC and Four of clubs has FOD in the unicode chars
Check out The Munsters Official Trailer starring Daniel Roebuck, Jeff Daniel Phillips and Sheri Moon Zombie!
βΊ Visit Fandango: http://www.fandango.com/?cmp=MCYT_YouTube_Desc
Subscribe to the channel and click the bell icon to be notified of all the hottest trailers: http://bit.ly/2CNniBy
US Release Date: September 27, 2022
Starring: Daniel ...
Hi everyone π
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
yall use jsmacros jep?
?
jsmacros i a minecraft mod that implements minecraft scripting in multiple different coding languages including python
Adding Python support to a tool that lets you make Minecraft mod in JavaScript?
Sounds like complete shenanigans to me
its just called jsmacros
it kinda is
how do i go live?
i cant screen share
Hello everyone π
I have set up my microphone yesterday with a friend and I'm looking forward to verifying myself today
then step one is for you to have a conversation to reach the message count
let's go
What have you been up to lately?
don't cram your response in one message
Hello 1 verboof, thank you for the help, I have set up my microphone yesterday with a friend and I'm looking forward to joining you today π
excellent
what sort of microphone
as in
which brand
electret or dynamic
usb or 3.5mm
waits
k whatever
Hello
I ran the voice verify but my microphone does not work. Does this server disallow Sennheiser?
nope, discord cant disallow any specific microphone
Thank you
(i also have a sennheiser, e935)
My daughter helped me set up Discord. I'm a Python fanatic but spend most of my time working on the railway network π
I got this headset for work. We need quality audio to understand each other in the tunnels
ah yea
the verify thing probably didnt work yet because a requirement is missing btw
I will try restarting this computer
I'm assuming you did check if you're unmuted?
not to imply you didn't check, but, you know...
before you restart everything
great website btw: https://www.tylervigen.com/spurious-correlations
Hi 1 verboof, I restarted but I think there is still an issue with my setup. I will get back to you on that
Dropping off my mileage sheet, one moment
yes
Thank you
?
SeanTAllen single-handedly keeping it alive
Shine on you crazy diamond
https://www.vox.com/the-goods/2019/5/29/18644354/chick-fil-a-anti-gay-donations-homophobia-dan-cathy
In June 2012, following a series of public comments opposing same-sex marriage by Dan T. Cathy, Chick-fil-A's chief executive officer, related issues have arisen between the international fast food restaurant and the LGBT community. This followed reports that Chick-fil-A's charitable endeavor, the S. Truett Cathy-operated WinShape Foundation, ha...
The pointer syntax in C++ is small, simple and not at all suitable for the almost infinite possibilities it allows.
fixed it
ayo?
hello
oh
who wants to come
By the way on what topic they were figthing ?
@zenith wedge @mild flume
typ
is that francis I remember you from the coding den lol
@torn wave what happened? Did I upset you
trying to fix audio hold on
If you sneeze on someone from a long distance away, is that accuracy?
@fresh isle Can you stop mouth breathing into the mic please?
All of those little noises are coming through
@fresh isle Actually can you just mute or turn on push to talk when you're not speaking to us? Like I said, we're hearing every little noise from your mic
No sir
heres one example from the input: a plant growing in space, with stars and planets in the background, although it can do much more detailed requests

#bs4user
@zenith wedge leetcode
LeetCode OA's thoπ
Nvm, gotta do them on CodeSignalπ
Woah. The background colour changed.
At least it is colourful!
Just need a little bit of red.
Back later
May be %PATH% is not updated yet after install.
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Oh, okay.
ok sorry
read what the bot says
yes i understand
How did you open the terminal? From Win+R?
echo $env:PATH
C:\Program Files (x86)\VMware\VMware Player\bin;C:\Program Files\Oculus\Support\oculus-runtime;path\to\ffmpeg\bin;%C:\Users\anasn\Documents\FFM_git_hub%;C:\Program Files\Process Lasso;C:\Program Files\nodejs;C:\Program Files\dotnet;C:\Users\anasn\anaconda3\Scripts;C:\Users\anasn\anaconda3;C:\Users\anasn.cargo\bin;C:\Users\anasn\AppData\Local\Programs\Python\Python310\Scripts;C:\Users\anasn\AppData\Local\Programs\Python\Python310;C:\Program Files\MySQL\MySQL Shell 8.0\bin;C:\Users\anasn\AppData\Local\Microsoft\WindowsApps;C:\Users\anasn\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\anasn\AppData\Local\GitHubDesktop\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.2.2\bin;C:\Users\anasn.dotnet\tools;C:\Program Files\JetBrains\JetBrains Rider 2022.1.2\bin;C:\Users\anasn\AppData\Roaming\npm;C:\Users\anasn\AppData\Local\JetBrains\Toolbox\scripts;C:\Users\anasn.dotnet\tools
C:\Windows\system32;C:\Windows;
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;
remove: path\to\ffmpeg\bin;
C:\Program Files (x86)\VMware\VMware Player\bin
C:\Program Files\Oculus\Support\oculus-runtime
path\to\ffmpeg\bin
%C:\Users\anasn\Documents\FFM_git_hub%
C:\Program Files\Process Lasso
C:\Program Files\nodejs
C:\Program Files\dotnet
C:\Users\anasn\anaconda3\Scripts
C:\Users\anasn\anaconda3
C:\Users\anasn.cargo\bin
C:\Users\anasn\AppData\Local\Programs\Python\Python310\Scripts
C:\Users\anasn\AppData\Local\Programs\Python\Python310
C:\Program Files\MySQL\MySQL Shell 8.0\bin
C:\Users\anasn\AppData\Local\Microsoft\WindowsApps
C:\Users\anasn\AppData\Local\Programs\Microsoft VS Code\bin
C:\Users\anasn\AppData\Local\GitHubDesktop\bin
C:\Program Files\Azure Data Studio\bin
C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.2.2\bin
C:\Users\anasn.dotnet\tools
C:\Program Files\JetBrains\JetBrains Rider 2022.1.2\bin
C:\Users\anasn\AppData\Roaming\npm
C:\Users\anasn\AppData\Local\JetBrains\Toolbox\scripts
C:\Users\anasn.dotnet\tools
C:\Windows\system32 C:\Windows C:\Windows\System32\Wbem C:\Windows\System32\WindowsPowerShell\v1.0\ C:\Windows\System32\OpenSSH\
echo $env:PATH
<venv>\Scripts\activate.bat
<venv>\Scripts\Activate.ps1
Is this created from inside WSL2?
py -m jupyter lab
py -m pip install jupyterlab
py test.py
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
oh wait
this is likely still related to the messed up path
do py -m jupyter lab with the venv active instead
@pale pivot
buildfight
?
buildfight python
What is that
Why is that relevant
and?
That seems like a stretch, there's so many countries where people have Muslim names
bro
simple question
hahaha
i want to speach
give me the rights please ye
speak
im mustafa
π
guys
decoy mustafa
i learn if python
python if
my code
b = 60
if b < 42:
print("Was geht?")
else:
print("mm")
is this code cool
i want to speak
!voice
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Again, why does this matter to you
i mean you
I am 19999999 years old
yes
32?
23?
cool
like my code in
what again
b = 60
if b < 42:
print("Was geht?")
else:
print("mm")
this cool
are you want to teach me python
ohh mr.time
sorry
mr time sry
that i ask you
Here is your output
`py
print: dont talk WITH ME
!
!
okay guys that joke
that was a joke
i go away ok
you boring
b = input('Enter a number')
if b == 1:
print('one')
if b == 2:
print('two')
# ... Continue until 41 ...
if b == 42:
print('Was geht?')
# ... Continue until 60 ...
if b == 60:
print('mm')
Anyone have a worse solution?
why are you using if use elif also
I read somewhere that elif is an anti pattern
xD
where are you from
@surreal bolt
ahh cool im your neighbour
joke
i come from germany
thats not quite neighbour
u cant english either
jk lmao, i m just mean in general
bro germany teacher
germany teacher for english is so bad not all
they cant speak english good but want to teach it
is that you mustafa?
thats sad
Just enjoy π
i thought germans knew python from birth
eh?
i wana see how they did the movement
imma call u whatever too then
taste your own medicine bitch
no
no @dry birch
no
u cant
why'd u ask then
that aint your name
thats noodle
check it once it will be clear
yes @fast cape
me?
i didnt
na its just open in the background
and in my work laptop, so i cant close it
well thats sort of a middleware
this chat is anything but professional
its okay i dont bully r**** @surreal bolt
i did, but they dissappeared (asteriks)
bold formatting
then i didnt bother to edit and escape
lol i cant
π»
nope
he plays his voice doesnt imply he's good at it really
right
i appreciate your self awareness
well said @dry birch
aight, i gtg
in a bit
cause you put only one = it has to be ==
@pale pivot If you're talking, I can't hear you.
@covert depot = concerns itself with assignment, == concerns itself with equality testing.
in here?
how are you seeing both?
i see
im pretty new to programing so I just wanted to come in here and hear from people with more experience
I see
well its first year uni python so its not too much
Im doing computational lingsutiscs so i need to know that
basic machine learning and data science
yep
nope
never joined before
ive been in the server a while though
cheers
soon ill be able to speak lamao
you know alot about NLP?
i see
any other comp-ling people in this server
i imagine there has to be a few
i guess this server is more of a software engineering kinda place
ah yeah
we dont use that much though
my prof made one called the 'text_analytics' library which im pretty sure is similar to the other one
most of my questions will be general stuff though because Im way more of a linguist than a programmer
im like 1 month into programming
cant wait to use my voice
too many weirdos yeah?
most people online are not that great
i see
ok surely im getting on fifty now
thats suprising i think
without patients programming woud be a nightmare
patience*
real lingusits over here
yeah I can see that would be much harder than what I do
will I auto unmute when I reach the cap
i see
ok
not sure I have enough yet
still less than fifty
yikes
ok imma just type my question
.
this is not a hard qurstion I think you would know it immedietly tbh
nah this is general
I cant figure out how to get it to print on the different line
oh?
neither am i
this is the loop and iternation thing
oh
it fails without a bug message without the slice for some reason
for letter not words?
ok
weird
it has no bug message
lemme try the other ide
oh wait I changed words to letter onece
once*
now it dosent print anything
!code
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.
in what form sorry?
Do you guys know any good beginner problems so I can test my knowledge of python code?
this?
this is the same as tilda key for me
could you put one in and i ctl c +v
`
`
``
this?
def vertical_strings(string):
'"docs"'
for letter in string:
(letter[1:] * len(words))
```
ahhh
nice
the slice is [1:]
?
i thought slice meant e.g string[:]
you know how you copy a string
ah
right
i thought slicing was just copying
when you dont want to mess with the original string
maybe a list?
ah right
ive been asked to print the original and the new list before
and thats what I used
the [:]
ok
so how do you specify to do the first and last character>
?*
to ommit them sorry
yeah
oh wait wrong one sorry
already done
[1:1]
seemd to work so we good
groovy banannas
lemme see if I can talk now hold up
!e py text = "abc" print(text[0])
@stuck bluff :white_check_mark: Your 3.11 eval job has completed with return code 0.
a
!e
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 py text = "abc" print(text[1])
@stuck bluff :white_check_mark: Your 3.11 eval job has completed with return code 0.
b
!e ```py
text = "abc"
for letters in text:
print(text)
@granite agate :x: Your 3.11 eval job has completed with return code 1.
001 | File "<string>", line 3
002 | print(text)
003 | ^
004 | IndentationError: expected an indented block after 'for' statement on line 2
!e ```py
text "see I can do it"
for letters in text:
print(letters)
@granite agate :x: Your 3.11 eval job has completed with return code 1.
001 | File "<string>", line 1
002 | text "see I can do it"
003 | ^^^^^^^^^^^^^^^^^
004 | SyntaxError: invalid syntax
!e ```py
text = "see I can do it"
for letters in text:
print(letters)
@granite agate :warning: Your 3.10 eval job has completed with return code 0.
[No output]
!e ```py
text = "see I can do it"
for letters in text:
print(letters)
@granite agate :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | s
002 | e
003 | e
004 |
005 | I
006 |
007 | c
008 | a
009 | n
010 |
011 | d
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/egidoyeqoc.txt?noredirect
!e ```py
text = "see I can do it"
for letters in text:
letters * len(text)
print(letters)
@granite agate :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | s
002 | e
003 | e
004 |
005 | I
006 |
007 | c
008 | a
009 | n
010 |
011 | d
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/vavawerovo.txt?noredirect
!e ```py
text = "see I can do it"
for letters in text:
print(letters * len(text))
@granite agate :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | sssssssssssssss
002 | eeeeeeeeeeeeeee
003 | eeeeeeeeeeeeeee
004 |
005 | IIIIIIIIIIIIIII
006 |
007 | ccccccccccccccc
008 | aaaaaaaaaaaaaaa
009 | nnnnnnnnnnnnnnn
010 |
011 | ddddddddddddddd
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/yeyujiboge.txt?noredirect
!e ```py
def vertical_strings(string):
'"docs"'
for letters in string:
print(letters * len(string))
print(vertical_strings('Hi'))
print(vertical_strings('Pineapple'))
@granite agate :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | HH
002 | ii
003 | None
004 | PPPPPPPPP
005 | iiiiiiiii
006 | nnnnnnnnn
007 | eeeeeeeee
008 | aaaaaaaaa
009 | ppppppppp
010 | ppppppppp
011 | lllllllll
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/tezonenigu.txt?noredirect
def vertical_strings(string):
'"docs"'
for letters in string:
print(letters * len(string))
vertical_strings('Hi')
vertical_strings('Pineapple')
!e
res = ""
for x in "hello"
res += x * 3
print(res)
@pale pivot :x: Your 3.11 eval job has completed with return code 1.
001 | File "<string>", line 2
002 | for x in "hello"
003 | ^
004 | SyntaxError: expected ':'
can't speak
i left the server
@stuck bluff
need to voice verify after three days
unless a mod can do it for me
i came back within 2 days
eh ill just wait out the three days
lol
ok i'll ask
yes i did
learning linear algebra from today
bought a cheap copy of MIT's linear algebra book
by ray kunze and kenneth hoffmann
yeh
The book is used by MIT freshers
i will start with statistics next and probability last
then i'll be done with the math part
and i'll do python in the meanwhile
yep
I'm decent at math
i gave a difficult math exam
recently
for a university entrance
No i mean i appeared for the exam
and i didn't clear it , got left by 5 marks π
i got 64, cut off was 69 marks
but i think i did ok
Yep
the entrance exam tested olympiad math
IMO/USAMO level math
I studied a lot but due to an irl situation i couldn't do my very best
otherwise i am sure i would have made it to the interview phase
I'm back
I organize my code that i practiced so far in this book like this
by chapters
so i can go back and refer to it
it's a good practice right ? or is it useless
oh
oof
I haven't checked pep8 yet
π€ͺ
about to do it
brb gtg
list1 = list("poodle")
hello = list1.sort()
print(hello)
None
!e py a = ["a", "c", "b"] b = sorted(a) print(a) print(b)
@stuck bluff :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | ['a', 'c', 'b']
002 | ['a', 'b', 'c']
!e py a = ["a", "c", "b"] b = a.sort() print(a) print(b)
@stuck bluff :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | ['a', 'b', 'c']
002 | None
a.sort() #is all I needed to do there```
So we see here that sorted returns a sorted copy of the original, leaving the original unaltered.
list.sort returns None but sorts the original.
def are_anagrams(word1, word2):
'"docstring"'
new_word1 = list(word1)
new_word2 = list(word2)
x = new_word1.sorted()
y = new_word2.sorted()
if new_word1 == new_word2:
return False
if x == y:
return True
else:
return False
it seems that sorted() cant be used on lists?
sorted can be used on lists.
Any sane iterable.
Oh, yeah.
list has a sort method. It does not have a sorted method.
See above examples.
sorted is a function.
i see
Not a method of class list.
Which list.sort is.
!e py text = "Apple" result = text.lower() print(text) print(result)
@stuck bluff :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | Apple
002 | apple
def are_anagrams(word1, word2):
'"docstring"'
low_word1 = str.lower(word1)
low_word2 = str.lower(word2)
new_word1 = (list(low_word1))
new_word2 = (list(low_word2))
x = new_word1.sort()
y = new_word2.sort()
if new_word1 == new_word2:
return False
if x == y:
return True
else:
return False
print(are_anagrams("looped", "poodle"))
print(are_anagrams("lopped", "poodle"))
print(are_anagrams("poodle", "poodle"))
Hey @stuck bluff
I need voice verify
I left the server yesterday
Came back this morning
Only to find I cn't speak anymore
I feel mouth-muted if I can't speak lol
I like speaking up
Rather typing whole load of text
Pretty new in the coding world
But decent in terraform
My nightmare is always coding
Need to break that fear
And become guru soon
I need to start taking small project
Chalenge myself really hard
But if I get stuck?
hmmm, hoping this server will be the saver
Not worries now about getting stuck
I love taking risk
But also love failure
as i believe thats the way to learn
38,513
313,706