#voice-chat-text-0
1 messages ยท Page 236 of 1
Python tutorial for beginners full course
#python #tutorial #beginners
โญ๏ธTime Stampsโญ๏ธ
#1 (00:00:00)โ Python tutorial for beginners ๐
#2 (00:05:57โ) variables โ
#3 (00;17;38โ) multiple assignment ๐
#4 (00:20:27โ) string methods ใฐ๏ธ
#5 (00:25:13โ) type cast ๐ฑ
#6 (00:30:14โ) user input โจ๏ธ
#7 (00:36:50โ) math functions ๐งฎ
#8 (00:40:58...
Hey @somber heath ๐
good morning.
Hey Cy
Have a good Christmas Mindful?
Yeah, my kids were sick so we had to miss a family dinner, but it was pretty good otherwise.
damn, yeah my girls are getting sick too 
only cause stepmom & step brother, never told me his kids, and my little sister was sick....
Yikes, that would do it.
hate when people don't tell you those things, really annoying.
Indeed. My kids are good about wearing masks when sick, but I know it's really hard for others
the whole mask thing, stopped here. you find 2-3 people in public at most wearing one.
Yeah, here it's still fairly common, but probably only 30% of people
yeah, it's switched to optional at this point. don't see any signs on restaurant doors or windows or anything anymore.
We still have a few restricted places. Hospitals and doctor's offices requires a mask which is great.
those are about the only places here that require them.
Ours aren't doing that.
even before covid, i agree.
I've had it 3 times, last time i thought it was it for me.
but ๐๐ฝ
I've had it once and it was like a cold for me. I have all my vaccinations though.
yeah, haven't got mine, when my oldest was born me and the mrs got it, and i almost lost them both.
our oldest was born @ 31 weeks and had multiple issues in the first I'd say 3 months.
Happy New Year!
Bye @earnest crag
Back
@tender nest ๐
Hi
@somber heath
?
last_name = "lovelace"
full_name = f"{first_name} {last_name}"
print(full_name)```
how come the brackets for the 3rd line r now different?
!fstring
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.
just style or does it affect anythin?
ah legend
๐
last_name = "lovelace"
full_name = f"{first_name} {last_name}"
print(f"Hello, {full_name.title()}!")
first_name = "ada"
last_name = "lovelace"
full_name = f"{first_name} {last_name}"
print(full_name.title())
Ada Lovelace```
y would u bother w the 1st one when the 2nd one takes less faff?
Calls work in f-strings but it's often more readable to assign a variable to the call/return then put the variable in the f-string.
so its better to write the 1st way instead of the 2nd?
def func():
return ...
a = func()
f'{a}'
#vs
f'{func()}'```Minimal example
full = f'{first} {last}'.title()```Could be one way to write it.
touch ๐
Is it a combination tape dispenser and bong?
thought it was a bong 2
no.......
ok so in the back it has a tank with water
and there is a pump
that sends water
into the cylinder
Have you ever wondered how much time you spend on LoL ? An average player has spent 832 hours on League of Legends and 8.468.557 players took the test. And you ?
and the is a plc simens on a the wall between the tank and pump and all that
@regal nebula u runnin a vm fella
Please don't use the r word.
Trying to set up a local AD lab on my m2 rn
using UTM emulation but its slow
Heres DC
y not vb?
m2 mac and virtual box wont emulate the amd architecture
theres no arm versions of windows server unfortunately
hi
ey up
hi
do you guys know how to install alpine in wsl2?
gettin scran in a bit lads
UTM
but like ik parallels is expensive as fuck
its like QEMU but for Mac
@steep reef ๐
hello
but the windows is still paid tho
nope just installed vagrant images and I was good
180 day trial with 3 rearms
lol
I just need something on disk so I dont leak anything
but I might just wait till my libram server comes
@round quarry ๐
"TheRealQuantibilityOfficial"
xXx...xXx
@echo garden your audio is bleeding
@wind raptor i know sorry guys
@ember meadow ๐
๐
A video... the craft crashes into my lady at some point
@regal nebula please don't say the r word on the server
afternoon
Discord for work?
Ah. Networking makes sense, yea.
Bored mind needs work to do.
Happy new year to australia, nz, indonesia, malaysia and singapore ๐
@faint raven
@signal gust
wass good
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i just need the messages lol
ive got like 20
any python things you guys are working on?
HAPPY NEW YEAR!
not yet fo me lmao
@real silo ๐
!voice ๐
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@woven pasture ๐
o hi
.
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
rip
@clear stream ๐
Hi :D
!voice ๐
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
XD
@foggy dirge ๐
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Use the better VS Code discord presence.
Does anyone use c++ here?
I just wanted to know. :D
Hello
Hello everyone ๐ค new here
Iโm new to Python and programming, so I bet you guys are pretty experienced in this field, what advice would u guys give to a person like me who knows little no Python or programming
Welcome!
@floral flicker ๐
Why are both of you not in the VC itself? XD
hello
You need to install pip.
how ?
This might help:
https://www.geeksforgeeks.org/how-to-install-pip-on-windows/
hi guys
@whole bear ๐
!voice ๐
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
ik
i did
this is bs
onh
yeah yeah
oh
ohhhhh
that makes way more sense
i am not patient
yeah
i gtg
cya
happy new years
Happy new years @somber heath !
How to learn python with no coding experience
YouTuber, Corey Schafer, Playlist for Python Beginners
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
But Itโs 6 years old
I have 3 months of free time do you think it will be worth investing in it
!voice ๐
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
how can i open mice
@whole bear do you have any idea about microsoft store app error's?
out of topic python
sorry for ping
ah I don't have 50 messages in here
do you have any experience with google firestore?
here 1 sec
I need a MySQL database but I'm not sure if I'm doing it correctly
I'm running a Minecraft Plugin that uses google firestore to store data for it
well it's not my plugin and I'm quite bad at coding :/
alr thank you for helping
@opaque tusk ๐
hello guys
2024
am new python developer, now am doing python crash course book
any advise
@whole bear , @somber heath
ready for all of theat
that
good
this is my second book i didn't any real course anywhere in udemy or others just books
is it good reading books when learning programming languages
this is my idle
vs code
as am beginner do I need to switch it to other friendly idle's
or is it ok
yeah, what is like to be a python developer
what are the challenges
is it necessary
A poignant, persistent sense of inadequacy.
I mean the goal to set
how long have you been coding
I didn't set any real goal till now
just learning it
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Hello!
Hi
what day is 11th may eve
10th may
i think
because
i.e
christmas day
is 25
and christmas eve
is 24
literally nothing
i have no idea
no
i asked myself
@wind raptor
why minecraft font
the lightning bolt means I'm running with sudo
Playing this -> https://www.youtube.com/watch?v=__hzPH3tcvA
Unveil mysteries behind the fragments of the past
Divided since the dawn of time, the Peoples of the Tower no longer speak to each other. But it is said that one day, a Traveler will find the wisdom to break down the walls and rest...
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Hi
how come?
why ru crazy
oh lol
goose hoes?
yeah
goose-shoes
@teal vector
whatsup?
ok
1 sec
ok im back
you can tell the story i dont have anything better to do
See you later guys.
Bye Bro
oh see u
oh sorry I didn't mean to enter the VC
@desert vector Help
@whole bear stop using voice changer or grow up idk if you're 3 years old but it sounds like it
whats the issue
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!tvmute 598607835047133193 2w You didn't turn off your voice changer when I asked you to.
:incoming_envelope: :ok_hand: applied voice mute to @whole bear until <t:1705341911:f> (14 days).
furryahh boy ๐
Yep.
Nope.
lol
thx for your work , but what the point ?
cleanliness is next to godliness
do i get cam perms?
How do you make your python program read emojis?
@lavish rover :white_check_mark: Your 3.12 eval job has completed with return code 0.
True
apparently not, guess it's why its called emojis not smileys
Yes but when data transfering it
I have a youtube discord bot
when reading this header:
๐ฆ๐ฑ/๐ฎ๐ช #STS S9 -Shqipet Dublinit (Music Video) | Pressplay
It cannot play the song, because of the 2 flags
because it cannot read it
what do you mean by "cannot read it", give a particular error message or something
a python error message
its run on a linux
hi
how are you?
@somber heath can you help me with one thing?
i am confused which auth strategy to use
kk, its ok
i was implementing auth in a api
@hazy depot
!rule 5
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
thats literally me
@echo garden We can hear you.
hello
hi
i was in here b4 on another acc
hihi
!voice ๐
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
ohhhh i see that makes sense
forgot passwd and coldent get back in
usally discord is really good about that
but not for me lol
anyone know how to set up smtp on debian with a tls cert to connect to goole outlook etc
well i do have a question for anyone in the vc. i made a lil app for text to video. (not monetized) was wondering if anyone wanted to try and give thoughts? takes like 30s to generate
can generate up to 5/10 mins in under 30s
yea i couldnt get it to send a password change link
@somber heath your a grand wizard tech man help me set up smtp
Im using the mic to speak to google translate while being on the VC I hope Iโm not unmuted in the vc while I do that ๐ฅถ
@obsidian dragon @whole bear u guys should try it. would love feedback
dont know just wouldnt send
Thank u for confirming that opal:)
its ok tho i was able to hook the same phone # up for this acc just a knew email
i have it hosted on a digital ocean droplet vps rn
yeah ai, i made a thingy for it
want it over dms or here?
dont send out to anyone tho
cant hold lots of traffic
lollll
its good with stories
well thats for python3 we cant even get a damon like postfix to send emails at all we have all the right routing for the mail server done with clouflare but smtp dosent work at all on the back end ethier way
v4
its a ipv4 addr
@grizzled ruin ๐
ye what gpu do you have on the backend?
hello @somber heath
nothing crazy, i use lots of api calls/endpoints
ah safer tho i reckon
@stable geyser ๐
yeah, well and some have super good prices esp for lil projects
afternoon
yoyo
Hello.
@whole bear no not client
just setting up email for debian using mailutils
i cant even get postfix to work
its for me to send kinds more profesinal emails from my domain name instead of using 3rd party like gmail and outlook
im going to wait till i have voice perms make it easier
trust me i have tried everything with smtp and it still wont work
there is no code
its just a off topic question but im asking in here so people in vc can see
its just the basics config file mx and txt route for SPF
ita a problem with postfix config or cloudflare not routing properly but we have it all set up right
i will fr give you access to the backend just so you can look lol
@lusty veldt chatgpt has huge context now - you should learn how to work with it well
esp gpt4
hahaha yea that may be the case but the cut off for gpt give in acurate data to the version of postfix we are using we even told it what version of debian and postfix but still being stupid
sometimes its better to know the right questions to ask then all he awnsers with chatgpt
and even by this structure i follow with prompting gpt still didnt help i have been to stackover flow f&q on sites arch linux wiki and more been doing this over the past 5 days and it still wont work
i know its probably something incredibly stupid and small that i am failing to configure right
damn
chatgpt helps me so much
i use it for 50% of my work now
its insanely good
idk why ppl hate haha
Is there any python package for crypto payment system that will work with Django rest framework?
thats a hard one lol
@whole bear wyd for work if you dont mind me asking?
ah
bet your project managers run crazxy lol
LOL
amazon does
i hate iyt
it*
yes
you
have
yep amazon dosent own anything not even there own servers
lego i want u to roast my project ๐ @whole bear
its all contracted with third party things
WPF?
i hate WPF
i would rather make a gui in python3 then WPF
linux on top always even our package lines at amazon use linux for sensor and time data
@rugged root
Which?
i have the code - but im moreso looking for feedback in the experience/how it works/the content it makes
i have it hosted on a vps @rugged root
acer all day baby
i can link
what provider do you use?
digital ocean
ye
@rugged root http://www.makealmostanythingbeta.cloud - make something lol
also 13tails did it work?
yea it did
What are your thoughts on it
its good its base right now once you have some css style to the page and set up user accounts it will sell
awesome thx!! yeah i am working on core functionality - soon it will be polished ๐
ok @rugged root
coo
l
@whole bear I FOUND THE PROBLEM
@whole bear it cloudflare not properly routing the data
yea when you have it set up with cloudflare you have to use cloudflares emailing services lol @whole bear
do JetBrains themselves have a discord server?
@whole bear Check the #voice-verification channel
ok bro
si
i need help in a C# code
It's about Project Payroll Managemt System
anyone?
i cant stream nor speak
what's the question?
(it might also be better to ask it it C# server)
\t is not a perfect thing for tables
then how to fix the alignment for Post?
it's only pushing towards next vertical alignment (in multiples of 4 often)
pre-calculate necessary widths
im a visual; learner
wdym by that?
like what do i do exactly?
cuz my brain aint braining
@vocal basin
i just added another \t in CWL
@tulip bobcat
!kindling
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.
get the maximal width
pad everything else to be as long as that (by adding spaces)
doesnt work
how are you using PadRight in the code?
> the most enviromentally friendly game
what, Factorio?
pad name not post
the problem rn is that widths of names aren't the same
therefore post starts at different positions
@rugged root lmk if u wanna try the site - i added u
would love any feedback/criticism
I can give both of those
awesome ๐
employeeName[i].PadRight(15) or however long names you allow
(then you can change 15 to maxWidth (pre-calcd to be employeeName.Max()) or something similar)
@rugged root iirc nitro allows 200 servers
im confused
100 without
and btw
i just realised
my professor said that if he sees something out of his curriculum then he'll cancel the project
you can manually pad the string, if you've been taught concatenation
basically + on strings
and string length
!e
raw = "example"
char = "."
target_length = 15
print(raw + char * (target_length - len(raw))) # manual ljust
print(raw.ljust(target_length, char))
@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | example........
002 | example........
interesting

@mr.hemlock we were wondering if this emoji has any relation with openbsd's mascot ?
some people are too into disney
disney adults are scary
i heard they arent great to work for though
I think it's just related to the borb meme about round birds
ljust + left justify?
dude jobs expect the loyalty on our side with none on theirs
bro just have a probationary period
just two ways of doing the same thing
i would love a open bsd emoji tbh
first doesn't involve a correct built-in solution, second does
but first deals with "simpler" concepts, i.e. those that are more likely to be in the curriculum
but im still confused about my alignment
!e
from random import randint
columns = [["a" * randint(1, 15) for _ in range(15)] for _ in range(3)]
widths = [max(map(len, column)) for column in columns]
for row in zip(*columns):
print(" | ".join(cell.ljust(width) for (cell, width) in zip(row, widths)))
@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | aaaaaaaa | aaaaaaaaa | aaaaaaaaaaaaa
002 | aaa | aaaaaaaaaaaaaa | aaaaaaaaaaaaa
003 | aaaaaa | aaaaaaaaa | aaaaaaaaaaaaa
004 | aaaaaaaaaaa | aaaaaaa | aaaaaaaaa
005 | aaaaaaaaaaaaa | aa | aaaaaaaaaa
006 | aaaaaaaaaaa | aaaaaaaaaaaaaa | aaaaaaaaa
007 | aaaaaaaaaaaaaaa | aaa | aaaaaaaaaaaaaa
008 | aaaaaaa | a | aaaaaaaaaaaaaaa
009 | aaaaaaaa | aaa | aaaaaaaaaaaaaaa
010 | aaaaaaaa | aaaaaaaaaaa | aa
011 | aaaaaa | aaaaa | aaa
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/37Y2POFIDOT7H4F2RQSLRY6C7A
Not sure what that is
another gaslighting-as-a-service?
was i unmuted the whole time
You were, but we didn't hear that
hear what ๐ณ
unmutedness
it is a platform like chatbot
This is the slow time of year
Never say that to an accounting firm
imagine the tax service getting an AI assistant
it's going to be so cursed
It'll be more helpful than you think
For sure
I know that our folks have been having portions of the webinars dedicated to talking about the fintech sector looking into it
So people are getting prepared for it
(as, like, "just screw GPT into it and hope it works" type of assistant)
wouldn't be surprised if Russian Moscowian government decides to go for it because why not
I wouldn't be surprised if that's what it is for now
like
why the hell did we have blockchain-based elections
how would it ever matter
who even cared
"why is it against ToS? because there are partnered companies that take money to do the same thing"
like Turing or whatever they're called
Yep
middleman on top of middleman
Not saying it's great that they have that
Just saying it wouldn't be something we'd assist with here
Not sure what they'd do if they caught you, either
There is a way to flush socket buffer ?
I'm a full-stack web dev with 3.5 YOE. I've been working with React/Next, Node, MongoDB tech stack deployed on Cloudflare Hosting Platform. Here's my plan for 2024:
- Get certified in AWS
- Learn Relational DBs
- Specialize in Backend
- Then explore DevOps
it took me some time to recognise what YOE stands for
(it should probably be YoE because `of' is a preposition)
i was going to type EOE but then i remembered it starts with Y
Ears of experience
I hear that
my plan for 2024:
- survive (optional)
"at this point, why not apply to work for linkedin itself?"
Oh
Shit
I didn't write down the mileage for one of my delivery days
And I don't know the route. Just gonna wing it...
I hate doing that
oh, wow, people remembering the dev part in devops
C# feels like a bit of a weird requirement... Is this the new full-stack?
integration with existing libraries maybe
I guess?
Python does both always, in some sense
like
the value-reference comparison concept isn't applicable
Immutable will always be value, mutable will always be reference
or, in case of "devops", just stuffing stuff into docker
and knowing how to build C# instead of
It kind of is
str is mutable
+= on strings is optimised when there's only one reference
!e
s = "a" * 131517
print(id(s))
for _ in range(16):
s += "a"
print(id(s))
@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 94523139622576
002 | 139978458718224
003 | 94523139622576
004 | 94523139754144
005 | 94523139885728
006 | 94523139622576
007 | 94523139754160
008 | 94523139622576
009 | 94523139754160
010 | 94523139622576
011 | 94523139754160
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/ISD5QL7UCJJR2XKDDREXILKY74
I don't remember how to trigger it
!e
def main():
s = "5" * 111
for _ in range(10):
s += "1"
for _ in range(10):
print(id(s))
s += "1"
main()
@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 139839792024544
002 | 139839792024192
003 | 139839792024192
004 | 139839792024192
005 | 139839792024192
006 | 139839792024192
007 | 139839792024192
008 | 139839792024192
009 | 139839792024192
010 | 139839792024192
@rugged root this
yes, str technically is mutable
but it only influences performance and id
there's already been this same discussion here at least a couple of times
Python does not have a strict differentiation of by-value vs by-reference
Python always deals with values
C backend for Python always deals with references (pointers)
the differentiation is implicit and is in how specific attributes (methods included) work
str is an example where notion of "immutability" is formally wrong but "logically" correct
and in languages that do have pass-by-reference, those references may be mutable
(specifically the pass-immutable-type-by-mutable-reference thing)
@willow gate do you know how to play antichess?
what's that
What are you guys talking about?
nope
Important people in computer and programming history
Ohh cool
you need to lose all your pieces first
if you can take anything, you must take
https://lichess.org/i2j5wbal
Join the challenge or watch the game here.
Sounds..... fun? I'm never sure what all that is
Alan Turing
antichess is the variant that I have lowest rating in
Basically removing the idea of a centralized system or having 1 computer do something
Everyone can do anything they want gender does not matter
It's just the lack of understanding and thinking that there has to be the "Grandfather" of these fields
wait, what's the term for purpose-built curcuits? I forgot
ASIC
Monero is very non-gpuable, iirc
@willow gate I'll stop playing chess for now (I need to work on Rust stuff)
normal chess next time
ok Good luck
the hell did i come back to, all i did was get breakfast 
don't answer that.... i don't wanna know.
javascript was inspired by Java
Need to pick up wife for doc appointment, sorry
evening
Provided to YouTube by CDBaby
Mandelbrot Set ยท Jonathan Coulton
Where Tradition Meets Tomorrow
โ 2004 20 Goto 10, Inc.
Released on: 2004-01-01
Auto-generated by YouTube.
@copper adder @whole bear ๐
hi
Were you not in the voice chat a moment ago?
I wave to people without voice permissions, because they tend to be new and not know that the text chat for the voice chat is here.
In that vein...
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
yoooo
cause i have to go school after 2 days
tf alpine os don't have bin dir
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
how are you guys?
@whole bear ๐
oh it's okay. i had some doubt regarding that
yeah i asked a doubt there but i didn't get a repsonse yet
i did make a help request too but i didn't get a reply there either
yeah maybe
?
?
thankss
im a bit confused
i might make one again
hey what is this about?
hes deafened
not anymore
nvm
lol
@somber heath yooo you sound like my teacher
hes verified
lol
no wayyyy
@somber heath yes ofc the a compliment
@somber heath my mic is shit
hi guys
guys would u rather have 10 cents a sec or 1 cent a nanosec
Hi
1 cent a nano
10 cents
noice
me samrt rigot
btw can anyone suggest me a logo for my social media app?
bout?
Fine-tune a large language model to generate icons. You can only use an LLM and not any other models.
@somber heath can you hear me?
onh i would want 1 cent nanosec bc it is faster than a reg sec obv lol

duck
yo
wsg
call me split
btw
yo @somber heath how are you??
yo
๐ถ
lol
@foggy dirge ๐
Hi bro
sorry i mean to mess up you name
please to take it personally
\๐
@whole bear
^
@floral flicker ๐
not here?
!voice ๐
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@inner hinge ๐
It's less obvious on mobile.
is it?
oh yeahhh
@ penebel?
thats what i here
@whole bear
๐ถ
1192011714103881789
@somber heath ?
๐ญ poor birddddd
what is a bandwith
okay thank you
wow you both sound and talk like my fav sir
๐
^
that did not sound right
\๐ถ
@whole bear so what kind of server are u makeing?
what?
@whole bear okay so helping make one ?
ye
my moms ask where are you guys from?
@somber heath are you from earth?
๐
mm
def power_2(n):
return n ** 2
def sort_list(lis):
lis.sort()
def sort_list_with_key(lis):
lis.sort(key=power_2)
def main():
myList = [10, 2, -4, 1, -6, 9, -1, 4]
sort_list(myList)
print("[] sorted list without Key : {}".format(myList))
sort_list_with_key(myList)
print("[] sorted list with Key : {}".format(myList))
if name == "main":
main()
output :
[] sorted list without Key : [-6, -4, -1, 1, 2, 4, 9, 10]
[] sorted list with Key : [-1, 1, 2, -4, 4, -6, 9, 10]
how the program know (n) how much it! and how he replaced anything he return in list?
wdym?
guys can i ask for reviewing a logo here?
is this logo looking good for a social media app, i though copied instagram logo
looks like
a bit deepfried
wdym by deepfried?
you didn't cook it properly
hmm, i still don't get it
you mean i add rough texture?
why is it soo detailed in the mid
i got that from google
hmm
it's kind of alll over the place
imma use sd for fixing it
@whole bear what i would import is like
you broke the rules once = 10min time out
and so on and so forth
why did i say import
๐
F
@whole bear hmmmm
still don't know how to pronouns your name
verify here ^
Charming.
for sure lol
hello anyone can you tell me if the Python DSA is important for Machine learning and artificial intelligence if yes then how much DSA should I know to start learning ML
@tawny vapor yoooo
hi
@languid storm ๐
sup opal
@signal drift ๐
hello
hi
hi
@somber heath , i'm sorry, but i'm don't speak english very well
me too don't wory about it
What is happening in this call? What are we going to do?
i don't have idea
we arent doing anything specific really
we just chilling
i don't know
Interesting 
just about python?!
not just python i guess
He said other things it
nega?
umm...
lets talk about mr robot movie ?
like how actually he hack the networks?
or somthin else
yeah that's right
i guess he encrypt the all data company with python file right?
It's a pity they don't make such films in Russia...
hello @obsidian dragon
how are you doing
what's up
what are you doing @obsidian dragon
sry..what watching
yeah sure
btw where are you watching
i am gonna open my mic and then watch it
hello
hello
what are you doing
nice, thank you) and you?
i'm programming
which lang
i'm sorry, but i'm don't speak English very well
np
no problem?
which langauge are you using for programming
)
python, and you?
right now i am not coding anything but yeah i use a quite a lot of
hello)
@opal sable hello
Sorry in advance, I'm going to be kind of slammed for a bit
Hey Hemlock
hey
Yo
im not hemlock
You are not my fav swede
shut up yes i am
Hemlock is my fav American
Are you joining Vc today?
Nah that spot is taken by someone else
nah
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Where'd you go?
Driving
why am i not able to open my microphone?
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@lavish rover
std::ifstream file(filepath);
if (!file.is_open()) {
std::cerr << "Error opening file: " << filepath << std::endl;
return -1;
}
content.assign(std::istreambuf_iterator<char>(file),
std::istreambuf_iterator<char>());
This is by far my favorite pair of emojis I've ever inspired
any good recommendations for learning C++? books or blogs?
I think @lavish rover had some good ones, can't remember
freecodecamp
https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb
i've been learning from this channel its pretty good :3
the cpp playlist is pretty detailed and nice
i have recently worked a cool project ..wrapping python and swift together
no youtube pls
i can't learn from youtube.. i need reading material
Helloww
ah for me i like both reading and video material as long as it is well detailed enough and doesn't speed through
maybe i should start with the Head First or for dummies series
@rugged root hey man can you suggest any good source where i can learn more on threading in python ... i am kinda stuck there
Uhhhhhh let me track one down
Feel like I read one a while back
Oh right, it was a Real Python article https://realpython.com/intro-to-python-threading/
Hard to go wrong with them
thx :)
Yep yep!
I'll be honest, haven't really done anything with threading
Really only futzed with async
like i am little confused in threading in python
What's got you tripped up?
aren't they suppose to execute at same time ..if we called them at the same time
ahh

