#voice-chat-text-1
1 messages · Page 77 of 1
see ya
POG!
see ya tomorrow
ye do
we play expert+ maps
Ye
i need to update my version
and save my mods
:(
ill do that by tomorow
cya 👋
yeah lua is more like py
aight good night
👋
night night!
An example bot for the discord.py channel. Contribute to ChiliPy/ExampleBot development by creating an account on GitHub.
!e ```py
(foo:="foo", print(foo))
@whole finch :white_check_mark: Your eval job has completed with return code 0.
foo
hey @misty sinew
Yeh? @ebon raft
im with you in the channel but im muted
okay
well
i need voice verification
i know
but i need to send more than 50 messages
so if i message a mod he will help
?^
ok mister
do you have any experience in flutter
app development sucks
it hurts me when i have to write code for any frontend
you talk really fast
😂😂
the problem is iphone
to export the app for iphone you need a mac and an iphone
it's a fork from freebsd
also ios is fork from freebsd
well my job is to check on a team of developers
and every one of them is responsible of sth
and at the end i do all of the things alone
😂
HAHAHAHAHA
!tag voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@runic echo
i cant hear u if ur talking
@wild hearth can yall hear me?
ur not talking
its green
i told u xd
but ur not talking?
no
brb
is it muted
Na
we still cannot hear u
idk why its doing this
its prob muted
na
we still cant hear u
bro I dont get it
gecko u click it
no my bad
hello?
Always fun
lol
Just hanging out alone? It's fun (although a bit noisy at times) up here
More nerd talk than you can shake a stick at
i mean i don't mind people
Fair
Troof
Bah, nothing wrong with that
true
Most of the time we have plenty of people listening and not speaking or are just typing out
ah
Opal is on
for x in object:
print(something.x)
object = [1,2,3]
for x in object:
print(x)
can we use can use this syntax?:
`${objectName.value}`
don't forget the backticks `
#include <iostream>
int main(){
std::cout<<"Hello World"<<std::endl;
return 0;
}
tkinter pygame python modules
Linux from last 4 years
Windows is shit , just delete and switch to mint .
right I used it for months
Ubuntu/Fedora/Mint
Flavours
Still Nvidia have bad support, Amd works well
i3wm 🙂
you can search online on hackaday and instructables
Can freenas run on the raspi
I would like to run FreeNAS via Raspberry Pi for my website Silicophilic for a data backup project for the Website. Is it possible to run it from a Pi device? If yes how is the performance? Would there be any issue?
Before laser-printers, high quality print-outs were the domain of typesetters, expensive and tightly controlled. In 1979 a Bell Labs team reverse engineered one in their summer vacation. Professor Brailsford has the details.
EXTRA BITS - More on Printing and Typesetting History: https://www.youtube.com/watch?v=HdModNEK_1U
Mainframes and the Uni...
This yt channel is lit 🔥
GPT3 🙂
@random minnow i need Help for problem my programe
@random minnow i can speack voacl ?
#Fonction Saisir N
def saisir():
N = int(input("Donner Longure de Matrice : "))
while not (2<N<10):
N = int(input("Donner Longure de Matrice Again : "))
return N
#Fonction get MatriceN
def matrice(N):
M = [0]*N
for i in range(N):
M[i] = [i]*N
return M
#fonction remplire Matrice
def remplire(M):
N = saisir()
s = 0
for i in range(N):
for j in range(N):
M[i][j] = int(input(f"Donner votre entier de some M[{i}],[{j}] : "))
s = s+M[i][j]
print(M)
print(f"Some Matrice[{i}],[{j}] : ",s-1)
return M
#Programme principale
remplire(matrice(saisir()))
This problem
Mtrice List on List [[List]]
@random minnow
Yes Frensh
if N = 5
line and colons to Matrice = N
and Calcule Diagonales Some
s = 12+3+50+6+14+4+8+50+5+12 @random minnow @misty sinew
s = 153
This problem
for j in range(N):
M[i][j] = int(input(f"Donner votre entier de some M[{i}],[{j}] : "))
s = s+M[i][j]
``` @random minnow @misty sinew
M[0][0] + M[1][1] ...
you know this ?
@normal nebula frenchey
you not speack Frensh ?
Je ne suis pas mon pote français
@misty sinew Speack arabic ?
je ne connais pas votre code
*** This Programme it's Hard ? *** for you ?
):
@misty sinew @random minnow au revoir {GoodBye}
0_0
sure
#Fonction Saisir N
def saisir():
N = int(input("Donner Longure de Matrice : "))
while not (2<N<10):
N = int(input("Donner Longure de Matrice Again : "))
return N
#Fonction get MatriceN
def matrice(N):
M = [0]*N
for i in range(N):
M[i] = [i]*N
return M
#fonction remplire Matrice
def remplire(M):
N = saisir()
s = 0
for i in range(N):
for j in range(N):
M[i][j] = int(input(f"Donner votre entier de some M[{i}],[{j}] : "))
s = s+M[i][j]
print(M)
print(f"Some Matrice[{i}],[{j}] : ",s-1)
return M
#Programme principale
remplire(matrice(saisir()))
``` @sleek parrot
@sleek parrot
/codebuddies team is on GitDuck. github.com/codebuddies/frontend and github.com/codebuddies/backend
@sleek parrot
/codebuddies team is on GitDuck. github.com/codebuddies/frontend and github.com/codebuddies/backend
@sleek parrot
[N-1-i]
yes
amazing
you cant even load the fpp
@fair sierra https://simcity.fandom.com/wiki/SimCity_(SNES) Looks like it's a remake of the classic one. SimCity 2000 came out in 1993, where as the one on the SNES was in 1991
Oh huh
I'll be damned, there was 2000 on SNES as well
Must have been later in its life
can anyone recommend good python IDE?
i left the call yet i am still in it
noice
@sleek parrot
>>> all([True, True, True])
True
>>> all([True, True, False])
False
>>> all([])
True
>>> all([[]])
False
>>> all([[[]]])
True
Okay, what the fuck?!?
The "basic" weather forecasting equation
!verify @summer shadow
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
dammnit brain
where do i send 50 msgs
why did i forget the command
anywhere
wat
just dont spam
patrick star, just set up a bot to send a message an hour, and it'll be verified pretty soon
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.
bruh what
geology is a pseudoscience
praise the rocks
kato?
voice verified finally
ikr
Many of the times I threw up as a child, it was after consuming too much chocolate 😄
So I already have the association I guess
!tempmute 315292317315629057 Spamming is unproductive.
:ok_hand: applied mute to @summer shadow until 2021-02-12 00:18 (59 minutes and 59 seconds).
!tvban 315292317315629057 "2 weeks" Spamming messages to up your message count is not the way to get voice verified. You can still join voice channels without being verified; you just have to get some legitimate server activity in order to get verified.
:ok_hand: applied voice ban to @summer shadow until 2021-02-25 23:19 (13 days and 23 hours).
So...
Ya like jazz?
Awkward @golden marsh 😄
Oh right?
Hmm, sounds like an unpaid survey
The thing to understand is that every programming language has its own execution model.
Guys , I have a question.If you had to learn python and programing from the baics, what resource (website/turorial/book/etc) would you use?
Learning the language is about getting that model (and the syntax) into your brain.
!resources
We've got you covered:
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Oh , thank you!
Is there something like pythontutor, but for rust?
@random minnow In python?
The simplest way is sys.argv
It's just a list of arguments.
Yeah, I generally start with that, then move on to argparse if I want to make it more fancy 😄
import sys
import psutil
def main():
args : list = sys.argv[1:]
args_dict = {
"cpu_percent": print(psutil.cpu_percent())
}
args_dict.get(args[0])
if __name__ == '__main__':
main()
!func-are-vars
Calling vs. Referencing functions
When assigning a new name to a function, storing it in a container, or passing it as an argument, a common mistake made is to call the function. Instead of getting the actual function, you'll get its return value.
In Python you can treat function names just like any other variable. Assume there was a function called now that returns the current time. If you did x = now(), the current time would be assigned to x, but if you did x = now, the function now itself would be assigned to x. x and now would both equally reference the function.
Examples
# assigning new name
def foo():
return 'bar'
def spam():
return 'eggs'
baz = foo
baz() # returns 'bar'
ham = spam
ham() # returns 'eggs'
# storing in container
import math
functions = [math.sqrt, math.factorial, math.log]
functions[0](25) # returns 5.0
# the above equivalent to math.sqrt(25)
# passing as argument
class C:
builtin_open = staticmethod(open)
# open function is passed
# to the staticmethod class
!e
import time
my_dict = {"key": print(10)}
print(my_dict)
print("waiting 3 seconds")
time.sleep(3)
print(my_dict["key"])
@warm tendon :white_check_mark: Your eval job has completed with return code 0.
001 | 10
002 | {'key': None}
003 | waiting 3 seconds
004 | None
args_dict = {
"cpu_percent": psutil.cpu_percent
}
import sys
import psutil
def main():
args : list = sys.argv[1:]
args_dict = {
"cpu_percent": psutil.cpu_percent
}
print(args_dict.get(args[0])())
if __name__ == '__main__':
main()
import sys
import psutil
def main():
args : list = sys.argv[1:]
psutil.cpu_percent()
args_dict = {
"cpu_percent": psutil.cpu_percent
}
print(args_dict.get(args[0])())
if __name__ == '__main__':
main()
import psutil
print(psutil.cpu_percent())
!rule 4
4. This is an English-speaking server, so please speak English to the best of your ability.
!rule 3
!rule 0
:x: Invalid rule indices: 0

hi jesus
!a
the littel hole is for air exchange
print (a)
foo instead of ```
foo
!purge <amount> [reason=rule breaking content in messages]
!purge <amount> [reason=rule breaking content in messages]
@whole finch
doesnt work in an embed
lol
Suggest more topics here!
@misty sinew https://github.com/kyb3r/modmail
@random minnow btw u are deafened
An example bot for the discord.py channel. Contribute to ChiliPy/ExampleBot development by creating an account on GitHub.
@warped kindle
Hello all
Sorry to bother you guys... does anyone have any sort of resource or something to interact with the system tray? I'm self taught and the way that I thought I would be able to dump the information for the buttons from the system tray but it doesn't work... And all of the information I can find is about creating a system tray icon which I could care less about.
damn I wanna join the conversation but I can't verify voice 😦
I love this convo ngl
@misty sinew I'm from a country that has universal healthcare, but anytime I need to go for a checkup or when I get sick, I go to private clinics and dentists, because how bad it is. Long waiting times, awful quality and they don't even have enough capacity or all treatment options
AHHAHAHAHAHA
I think people can make an improvement on their life at any point as long as they have the right perspective and the hunger/grit to keep moving forward
HAHAHAH
School sucks in almost every way
hahahahaha
I literally joined this discord yesterday and I absolutely love it
HAHAHHAHAHAHAH
Lol I loved the convo but I gotta go
from time import sleep
import pendulum as pdlm
def start_timer(max_seconds=20):
sec = 1
start_time = pdlm.now()
while sec < max_seconds:
sec = round(pdlm.now().diff(start_time).total_seconds(), 2)
print(sec, end="\r")
sleep(0.01)
else:
print(f"time elapsed: {sec} seconds")
return sec
anyone has any idea on the theme name ?
I am looking for this theme
the text is a bit brigher
vscode
source /venv/bin/activate
equidistant
a
thats armenia boomer
And azerbaijan
And georgia
@steep fiber
PyCharm sucks
Yeah agree
hello everyone
I
am
writing
just
because
want
to
have
voice
verification
if you write like that I don't think it will work
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
So ima just hop around
I don't have my phone on my discord account
I don't want my phone in discord you know...
That's true...
!source
interesting
your end
What are you talking about satelites
Why do they have files from satelites...
¯_(ツ)_/¯
Mk
talking about satellites, i wanna know how many people actually have access to all of google earth with no censored areas
Are they talking about anything that is illegal. I don't think so
no theyre not
Mk
👀 uh oh
its from a military satellite
Oh goodness
yeah...
thats what they were discussing
well anyone can hear it, as he just said anyone can pick up radio signals and stuff
just set your radio to the frequency and there you go
True, but perposly taking the files from it isn't allowed surely?
ok, but youre not doing anything
Ik
Listening to their chat isn't illegal right?
why would it be illegal
Idk
So I can't get in trouble for being in the conversation
If so, why did you say uh oh
@random minnow this guy thinks its illegal to listen to the conversation
thats all
oh well ¯_(ツ)_/¯
I specifically was talking about wifi packets
being "legal"
its a known grey area
like windows license keys
I don't think decrypting that message is a good idea...
Masterful hacking demonstration! Genius hacker uses an unfathomable amount of RAM to circumvent locked Apple Newton! ZOMG!
@lime grove
pretty cool
quite
very
Is there anything more than that?
🔵 Python Certification Training: https://www.edureka.co/python-programming-certification-training
This Edureka video on 'How To Make A Chatbot In Python' will help you understand how you can use Chatterbot library in python to make a chatbot from scratch. Following are the topics discussed:
1:06 - What Is A Chatbot?
3:22 - ChatterBot In Python
6...
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.adventofcode
.[adventofcode|aoc]
All of the Advent of Code commands.
Commands:
about Learn about Advent of Code
countdown Return time left until next day
global Get a link to the global leaderboard
join Learn how to join the leaderboard (via DM)
leaderboard Get a snapshot of the PyDis private AoC leaderboard
stats Get daily statistics for the Python Discord leaderboard
subscribe Notifications for new days
Type .help command for more info on a command.
You can also type .help category for more info on a category.
@boreal sinew
?
factory function iterator spawner?
hey
If your reading this have a nice day.
u2
Watch an epic journey unfold on Thursday, Feb. 18 as our Perseverance rover lands on Mars. To reach the surface of the Red Planet, the rover has to survive the harrowing final phase known as Entry, Descent, and Landing.
Only then can the rover – the biggest, heaviest, cleanest, and most sophisticated six-wheeled robot ever launched into space ...
Hey, do you guys want me to screen-share the stream?
I know it's kind of redundant, but might be fun 😄
@cunning pivot @charred creek @whole finch
I'm good, usually my discord streams come through with bad quality. Thanks for the offer tho
if u want, can be sick, i watch on my tv so idc
It's all about narrowing down the value of f1 in the Drake equation
im good, thanks tho
Let me see if I can figure this out...
@tidal goblet
Is it coming through ok?
Fixed?
I think all they did is take the space parts of the other branches of military and move them into their own branch, right?
Like Star Trek!
They haven't done a shit in a while? 😄
@misty sinew, you're a bit quiet
Erm, the actual landing will be at 20:55 UTC
(1 hour 5 minutes from now)
Yeah, they got covered in duct @hoary igloo
Curiosity and Perseverance are powered with uranium
Sorry, actually plutonium
It's a radioisotope thermoelectric generator.
It's basically just a chunk of hot radioactive matter 😄
@misty sinew can hardly hear you sorry
Maybe check your mic settings.
@rancid forum can you turn on push-to-talk? you've got a lot of static.
@mellow kelp The actual landing is not for about an hour, maybe that's why.
Fun Fact a student from the university I am attending did some data analysis for NASA involving the Mars mission.
Nice 
Im currently looking for the article
Harrisburg University of Science & Technology is the University she is from
What if there are other humans on other Earth-like planets?
Instead of expecting the little green guy
Does anyone want to make their own mini Mars rover?
Would be a pretty fun project I think.
Sounds like a very interesting project
This is the only like I found
I think the arguments that we live in a simulation are kind-of unscientific. @hoary igloo
I didn't see any more information it might not be relevant to the mars mission now that i look through it.
this is my current professor for CISC 140 programming II https://www.linkedin.com/in/douglas-rumbaugh-48617188/
This man is an absolute meme lord
"Every religion was someones opinion" by myself lol
I'm pretty sure Elon has a speech impediment though.
He's kind of painful to listen to sometimes.
Perseverance is kind of big 
Landing in about 45 minutes btw.
Apparently my laptop can't handle a YouTube video 😄
Speech time!
It's hard to say what time it actually lands due to relativity and the speed of light 😄
@random minnow It probably is tbh 
Is there a better way for me to stream it?
Yeah, I've just got it open in a browser window.
Is there no sound?
yeah, your stream has no audio
hey LX im making a request for more voice channels, that falls under the channel category right? But im asking for multiple channels, how would I ask for that?
You're asking if we could have more voice channels on this server?
yeah
That would go in #community-meta
yeah, im making a request on the github issues page
Oh right.
Erm, I'm not that familiar with the categories tbh 😄
Just choose what feels right and someone will correct it if necessary.
yeah, i'll just try that
I'll ask in staff 🙂
thanks
What's going on?
What was that noise?
Very Next day they all have covid.
Oh my
Hey, the rover is just over 3.5 thousand miles from the landing zone
Awesome
My Failed Experience failed as well I am looking for some who actually succeeded.
Try FreshBooks free, for 30 days, no credit card required at https://www.freshbooks.com/linus
Use code LINUS10 for 10% off your Fantom Wallet at https://lmg.gg/FantomWallet
It’s finally time to send the Mac Pro head-to-head against the Hack Pro, in a benchmark showdown and see which computer comes out on top. Was all the pain and suffering wor...
didnt work
For luck! @hoary igloo
outdated from what i understand
Apparently 😄
for real? lol
and when you do end up succeeding in the video you watch how they can't use most of the mac software unfortunately.
Going to try unmuting and see if audio come through on the screen-share. Can someone let me know if it works?
The main components like Facetime & IMessage
@hoary igloo is there audio now? 😄
@hearty heath No
Ah 
I think 2055UTC is when we will know if it has landed.
But that will be 11 minutes after it has actually landed.
@leaden flare search for signs of past life. It's landing in the middle of a crater that used to be a lake.
@novel parcel i said ken
@tidal goblet It is nuclear powered!
it is nuclear
It basically has a glowing chunk of plutonium.
It's not a fission or fusion reactor.
ken?
One sec...
Didn't you see the Martian? 😄
I see
No one hasn't
I think it uses the difference in temperature from the athmosphere and the nuclear material to generate electricity
I think they use something called PICA for the heat shield.
@hoary igloo Technically, the heating is caused by the compression of the air in front of the heat shield, rather than friction.
Boyle's law, or something 😄
ohhh man, but 8 times. That's a lot.
ok that just made it 10x more exiting 😆
This is so hype
At least at first.
One of those cursors is mine 😄
that is less than the speed i crashed my plane in kerbal space program
Watch on YouTube for sound:
Watch an epic journey unfold on Thursday, Feb. 18 as our Perseverance rover lands on Mars. To reach the surface of the Red Planet, the rover has to survive the harrowing final phase known as Entry, Descent, and Landing.
Only then can the rover – the biggest, heaviest, cleanest, and most sophisticated six-wheeled robot ever launched into space ...
Btw, if anyone wants to build and program their own mini mars rover with Python, check this out: https://github.com/nasa-jpl/open-source-rover
Parachute deployed!
Heck yaaaaa
Subsonic speeds!
@leaden flare Yep, and no information can travel faster than the speed of light.
Mars is currently about 10 light-minutes away from us.
sexy AI
who uses imperial system anyways
Ever since the Mars Climate Orbiter situation you would think they would stick to only SI units @golden marsh
Murica
unfortunately dumbie americans
🥳
POOGOGOGOGOGOOGGOOG
They've got a drone with this rover btw.
rip the drone lol
Look at that image couldnt afford 1080p
US budget really took a hit
That's impressive
I see what you meant now. Yep, just select 'Channel request' and it will bring up a template for you to fill in. You can deviate from that template if you like.
@hoary igloo Yep, there's a flying drone on board this rover!
Okay okay, so will it be able to fly
Thats sick
Barely, because of the thin Martian atmosphere.
CEO of NASA 😄
What's your exam on? Good luck!
Alright, going to end the stream. 👋
"My brain is like a heat shield, I want to die..." - Nutterbutter
See ya guys
See ya
KJ what project u working on atm?
a cli frontend for mock bookstore
*p one dance
bruh can anyone rec me best crime thriller/detective novels
ping me
hello
hi
Hello
hello
@mild flume Hi...Can I have this pfp?...is it okay?
sorry if it offended
You're fine, I appreciate you checking with me
@solar thistle ask the question so relevant people can join
i just need someone to try see if they can connect to my ssh
as im unsure if people that arent on my localhost can connect to it or not
its not python related but like this is one of the few discords with people on vc
a local vm?
def mainloop(self):
"""Starts event loop - calling Tkinter's mainloop function.
No argument.
Must be last statement in a turtle graphics program.
Must NOT be used if a script is run from within IDLE in -n mode
(No subprocess) - for interactive use of turtle graphics.
Example (for a TurtleScreen instance named screen):
>>> screen.mainloop()
"""
TK.mainloop()
^ Turtle runs off of TKinter
It uses Tkinter
Yes
Oh ok
[print(('Fizz' if i%3 == 0 else '') + ('Buzz' if i%5 == 0 else '') + (str(i) if i%3 !=0 and i%5 != 0 else '')) for i in range(1,101)]```
hi
Hey guys, I was wondering how do people combine unrelated modules like for example: I've seen someone program a chat app with just a GUI with PyGame and the backend (if you will) with Socketio and basic modules like time, datetime, ect. How can I do that with my code?
In the same way you build a pyramid. You lay the foundations of knowledge and build up the stones until you place the cap. Learn how to do each individual aspect of the project, then you can put it all together.
Building bigger parts from smaller parts and whole projects from the bigger parts.
also known as the Reykjavik Confessions, is a case concerning the disappearances of Guðmundur Einarsson and Geirfinnur Einarsson in 1974 in Iceland. Six people were convicted of their alleged murders on the basis of confessions extracted by the police after intense and lengthy interrogations despite the lack of bodies of the murder victims, witnesses or any forensic evidence.[1] In later years, most Icelanders believe the six were wrongfully convicted.[2][3]
Youtube has some really good tutorials.
Corey Schafer and sentdex have some good ones.
Is this helpful?
Thanks, your pyramid analogy really helped me understand.
Bum jump?
!e
_=''.join((chr(_)for(_)in[True*70,True*105,True*122,True*122]));__=''.join((chr(_)for(_)in[True*66,True*117,True*122,True*122]));print(*(['',_][i%int(True+True+True)==False]+['',__][i%5==False]or(i)for(i)in(range(1,101))),sep='\n')
@charred creek :white_check_mark: Your eval job has completed with return code 0.
001 | 1
002 | 2
003 | Fizz
004 | 4
005 | Buzz
006 | Fizz
007 | 7
008 | 8
009 | Fizz
010 | Buzz
011 | 11
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/yubujegero.txt
@mellow kelp rate my code
i wanna die now
from my_other_module import my_function```
import foo, bar
class MyClass:
pass
def my_function():
pass
def main():
pass #Module contents sans imports and functions/classes go here. Stuff you want to run only when you run this module directly, not via importing it or anything in it.
if __name__ == '__main__':
main()```
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
!e ```py
for i in range(100):print(i%3//2*"Fizz"+i%5//4*"Buzz"or-~i)
@steep fiber :white_check_mark: Your eval job has completed with return code 0.
001 | 1
002 | 2
003 | Fizz
004 | 4
005 | Buzz
006 | Fizz
007 | 7
008 | 8
009 | Fizz
010 | Buzz
011 | 11
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/hilojapolo.txt
do any of you know a good library for gps tracking?
SET 1
Like what kind of tracking stuff?
eyah
Skyortery
Scurrty!
Weblounge is the leading Web & Mobile App Development Company in India. It offers Custom Web Design & development Service in PHP, asp.net, Drupal, Magento eCommerce, angular.js, node.js, big data as well as mobile app development in iPhone, iPad, Android and Windows with cost effective Internet marketing services in USA, UK, India, Canada, Aust...
Mail-soft ware. 100% cotton. Breathable and stylish.
i am gonna try to make a twitter bot for the first time with only docs
What do you mean "only docs"?
not use youtube, stackoverflow, google etc
i wanna try to see how good im at docs
.
The purpose of the function is to display a count from 1 to 10 with a three second pause between each count with a “Z” being displayed on the screen every ½ a second
!e ```py
for t in range(100):print("FizzBuzz"[4 if t%3 else 0:(0 if t%3 else 4)if t%5 else 8]or t)
@steep fiber :white_check_mark: Your eval job has completed with return code 0.
001 | FizzBuzz
002 | 1
003 | 2
004 | Fizz
005 | 4
006 | Buzz
007 | Fizz
008 | 7
009 | 8
010 | Fizz
011 | Buzz
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/himenikapa.txt
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
!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.
print('@Griff')
firstNumber = random.randint (1, 10)
secondNumber = random.randint (1, 10)
thirdNumber = random.randint (1, 10)
for t in range(12):
for time.sleep(3):
print ('z')
if t in (firstNumber, secondNumber, thirdNumber):
continue
print (t)```
py
!e ```py
for _ in range(100):print("FizzBuzz"[4 if _%3 else 0:(0 if _%3 else 4)if _%5 else 8]or _)
@steep fiber :white_check_mark: Your eval job has completed with return code 0.
001 | FizzBuzz
002 | 1
003 | 2
004 | Fizz
005 | 4
006 | Buzz
007 | Fizz
008 | 7
009 | 8
010 | Fizz
011 | Buzz
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/wewajubece.txt
``` py
```
firstNumber = random.randint (1, 10)
secondNumber = random.randint (1, 10)
thirdNumber = random.randint (1, 10)
for t in range(12):
for time.sleep(3):
print ('z')
if t in (firstNumber, secondNumber, thirdNumber):
continue
print (t)```
!e ```py
for _ in range(100):print("FizzBuzz"[4if _%3else 0:(0if _%3else 4)if _%5else 8]or _)
@steep fiber :white_check_mark: Your eval job has completed with return code 0.
001 | FizzBuzz
002 | 1
003 | 2
004 | Fizz
005 | 4
006 | Buzz
007 | Fizz
008 | 7
009 | 8
010 | Fizz
011 | Buzz
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/izuxazokop.txt
(then, else)[cond]
string.isalpha()
are there other types of is...()?
The coelacanths ( (listen) SEE-lə-kanth) constitute a now-rare order of fish that includes two extant species in the genus Latimeria: the West Indian Ocean coelacanth (Latimeria chalumnae) primarily found near the Comoro Islands off the east coast of Africa and the Indonesian coelacanth (Latimeria menadoensis). They follow the oldest-known livin...
!e ```py
for _ in range(100):print("FizzBuzz"[(4,0)[%3<1]:(((0,4)[%3<1]),8)[_%5<1]]or _)
@steep fiber :white_check_mark: Your eval job has completed with return code 0.
001 | FizzBuzz
002 | 1
003 | 2
004 | Fizz
005 | 4
006 | Buzz
007 | Fizz
008 | 7
009 | 8
010 | Fizz
011 | Buzz
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/uguhohuxey.txt
nice, thanks!
Canth is actually the first Finnish feminist https://en.wikipedia.org/wiki/Minna_Canth
Minna Canth (IPA [minna ka:nt], born Ulrika Wilhelmina Johnson, 19 March 1844 – 12 May 1897) was a Finnish writer and social activist. Canth began to write while managing her family draper's shop and living as a widow raising seven children. Her work addresses issues of women's rights, particularly in the context of a prevailing culture she cons...
-acanth, acantho-, -cantho: Pronunciation: /eɪkænθ/, /eɪkænθoʊ/. Origin: Ancient Greek: ἄκανθα (ákantha). Meaning: spine.
Examples: Acanthodes ("spiny base"); Acanthostega ("spine roof"); coelacanth ("hollow spine"); Acrocanthosaurus ("high-spined lizard"); Acanthoderes ("spiny neck"); Acanthamoeba ("spiny amoeba")
jelly fish breathe, thats pretty easy, but jelly fish can see colors, thats more complicated without eyes 😂
that's true, jelly fish do be seeing colors
Philogyny is fondness, love, or admiration towards women. Its antonym is misogyny. Philogyny is not to be confused with gynephilia, which is sexual attraction to women or femininity.
One of the earliest examples of philogyny is the poet Sappho (/ˈsæfoʊ/; Greek: Σαπφώ Sapphō [sap.pʰɔ̌ː]; Aeolic Greek Ψάπφω Psápphō; c. 630 – c. 570 BCE) who was a...
Mr Hemlock, we have an urgent moderation issue, please notice me
Thank you very much, I am so relieved
tax the comi
if not tweet.id in old_id: hey how will this work
replce(" ","")
i mean does it check if tweet.id is in old_id and then give the opposite value of that
obfuscation?
maybe I should get a TTS device with vim bindings
Google Sheets doesn't even have lambdas 🤮🤮🤮🤮
emojis must die
I 🚴 absolutely 👍 👍 agree ☑️ ☑️ with you 🧝

\🧝
🚴 person_biking
🚴♂️ man_biking
🥾
tpyo 
So now filling around with having my code skip three randomly chosen number. I found the next function, does it have to be defined before the range? here the code? phy def sleepingRange(): firstNumber = random.randint (1, 10) secondNumber = random.randint (1, 10) thirdNumber = random.randint (1, 10) for number in range(12): print(number) for _ in range(6): time.sleep(0.5) print("z") if number == (firstNumber, secondNumber, thirdNumber): next (number) phy
lol
https://github.com/josh-richardson/cadmus
@azure knoll
cool
akinator
Abstract classes is a OOP concept. Basically it's a class which you can't extend(precisely you Cann't derive an object from it). It's used as a helper class. 
would it be possible to go into detail or find a link for it
thank yo u
Docker is platform where you can mantain ,manage , automate, your CICD layer
Docker is a container service.
Yea
Do you know anything about computer vision? @onyx ermine
Ok
Does someone know how to shorten links if it has 2000+ characters in it?
How do you mean?
this thing has over 2000
Erm I think he got there in the end! 😄
I need to shorten the links so I can send it in discord
I'm rubbish with that kind of thing, so I'm not judging.
Oh, what about a URL shortening website?
Like tinyurl.com
could we get in to a call @hearty heath
Sorry, can't right now.
Does anyone know how to get cheap IKEA delivery? It's like £50 but I just want to buy a lamp 😄
ok well, you see I'm trying to make a discord bot. If person sends example: 56 in the chat then the bot sends back the first image in the search
but I can't do that cuz dc doesn't support over 2000
https://bit.do
@misty sinew
Oh right. So it's like an image-resizing thing?
Not sure I understand sorry.
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
import time
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.keys import Keys
browser = webdriver.Chrome()
browser.get('https://www.google.com/imghp?hl=en')
response = input()
search = browser.find_element_by_name('q')
search.send_keys(response)
search.send_keys(Keys.RETURN)
img = browser.find_element_by_xpath('//*[@id="islrg"]/div[1]/div[1]/a[1]/div[1]/img')
img.click()
finle = browser.find_element_by_xpath('//*[@id="Sva75c"]/div/div/div[3]/div[2]/c-wiz/div/div[1]/div[1]/div/div[2]/a/img').get_attribute('src')
print(finle)
#time.sleep(5)
#browser.quit()
Google Images. The most comprehensive image search on the web.
so if you input a word it searches the word in google and the gets the link from the first image
and sends back the link
Shopping for a lamp and a vacuum cleaner. 😄
Make something for @ocean orbit @wind fern
A .mypy command would be cool!
!tags
» args-kwargs
» class
» classmethod
» codeblock
» customcooldown
» decorators
» defaultdict
» dict-get
» dictcomps
» enumerate
» environments
» except
» exit()
» f-strings
» floats
!f-string
Creating a Python string with your variables using the + operator can be difficult to write and read. F-strings (format-strings) make it easy to insert values into a string. If you put an f in front of the first quote, you can then put Python expressions between curly braces in the string.
>>> snake = "pythons"
>>> number = 21
>>> f"There are {number * 2} {snake} on the plane."
"There are 42 pythons on the plane."
Note that even when you include an expression that isn't a string, like number * 2, Python will convert it to a string for you.
Something I've been meaning to take a crack at: making a command to fetch tldr pages https://tldr.sh
Simplified and community-driven man pages
that is why i am typing
Can't see it tbh.
same
that is why i'm confused
do you guys see a train or dolphin?
its an illusion
voice 1 < voice 0
true
apparently you either see a cowboy pointing a gun or a horse and person
blue and gold \™️
sup people
quick, anyone please explain
what is "pattern matching"? in programming
not in python?
string1 == string2?
no
also, srry, your voice kinda distorted
hard to understand
maybe just me
can you type 🙏, please
Toxic's pretty clear
so this pattern matching, is it like regex matching?
finding pattern in string?
In computer science, pattern matching is the act of checking a given sequence of tokens for the presence of the constituents of some pattern.
so what's a token?
like regex /d/w stuff?
@steep fiber you didn't get mad because I said you're voice is distorted? srry
mine's just completely sh**
A songification of that most holiest of Python Enhancement Proposals, the PEP 8.
Based on an idea by Daniel "Mr. Hemlock" Brown.
Written and performed by Leon Sandøy, A.K.A. lemonsaurus.
Music and melody from Mad World by Roland Orzabal. This version was inspired by the version released by Gary Jules.
🌎 Website: https://pythondiscord.com/
💬 ...
1 to 10. rate my noise
mee too
guyz
11/20 = x/255
the ratio will be equal
x = (num-i )*255 / (f-i)
f and i are liek the final and initial value of the range
range -> f-i
issoke lol
idk much python
js has dictionaries?
array list, and objects
i lost
sowwy
D;<
hey mama
lmao
do u hv sth like this
0 | 5 | 10 | 15 | . .. . | 255
min_distance = 15
max_distance = 100
look, i'm sorry, I thought I was talking to him alone
after we are finish, i need a little help with dict
i'm listening
i m listening too and trying to comprehend
idk how to programm but i want to learn
same
idk good english
same
i'm know, basic to intermediate
i m unknown
0 to 55 right?
darkness = 100. rbg(100, 100, 100)
me too
you need skip 2 numbers?
i have the python 3.8
brb
you guys are kids
no
i m adult
no
this is pretty interesting
for what is this? '-'
looks like a shoe
hahaha
at the end send us you programm list
i m a youtuber too
with 70 subs
i legit hv 21k subs
ask mods maybe
NEVERMIND!!!!
7
the struggle is real
can someone suggest me a creative while loop syntax for my uwulang >.<
i have a question what day we have python lessons again
gr8
but i want to try to listen El Coby hes preety good bout this job
nothing maybe now we are just listening and looking nothing more
python vc being python vc again
congratulations
looks a virus now on microscope
^
but congratulations
you know its ez to make icons on canva
this looks like atomic models
nuuuuuuuuuuuuuuuuuiiiiiiiiiiiissssssaaaaaance



🤳