#voice-chat-text-0
1 messages Β· Page 623 of 1
How is going
Ok
I'm working on game
π
programming
programming for life
i'm making it
using turtle module
i made a star using turtle module
What about u
Js pretty cool
Why is everyone muted in #genral ?
Still, whatβs the point in being in a vc muted?
!subscribe
the point is to understand what other programmers do and know about programming alright and also not to talk and listen to them @sinful timber

Ok
Soka
I think it's because there was that whole period when edgy comedy was all-the-rage, and it filtered down
Apparently there's a reason for the Florida man phenomenom
@somber night Using beautiful_soup for web scrapping?
It's due to freedom of information laws in Florida, or something.
i see
i see
I created a covid-19-tracker website using web scrapping and flask
Well u watched clever_programmer video right Skylar
highschool young? wait till they realise theres middle schoolers xD
Human computer interaction?
Oh yeah, some phones have a lidar sensor now @fossil pond
Wikipedia: Humanβcomputer interaction studies the design and use of computer technology, focused on the interfaces between people and computers. Researchers in the field of HCI observe the ways in which humans interact with computers and design technologies that let humans interact with computers in novel ways.
IKEA virtual furniture
pretty cool
Yeah
hbu
Someone's fire alarm need its batteries changing π
It's usually the square shaped battery, forgot what it's called.
9 volt?
wrong person pinged
@spare spear Wow super-human like me
my superpower is that my reflect is like flash
cat fight
Like a wild cat? or domestic?
did u take bets atleast
I won't say my thing is a superpower
A demon!
It's something I developed out of trauma so, no bueno
oh ok
oh
i see
Sorry that you went through that Kittenji
@spare spearMine I developed my reflect like to be super fast
Oh, no worries, I'm fine now
yeah but i need to develop my observation skills so i can be like sherlock holmes
also i need to learn mind palace for remembering stuff really fast
@stuck furnace you mean those batteries with snap connectors?
You're so softly spoken
I heard that Argentinians have the most unique spanish accent?
Yo, I'm British π
But I'm too shy to talk over the mic π
"Why Stephen⦠Why?"
TRUE CRIME Loser - https://www.youtube.com/c/TRUECRIMELoser
Narrator - https://www.youtube.com/user/kizzume
Yeah my dad moved down to London from the North of England to London and had to learn to speak RP
Recieved pronunciation
You sound pretty clear to me @spare spear
Although a lot of second-language English speakers learn from people who speak English as a second language themselves.
I kind of like the Boston accent, it's unique @abstract pasture
I perfected pronunciation a bit by listening to people talk in online videogames
Accents are definitely becoming the same in England @abstract pasture
It used to be every city had it's own distinctive accent
Now it's more like north/south
It used to be every city had it's own distinctive accent
@stuck furnace Here in portugal it's pretty much like that. Every city has their own accent
coupon
water
Yeah it's called "mockney" π
Wotah
Posh people trying to sound more common
I find I start randomly speaking the accents of the people around me without noticing. It's weird
git 'r done
Say "beer can" with an english accent.
You sound like a Jamaican saying bacon
Yeah, it's like a hint of australian
That was weird
what the heck
Read #announcements
It was a web-hook
yeah
That was accidentally posted 3 years ago π
i was here
Raid + someone found a webhook somewhere public made in 2017 and used it to spam #bot-commands
"startup culture" π
He's building Skynet. I knew it
It was a webhook posted in a dev channel for demo puposes that later went public
You had to dig back tens of throusands of messages to find it
Also.. you cannot disable everyone pings from webhooks
so it's the perfect trolling tool
!e print("hello world")
You are not allowed to use that command here. Please use the #bot-commands channel instead.
It's an unfortunate result of being such a popular server.
Only with HTML for google sites
Oh right, most importantly keep it simple to start with.
Any Vim users in the chat? π
yes, vim too!
I love vim.
It's honestly not that bad, once you've been using it for a while.
aight guys imma head out
Peace bro
@fossil pond night!
Alright gtg
Peace bro
Cya π
free hong kong
mc.ganer.xyz
is your IP address static?, cause if I restarted my modem it changes the IP address.
^ automatically
I have static if I restart my modem I get the same IP unless I use certain methods to change it.
well that sucks
Grey Hack is a massively multiplayer hacking simulator game.You're a hacker with full freedom to act as you wish on a vast network of procedurally generated computers.File Explorer, Terminal and Text Editor are some of the programs that will be available from the start of the ...
$14.99
486
Python art https://imgur.com/gallery/OJaqKvR
Animated random walk in three of five dimensions https://imgur.com/gallery/NMeAt6h
@graceful grail is that a good game for a beginner
"AttributeError: ResultSet object has no attribute 'find'. You're probably treating a list of elements like a single element. Did you call find_all() when you meant to call find()?"
I'm trying to simply print the "text" of find_all().
it works when i remove .get_text()
copy
import requests
from bs4 import BeautifulSoup
URL = "https://www11.9anime.to/watch/the-rising-of-the-shield-hero-2nd-season.rpqm/yqv13nx"
headers = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 " \
"Safari/537.36 "}
page = requests.get(URL, headers=headers)
soup = BeautifulSoup(page.content, 'html.parser')
entire = soup.find(class_='film-list')
names = entire.find_all(class_='name')
#print(names[2])
print(names.find(class_='name').get_text())
Does it give u an error?
yes
what error?
I got it fixed hehehe
have a question
Ye?
I'm a noob to python most likely i can't answer
But that help discord helped me
So... I make a hastebin with the user face
The thing is that it is fiped dont know why
Howdy
@bronze shoal Your from NYC?
wow, i love that place
HI
opal's work
I spy my work. π
A work of art!
idk why im getting disconnected from vc
happens in every server
:/
@somber heath What!
anyone can help me with learning how to make discord bots using python?
anyone can help me with learning how to make discord bots using python?
@whole bear rewrite?
@whole bear #discord-bots
but you should learn python fundamentals first to make progress fast
i know the basics of python @dry dock
some of the bot frameworks use some more advanced features
i haven't used them myself, but the discord.py channel might be able to help you get started
hmm
I think there was also a framework someone in this server was developing that also provided a control panel, but it uses django to do the control panel. Django is definitely is easier if you're familiar with some of the advanced features of python.
anybody wΔ±th algorΔ±tms and data structure
@low bridge Were you the one making the combined django / discord.py abstraction layer?
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
can u wright the site
it does
it links it to you already
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.
Also, the built in help function is useful.
code def multiply(a, b):
a * b code
hello
And you can get interactive help by just doing help()
Yeah, I have to ride the documentation when I'm working with the socket module in python.
I've had success using the Twisted framework for network stuff in python.
i don't know what problem
There's this one course I found so useful when learning Python @somber heath
It's by a guy called Peter Norvig: https://www.udacity.com/course/design-of-computer-programs--cs212
Welcome @manic valley
Hmm, I don't think there's much overlap between computer security and data science.
I suppose they use data science in law enforcement, for analysing crime patterns and such.
There's an excellent free course on probability from MIT, but it's tough going:
@void hare
this shit's driving me nuts
I'd like to think we're friendlier than the linux community π @manic valley
Which can be a bit coarse at times.
linux community has nice people, but some are toxic, it happens everywhere
any community has a toxic side in someway
I suppose
in actual linux communities, like discords, most of them are friendly, it's just that linux etilists will out themselves more outside of their community than non etilists, if that makes sense
oops
@stuck furnace yeah it does appear that you guys are friendlier than that. I'm still scratching the surface so first impressions are two thumbs way up.
π
ahh i missed live stream
Just working more or less
You are going to get 1k watch haha
I'm fine with that
The new twitch is here
Ha
what are you streaming today @whole bear
oh
@restive marsh Let's go into PM and I'll talk with you there
i love the streams you guys do
really i enjoy all of them
but i miss eivl stream only once i joined
I might stream tomorrow as well
@restive marsh On second thought, we can talk in General
Should be around 4-5pm Paris time, probs some kotlin related stuff so I won't get stabbed by gdude
@restive marsh Send a message to ModMail and they will try to sort it
Nope
ahh
It is with you forever
@restive marsh You might also need to contact Discord directly.
until you become god/mod and remove them
You could also live with it haha
hehe but it doesnt look good
That's an everyone mute, wasn't it?
i really wnt to have clear profile
If that can make you feel better, I have two infractions from the bot haha
Haha 
π
which ide are u using Scott?
ohk, never heard of it π
i use pycharm and sublime
@whole bear hows it better than the existing ones?
i only use vsc
selam
I just joined the call. What exaclty are you making?
mine is 16.04, if i update my network driver will be messed up , sad
what u prefer @whole bear windows or ubuntu
what's ur plans with this? just a fun project or do u have any disruptive ideas?
ubuntu
@whole bear bro can i ask you question don't ban me
@whole bear bro can i ask you question don't ban me
i'd recommend u look into defi, scott. great project
wrong person then
how long are u in python scott, and how did you start learning
@whole bear I just started learning Python. Share me some things I should mind while learning this language.
i just finished one bootcamp on udemy, now am starting deep dives, will be fun π
Best way to learn Flask/Django?
Is @whole bear a popular identity, that I don't know about?
docs, udemy, and making websites @minor nexus
@whole bear What do you think the safest way to use credentials like a password/username/tolken in a python code?
first html, css... and tutorials.. that'll do alpha
Thanks!
Using
@whole bear Guess my avatar, its related to Python
pytorch/ haha
Example being a automated script to log into a website, post or retrieve data without intervention
how did you start learning python @whole bear
Hashicorp Vault
@whole bear What is the best ide for python?
i like sublime and pycharm
@whole bear What are things to be known for data scientist
Wow joined vc to just mute their mic
how did you start learning python @whole bear
Thank you sir
same question i get
@whole bear bro which is best for hacking kali linux or linux?
@thorny epoch Arch
@thorny epoch kali linux is a linux distribution
yeah
how much old ?
What was the original intention of this Q/A? I saw a bunch of people asking questions and joined π
@whole bear What are things to be known for data scientist
@whole bear
@whole bear what languages do you know?
at what age did you start python?
at what age did you start python?
@cerulean moth Same ques
why everyone pinging scott
@whole bear so no low level
i wnt to go in ai field but i dont wnt to study much currently i am studying in class 12th
just relax
how can i go in ai field
or just read a lot
have a job?
before that?
freelance? nice
so without degree i can go into ai field
at what age did you start python?
@cerulean moth Please answer this.
do anybody knows server owner
little scottty left
Whats the ideal age to stat learning python?
13-14
I am 16
is 16 late?
ok so what all i have to know to get started with ai
is 43 late learning python ?
age is not a problem
43 is not
i suppose u r self taught, scott?
@whole bear have you ever reversed engineered any games
best free resources for intermediate level python ?
what language did you use for that
@whole bear which college?
@whole bear What is hardware and software and how software makes hardware useful to work
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
^useful
software are the programs you write
What's up?
what do you do for work? ethical hacking, freelancing, etc.
what is embedded system ?
so for how long u r coding?
@gilded minnow what is the answer, scott gave
Is this a Q&A?
how did you find your job?
I am struggling to understand what is OOP, could you please explain in short?
python since 2008 @cerulean moth
@whole bear what is embedded system in computer science?
I am struggling to understand what is OOP, could you please explain in short?
@pliant pier it is a big topic
here 6 π first lang
how;'s freelance work
Thank you @cerulean moth
when u felt that u should go into computer field
@whole bear How can i get into security job using python skills get a job in secuirty
i have completed a python bootcamp but i still think i literally know nothing (google alot, can't sometimes solve problems) , is this for everyone
@whole bear How old are you?
@whole bear old
what kind of capabilities do you think one would need with python in order to get into freelancing?
ROBLOX
yea i just muted him
@whole bear Also how u think when it comes to security problem errors
what kind of capabilities do you think one would need with python in order to get into freelancing?
@viscid heath automation, web dev etc
why is this guy telling his life story
devs can't secure
is he a world famous dev?
@neon wharf please mute yourself buddy
@neon wharf mute please
@neon wharf mute yourself
(learning python) would you recommend the doing the ccna course, if I don't go deep into security or network automation? * ever needed advanced networking knowledge while working on python projects?
absolutely scott
i totally agree
yeah company requires some rules , yeah u have to listen to them right
thats crazy
r u a h4xx0r?
@whole bear how u think when it comes to security problem errors
trolls in vc tf?
yes
in general
@whole bear How to start career in ethical hacking ???
@whole bear How to start career in ethical hacking ......
@surreal fiber just start learning tbh
linux, scripting, networks
certs, labs etc
what would you recommend learning after finishing the automate the boring stuff in python course?
@surreal fiber well he just finished telling how he got into ethical hacking
i have one more question what u think an intermediate python programmer should know
ever tried comp coding @whole bear ?
to call himself an intermediate programmer
and how do u guys find the zero days? do u go on deepweb and monitor the forums? scott
@whole bear is cross site request forgery done by using html??
OWASP Cheat Sheets
@frosty veldt please mute yourself
some trolls on the vc
also, check out tryhackme.com @whole bear
@whole bear favorite languages other than py?
no, it's a ctf kinda site
Desyre just doing stuff
yea yea i know haha
they have good content, you'd be an asset.
ever tried comp coding? and how do u guys find the zero days? do u go on deepweb and monitor the forums? scott
competetive
i have one more question what u think an intermediate python programmer should know
it teaches u alot tho, optimal code etc..
Intermediate is relative to what you're focusing on to be fair
does regular website can prevent any bad intentional script attack?
@neon wharf plz mute your mike
how did you discovered this server
i had no idea
lol
lmao
it aoutomatically connected
Is there a difference in ddos and dos? Or just some people call it different
π
if you know what're using, @whole bear ddos's can push through cloudflare though its deff not practical and just dumb
interesting ... but cloudflare masks the ip doesnt it?
flask or django which one u like most? @whole bear
not gonna go into it but yeah in a way
How do you get python for free on iOS? Can you pirate it?
what about api calls? people can see that through packet sniffing yeah?
@tacit bloom depends on the encryption.. no?
@whole bear sorry for asking a stupid question but who are you and why are there so many people in the voice chat? I am not being a jerk, I actually don't know who are you.
@tacit bloom
whats the difference between rest api and regular one
@gentle jasper He is the master of progammers
ok tnx
Damn what do you work if you don't mind me asking and how many years have you been in this field?
can someone recommend a website for py3 exercises ? (apart from hackerrank)
leetcode, codeforces
Do you work something cybersec related or?
u should check out tryhackme.com if ur info cybersec ghost
i saw u ask it above somewhere
How did you get started in this field?
What project of yours are you most proud of?
most common mistake you see people making when going over code ?
Tryhackme sounds sus
it sounds.. yea but u can google
it's a capture the flag kinda thing, but they teach u stuff
John Hammond's big on tryhackme im p sure they're a safe site
@whole bear Have u been to dark web?
Probably
What about deep web
is this an AMA?
Can you give some good intermediate projects?
nononononononononononono lol
pls
HELLO SCOTT!
Can you give some good intermediate projects?
@somber night tictactoe
Not game related, sorry.
most common mistake you see people making when going over other's code ?
Games are super boring.
Is this a big Q&A?
Ye, i was thinking of that, but I already seen the tutorial. I cheated π¦
sad
@somber night make a website using flask
make a covid-19-tracker using postman api @somber night
@whole bear What project of yours are you most proud of?
Haha, I don't know what api is lmao.
Just name a couple
I hear the word a lot too.
how much time does it take to master python ? I started two days ago ! I am fast learner
@whole bear Have u done socket programming?
@whole bear Can you explain API?
are there any parts of py you want explore but haven't gotten to ? @whole bear
cya catch you later
@whole bear what project are you working on now?
Api = commutation between softwares @somber night
Ohhh, thanks.
What book u read?
nice
@whole bear we are having a podcast
taint analysis - Bitcoin
there's a tool in kali linux
@whole bear Have u ever worked with yt api
preferred py editor ? @whole bear
What song u like?
LOL
@whole bear can you recommend any podcast/YouTubers
What domain do you like the most ?
Yes
Tech with tim?
what kind of computer are you on rn?
speaking of which ^ , do you listen to music / podcasts while you work ? or is it usually just silent
I listened to all of them and I am patreon @whole bear
Maersk
Jack rhysider (not sure if i spelled him right) is a legend.
maltego can do the taint analysis he was talking about, on all blockchains
@whole bear What is "The Killer Project" ?
maltego is a tool, for linux
what kind of computer are you on?
open source
do you listen to music / podcasts while you work ? or is it usually just silence
What is your website?
ever have an office job? or self-employed your entire time
See you guys !
You*
Scott King specializes in network administration as well as Python and web development
oop
How old are you?
Have you used python for any hacking purposes?
Have you ever used functional languages like haskell or scala?; or functional paradigm in python?
oh is this a q and a or something
Do you ever use comp-sci specific IRCs ?
thought everyone was just chlling in vc sorry lol
taskhive is an interesting one, can u explain?
do you offer much guidence for new people starting out with python?
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Damn bro u talked so fast just now
@whole bear Floks are gathering you info for social engineering π
@glass marten Killer is a program designed to protect user privacy (and safety) in hostile physical environments, such as journalists in certain countries. The project's README has more details. (I'm a former developer, so figured I'd chime in)
do you know the main areas of programming security that python is used in?
@glass marten Killer is a program designed to protect user privacy (and safety) in hostile physical environments, such as journalists in certain countries. The project's README has more details. (I'm a former developer, so figured I'd chime in)
@calm sage that's a really cool project
hope it's ok if other also join and add a pull req?
Have you use python for networking?
What non beginner courses/resources would you recommend for cybersec?
Networks
OWASP Cheat Sheets
Website with the collection of all the cheat sheets of the project.
what would you recommend for beginners trying to get into cybersec
Have you heard of zSecurity? It's kind of a script kiddie courses but I think it's decent @manic valley
β’ How is OPP used in day to day programming?
Have people gotten gov jobs by hacking into there websites and stuff. Like illegally. But end up with a job. Or is that just movies
@whole bear what do you think about antivirus softwares. WinDefender is getting pretty good in detecting malware....still easy to bypass.
β’ How is OPP used in day to day programming?
@whole bear OOP***
preferred VPN service ?
What vpn would you recommend?
The third-party doctrine is a United States legal doctrine that holds that people who voluntarily give information to third partiesβsuch as banks, phone companies, internet service providers (ISPs), and e-mail serversβhave "no reasonable expectation of privacy." A lack of priv...
do you guys know any malware, ransomeware or virus links
do you guys know any malware, ransomeware or virus links
Is it possible to program your own VPN Network when you have a own server?
Is it possible to program your own VPN Network when you have a own server?
does vpn prevent us from isp getting our data?
5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious/inappropriate or be for graded coursework/exams.
!warn @onyx flare Violation of Rule 5. Do not ask about this again.
:incoming_envelope: :ok_hand: applied warning to @onyx flare.
is it an community event?
xd
Bitdefender is offering me a password manager, is it safe to keep all my passwords there or can it be hacked?
When do you know when you're no longer a beginner in python
Bitwarden, KeePass
how u can define an clean written code....like what aspects make a normal code a clean code?
Thank you Scott! π
PEP8
conventions made for the language. pep8 is very well defined
PEP8
@whole bear what is pep8?
!pep 8
is 256bit security good enough?
@subtle orchid its a style guide
oh
it an antivirus really worth it coz i've seen backdoors that can't be detected by antiviruses
Should I have an antivirus in linux?
what is the most begginer friendly freelancing website?
Upwork?
When do you know when you're no longer a beginner in python
could u answer this one
What do you think about Upwork?
I might have an answer
eivil's got this one
its when you start to struggle with what you write instead of how to write something
@gentle jasper No I hadn't thanks for pointing me in that direction are there any other beginning suggestions that might help me consistently continue to move deeper into cybersec?
if I want to learn a new library then should i read the official documentation or something from another party as the official documentation is really hard to understand
nothing wrong with your accent @subtle orchid
We're just askimg questions and listening
what do u do?
what are the most important phyton skills u should focuss besides begginer stuff....which can actually help u in your freelancing journey?
Im sorry if its a big noob question: What is the best way to practice python coding? I can't code yet but I want to practice it with little projects
people always argue that flask is better than django or the other way but honestly does it matter? I mean when should I use flask or when to use django?
@whole bear are there any good exe obfuscators to protect python code aside from upx and pyarmor
flask and django are different approches
flask gives you flexibility, but you have to write evertying yourself
django is batteries included like scott says
I'm here because Scot answering questions. So I'm learning.
Scot is really helpful
can I use codewars for practicing?
sure, codewars and all those sites are nice tools
they make you do active learning
which is a great thing
Any suggestions for new people who want to become programmers for students in hs
And what about freecodecamp, is it good as codewars?
yeah so is there any git page where u can find projects
!projects there are some suggestions for projects here
Kindling Projects
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
real life projects
Can you name some examples.
Where to so start with Linux based systems? There are plenty of them. Let's say I learned how to work in Ubuntu, does it mean I know how to deal with every other distro?
Any suggestions for new people who want to become programmers for students in hs
does it help to repeatedly follow python programming exercises done by yters moving through books like a byte of python and think like a computer scientist and just essentially treat it like practicing martial arts ie zen like repetition?
practicing martial arts for programming is called active learning
thats what you need to implement @manic valley
Constant practice definitely helps you be a better programmer
i never knew phyton has its role in field of artificial intelligence....my question is how much role phyton play in field of Artificial Intelligence?
What do you think about Corey Schafer?
about 50% the other 50% is math
Is it better to dual boot your pc or use virtual machine to learn linux for beginners?
How do I avoid silly mistakes while coding in python? I always miss by a couple of marks to get 100 in school :p
Constant practice definitely helps you be a better programmer
@calm sage most people only use constants in the beginning of their code when it comes to py
Scott, I have a small question
Any tips for hs students looking to become a developer?
Or learn coding to be exact
@whole bear this guys is speaking @whole bear
I'm trying to make a website with CSS than learn JS
and html of course ^
Do I need to be good in math for programming ?
@pliant tartan you probably misunderstood "constant practice"
@whole bear oh
for sure did
first thing that came in mind was constants
lol
english is not my first lang, mb
@whole bear i think it depends what you are gonna do
umm lets say ML
oh okay thanks
^^^^^
can i just ask a question for everyone which is how do people feel about various languages
This is also a pretty decent JS tutorial imo https://javascript.info/
Yeah I cant watch videos either, the only positive thing is that they can show it visually
I watch their youtube videos for python
wtf is going on in general rn?
Just finished their python beginner too
An Q&A
Hello, friend
I will also learn the python basics via Videos and enhance it through practice on codewars I guess
How to get out the tutorial loop? I keep watching the tutorial and when I'm actually doing it on my own. I'm lost lmao.
Im currently developing a web app in flask, its like a stock management stuff. but im using html and css, so should I change to some real frontend server like react or continue with html and css
https://www.youtube.com/watch?v=Z1Yd7upQsXY I am learning with his tutorial
Learn Python programming with this Python tutorial for beginners!
Tips:
- Here is the playlist of this series: https://goo.gl/eVauVX
- If you want to learn faster than I talk, Iβd recommend 1.25x or 1.5x speed :)
- Check the outline in the comment section below if you want...
I think we should go back to asking questions in the chat
It's definitely personal preference for this sort of stuff
great teacher
And just to chuck it out there, this is a good resource to know about for anything web dev https://developer.mozilla.org/en-US/docs/Learn
Im in high school nd i'm planning to study physics in college, but i also love programming.
Is there specific skill that i could learn in python, like ML, OOP etc. So that i can use programming in the field of physics.
@whole bear What is logical thinking in ur view?
Im currently developing a web app in flask, its like a stock management stuff. but im using html and css, so should I change to some real frontend server like react or continue with html and css
html,css is completely fine for frontend
if u wanna go advances then i prefer learning js
for frontend u actually need to know html,css,js to get a decent job as a font-end-developer
oh okay thanks! cause ive heard that html and css arent much scalable like react/vue
sure! thanks
there are a few of those sites, adobes version is very well made
is web scrapping illegal?
web scrapping is not illegal
!tempmute 747856755463159909 3d being obnoxious in a voice channel
:incoming_envelope: :ok_hand: applied mute to @whole bear until 2020-09-08 18:57 (2 days and 23 hours).
automatic is illegal
@whole bear what is the best browser in your opinion?
Ask him about brave.
haha i like that
best thing i found was brave ngl
Isn't it the fastest one?
firefox
Brave told me they make it on purpose o:
What is tcp
The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol (IP). Therefore, the entire suite is commonly referred to as TCP/IP. TCP prov...
Okay let me put the question in other words. What browser do you use?
;(
Why do you seem so popular?
What does scott means?
Nice. Same.
Do webdriver and beautifulsoup do the same thing?
it works
when will you do your next zelda stream in the server?
Because he was in Mr. Robot and Twilight
@whole bear really?
@somber night no only for selenium i guess
@whole bear Wait if it doesn't then what's the difference?
How can stop making silly errors in my school test in python ? :p
scott u got featured in multiple tv series?
But you are experienced ^^
scott is a meme now
poeple misleading....
scott simulator 2020 wen
What is with the meme crying in python?
The wha?

lol
Some people had posted a meme which says "When you cry in python" or something
What is the best library to use for webscraping?
bs4
okay ty
fall guys was best thing about 2020!
Joker movie was killer
Unknown User
endgame trash?
If your name Michael it'd be Michael Scott which would be fantastic !
come on
What subreddits would you recommend? @whole bear
/r/netsec /r/blueteamsec /r/redteamsec /r/sysadmin
in endgame thanos was from 2014 that why he was like dumb
/r/privacy
Do you use VIM?
lol cool
/r/pihole
Scott are u gonna join mi6?
@gentle jasper pins in #community-meta
@rigid nest ur mic is a bit low
@rigid nest look at ctypes
Where u from?
thx
other than that its a bit hit or miss
ok
cython is a good system for interfacing with C and C++
lemon ok

Lemon please give me a job

What programming language did u start with?
Do learning data structures and algos really help after getting past the interview?
what programming language* u gonna end with?
no idea?
safe
What age u gonna stop programming?
108
Hahah
The world's ending soon, anyway. So it's probably still going to be Python.
yeah
prod code is often messier π
I bet a couple of years only remain
Hi, Opal.
Skylar.
hey
who is the oldest programmer in the world?
bob
I was in the call early this morning
...
Yes, Skylar, I recall.
Ye, im just saying sup
mhm
So just focusing in one language ^^
@somber night You're not Skylar from Breaking Bad are you?
Wow. A lot of people here today.
@stuck furnace Today is black friday
Maybe it's because everyone got pinged yesterday π
Lmao that's crazy, how did you find out?
that why
But... it's Saturday?
hahahaha 12 years
"You must have -3 years experience of SQL."
"minimum"
you must have 96 years of kotlin experience
You don't have 12 years experience in Windows Server 2016? LOL
any tips for a high school student who wants to be a good programmer scott?
"the successful candidate will have been on the programming team for kubernetes"
and be a literal unicorn π¦
Is web devolpment and web scraping the same?
no
web scrapping is related to web development in some ways
web dev isnt too similar to web scraping
I saw a job post the other day. π
It required 4+ years of experience in FastAPI. π€¦
I couldn't apply as I only have 1.5+ years of experience since I created that thing. π
Maybe it's time to re-evaluate that "years of experience = skill level". β»
45639
179346
good for getting ideas on how to combat web scraping tho
lmao
web dev is making the website and web scraping is taking info from the website, right?
pretty much right
Is there a career for web scraping?
not really
web scrapping is a tool i guess
but even then, not really
damn
should I host my website in my raspberry pi or buy a digital ocean?
What is your niche?
Thank you Scott, was nice listening to you!
Thanks Scott.
It was a nice talk, Scott
whish my school teacher were like you :/
Cya
see ya Scott
cya
College = we dont care, you just have to pass the exams
Literally, can't say it any better.
school is much worse tbh
Not going to lie, I think HS is very very important.
it is
Literally determines whether you go to college for free
Felt that.
Your final exams are determined on what you learned throughout the year. And that depends on how good your teacher was. Which determines whether you go to college for free or not.
yeah agree
but the thing is my teacher once said me im dumb cause I didnt answer a question (it was chemistry tho) but jokes on her I am an IMO bronze.
I mean how can you say someone is dumb if they cant answer a question ?
thats the problem with high school
π¦
she's the dean :/
It's my senior year. So if I do something like that, id have to suck it with my recommendations π¦
but that did hurt me
I mean I wasn't able to answer a single question
so you cant call me like dumb
:/
yeah you're actually right
mhm
?
Bro, a teacher can't say your dumb. Immediate report to the board of ed
Get her fired
@whole bear report her don't matter how long you got left, she will just carry on doing the same stuff till someone says something
Yeah i gotto do something
@cold thunder you made oopsie
Welcome to SoloLearn
Run your code online for free!
school
Ye i am
dam son thats cool
Lmao ikr
yeah man , i'm starting discord.py aswell
AYEEE that's who im watching rn
Ok
Do u know how to keep a bot online at all times?
ty
hello
aa i need help
@shell dome
well, look. now I have a string. and I want to return only an upper letter in the string. for example: "Hello" => "HelLo"
index. i got a question in code wars and. i have to return always a letter upper index. like:
"Hello"
"hEllo"
and keeps going to hellO
π tysm
string = input("Enter the string: ")
for i in range(len(string)):
print(string.replace(string[i], string[i].upper()))
string = input("Enter the string: ")
listOfStrings = []
for i in range(len(string)):
newString = string.replace(string[i], string[i].upper())
print(newString)
listOfStrings.append(newString)
print(listOfStrings)
