[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Let's create the kinkiest way to explain a person programming:

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 33
Thread images: 4

File: redditasciiporn.jpg (57KB, 640x420px) Image search: [Google]
redditasciiporn.jpg
57KB, 640x420px
Let's create the kinkiest way to explain a person programming:


I wanted to explain to a girl the meaning of "_" in a return variable
you can define a function


def get_cock():
balls, cock = "8", "==D"
return (balls, cock)


now you can write

balls, cock = get_cock()


but lets imagine you want to massage the balls

def touch_balls():
balls, _ = get_cock()
return "Touching: " + balls


I wanted to explain lambda functions

def porn( myobject ):
print("Boob" + myobject + "Boob")

do_porn_with = lambda x : porn(x)

do_porn_with(" penis ")
output: "Boob penis Boob"
do_porn_with(" dildo ")
output: "Boob dildo Boob"
>>
Sex is gross, kys
>>
I call this hard coding.
>>
Why is this board so fucking underage?
>>
>>61442044
I'm 30... and I think lewd humor is hilarous.

but seriously can we make a tutorial like this? I think it might work...
>>
>>61441989
you gotta learn how to be funny man
>>
>>61442075
that's what I'm asking...

I dont want to be funny for a programmer, I want to give an explicit concept to a beginner.
>>
>>61442075
Where's a tutorial on that, I want to put in on my CV.
>>
>>61441989
kill yourself you unfunny vulgar cuck
>>
>>61442097
No tutorials... just find people that laugh at your jokes.
>>
>>61442124
That is the point, making programming vulgar.

I always see:

class Client:
def __init__(name, amount):
self.name = name
self.amount = amount


cool shit, but if we make a lewd tutorial? anyway programming is about concepts.

What does it matter if is a bank or sex?
>>
File: 1479077655110.jpg (27KB, 323x322px) Image search: [Google]
1479077655110.jpg
27KB, 323x322px
>>61441989
>I wanted to explain to a girl

Women will never be anything but "koders". Stop trying to educate them. They are not compatible with logical thinking, not even if you frame it as sex, which they are undoubtebly well-versed in.
>>
>>61442174
think spermbank
>>
>>61442220
I think that here you're wrong we always tried to explain women how to program in the wrong way.
>>
>>61442232

Exercise: define deposit and withdrawal
>>
>>61442256
They understand sex because it's in their nature. They do not understand programming because it is not in their nature. They will not be able to make the connection between sex and programming, because making connections is not in their nature. They do not think. They do not reason. They
feel
>>
>>61442300
WRONG

they just have a different way of thinking, but they can be pretty logical when it comes to sales and prices or child care...

But this is an other thing... why dont we put feels in programming?
>>
>>61441989
The underscore thing is a Python-specific idiom; it's not exactly a core concept useful in learning to program. And once they've already learned to program in a sane way, it only takes a one word explanation, instead of a cringy pseudo-joke.

And your lambda function is a terrible example. There's no reason for it to be implemented as a lambda, and also it doesn't add anything.

>>61442069
Lewd humor can be funny, but this isn't. It's spouting random sexual-related words. It's equivalent to lolsorandumb humor.
>>
>>61442331
>they can be pretty logical

No, they can't. You're either too beta or too pussywhipped to see this. I'm guessing the former seeing as you're trying to explain programming to a female friend, and making sexual innuendos while doing so. Friendzoned faggots like you are the reason the rest of us have to put up with this whole slut culture thing. Kill yourself.
>>
>>61442397
>And once they've already learned to program in a sane way, it only takes a one word explanation, instead of a cringy pseudo-joke.

true, I agree, I told her like you said
is just a variable name, is a convention in python that you dont need the return argument.
guess what? she didnt get it

penis joke et voila

> And your lambda function is a terrible example. There's no reason for it to be implemented as a lambda, and also it doesn't add anything.

true... I pulled it off my ass and I couldnt think anything useful to write in 3 lines.

> Lewd humor can be funny, but this isn't. It's spouting random sexual-related words. It's equivalent to lolsorandumb humor.

It's not about funny. Is about being explicit, is about teaching with body parts programming.
>>
>>61442516
>Friendzoned faggots like you are the reason the rest of us have to put up with this whole slut culture thing. Kill yourself.

Shes coming over.
>>
>>61442516
desu I'm really surprised it works, but strangely I learned that is more sexist to think they cant be logical than telling them that you would like to put your penis between them boobs.
>>
File: 1480964969162.jpg (38KB, 613x556px) Image search: [Google]
1480964969162.jpg
38KB, 613x556px
>Bad idea
>Poor execution
>Friendzoned beta
>Bad grammar
>Twelve year old humor
>Python
>>
>>61442649
> Bad Idea
why

> Poor execution
I'm asking a better one

> Friendzoned
actually not, surprisingly it worked

> 12 year old humor
yes, but aint intended to be funny

> Python
30% of the world projects are written in python.
easiness and readability >> performance
in many cases
>>
File: Untitled.png (26KB, 895x767px) Image search: [Google]
Untitled.png
26KB, 895x767px
>>61442679
Liars are losers.
>>
>>61442778
Ratings =/= quantity
>>
>>61442555
>guess what? she didnt get it
Just say it's a throwaway variable, and it can be ignored.

>I couldnt think anything useful to write in 3 lines
The best example of lambda functions is generally in the context of high order functions like map or filter or something.

>It's not about funny. Is about being explicit
What exactly do you mean by explicit? Do you mean like lewd? What's the purpose of that if not humor? Or do you mean explicit like specific? What does that mean in the context of programming?

>body parts programming
What does that even mean?
>>
>>61443080
>Just say it's a throwaway variable, and it can be ignored.
did that

>The best example of lambda functions is generally in the context of high order functions like map or filter or something.

That was the subsequent explanation, I just wanted her to get the problem of assigning a callable function to a variable.

> Or do you mean explicit like specific? What does that mean in the context of programming?

I thought we could construct a lewd tutorial, with body parts and sex and apply it to programming rather than using the typical car and wheel example.
>>
>>61443151
>rather than using the typical car and wheel example.
why is body parts better than the 'car and wheel' example?
>>
>>61443384
Cause is sex, people tend to react to sex.
>>
>>61443476
>people tend to react to sex
well my reaction is cringe, so good luck with that
>>
>>61443536
yeh I thought would work... I'll think about something more deep than just lambda functions and _

I have no idea if it be useful or not, just that would be funny making it and see how people take it
>>
>>61441989

Hahahaha you must be very socially retarded to even consider doing this. 10/10 funny post though, it's something you should do as a gag so people don't think you're a retarded manchild.
Thread posts: 33
Thread images: 4


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.