Python vs C in terms of practicality?

I've dabbled a little with both, but when it gets to brass tax which one would i actually use. I can't think of many uses for C personally?

Attached: 1552849148358.jpg (960x1280, 471K)

Other urls found in this thread:

en.wikipedia.org/wiki/Institut_für_Sexualwissenschaft
twitter.com/NSFWRedditImage

Then maybe you aren't writing code C is useful for. There are a lot of factors that go into choosing a programming language. Being familiar with one language over another is often a good enough reason.

If you need low-level control or less overhead, then you have reason to use C over Python. C is popular for writing operating systems and for embedded systems for this reason. If you like the abstractions Python gives you and the APIs written for it (like TensorFlow), go with that. There are plenty of other factors that different people consider, with varying levels of importance.

It's good to be familiar with many languages and to know when a certain one is applicable. Depending on the kind of programming you do you will find yourself preferring a certain language over another.

>brass tax
Python is better for you.

imagine how much maintenance is required for those disgusting 3d faggot legs

pythin was written in c
you use cpython
youre using c

Python was written in Lisp

Imagine having a cute programmer bf >ᴗ

Attached: cryign.jpg (700x734, 99K)

Die in a fire faggot uwu

Attached: 1553640200265.jpg (811x506, 230K)

take a peek at cpython repo, nigga

dumb autogyno

my dude I recognize where that image is from if you originally saved it, good tastes my friend

imagine having a cute programmer gf (with a dick) though

Perl

Every human should get full body laser hair surgery at age 16 for a maintenance free life desu

lua is better

python cuz OOP is god tier paradigm

Laser is only reduction rather than removal unfortunately. I'm getting electrolysis on my dick rn.

why are python programmers so stupid
and for that matter why do they know nothing of their own language
complex software written in python is literally unreadable
do they just
>import library
all the time
have they never written anything original

>brass tax
well, at least you aren't lying about being a python user. nice pic, though.

why is this faggot shit allowed imagine explaining this to colleagues

Why would I tell my colleagues about my sex life?

the absolute state of incel gay faggot OP

Attached: gay.jpg (1125x701, 129K)

Just learn Julia and you'll never need to use either C or Python except in some rare corner cases where you are writing OS's, embedded, or if you absolutely need some obscure Python-only library that doesn't have good bindings.

Kill yourself discord trannies

>just learn Julia, you'll never to use C or Python except for when you need to use C or Python
>just learn Java, you'll never to use C or Python except for when you need to use C or Python
>just learn x86 assembly, you'll never to use C or Python except for when you need to use C or Python
>just learn COBOL, you'll never to use C or Python except for when you need to use C or Python
>just learn C#, you'll never to use C or Python except for when you need to use C or Python
>just learn Fortran, you'll never to use C or Python except for when you need to use C or Python

I hate trannies so much,
I want to find you, barge into your house, brutally ass-rape you, and whisper sweet hate-filled things into your cute bitch ear while you squeal like a pig for me, and only me.

The answer to your question is python btw.

Brass TACKS you ignorant fucking xigger at least look up your dogshit idiom before posting shit you don't even understand.

Is that what programmers do on scrum meeting?

/thread

use whichever makes the most sense for the problem you're trying to solve

python is incredibly versatile, and great for finding a solution quickly for a lot of problems.

c is a little more specialized, but you could even do something like writing c bindings that you call from python so you can solve part of your problem in c and the rest in python

tourist, Jow Forums has been into programming socks before discord even existed

Embedded developer who uses C daily here. Python is far more useful than C for general purposes because the language semantics and libraries are just better for things that don’t involve manually twiddling bits.
Jow Forums is biased against python because they are caught up with the minutiae of execution (while also knowing next to nothing about assembly) and ignore that most work you would do in Python is IO bound anyway.

This describes all non-meme languages.

>for a maintenance free life desu
I don't shave. It's maintenance-free.

Python is a Lisp in C’s clothing.

not C++
importing libraries is a pain in the ass
the only unreadable shit is gimmicky crap like template metaprogramming which isn't even technically C++ but its embedded second language

