#voice-chat-text-0
1 messages · Page 740 of 1
total coincidence
i am also anime shrek
believe it or not this isn't the first time this has happened to me
dread it, run from it, Shrek arrives all the same
:x: According to my records, this user already has a mute infraction. See infraction #27037.
:incoming_envelope: :ok_hand: applied mute to @whole bear until 2021-01-22 20:38 (9 minutes and 59 seconds) (reason: duplicates rule: sent 5 duplicated messages in 10s).
!unmute 280180495625617420
:incoming_envelope: :ok_hand: pardoned infraction mute for @whole bear.
GTG guys
"""
this is
all
comments
"""
oki just listening to conversation while working
The title of this video should change with the times. But nothing lasts forever: here's the story of how I made it work, why it used to be easier to make that work, and how it all ties in to the White Cliffs of Dover and the end of the universe.
Edited by Michelle Martin: https://twitter.com/mrsmmartin
Includes an accelerated section of "Tradu...
define atrocious
oh
i see...
i really can't deal with spiders
especially not huntsman spiders
everyone has a friend who play guitar
I used a honey bucket. Right tool for the job.
Big wide mouth.
Pardon?
I take it that you've been here previously before the gate and have only come back more recently?
καφρος
@molten pewter i dont have 50 messages
@broken eagle i dont have 50 messages
@molten pewter I dont think Java is going to stop existing. Because most of the legacy business legacy software is running java
Apple killed flash
that is not very helpful
def __init__(self,name):
self.name = name
country = pd.read_csv('country.csv')
country.set_index('country',inplace=True)
country1 = country.loc[country.index.str.contains(name)]
def xaxis():
print(country1['date'])
def yaxis():
print(country1['daily_vaccinations'])```
and what is the question?
How do I call the data out of the function ?
Thank you David and V.Squad: https://youtu.be/6qLyzJbCJUY
Follow me on Instagram: https://www.instagram.com/nickuhas
Share This Video: https://youtu.be/XXn4fP3CnJg
In this experiment we used 625L 35% of hydrogen peroxide, which is 3X our last attempt, 245 more liters than Mark and Science Bob’s attempt and 15 times more than Science Bob’s 2018...
tbh, I`m not exactly sure what you're asking..
India.xaxis()
xaxis() takes 0 positional arguments but 1 was given
just trying to figure out how things work..
This guy came to start shit !!
Was this the correct answer to your question?
<bound method Country.xaxis of <__main__.Country object at 0x000002201C824280>>
even I don't know the answer, I am just trying to mess around with data for practice
that you initialized in the __init__
<bound method Country.xaxis of <__main__.Country object at 0x000002201C1769D0>>
still this
Could you send source code and link to the csv
kaggle dataset on covid data
@hoary inlet is it this file country_wise_latest.csv?
got it
Had to remove the country 1 variable
okay
country = pd.read_csv('country.csv')
country.set_index('country',inplace=True)
def __init__(self,name):
self.name = name
def xaxis(name):
print(country['date'])
def yaxis(name):
print(country['daily_vaccinations'])```
import pandas as pd
class Country():
country = pd.read_csv('./country_vaccinations.csv')
country.set_index('country',inplace=True)
def __init__(self,name):
self.name = name
@classmethod
def xaxis(cls):
print(cls.country['date'])
@classmethod
def yaxis(cls):
print(cls.country['daily_vaccinations'])
sad
RIP
ah nothing right now
i just came to get back into python after a bit of a break
lol
dont do that either
goodbye
@whole bear want to help me test my code?
@tardy blade not really.
ok
@rugged root only if I could talk 😦
@sick pendant good to see your ugly face in VC but you left.
@sick pendant Okay then!
ok
@halcyon flare HEY~
@halcyon flare not much!
Yeah probably idk how it works.
@halcyon flare I have infiltrated the system.
@whole bear Hi man
hey
def __init__(self,name):
self.name = name
country = pd.read_csv('country.csv')
country.set_index('country',inplace=True)
country = country.loc[country.index.str.contains(name)]
def xaxis(name):
print( country['date'])
def yaxis(name):
return country['daily_vaccination']```
I think the country data is not loading the country = country.loc[country.index.str.contains(name)]
any help ??
I want to the country name entered for class to be filtered out from the dataframe
country = country.loc[country.index.str.contains(self.name)]
This line might be the issue
@faint ermine YOU
@faint ermine can you help me out, on the above code ??
@whole bear are you mexican?
I am just speaking about relevant convos in VC. You were talking to me @faint ermine ?
big deal...
@halcyon flare hey dude, I am back from being afk/deafened.
@white turret Hey dude
@hoary inlet hey!
@white turret Just saying Hi, I see you in VC.
any help on the code above ?
Wait really Nix?
so we are gonna ignore me ?
I thought you were from ˈCHilē
@hoary inlet no one cares about ur code.
f right off
@hoary inlet This is the voice chat, but there are help channels above.
chill bro. You lucky I dont have voice verified. I would of gone off on you.
@hoary inlet #❓|how-to-get-help
I want the function to filter out the inputted country
good for you !!
I guess
@faint ermine he just told me to "f off".
He can use the correct channels for receiving help.
country
@halcyon flare @faint ermine he has been working on that program for like 3 weeks.
def __init__(self,name):
self.name = name
country = pd.read_csv('country.csv')
country.set_index('country',inplace=True)
country = country.loc[country.index.str.contains(name)]
def xaxis(name):
print( country['date'])
def yaxis(name):
return country['daily_vaccination']```
@halcyon flare well on my last account in this server.... he had asked me before.
Why did you say this? We're a learning community.
so when I call the xaxis it filters out the country name I entered
+1
@tidal salmon Sorry. @hoary inlet I apologize!
I assume you're getting help with this in the voice channel; otherwise see #❓|how-to-get-help for getting help through text
I can use it to filter in different cells
but when I try in one code it says name not str
yeah
!e ```py
class A:
def init(self):
a = 1
def x(name):
print(name)
def y(self):
print(a)
b = A()
b.x()
b.y()
@faint ermine :x: Your eval job has completed with return code 1.
001 | <__main__.A object at 0x7f286ce10fd0>
002 | Traceback (most recent call last):
003 | File "<string>", line 11, in <module>
004 | File "<string>", line 7, in y
005 | NameError: name 'a' is not defined
I need to nest the def inside class ?
windows lol
!d pathlib
New in version 3.4.
Source code: Lib/pathlib.py
This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which provide purely computational operations without I/O, and concrete paths, which inherit from pure paths but also provide I/O operations.
If you’ve never used this module before or just aren’t sure which class is right for your task, Path is most likely what you need. It instantiates a concrete path for the platform the code is running on.
Pure paths are useful in some special cases; for example:... read more
value = country[country.index.str.contains(self.name)]
yes
it doesn't recognize the newer value assigned to it
!e ```py
from pathlib import Path
p = Path("C:") / "Users" / "jason"
print(p)
@faint ermine :white_check_mark: Your eval job has completed with return code 0.
C:/Users/jason
@slim raft Yes be careful and dont tell them its for school.. its actually quite easy to be banned on this server.
!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.
!e print("test\ntest")
@faint ermine :white_check_mark: Your eval job has completed with return code 0.
001 | test
002 | test
I dont mind pdf's
Whats the issue?
I am not sure what I did wrong? I am completely new to the server. I have been in other community servers so i understand.
in public servers.. yes.
Lol @faint ermine mentioned that too.
Just wait till i get my voice verified.
he told me "f off"
seriously?
Okay next TOPIC!!
.topic
Damn hemlock still in vc? Nice
Not still
what is that food called?
Oh ok lel
Looks good
Damn
Käsespätzle
Im going to have trouble buying that in the frozen section of Walmart ain't I
aye
the type of noodles almost has to be self-made
but then again, its not hard
500g fine flour, 8 eggs, maybe a small bit of cold water and salt
easy there bud
H2O is the best lol
Offtopic :Have you seen the vaping commercials
Normally i see them on youtube
yes
The anti vape commercials
can i post links?
Monsters and special effects might scare you. But nothing is as scary as the facts: If you vape nicotine, you could be inhaling toxic metals like nickel and lead into your lungs.
Find out more:
https://therealcost.betobaccofree.hhs.gov/vapes
Follow The Real Cost:
Instagram: https://www.instagram.com/therealcost/
Facebook: http://www.Facebook...
This ad is wild^
That is so interesting
what do you use for password management again>
I use Norton
cheep 2 year for 39$ for security,password manage,VPN ect
Downside i swear they log your data
same here I used it for 2 days and was like well this was a waste of money...
I learned though
Whats important
got it because i didnt trust my college and roommates
@neat seal
I was a freshman in college and im not one to trust new faces instantly.
Im 2 years in now
I made friends and am having a good time.
We are off campus now thx to good old covid and have been healthy because of it
oh hey
I found it now
thx bro it helps alot
I am new to this
nothing much
having a problem with one of python project
yes pls
can I send the file here
!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.
I AM BACK!!
now can you check
YEAH
yes
This is not my project
I am having problem running it
Is not working properly
sure
How did you make that cool logo
If you want I can give you the api to try
no
I am trying to use it
I am still learning python
is counting all the number as invalid
oh ok
ok
yes
yes
and dumbie college kids that are stupid like me 😄
yes it's international
But my number's are only usa num bers
to validate numbers
no
It's for the people who does sms marketing
so how can I make it simple
The thing is I am still learning python that's why I am having hard time understanding it
yes
yes
how can I learn that
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.
me as a college student took me 4 weeks D:
and how many hours shouild I spend daily
To be fair i was in 5 classes so true
I am a visual learner
so the video will be good for me
oh
I can put 5 hours a day
so what's your major in collage
laundmo off topic do you have experience with linear algebra topic reduced echelon?
involves matrices
what is that sounds very complex
well matrices are not too complex its just algebra
they are fun till college...
its like a puzzle of problems you have to find to get the numbers in a certain order.
If you have will power to get a degree yes.
@faint ermine see you bro nice to meet you
highschool is where it all starts though at least in america keeping your grades high enough to standout. Go to a community college to find your interest if you already have an idea and are hooked on it go to a university.
What do you think is it waste of time
College is the min requirement to get 6 figures with a useful degree.
a 4 year program bachelors*
how about 2 years
non of that associate degree nonsense
I have heard they are useless
In all honesty its all about theory
I learned how to code in highschool.
oh
I learned some amazing theory in college that just blew my mind away the complexity of some of these programs and what they can do,
which major is good computer science or It or Is
CISC computer science
is a basic that is popular right now
has a very high demand but is difficult.
you want to check out LinkedIn look for jobs involving computer information or computer science
oh ok I will take a look at that
if your in highschool or looking for colleges go to guidance offices if you have one ask how do i get started what are the requirements.
Alot of teenagers dont have this information growing up specially in poverty filled areas where education is not in their culture.
everything is closed because or corona
but we have online class
College is pretty low quality right now not going to lie because of it but after covid things should pick back up
My classes are all online.
I was on campus and felt the decrease in quality of education instantly.
when i left and went online^^^
agree
k bro nice meeting you
nice meeting you
I have to go now
good luck learning 😄
see you
thank you
self thaught programmers are the greatest right ? !
@warm axle
help me
i have plenty of work for you
haha
yes
your team
ill show
i'm in whatever the project is hahahah
i'm not anymore hahahaha
Any Artificial Intelligence lovers ?
well
it's just my passion and my work
but I am going to change something
probably go to godot game engine
because I don't think i'm smart enough
thanks
HEYYYYYYYY 😉 you sexy goons in the VC right now 🙂
I am slick
NAH
Heyy @warm axle
@warm axle doing well. your voice is really sexy and so how are you doing?
I dropped out of college yeaterday
YES
Thank you!
@halcyon flare I have to be on here for 3 days. I meet all requirements
But I am not in hurry for the mods to hear my voice
I cant stop laughing right now.
ahhahhahahaha
buity what did u did so i can avoid it
hahahahahaha god took him the soul of his acc not even the admins
Idk what you are talking about?
nothing ahahahah
@warm axle good morning dude!
me no
hahahahah
nah first name is Bilal.
he is here with us ?
hahaha i did not know it was a common name.
Everyone I haave known from Morocco are class acts and very good people.
but me i didn't sleep yet
You guys Muslim too?
our pleasure ahaha
i am but not %
100*
we were born muslims hahahaha
we just got the vaccines yesterday
chouf tv hahahahhahahahahahahaha
is the most incredibly cringe news
don'tttt
don't give them viewsss
haahhahahahaha bread is on all our meals
2kg
culture
You guys actually eat a full size bread a day?
3 breads a day
ahhahahahaha no
our metabolisme kills calories
hahahah we drink tea with it
it doesn't effect us at all
hamza u fuc*ed up by saying shouf tv ahhahahahaha
nooooooo
it's not
stop hahahahahahahhahahahahahahahhahahahahahahahhaha
look at hespress
HESPRESS
is great hahaha
we have camels
i am next to a girafe right now
desert
hahahahahahahha
i'm laughing so hard hahahahahahhaah
@halcyon flare search for (chefchaoune)
we called it the blue city
north afrika
ahahahhahaha nooo
yeah
U should come and visit u are all welcome
here we have 1k/1.5k per day
welcome friends
no travels between states
hey
we are 30m people here hahah the US is *10
yeah men us the last year was sick hahhaha protesters and shit
everything is good in ur university ?
yeah Capitalism broo
he will
surely
vaccines now are available
the economic situation is worse
only china who got advantage by 1.5% in 2020
it's hard to travel now
@halcyon flare which state u are ?
hahahahaha
it's not enough actually
no it's 15/hr
biden said it
really
jak hey ?
what
i was working for 21$/day and it's more than enough for a young guy like me
600$/month is great here
i didn't hear u ??
oh yeah 107k/year
ohh good luck
men
hahahah hamza imagine 190k per year doing what u love coding
there's rich people
who have billions
akhanouch
also chaabi
and sefrioui
akhanouch net worth now is 5billion dollars
and because it'ss the morning
ahahahah
hahaha me too
usually at night u have to go offline
now i have 38m
mp
i pay for 120mb
wait until i get access to talk ahhahah
i will give u all the info u need
hahahaha they study abt the arabic culture
in 1977 morocco declared the USA as a country
jhahahahah the first one
yeah hahahah people fail because they didn't know who was the president of usa on the ww1
Obama?
Winston
he is also the 28th president of the US
smouhat akhay
Most of the people on this server are Trump supporters (from what I understand)
he ruled it 1913-1921
hahhahahaha i guess not
okey so to be clear trump said we have to fight islam the first he get to the president selection
hahahah
but he said happy ramadan last year
hahahahahah
hypocrite
we are python supporters
and we talk python language
before he got banned from the white house hahahahah he did get the most valuable present from our king
lot of idiots o the whole world
not only US
hamza dnt start men i didn't even slept yet
hahaha
USA!!! USA!!! USA!!!
BUITY!!! BUITY!!!
3/4hr is so bad for ur health
the WHO recommend 7hr/day
hahahahahah i slept on every chance i get on school / bus / train men i'm a panda
but at home i don't slee^p
see u bro
I wish i had my mic
USA Usa come
we can all get into a VC?
ONE DAY I WILL BE VOICE VERIFIED.
ONLY 2 MORE DAYS TO GO AND I CAN SPEAK WITH @rugged root
AND @warm axle @edgy holly AND @halcyon flare
@warm axle yes.. yes it will be good to hear my sexy voice.
@somber heath Hi man
@somber heath okay sir!
@somber heath have a good nay
day
night
hello
hi
@somber heath , any doubt?
@elder field Pardon?
Doubt about what?
doubt in coding
I don't have any questions about coding at this time. The channel I'm in is for social conversation.
ohh, ok then continue
Which is the purpose I am in it for.
@tall latch Vinyl?
This probably won't work. If it does, a monkey's uncle am I.
🐒
I thought the bot would zap that.
@craggy token Chat here when you're in voice.
Ok
Soo any GUI framework in python guys!
use c++ for cp
U play in LoL?
Pygame...
M all ready using tkinter m making a project with it a login system with a database then the main app xD
But i fell like I can't do anything i want
Tbh i can make it dynamic with my own skills
Ok
Flask, Django.
Aaaah yeah flask and Django
Yeah yeah get it
But i think if i go and learn js and use electron js that's will be better with desktop apps!
Or i should go ahead and learn c++!
PyQT5 for GUI building, and PyInstaller to package the application.
PyQT5 allows you to use the QTDesigner (https://doc.qt.io/qt-5/qtdesigner-manual.html), which is a drag-and-drop GUI builder. Then use pyuic5 (https://manpages.debian.org/testing/pyqt5-dev-tools/pyuic5.1.en.html) to convert the output of QTDesigner to Python code, and PyInstaller (https://www.pyinstaller.org/) to package your application into a single executable file with no external dependencies (.app, .exe, etc.).
yo guys
anyone got an idea of how do i use jupyter notebook?
im trying to use it for matplotlib
@stoic cloud hello, still don't have the 50 msgs
so yeah, what are you up to?
ooh cool
nice, do you have like a working example or is it still in the early stages?
I'm just learning python, like more advanced but still not very expert or so
metaclasses, decorators etc
HAHAHA NICE
so if lives == 0, and then reset the lives right?
sure
btw I'm just spamming msgs to get to 50
so for how long have you been coding?
yeah nice
You interested in building games etc?
sure so like a side project
gotcha
Lets go
you mind sharing your code, like screen share?
unfortunate
I was sure you can go live, I've seen people live in here I think but have no idea how
perhaps a while back
just be active and answer questions, I think. Positive and helpful attitude
I'm like looking into networking (hacking you might say), databases and electronics using rasp pi and other stuff
yeah yeah
Null byte
Yeah already know him
I have like so so many channels that I'm subbed to and watch videos here and there
knowledge is slowly but surely building up
true, so now I'm just learning concepts using very easy examples from videos etc
and then I try to create like my own ways of using them
yeah I got my friend into python as well, he didnt like c++ but wanted to get into programming. So I recommended python
I'm also planning to learn C++ or C
also the thing is, I'm pretty sure that those are more like high mid level languages. So for example for ML they might be beneficial but am not sure.
and yeah not yet 50
words
also perhaps java
I haven't decide on my next language
I'm 16
you?
C++ is a compile language I've read so it's prob very useful with a high end lang like python
and yeah Jakub, yours?
Guys is it illegal to write in other languages than english to the text channels?
err its not illegal but its advised not to
Oh okay thx
I mean, I'm not sure what you mean with illegal
You certainly won't be prosecuted under it by civil law
If you mean does it violate the server rules, rule 4 says please speak english to the best of your abilities since this is an english-speaking server
that should answer your question
This took a while to make, so if you'd like to Sub/Like or even rewatch the vid maybe, I'd appreciate that. Also, as you can probably tell I spent some time improving my editing, and yes, I still plan to keep improving my edits from this point as well, so you can expect future edits to be much better than this as time goes on. I have a discord...
dumb child thinks he can delete messages and hide the fact that he is making a ransome ware
Conflicting orders is what caused HAL 9000 to go on a murderous rampage
@vale oar
@hoary inlet
I wrote a code if you could take a look and had any suggestions to shorten it
country.set_index('country',inplace=True)
class County():
def __init__(self,name):
self.name = name
def xaxis(self):
return country.loc[country.index.str.contains(self.name)]['date']
def yaxis(self):
return country.loc[country.index.str.contains(self.name)]['daily_vaccinations']
def chart(self):
plt.figure(figsize=(20,6))
sb.barplot(country.loc[country.index.str.contains(self.name)]['date'],country.loc[country.index.str.contains(self.name)]['daily_vaccinations'])```
I'm not too familiar with pandas as seaborn. I'm actually in the process of learning more of it right now. I'm a django guy mostly
sry mna
no worries
since you are on voice can you explain django to me
picked up the vaccine dataset
and tried to plot chart by country names
from kaggle
why not set this to a variable
country.loc[country.index.str.contains(self.name)]
set it as a global ?
uh
what is this precisely?
country.loc[country.index.str.contains(self.name)]
is it a country name?
what does it return
I can't talk english well
a list, I'm guessing
also, luna, why don't you go voice-verify
then you'll be able to speak in vc
zafer, check this channel's description
so, luna, what does it return
is it a list?
give me a minute
OK
When one is lit af, but instead of choosing to be super hype they just relax and vibe off the energy.
whatever variable I set it to under it returns variable is not defined
netflix and chill
can you show me your code where you're doing that
o nice
btw how long does it take for someone to write a code like this ?
I am trying to get an idea of where I stand ?
country = pd.read_csv('country.csv')
country.set_index('country',inplace=True)
class County():
def __init__(self,name):
self.name = name
self.myvar = country.loc[country.index.str.contains(self.name)]
def xaxis(self):
return self.myvar['date']
def yaxis(self):
return self.myvar['daily_vaccinations']
def chart(self):
plt.figure(figsize=(20,6))
sb.barplot(self.myvar]['date'],self.myvar['daily_vaccinations'])
I am going to throw myself off the bridge
nah I got the code
o nice
you add a new attribute to the class
one defined based on the other attribute, and the globals
mind, I haven't actually tried this out
all it should do is be equal to
country.loc[country.index.str.contains(self.name)]
so you don't have that long thing all over the place
okay got it
obviously replace myvar with something more meaningful
mhm
btw it is required to add self. in case of defining it under init ?
yeah, if you wanna call it in other functions in the same class
the only way you can do that is by inheriting from __init__
so you set attributes in __init__ then let other functions inherit the attributes
@dull sedge you can't speak 'cuz you're not voice verified
please don't constantly join and leave
Thanks, I was killing myself last night over this code and today I removed all the variables and it worked and now this
btw how do I shorten the date stamps on axis
huh?
let me show you
what code are you using to print that?
aargh it doesn't show the date
the one you sent above or mine
country.set_index('country',inplace=True)
class County():
def __init__(self,name):
self.name = name
self.myvar = country.loc[country.index.str.contains(self.name)]
def xaxis(self):
return self.myvar['date']
def yaxis(self):
return self.myvar['daily_vaccinations']
def chart(self):
plt.figure(figsize=(20,6))
sb.barplot(self.myvar['date'],self.myvar['daily_vaccinations'])```
it's yours lol
did you check if it works?
yes, I ran it just now
gr8
rename myvar to something which actually says what it means, for starters; the longer you leave it, the more you'll have to rewrite
😅
dn
dn?
changed it
country_name
not a great net speed environment
anyway, you're printing self.country_name['date'] on the x axis
yes
change that and you'll change what it displays
yeah, but that will change the dates from the dataframe too, right ??
I am selecting the dates column for it to select the dates, but what If I want it to show days instead of the date, so I have to create a new column for that ?
well, do you have the days info somewhere?
nope
yeah
Honestly, I don't know. I've never used pandas and it's 00:24 am, so I can't be bothered to go and find out now
but this sounds like something you can figure out yourself
it's alright
thanks for the help !!
Umm hey, just a curiosity :)
just did a quick search for messages from you, sorted by oldest first
anyway I think I'll be off
see y'all later
alligators
Well I almost thought you cared now my world view is at ruins
;)
How do I join back voice chat ?
click it lol
Haha
Hmmm
Let me start by burning your life - I'm not a big fan of python but I see it's shine in prototyping and testing
...wow
@whole bear The duration is two weeks regardless of what the bot dm says
http://pythontutor.com/visualize.html
https://repl.it/languages/python3
https://colab.research.google.com
https://www.hackerrank.com/domains/python
Hello guys
I am server muted
don't know why
when ever i join any voice channel it says you are supressed
yes i have a microphone connected
ohh ok ok
that suggestion was for me??
Texas case offers baseless mix of allegations of electoral fraud but cites the imaginary kingdom of Gondor as evidence
Yow!
Python's Google Summer of Code Page
OMG IT FINALLY HAPPENED! QUICK BROWN FOX JUMPS OVER THE LAZY DOG https://t.co/8Fx4OAG8oP
2767
7997
@jagged trail here
@gentle flint there?
no, there
over where?
right there
Up.
underwear?
no, down
bad boy
why the hell there so much buzz about no code platforms 
people using them should be punished under law ... so that they dont waste their time
@somber heath @gentle flint sup?
hmm
Kookaburra call (Two Laughing Kookaburra Laughing)
Filmed in Mudgeeraba, Gold Coast, Queensland, Australia
Hey i know this is Python discord but still can you help ? i am having some problems deploying my project on Github
nvm
clip
@somber heath hey mate
Uuhg?
Is it for me?
verbose
oh
huh
have to taken corona vaccine or not?
hey guys im new to this server would anyone tell me how to start learning python cause im curious to learn but have no idea about any programming language in brief
@edgy ravine Sure. :)
I don't think it's that readily available in the usa
@edgy ravine This Discord server is great for learning. Youtube is another.
thank u
yea
@edgy ravine Corey Schafer and sentdex.
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Ta.
Man in india we already gave 3 million vaccine to the people and is going on
thanks a lot so how do i start is python easy cause i literally have no idea about programming im very new to this
@edgy ravine There is always the internal python documentation via the help function, either invoked by itself as help() or by giving it an object. e.g. help("Hello")
@edgy ravine Also the documentation at python.org.
ok
if u dont mind it would be great if u would like to have a one on one vc with me that would be very helpfull
@somber heath
interesting
here we go again
If you want i can talk on behave of you
k deepak can u come vc personal with me tat would be great @lunar pendant
i sent u request
But i can't give you any advice on python because i didn't anything about it
and i am not sure how i ended up in this server
ohh k even u r new here
lol
yaa
@edgy ravine if you wanna ask a question, just ask it
how do i
no need to go DMing people
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
^ same
k thanks a lot @somber heath i would definetely do that
like generators lol
@edgy ravine I do use python sometimes in competitive programming when i have to use big integers stuff
ohh it means u know some programming @lunar pendant
yaa iam more of a ds and algo guy
Hi guys
ohh kkk
Can somebody help me with requests after you done with @gentle flint
def fetcher(limit=50):
session = requests.Session()
# initially no pages have been fetched yet
page = 0
# and therefore no results
num_results = 0
# it is not yet known how many pages are available through pagination
# so set it to 1 for now so we execute the first pass
# we'll then use the first request headers to get the actual number
num_pages = 1
while page <= num_pages:
r_fpdb = session.get("https://api.flightplandatabase.com/search/plans", params={"fromICAO":"EHAM", "toICAO":"KJFK", "page": page, "limit": 100}, auth=HTTPBasicAuth(APIKEY, None))
num_pages = int(r_fpdb.headers['X-Page-Count'])
for e in r_fpdb.json():
yield e
num_results += 1
if num_results == limit:
# Break the inner loop...
break
else:
page += 1
# Continue if the inner loop wasn't broken.
continue
# Inner loop was broken, break the outer.
break
print(page+1)
okay that would be great!
can u come dm and tell me how did u start learning intially btw i have sent u friend request that would be very helpfull
i tried noone is answering
Just started with some basics of c++ and then started solving problems on various websites to develop my problem solving skills
this is what i did
because i mostly do cp
and c++ is the best language for cp
cp?
no what i mean is chatting here is not good ig maybe we should dm eachother
ok
but that's pretty much all
that i could tell you
I'd probably start out by learning the basics of some sort of lang then trying to work on some sort of project you want.
competitive programming
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. Contestants are referred to as sport programmers. Competitive programming is recognized and supported by several multinational software and Internet companies, such as Google an...
o
you have a cf profile?
yaa i do but i kidda stop doing giving contest there because i lose ratings
why? lol
and i am doing cp for just last 3 months
i started python in 2nd half of Sep
Because at that time i didn't know much about many data structures and algo
now i am practicing reguarly
to get back in shape
@whole bear If you want then this are my profile on some cp websites
Do you have codeforces?
yes
Do you know how to find someones data through stackoverflow?
I have a guy i need to contact
or github
nah
i need help with his library
@whole bear do you do cp?
import requests
urls = ['http://localhost/', 'http://127.0.0.1/']
def my_generator(result):
yield None
def func():
results = [requests.get(url) for url in urls]
results = [each for each in results if each.ok]
for result in results:
yield result, my_generator(result)```
for some reason this name sounds like "cat salami" to me
https://it.wikipedia.org/wiki/Salame_Felino
Il salame Felino è un salame prodotto storicamente nella cittadina di Felino (da cui il nome) e in alcuni comuni limitrofi, come Sala Baganza e Langhirano, tutti in provincia di Parma. Avendo ottenuto la certificazione europea di "Indicazione Geografica Protetta", questo salume è tutelato da contraffazioni.
Feline salami, so to speak
yeah sometimes
same
im a noob
me too bro
thats pretty neat
brb
hello everyone
@whole bear Are you going to participate in google hashcode 2021?
oh
mix eggs with time -> big bang universe
master chef ( fill your country name)
master chef romania
master bucatar roman
Romania Team Represent
ty
bb...s-ish.
wow
@rugged root @faint ermine u guys gonna stay there or gonna drag me in there?
@candid venture its a staff meeting.
https://blackarch.org/blackarch-install.html @gentle flint
How to install Blackarch on hard drive or virtualbox
@rugged root can i get video perms? i need help from verbose
hi
#memes
Ceapa ma-tii
there isnt one @candid venture
hi
yeah, sure
give it a go
Something Went Wrong, Try Again Later!
give it a go
https://manjaro.org/downloads/official/kde/ @candid venture
Manjaro kde built-in interface to easily access and install themes, widgets, etc. While very user-friendly and certainly flashy.
there you go big boy
no u can't that's why you're asking here
:C
Yeah, I messed that up 😄
I use mac. Completely locked into the ecosystem. I'm pretty sure apple owns my soul by this point 
F
DownloadMoreRAM.com - CloudRAM 2.0
Downloading RAM


🪟s







