#voice-chat-text-0
1 messages ยท Page 697 of 1
๐
Worldwide Combos, free and competitive block-stacking game!
who was playng
playing
what is the combos
is to play tetris with more then one person
Curd?
Curative curd.
heyo how do I prevent my companies ads from being botted
because it is charging us a great deal
and my boss asked me to figure out how to fix this
I think Tetris can be therapeutic ๐
๐
Apparently they've used it to treat PTSD.
File a ticket with your ad provider
no hes active
he gotta chill on the weekends
yup
weekends he gotta h a n g
hes already doing full work coding during the week
LET HIM RELAX BOI
our ad provider is google and they're being quite nifty with it
You're doing the what in the what now?
60% of the visits are coming from a computer using windows 7
which just is suspicious
I really tend to overuse comprehensions ๐
it has different ip's and all that
comprehensions are op
but one liner if else statements
feel really unclean
especially if your conditions are complex
Agreed
that is very facts
one line conditions are not it
what do u mean
:))))
The longest comprehension I've written had something like 20 clauses ๐
...ew.
It was actually appropriate for the problem.
and I say that as someone who has a habit of writing slightly excessively long list comprehensions.
i only started using list comprehensions after my friend told me they were faster than using a for loop and appending to a list
and i was like BRUH
kinda lit
It allowed me to essentially flatten the appearance of a load of deeply nested for and ifs.
There's a time and a place. Sometimes they make things cleaner, but a lot of the time it's going to be cleaner to break up the problem.
๐
value = next(
val
for x in xs
if f1(x)
for y in ys
if f2(x, y)
for z in zs
if f3(x, y, z)
...
)
๐
Day 7 AoC spoilers: ||BEHOLD THE LIST COMP FROM HELL rules_dict[fields[0]] = [{re.search("(\d*)\s((\w*\s){2}\w*)", x).group(2):re.search("(\d*)\s((\w*\s){2}\w*)", x).group(1)} if re.search("(\d*)\s((\w*\s){2}\w*)", x) is not None else None for x in fields[1:]||
demote her >:(
hemmy i am about to just put the post into sql i am tired of this
watch that break lmao
haha
flake8 is certainly not happy
who is flake8
flake8 is my preferred linter
brb
๐ sounds interesting
maybe
i want to have more swag as a programmer
is it possible to get girls by programmer
programming
nice
ummm, probably ||cuz i never did||
what?
@hushed elm -_-
background noise
uh oh
kutiekatj regex is still good, the craziest stuff I've ever seen is this ```py
num = 5
print (lambda b: (lambda a, b: a(a, b))(lambda a, b: b*a(a, b-1) if b > 0 else 1,b))(num)
and jag showed me it. Still comes in my nightmares sometimes ๐ฑ
when i tell them that i am an ml engineer
my bad
no
mmmm
NO
i love lambda calc
dont DO THIS
finds the factorial...
also what she said
jag, don't remind me that, its the craziest ugliest, but coolest lambda
i love lambda
try this: ```py
g = (lambda r:r(r))(lambda f:lambda x:[lambda:1,lambda:x*f(f)(x-1)]x and abs(-x) == x)
print(g(3))
please keep sending lambda functions
too much FOR ME
!e
g = (lambda r:r(r))(lambda f:lambda x:[lambda:1,lambda:x*f(f)(x-1)][x and abs(-x) == x]())
print(g(3))
people think it's weird i'm sexually attracted to technology
i do too!
bisk
BISK TALK TO ME
bisc
hello bisk
!e
g = (lambda r:r(r))(lambda f:lambda x:[lambda:1,lambda:x*f(f)(x-1)][x and abs(-x) == x]())
print(g(6))
@wise glade :white_check_mark: Your eval job has completed with return code 0.
720
biskit biscuit COME HERE
nope
you've got to give him a go, his beats are so interesting
he is very underrated in my opinion
bisk u got fans
why i cant talk
voice verification
!e
def sizeof(obj):
return type(obj).__sizeof__(obj)
TUPLE_HEADER = sizeof(())
BYTES_HEADER = sizeof(b'') - 1
PTR_SIZE = sizeof((0,)) - TUPLE_HEADER
INT64_MAX = (1 << 63) - 1
INT32_MAX = (1 << 31) - 1
MAX_SIZE = INT64_MAX if PTR_SIZE == 8 else INT32_MAX
def get_offset(tpl, byts):
offset = id(byts) + BYTES_HEADER
offset -= id(tpl) + TUPLE_HEADER
return offset // PTR_SIZE
def heapgroom(addr):
raw = addr.to_bytes(PTR_SIZE, 'little')
a_t = [0]*64
a_b = [0]*64
for size in range(64):
r, p = [0]*size, b'A' * (size * PTR_SIZE - len(raw))
tpl = a_t[size] = tuple(r)
byt = a_b[size] = raw + p
off = get_offset(tpl, byt)
if len(tpl) <= off < 256:
return tpl, byt, off
def obj(addr):
tpl, byts, offset = heapgroom(addr)
magic = lambda:None
code = bytearray(magic.__code__.co_code)
code[1] = offset
magic.__code__ = magic.__code__.replace(co_code=bytes(code), co_consts=tpl)
return magic()
def struct(*fields):
def pack(*args):
out = b''
for item, size in zip(args, fields):
out += item.to_bytes(size, 'little')
return out + b'\x00' * (sum(fields) - len(out))
return pack
mem_obj = struct(*[PTR_SIZE]*7)
def getmem(start=0, size=MAX_SIZE, cache={}):
fakemem = cache.get((start, size)) or mem_obj(
1,
id(bytearray),
size,
0, start, start, 0
)
cache[(start, size)] = fakemem
return obj(id(fakemem) + BYTES_HEADER)
x = (0,)
x_idx1 = getmem(id(x)+ 3 * PTR_SIZE, PTR_SIZE)
x_idx1[:] = id(x).to_bytes(PTR_SIZE, 'little')
print(x)
``` from [#esoteric-python](/guild/267624335836053506/channel/470884583684964352/)
@sick cloud :white_check_mark: Your eval job has completed with return code 0.
((...),)
leave and re-join
i am so glad i found this discord over this summer
petition for bisk to get water
i never was able to find fellow programmers except for at courses and stuff
ill give bisc water
anyway dude i need some guy to teach me some coding
i'll teach you moe
youtube tut's sucks
ok
all you do is type funny words that do stuff
THIS IS TOO GOOD
trust me
that's what i do for a living; i get paid for just typing random things!
i dont get it
print command and string
thats all i know
moe what does it do
whats the question ?
nothing
what is VA ?
moe failed my teaching
awesome
MR BEAN
i would have taught him sentence tokenization next smh
NLP
you are doing nlp ml full model training
tensorflow
kubernetes
docker
;-;
i write models from scratch
i work as an ml engineer i focus on nlp
yes it is easy just study linear algebra
hmm ok
linear algebra is sooo op
yes full ml
fucc
bro
nlp is very black boxy in some areas, but the places where it is not it isn't too far off other predictive algorithms
._.
;)
(::::::
extra thick eyes
FFFFFF
: )
hey macro
i think it has something to do with my external audio card device
hey DUDEBRO
rip
idk wtf
ultra thick
ultra mega thick
Because chocolate ๐
over thick
DudeBro i can teach you ml if you want j dm me and i'll answer when i'm off work
chocolate eggs they always want
obviously i can't do it now because i am getting paid
thanks for the generous offer, prefer learning off online resources though
:)
of course
well I'm going to hit the pillow now, see u later, stay safe ๐ ๐
:L)
don't mind if the pillow hit me, I'm gonna sleep anyway
report any incidents of "pillow hitting"
thicc
over thick
don't
yes do
incoming
thick pudding
do girls find intelligence attractive
alr
why ??
not artificial intelligence you MLer
bc a girl told me she wants to get into psych and i just started flexing my knowledge of psych bc i've studied it for years and it seems to be going well
11/10 ways
she seems to be digging it
wdym digging ?
or is it ?
hopefully it is she's hot
which girl is hot ?
so, u like into her rn ?
lol
i mean hes trying his best so probably ;)
๐ thanks
why you are thanking me
-_-
yeah i'm into her bc she's hot
how old r u ?
very pog
brb in 5 mins
byeeeee
If you're only into someone because they look a certain way, you're going to encounter a crap ton of miserable relationships
great advice, but i didnt think it was my place to say that @ RegularExpressions
you do you man, be careful though, is all im gonna say
word
i'm back lol
This is coming from someone that's had a lot of experience with insanity and miserable relationships
hey
welcome thick man ๐
boi*
๐
nothing special i guess
@sick cloud we can talk here right
beehivekay streams live on Twitch! Check out their videos, sign up to chat, and join their community.
if u want tooo
ok awesome
accept my thick request
i dont do that very easily
its only for people i know in real life/for a long time
sorry
;-;
-_-
?
? everything is thick rn
awesome
boi*
what does proofreading mean again ?
sometimes u from america, jk
actually, i'm making my words thicker
@sick cloud Proofreading typically involves reading over what you or someone else has written and making sure it's written correctly. Grammar, spelling, syntax, factual, style, format, etc.
They're good or bad ?
just googled it :P, thx though
most of the time, they gud
๐
anyone wanna come to code/help 2 to hear if my mic is working properly?
pls i give big kiss
yess, lets gooooooooooooo
let's goo
@hushed elm nice
@whole bear
I have heard that people from other countries generally hate Turks
@sick cloud ty
@hushed elm its similar
I was happy when you said that
great, u guys are great ty ::
@hushed elm Can I listen ?
Mr Opal the new mic specialist
anyone using the discord web version ?
i do sometimes but not now
Are there any good libraries you can recommend to me? I think I have mastered Python.
numpy
matplotlib
And I want learn some different and exciting libraries
@true nest What field are you interested in, in general?
Gui
Computing or otherwise.
@hushed elm ur voice has deepened a bit, ngl
oh sorry
Computing
niiice i'm glad @sick cloud
and Electronic
Ah, that's the liquorish
liquorish ?
Yep, a lot of teas are sweetened with liquorish root.
And it can be bad for the liver, and interact with medications.
very very interesting
"There are a few pitfalls you can still fall into." Like if a sinkhole opens up under the property with the perfect outline of the house and swallows it up.
Hmm?
how would you make it say game over and then the program ends
import sys
print('game over')
sys.exit()```
hi opal
Literally sys
โค๏ธ
Hello.
how have you been
I have been.
but sys isnt defined
@dark finch Did you import it?
if it doesn't exist you have a problem
oh crap i forgot lmao
lmao
You'll sometimes see people type exit() at a python >>> prompt, and that's fine, there, but for when you're running modules/pre-saved scripts, use sys.exit.
is nt sys mean system
LG 34WN750: - LG.com: https://bit.ly/3ffMJhk
- Amazon.com: https://geni.us/34WN750DevEd
In todayโs episode we are going to take a look at an amazing widescreen monitor thatโs perfect for programmers and developers to find best productivity! The LG 34WN750!
Check out my courses to become a PRO!
https://developedbyed.com/
๐Support me on Patreon ...
One supposes.
ik someone that used an exception on the keyboard interrupt and broke their computer
very silly
they were mapping keys to functions lol
that is where my mind goes after thinking of sys
anyone know about hackerthebox
@stoic ore For the live responsive python console thing, the thing where you have the >>> prompt, using exit() is fine to exit it. When you're running a py file, use sys.exit() to terminate the interpreter.
got ฤฑt
@native nebula You look like you can't swim.
thanks opal
"Elixir rocks" |> String.upcase() |> String.split()```
Get-Process | Stop-Process
i got pycharm pro because i thought it would make me a good programmer but i still don't know how to do it
Console process | Cuddle process
from 1 to 10 how professional are u
what is going on
i work as a machine learning engineer so i am technically a professional
but i just don't know how to make code
๐ฆ
search up some guides on youtube
they just don't work i don't understand print statements
0
i recommend CS Dojo and I forgot his name but I think it's like Code with Mosh
I'm moving my fingers when I type. So everything I code in is automatically dynamically typed.
on golly
so you know the theory but not practice?
i type very slowly so my code is statically typed
-_-
You're still moving.
i use speech to text
and my phone plays the audio
i made my own neurolink and type with that
yeah
Toss an error message to your console, oh valley of plenty.
why even sql
nah I'm too scared of you@sick cloud
lols @somber heath
check out this guy's copywriting it's so funny
pls
nah i don't wanna
yoh, just play !!!
Join the challenge or watch the game here.
ahhhahaha
play it
no no no
Lol
@cloud stratus play me ?
No no Iโm really bad at chess
just play
I mean, Iโm in the phone and about to read a book
@atomic edge lol
how do i install PIP
too late to read a book, play me
its normally installed when u r installing python
Itโs 10:35 PM!
oh yea
Treeage. It's like a massage, but using trees.
-_-
#howdoIsignIntoSQLServer
threeso-age
its like. sql.connect(smth)
eyyy diablo 2 best game
Anyone for ice skating?
it says server name, is that the ip address my boss gave me
yes
nah, not me
i'm doing it via node i am just using ssml on my computer
i need to log in through that
amazing
.
oy vey
asd;fflkjas;dfl.
. haha. that's so cool. not
please someone know spanish
TVใขใใกใ็็ใๆถ้ฒ้ใใจใณใใฃใณใฐไธป้กๆญ
2019.8.21 releaseใ2nd EPใporteใๅ้ฒ
https://sp.wmg.jp/suda-keina/porte/
ๅใตใคใใซใฆ้
ไฟกไธญ๏ผ
https://sudakeina.lnk.to/porte
[ ๅ้ฒๆฒ ]
- veilใ โปTVใขใใกใ็็ใๆถ้ฒ้ใใจใณใใฃใณใฐไธป้กๆญ
- MOILใโปๆ ็ปใไบใๅฝใไธป้กๆญ
- ่ชใใซ่ฝใกใ
- ้ๅต
- couch
โทๅๅ็คDVD ๅ้ฒๅ
ๅฎน
ใปใporteใ concept movie
ใปใMOILใ music video
ใปใveilใ music video
โทๅๅๆ
ๅ ฑ
้ ็ฐๆฏๅช 2nd EPใporteใ
ใปๅๅ้ๅฎ็ค๏ผCD+DVD๏ผ40Pใซ...
i cant figure out modules can somebody private message me to help me out
i am having a lot of fun with this person that's trying to scam me lol
it is hilarious
like if people actually fall for this stuff i am losing faith in society
the difference is like car and carpet
how do i install a module
pip install module
im pretty new to coding and stuff so im lost
me too
So you'd be doing this in the cmd prompt
If you hit Win+R it'll bring up the run window. Then type in cmd and that'll bring up a console window
i do it in the pycharm terminal am i doing it right it works
Ah yeah
Then you for sure what to do it there
Since it'll install it to the venv that PyCharm created for your project
hi
Yo
whats the command to upgrade pip
py -m pip install -U pip
ok
did u memorize it ?
Lil bit
@hollow haven Opinion:
Something else to note is that you are free to only do code reviewing and not do any functionality reviewing.
``` vs
Something else to note is that you are free only to do code reviewing and not do any functionality reviewing.
I think the to only do code makes more sense than only to do code
are there proprietary languages
brb, gonna have dinner
@rugged root it says it could not find a version that satisfies module_here
@rugged root
Something else to note: you are free to just code review without reviewing functionality.
Plotly chloropleth maps: https://colab.research.google.com/drive/1DK_a1l8UkfFmSFR_G3et2q-_Ydobf1r0
Instead of "functionality reviewing", what would be better?
why cant visualize russia
can i have help
You'll likely have a better chance to get help by using our help system. See #โ๏ฝhow-to-get-help for more details on that
ok
Russia doesn't have an entry in the 2007 Gapminder life expectancy database for some reason I don't know.
Apparently (one of?) the first commercially successful Kivy app was a 2015 flowchart editor called ProcessCraft https://www.youtube.com/watch?v=9rk9OQLSoJw
ProcessCraft is ultra fast being written for you computers Graphics Processing Unit and has been designed from the ground up to give the highest possible user experience for Subject Matter Experts and Business Analysts when creating Business Models. ProcessCraft is the First Business Process Modelling Notation diagramming tool that is designed s...
"Disable scale to zero functionality for your cluster (global configuration only)." -- https://knative.dev/docs/serving/autoscaling/
Knative provides a set of components for building modern, source-centric, and container-based applications that can run anywhere.
if you click through the link there, it goes to https://knative.dev/docs/serving/autoscaling/scale-to-zero/
IMPORTANT: Scale to zero can only be enabled if you are using the Knative Pod Autoscaler (KPA), and can only be configured globally. For more information about using KPA or global configuration, see the documentation on Autoscaling concepts.
Enable scale to zero The scale to zero value controls whether Knative allows replicas to scale down to ze...
that has "Enable scale to zero" and "Scale to zero grace period" and "Scale to zero last pod retention period"
!e print(8*128)
@graceful grail :white_check_mark: Your eval job has completed with return code 0.
1024
Is there any way I could have the hex code for the admin role color? It just looks so good
you could take a screenshot and then use the dropper to grab the color
hmmmm
They are no longer some white knight tech company
True
actually the color i sent above is owner the one in screenshot is admin
i opened devtools with ctrl+shift+i
i just unpinned mine
Looks like chewing gum
My buddy told me it looked like somebody threw kurby at the ground really hard
Yeah I could see that
You're all rockstars and we love every one of you.
At all times, we encourage you to work in a manner you find enjoyable, be that doing functionality review or something completely different.
Your contribution, however great or small, helps to enrich the community that is Python Discord.```
@rugged root
Barbara Joan "Barbra" Streisand (; born April 24, 1942) is an American singer, actress, and filmmaker. With a career spanning seven decades, she has achieved success in multiple fields of entertainment and is one of the few entertainers who have been awarded an Emmy, Grammy, Oscar, and Tony Award (EGOT).
Streisand began her career by performing ...
used to it
its the same in any electron app
and the only thing thats different in the browser is the keybind
np
You're a bit muffled @hallow warren
@somber heath We kind of have that big congratulatory bit at the end.
# Final words
You did it! You are now ready to take on the wild world of code reviewing! We know that process can seem long, tedious, and not feel like a necessary task, but it is! We are very grateful to you for reading through this and for your potential future code reviews. We couldn't move forward without you. Thank you!
@stuck furnace thank you I will find my headphones
"Transformers, corporations in disguise!"
"Mega-corp, rolling out!"
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.
It's finally done!
Whheeeeeeeee
\o/
Since we talked about Google AI imperfections, how about the other side of that story? https://www.nature.com/articles/d41586-020-03348-4
Are there any livestreamers who do https://fold.it ?
I have five cellular services competing to offer me the best reception.
is an early Starlink adopter
Rabbit youre the epitome of comedy
I wish iOS would stop terminating Discord
A string walks into a bar. A sign says "no strings allowed." The string frays and ties itself. The bartender says, "are you a string?" The string says, "I'm a frayed knot."
@dire folio https://www.youtube.com/watch?v=9SOEoIbQ0Zs
The creator of X-Plane has developed a free simulator for SpaceX's Starship vehicle, using the X-Plane simulation engine as a base and modelling the aerodynamics and propulsion of the vehicle. This is available for iOS and iPadOS right now, and is a fun way to learn how the vehicle might actually perform, and of course what might go wrong in the...