>user wants to hatefuck me
h-hot

Attached: 1551824025712.jpg (850x850, 184K)

>importing libraries is a pain in the ass
You mean linking right? You don't import libraries.
>the only unreadable shit is gimmicky crap like template metaprogramming which isn't even technically C++ but its embedded second language
Naa, I have read plenty of unreadable C++ garbage from engineers and wannabe graphics programmers. Awful code will be awful regardless of the language. Idiomatic Python is typically more concise because the language was consciously designed to strike a balance between conciseness and clarity.

>brass tax
I think you'd be more suited to python.

Look at the legs.
Too small to be a mans.

I want mossad to leave.

You can use Python to define the general program structure and have it be easy to change while you're prototyping.
If you need to have an optimized routine you can put it in a C library and write a wrapper for it in Python.
I still dislike the way Python is used in most group projects because it's very easy/forgiving to write which leads undisciplined people to write disgusting code.

start out with python. The good libraries are written in C anyway and if you need to extend it's functionality and/or performance then python's C API is easy enough to learn.

At least the leg on the left is female, right? No dude could have thighs this feminine...

This is the gayest thing I've seen in a while.

Who needs cute when you can be SWOLE

>>You mean linking right? You don't import libraries.
exactly
>I have read plenty of unreadable C++ garbage from engineers and wannabe graphics programmers
post some if you can i wanna see

>post some if you can i wanna see
I don't keep garbage around.

one mans garbage is another man's treasure

Because I'd rather be cute

Attached: rachnera_by_jcdr-d98ywdw.png (750x750, 234K)

Whats with the kid?

You can still be cute but imma be SWOLE!

>crippled lambdas
>creator actively despises functional paradigm
>no tail recursion
>iterators instead of lazy lists
Come on, python is not even good OOP language, why do you even mention functional?

I never said functional, common Lisp isn't a functional language either, that's Scheme your thinking about. Tail call recursion optimization was also originally a Scheme thing.
The Lispy part of Python is how all of the underlying objects in represented with an AST which the programmer has complete access to modify dynamically at run time. You can also eval strings and run them as code, which gets around the neutered lambda bit.
Proper lambda's would be a nice improvement and hopefully functional aspects won't be as persecuted now that Guido stepped down.

Thank you for correcting me user. Though, using lambda in conjunction with eval seems like bad idea to me, even if it happens in restricted env.

c-cute

Discord?

I recognise those programming socks.

god i wish that was me
why can't i have cute bf to do cute things with

based hairybro

Python is good for everything but the only thing it is actually best at is the libraries it has for scientific simulation stuff.
C is good when you actually need to be close to metal. Embedded or OS stuff. It also has some use in scientific stuff as all those libraries python has for it are written in C. Another case for C is adapting to a particular cluster/server architecture for those long running calculations.
Basically, C is only actually usefull for learning how computers work, and for things that you actually need to know every hardware detail of the machine where it's running.
Python just works for pretty much anything.

CPython also suffers on concurrency. I mainly develop backends for "enterprise" and we have few perfomance issues with python always because it wasn't made for concurrency. GIL is stupid. It just isn't removed as some libs would err without it.
We also have java and ruby services and they don't get those issues.

Go die in agony, fag.
You're not welcome here.

Go back to cringelords.

fuck you pendejo

You're worse than a tranny, trannyfucker.

...

was made as containment for a reason. Fuck off there tranny pedophiles.

Cuuute!

Why are Python's lambdas considered crippled? Python's lambdas seem the same as any other language's. I'm new to the lambda concept.

lmao @ them triggered newfags, pro/g/ramming socks are a proud Jow Forums tradition. Fuck off Jow Forums and kys yourself while your at it.

Loli is a proud Jow Forums tradition. Trannyfags aren't. Fuck off to your AIDS containment board.

How new are you?

>not knowing what Jow Forums stood for before technology
>talking about being a newfaggots
Look in the mirror trannyfag. Back to the containment board.

High speed execution but low speed development = C or C++

Low Speed execution but high speed development = Python

...