Flaps are ubiquitious on aircraft. Even multicopter rotors are a form of flaps.
Sure but modeling dirty jet flight model is difficult
May 21 (Bloomberg) --- Part-truck, part-helicopter, the Black Knight Transformer can travel at 70 mph on the ground and then hover thousands of feet in the air. The modular hybrid can carry cargo or wounded soldiers from the front line. Here is what the Black Knight's first successful test flight looks like. (Source: Bloomberg)
-- Subscribe to ...
Esp fighter jet which uses its ailerons as part of flap
I want to make a generic function which pilots aircraft as a function of their mass. https://www.youtube.com/watch?v=AJKjnZe4B-M
Video of The World's First Marsupial Package Delivery Air/Ground Robot Technology Demonstration. The AT Black Knight Transformer Is Mothership To The AT Panther.
www.AdvancedTacticsInc.com
And viper/Hornet are fly by wire which includes auto flap setting based on Speed/AoA
Mostly AoA
Scott Manley is my source on space matters.
You are all banned from r/sino
Over the last few days the most complicated robotic space mission to the moon has completed the most difficult parts of its mission. Landing in the target area, drilling in and collecting samples, then returning the samples to orbit in a small ascender vehicle. FInally, an orbiter has performed the first autonomous rendezvous in lunar orbit, doc...
seems like a CGI Flag! FAKE! ๐
Sure Opal is devastated ๐
HA
@somber heath this is not a failure of assessment, it is a failure of education
Aha. Failure. I am well-versed in this matter.
We heart you, opal
๐
Simply improving women's ability to assess an advantageous mate is sadly obscured from the truth that OpalMist keeps hidden
Uh..... huh
That guys are easy.
https://www.bbc.com/news/uk-england-hampshire-55212336
I feel like this is gonna be some world wide ad campaign and some dude is just placing these at random places.....
Table 1 on page 192 in particular.
@leaden comet
@leaden comet
https://sloanreview.mit.edu/article/the-mindsets-of-a-leader/ is pretty good too
Did you click the little arrow?
yeah I was spamclicking it
is it plugged in?
And you want the Sociopath in C Suite level
Trackpad ftw
post your favorite battlestations!
can anybody help me quick?
I was think Bob the builder
Hey
Problem; The sum of a two-digit number plus its inverted number equals 99. Find the sum of those two digits so the system would be (xy + yx = 99) and (xy = x*10 + y)? I need help to solve this please
please
Have you heard of the ippu club?
#โ๏ฝhow-to-get-help is a good place to try
!otn s hemlock
โข channeling-my-inner-hemlock
โข diesel-powered-hemlock
โข hemlock-demoted-for-the-lulz
โข hemlock-english-lessons
โข hemlock-needs-more-comments
โข hemlockโs-beard-garden
โข hemlockโs-biological-mail
โข hemlockโs-dungeon-dreams
โข hemlockโs-earless-adventures
โข hemlockโs-fussy-butt
โข hemlockโs-morning-deliveries
โข hemlockโs-motivational-posters
โข hemlockโs-pipe-dreams
โข hemlockโs-second-rodeo
!otn s eivl
โข dance-dance-eivlution
โข eivl-broke-the-internet
โข eivl-elvis-is-alive
โข eivl-eval
โข eivl-eye
โข eivl-genius
โข eivl-says-eval-is-evil
โข eivl-twin
โข eivls-evil-eval
โข eivlโs-lack-of-food-racism
โข eivlโs-made-of-glass
โข eivlโs-super-computer
โข goto-considered-eivl
โข hear-no-eivl-speak-no-eivl
โข internal-eivl
โข lemonโs-eivls-evil-twin
โข root-of-all-eivl
โข the-axis-of-eivl
My local 7-11 has been ordering chocolate and pistachio macarons
I'm trying to get them to switch from sardines to salmon
We're talking about excavators, and terraforming. Did I walk into a museum?
Or an off-world research mission
Or just a playground sandbox
ISP installs air conditioning, servers complete requests faster, users spend less time running their computers waiting for their internet to work, less time for everything to get hot.
Then you pay less for the same output.
ISP pays more, earns less.
Fired
Sword of my Ma
Maw
I hate all setups which don't have all same monitors
all same monitors is spensive.
They trigger my mild OCD
Could never use one screen, I need the window snapping
When I can afford it I want to get just one large 4k monitor.
Just buy one of those stadium super massive TVs
Later Shep
you mean with seperate leds for each pixel which are like 1cm apart?
Window breaking: Usually undesirable. Window snapping: Potentially desirable. Words!
Lol yeah
Let me go to my grandma's house and send you millions of pictures of tea pots
the point is to use it
Good point.
We have a tea cupboard. It's...populated.
hmm, no love for coffee?
The tea cupboard also contains coffee.
!e ```py
import http
print(http.HTTPStatus(418).description)
@faint ermine :white_check_mark: Your eval job has completed with return code 0.
Server refuses to brew coffee because it is a teapot.
I enjoy the smell of coffee more than I enjoy the taste, however I do have a thing for teramisu and coffee in cake.
Yeah the taste never quite lives up to the aroma ๐
Imagine not using coffee powder which you just add water to smh
Just as a drink, though, meh.
And cold coffee tastes so much better imo.
Anyways, I think i'll turn in for the night, catch you later :D
I would buy coffee air fresheners if they sold them ๐
I tell you what's nice with coffee
5 spoons of sugar and 1 of ground coffee
Add 1 spoon of water
Mix til it's a mass that doesn't fall of the spoon when put sideways
Later add milk till half
And rest boiled water
You're in for a treat
@amber raptor https://www.cloudflare.com/ssl/encrypted-sni/
- "traefik.http.routers.testsubdomain-rtr.rule=HostRegexp(`{subdomain:.+}.testsubdomain.yadamiel.com`)"
Sounds pretty good
hello
this is a test spoiler ||test stuff||
||
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.
spoiler to aoc
||python print("fail")||
went DEEP
yessss
I used a website for that
To format the data
To add comas, I mean
I wanted to it as a list
holy shit
I am dumb
yes
PyPDF2
Never gonna give you up
Hey
yes
meow
I just realized that if you do like:
[code here]
it will automatically highlight python code
print ("Hewo")
๐
Yup
Guys, let's discuss about some topics, about anything. I gotta send 50 messages))
oh
thx
k
I just realized Opal changed profile picture
I'll change too during december 25
ok gtg eat
I'm gonna study in da USA
Would be a good way to learn aiming
I like California
@verbal ibex hello ๐
Hi
We both trying to pass the voice verifications ih xD
yeah xd
What does bot rn mean?
right now...
Nice
we were taught python sometime in skl
I started with actual projects like just 8 months back
@somber heath What kind of projects you in?
Damn Chess
I used to learn C# on courses, but I didn't like it, perhaps cuz of teachers, idk. Then I saw that everybody in da internet advise to learn python and here I am
Noice
I was into general programming. Now I'm into Web Dev
@cloud stratus Wau? U into python?
R u backend or fullstack developer?
Trying out Full stack. On LAMP rn
@frozen night you into star wars?
sure he is, he's skywalker
lol yeahh
n = n + (":borderx::bordera::borderb::borderc::borderd::bordere::borderf::borderg::borderh::borderx:<br/>")
n = n + (":border8:"+":"+board["a8"]+"w::"+board["b8"]+"b::"+board["c8"]+"w::"+board["d8"]+"b::"+board["e8"]+"w::"+board["f8"]+"b::"+board["g8"]+"w::"+board["h8"]+"b:"+":border8:"+"<br/>")
n = n + (":border7:"+":"+board["a7"]+"b::"+board["b7"]+"w::"+board["c7"]+"b::"+board["d7"]+"w::"+board["e7"]+"b::"+board["f7"]+"w::"+board["g7"]+"b::"+board["h7"]+"w:"+":border7:"+"<br/>")
n = n + (":border6:"+":"+board["a6"]+"w::"+board["b6"]+"b::"+board["c6"]+"w::"+board["d6"]+"b::"+board["e6"]+"w::"+board["f6"]+"b::"+board["g6"]+"w::"+board["h6"]+"b:"+":border6:"+"<br/>")
n = n + (":border5:"+":"+board["a5"]+"b::"+board["b5"]+"w::"+board["c5"]+"b::"+board["d5"]+"w::"+board["e5"]+"b::"+board["f5"]+"w::"+board["g5"]+"b::"+board["h5"]+"w:"+":border5:"+"<br/>")
n = n + (":border4:"+":"+board["a4"]+"w::"+board["b4"]+"b::"+board["c4"]+"w::"+board["d4"]+"b::"+board["e4"]+"w::"+board["f4"]+"b::"+board["g4"]+"w::"+board["h4"]+"b:"+":border4:"+"<br/>")
n = n + (":border3:"+":"+board["a3"]+"b::"+board["b3"]+"w::"+board["c3"]+"b::"+board["d3"]+"w::"+board["e3"]+"b::"+board["f3"]+"w::"+board["g3"]+"b::"+board["h3"]+"w:"+":border3:"+"<br/>")
n = n + (":border2:"+":"+board["a2"]+"w::"+board["b2"]+"b::"+board["c2"]+"w::"+board["d2"]+"b::"+board["e2"]+"w::"+board["f2"]+"b::"+board["g2"]+"w::"+board["h2"]+"b:"+":border2:"+"<br/>")
n = n + (":border1:"+":"+board["a1"]+"b::"+board["b1"]+"w::"+board["c1"]+"b::"+board["d1"]+"w::"+board["e1"]+"b::"+board["f1"]+"w::"+board["g1"]+"b::"+board["h1"]+"w:"+":border1:"+"<br/>")
n = n + (":borderx::bordera::borderb::borderc::borderd::bordere::borderf::borderg::borderh::borderx:")
Some damn chess
Aidan dont understand....
the same)
meow
@verbal ibex Some old code of mine from when I was more in my Python noob stage of development.
Yes, I understood
@somber heath That's pretty neat logic
It functioned.
Any django geeks here?
damn
Mixed the vocals a tad higher this time around.
https://youtu.be/ZE4shVkwqIk
Twitch: https://www.twitch.tv/williammaranci
Patreon (for mashup requests): https://www.patreon.com/williamamaranci
Paypal (for donations w/o mashup requests): https://www.paypal.com/paypalme/williammaranci
Discord: https://discord.com/invite/3pcyWsN
Soundcloud: http...
In the reason, that I'm still learning python (I only mastered syntax), my THE BIGGEST PROGRAM and the first real program btw was quadratic equation solver
wut
I only know basics of OOP
CORRECTION: At run time initialization we will write:
scanf("%d", &a[i]);
Discussed need of array, declaration of array, initialization of array, memory representation of array (data structures and algorithms)
See Complete Playlists:
Placement Series: https://www.youtube.com/playlist?list=PLdo5W4Nhv31YvlDpJhvOYbM9Ap8UypgEy
Data Structures an...
Check this out. She is prettuy good
Also I gotta master inbuilt modules
I learnt from her
Mm. The native libraries have some very fun functionality.
Ok, guys I was glad to hear u, I'd better get going, bye for now)
I get a lot of use out of the random module. There's re for regex, itertools for combinatorial stuff.
The algos are the main thing u want here. I'd say get the algos right from her.
turtle for just playing around with drawing patterns and things.
woah super thanks
Np n.n
Hello
there
Heyy there
i am new to coding
html and python
can anyone suggest a beginners course or something
U deleted it?
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
maybe this might help
nice
thanks : D
yes
._.
lol
i saw that coming
the OG are always OGs
i agree
i personally like the sequels
prequels are pretty good. but not great ๐ญ
xD
I'm into Kali Linux
Try a VM?
WSL is pretty good
It's not huge dude. I too thought it would be overwhelming
but it aint that
it's quite siomple
*simple
Windows is onto me tho
lol
hi
Hey
I guess yeahh. I dont know. I'm quite new to django
i did a model
i make some data
then i changed the field in model
now i get this error
@oblique ginkgo its so loud
File "D:\Dev\Django\template\venv\lib\site-packages\django\db\backends\sqlite3\base.py", line 413, in execute
return Database.Cursor.execute(self, query, params)
django.db.utils.IntegrityError: NOT NULL constraint failed: new__default_question.question_answer_i
no linux is really easy
my voice is down to 0 shields
cant you flush all django data ?
yeah the potential is pretty overwhelming
cuz my voice is cracked
but getting started with linux is easy
If you want to remove all the data from all your tables, you might want to try the command python manage.py flush. This will delete all of the data in your tables, but the tables themselves will still exist.
I got this off stackoverflow
yeah
ROS
lol i wore merch to theatres
Rey is kind of a Marry Sue :p
yes
good link
I made a spelling error in my model and now one of my columns is misspelled. I'd like to drop all tables in the database, fix the error in the model.py, and recreate the database with the correct
I play games
I cant join
fridge I accidentally left
can som1 invite me to that voice?
someone?
is there a field for arrays in django?
say i want a field to be: all numbers from 4-10
or maybe just writing 3-40 is easier
@slim fog
You can Dm too if you want
@cloud stratus @frozen night okay thank you guys
i'll probably be back with questions in 1 or 2 hours
bye guys i have to go : D
Aight!
Do any of you guy love cheeze?
Hi, anyone online here..
@smoky portal Can you do C418 - Sweden?