Haha keep yelling at imaginary trannies user, it is very entertaining. Also, knowing that Jow Forums used to be the goru board doesnt make you an oldfeg, it makes you a seething tryhard bitch. I would tell you to fuck off right back to Jow Forums but honestly I enjoy watching faggots like you foaming from your mouths waaay too much.

Your post reeks of mad at being called out as a newfag. It took you quite a while to google search. Fuck off back to your containment board you failure.

In terms of practicality, Python is the clear choice. You can and should use C to speed things up on your python programs as needed and can make or edit C based modules for use with your python scripts, but theres no reason to actively program in C unless you're talking about construction of a full piece of software instead of one off scripts.

Why are you projecting so hard user? You are one sad seething bitch. Also, if it wasn't your first week on Jow Forums you would know that Jow Forums is the actual containment board, created after idiots like you ruined /new/.
In all seriousness, the fact that you are this fucking triggered because of a classic Jow Forums meme is laughable. Honestly, I think even Jow Forums is too meta for you, maybe /b/ is more your speed.

Jow Forums is a containment board for neo-nazis,
while /lgbt/ is a containment board for faggots and trannies, made for a reason.
You can fuck off back to your lefty/pol/ containment board now, neither of you are wanted on Jow Forums. Keep seething, in your containment board.

they're allowed to be one-line only. I'm not sure if that's all of it, but this is one of the crippling factors.

>mfw my legs are the first thing I see on Jow Forums today
Use common lisp by the way
Me on the right

Attached: 986e65a76559ebb877368004204cbbdd.jpg (400x400, 23K)

>Jow Forums
this is 4channel

Attached: 1494930008131.png (448x468, 194K)

>Jow Forums is a containment board for neo-nazis,
no it isn't.
I am here and shitposting.

dogs can escape from their kennels

Are those tights, or really long socks?

Asking for a friend.

Both socks, we have all the colors!
You can ask

Well done on being a well desseminated e-whore

Reddittards keep going on and on about muh LGBT rights but when it comes to actually fucking them user is the only one who stands up.

Youd be surprised user-kun

based and redpilled

en.wikipedia.org/wiki/Institut_für_Sexualwissenschaft
Attention to all of the trap posters using anime and gay ERP as a Trojan horse for autogynephilia:


Stop cruising for attention and using Jow Forums as a basis for gooning your permanently flaccid cock. You are 10 times worse than furries. You lost to sissy hypno and s-stuttering. You fucked up. You are infertile. Your life will end at 30. Half of the political spectrum wants to kill you. Guys will leave you for a biological woman because you can't have kids.


Nobody wants to read ERP. Nobody thinks girl (male), feminine penis, s-s-stuttering, or any of your shitty memes are funny. Nobody wants to be reminded you exist.


You are AIDS and your culture is predatory. A nontrivial number of you freaks are moral lepers who get off on convincing seventeen year old weebs that if they don't take HRT they will spend the rest of their lives alone. Transitioning is not a solution to social isolation and pornography addiction, the five or ten years of free attention and affection before your looks fade don't make up for everything that comes after that.


Make a tumblr and peddle your trash there.

What would you know about morality? What would you know about what's good for society? What would you know about what's good for humanity? You are the true scum, and you know it. If you really cared about the well-being of society, you'd commit suicide.

Attached: 4qpe72chj47z[1].jpg (1075x1034, 151K)

Python is a better java, in practice.

cringe

Attached: 8d1e6a53b0ffde6bcef8e49e91f065a5--homo-fossils.jpg (195x195, 5K)

(in a deep manly voice) you mean a gf, right?

Faggots are not welcome here

Swolebros where you at?
>Tfw no twink gf (male) to force into a cage and dominate with your superior power and presence
>Tfw no twink gym bf who's shorter and weaker than you but still with a toned physique that you can do the same with

Why
even
live

Lads?

Attached: 1549693927913.gif (540x407, 1.29M)

Where the fuck do I find socks that are longer than knee high length? So far everything I've ordered on Amazon goes as high as the top of my kneecaps even though they advertise they're much longer.