[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]

>He's learning C >Not learning Python instead Don't

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: 77
Thread images: 12

File: smugAnimeGirl1.jpg (8KB, 235x214px)
smugAnimeGirl1.jpg
8KB, 235x214px
>He's learning C
>Not learning Python instead
Don't tell me any of you are actually doing this, right?
>>
I'm learning Lua actually. I heard it's easier than even Python.
>>
>>60395224
>He's learning Python
>Not learning JS instead
Don't tell me any of you are actually doing this, right?
>>
I am actually learning Clojure.
>>
File: smugAnimeGirl4.jpg (28KB, 337x404px) Image search: [Google]
smugAnimeGirl4.jpg
28KB, 337x404px
>>60395238
>Not learning JS instead
I just finished spending a couple of months learning JS and AngularJS and created some interactive sites and hybrid-apps with it. Python is my next project language.
>>
>>60395224
1. it takes nothing to learn python, a retarded monkey could learn it within a few days
2. if it's the first language you are learning, python is the worst choice you could make
>>
File: smugAnimeGirl2.png (117KB, 372x351px) Image search: [Google]
smugAnimeGirl2.png
117KB, 372x351px
>>60395605
Somebody's mad that they wasted all their time learning a fossil language instead of a simple and extremely useful langauge.
>>
>>60395224
I already know C since i was 14. Right now i'm learning agda
>>
>>60395572
You've spent a few years sucking your dad's nutsack you fucking faggot.
>>
I'm learning javascript right now.
What should I learn afterwards?
I was thinking about PHP or Ruby or Python.
>>
File: smugAnimeGirl3.jpg (117KB, 492x492px) Image search: [Google]
smugAnimeGirl3.jpg
117KB, 492x492px
>>60395776
C fags are so defensive about their language. Why do they hate simpler, newer, and significantly more useful languages? Jealousy dare I say?
>>
>>60395234
it's not but it's not bad. i'm learning both. no reason to use lua outside muh vidya gaems though

>>60395781
javascript is not a language

learn PHP for webdev and python because it's really fucking easy
>>
>>60395714
i know both, i have a job developing in C and _had_ to learn python because of another job where all fucking scripts were written in python. took me a fucking day.
>>
C is outdated.
>>
>>60395806
You can't do webdev without javascript, dumbass.
>>
>>60395781
>PHP
Absolutely worthless. Worse than JavaScript. Nobody hires PHP, it's fucking packed with too many security holes to ever fill, and it doesn't do anything you can't do better with literally any other scripting language on earth.

Do not go anywhere near PHP. Not ever. Trust me.

Python is cool though.
>>
>>60395857
didn't you say you couldn't, i just said it's not a language. neither is html or css.

that's why it's webdev and not real dev.
>>
>>60395845
and still every important piece of software is written in C because no other language is even comparable in terms of performance
>>
>>60395781
PHP is being used less and less, but Ruby and Python are being used more often. You cannot go wrong with either language. Do Ruby first if you're a weeb (was made in Japan) but either or are good.
>>
>>60395845
For fizzbuzz-tier stuff yes. For anything that has to be verified, it's the only viable option. Even ada is getting rekt by C
>>
>>60395900
arigatou senpai, then I will go with Ruby first.
>>
>>60395224
Learned python on the job

Now learning C
>>
>>60395900
>Ruby and Python
Python yeah but ruby really? It saw a bump with startups using rails but those guys have all switched to node or whatever the new hot meme framework is today. I'd have guessed Ruby was pretty much on it's way out too, tbhfam.
>>
File: IMG_0214.png (28KB, 640x476px) Image search: [Google]
IMG_0214.png
28KB, 640x476px
>>60395224
I am. Python didn't feel like I was making any progress. With C, it's certainly harder to do anything, but after tweaking around with everything and then googling like a madman or asking on /dpt/, I actually learn. I'm forced to think, take notes, actually make diagrams and flow charts, understand exactly how things work. It's a depth I didn't experience with Python. The solution to everything in python was to just figure out which library to import and let it do everything.

It takes more work but when I solve something I truly feel I have an understanding of exactly how my solution works and why. C feels more rewarding and I also hate how Python enforces use of white space. Also python feels bloated with all the different shit, I've always been more of a minimalist.

If I want to actually do something, sure I'll use Python. But for learning, I definitely prefer C. Of course I'll probably have a different opinion when I move on to more complex projects
>>
File: 1492079005160.jpg (49KB, 609x559px) Image search: [Google]
1492079005160.jpg
49KB, 609x559px
>He's not learning Visual Basic
>>
File: god damn that's edgy.png (151KB, 450x300px) Image search: [Google]
god damn that's edgy.png
151KB, 450x300px
>>60396105
>>
File: unhappyLoli.jpg (85KB, 1280x720px) Image search: [Google]
unhappyLoli.jpg
85KB, 1280x720px
>>60396053
I gotcha. If you wanna really do useful stuff with Python try using numpy and pandas. Lets you work with data and excel files and manipulate it and create new graphs and tables with it.
>>
>>60395781
Assuming WebDev.

>PHP
Brain dead easy to learn, and I've heard 7.0 fixed some of those obvious problems with the language, but most jobs are going to be for 5.3 and earlier.

>Python
It's probably the best language in your bunch to learn if you want to have some kind of job outside WebDev. Hella slow and it's not often that you'll find companies using a python backend, but it's the cheap Swiss army knife of programming languages. You'll find a use for it anywhere.

>Ruby
Kinda like Python, but a little more used. You're second best bet if you want to work for a start-up.

>Java
If you want a relatively secure job at a megacorp, since it's probably the most used language for companies of that size.

>Node.js(More JS)
Honestly, unless you really want Websockets and work for a trendy startup, Node's a bitch to learn despite being technically JS, since everything's changing and everyone and xer "Code Ninja Artisan" friends comes out with a stupid package that picks up some traction only to crash and burn six months down the line. I've been practicing with it for about a month now, and it's all just runaround busywork that no one should ever do and absurd things that just werked in other frameworks (like SOAP requests for instance, as fucking old as they are.) just shit themselves or have some obscure backasswards solution that would have taken ten minutes tops in any of the above languages.
>>
>>60395605
As an absolute beginner, what makes python such a bad language to learn first, and what would be better learned instead?
>>
>Knowing Python but not knowing C
How are you supposed to write native extensions for Python without knowing both languages, OP?
>>
File: angrygates.jpg (53KB, 430x307px) Image search: [Google]
angrygates.jpg
53KB, 430x307px
>Not learning C++ and Qt
Or as I've recently begun calling it, C plus plus cute.
>>
>>60395735
>agda
What for?
>>
>>60395224
>learning C
U already know C though. I actually consider myself to be quite competent in it.
>>
>>60395875
>Nobody hires PHP
>php still is one of the top 5 popular languages
Everyone hires PHP. The question why someone would like to work with that language.
>>
>>60397158
Drink bleach.
>>
>>60395224

If you have to "learn" a programming language you are doing it wrong
>>
>>60397197
>U
I*
>>
>>60395878
>JavaScript not a language
It is one thing for someone to say that SQL isn't a programming language and another that JS isn't one. The first is stupid mindset born in web development. The second is plain idiocy.
>>
>>60395224
>He's learning C
>He's

But I'm a girl, anon :3
>>
>>60395224
There's no excuse for not knowing both
>>
>>60397204
no u
>>
>>60397047
By using PyPy instead of CPython.
>>
>>60395605
I bet you are very bad at coding

that kind of "coder" that would easily make facebook clone in one week
>>
i'm learning ruby lo l
>>
I started learning programming on my own using basic in dos, and eventually bought "Learn C++ in 21 Days"

It's hard for me to imagine learning a high level scripting language as a first language.

Never did C/C++ professionally (started work using Java), but learning all the low level concepts is really quite valuable in the long term.

Stack vs heap, value vs reference, dealing with pointers and restrictive types...

I never really learned python and don't miss it, yet whenever I need to use it for something I can do so pretty easily. I have used ruby, php, and js quite a bit though.

I guess a lot of people learn python first so I won't knock it til I try it.
>>
You can know more than one language cux
>>
>>60395224
I did this during uni, I was using C, my friends Java, I was using asm, my friends js.

Now they are working at fb coding js for 100k while I am khv basement looser.
>>
>>60397365
my brain isn't big enough
>>
>>60395797
Do you know embedded systems?
>>
>>60397433
freal

"C is dead" is a meme

It'll be around far longer than any of these generic, fragmented, bloated scripting languages
>>
>write ransomware in python
>it's stopped before the first victim's harddrive finishes encrypting
>>
>>60395224
please use xe instead of he, don't assume other's genders, you fascist
>>
>>60397248

No one cares faggot.
>>
File: IMG_7584.jpg (237KB, 1126x2000px) Image search: [Google]
IMG_7584.jpg
237KB, 1126x2000px
>>60397820
I care. Hey anon are you hot and looking for sex?
>>
>>60395897
Isn't Rust comparable in terms of performance?
>>
>>60397834
C wins in most benchmarks and by a large margin in the ones that matter. What's more if you're in an industry that uses C or C++ you won't be replacing it.

http://benchmarksgame.alioth.debian.org/u64q/rust.html
>>
I never come to this board but I just thought about a question and this was the best thread to ask it seems.

I know jack shit about websites and the amount of stuff can be stored in one place. I have heard about you needing server space for large amounts of data, so how is it a website like Sadpanda which has almost half a million doujins afford that much space when it has no advertisements?
>>
>>60395224
currently learning rust, go, kotlin, elixir.
Come at me, mate.
>>
>>60398110
That's a lot of data? Let's say the average doujin has 20 panels and each panel is 1 MB. That's 10 TB. I can make a RAID 1 of 10 TB for less than $500. How is that expensive? There's more cost in the bandwidth to serve thousands of horny teens at the same time and to a lesser extent the RAM to run whatever bloated shit insecure software the site owner implemented.
>>
>>60395224
>comparing a domain specific language with a priority on speed with as little ease of use compromises as possible to a general language with a priority on ease of use with zero concern for speed

>>60395806
>javascript is not a language
>learn PHP for webdev and python because it's really fucking easy
How do you convince yourself of this?
Python is significantly better for webdev. JS is more common for webdev. PHP is slower than both, shittier than both, and is less of a language than JS will ever be. Use a real language once, and you'll realize PHP is just a glorified template engine.
>>
>>60398174
I know shit about websites. Seemed like a lot to me. I was just curious I would have thought it would be more. Thanks for the info.

The more you know.
>>
>Not learning English
Most important language unless you want to be a code monkey forever
>>
File: smugAnimeGirl5.png (597KB, 477x477px) Image search: [Google]
smugAnimeGirl5.png
597KB, 477x477px
>>60395224
C? You mean the language of the khv? Uhhh no thanks, I'm a well adjusted individual that uses JS and Ruby.
>>
>>60395224
Can I write a kernel in Python?
>>
I was a complete failure at Java, but I've learnt significantly better with Python. The only downside I notice about the language is that it's very slow. I doubt Python will ever come close to a complied language in terms of execution speed.
>>
>>60397003
assembly desu
>>
>>60399035
Only one way to find out.
>>
cpp and python here
planning on llearning fortran too for the lulz
>>
>>60398174
Except that I browse Sadpanda for non-H tragedy doujins and twisted endings like Zounose and Chemical Janky
>>
>>60399082

Mah nigga :3
>>
>>60397170
Out of interest. Also, next semester i'll have formal verification so to get a little idea of what to expect. Already played with some proof assistants
>>
I am using C++, Qt and gonna learn System Verilog + VHDL. Should I switch to Python or am I already edgy enough?
>>
>>60395234
Are there any good resources to learn lua or are you just being a boss? I've been playing wow for 10 years and it never even occurred to me.
>>
>>60395797
>>>60395776
Python isn't a language.
>>
>>60402348
What, instead of C++ and QT? That doesn't even usually work.

(Obviously Python doesn't work for shit as Verilog or VHDL replacement.)

You can use Python for whatever quick hacks that will never have to run particularly fast or need a GUI (honestly, QT is nicer from C++...)
>>
>>60395234
I learned LUA after Python. LUA is pretty easy, but you miss out on the Python packages. I sometimes have to use Python as glue between applications. When I try something similar with LUA, I end up having to start from scratch since the community is pretty shit.
>>
>>60399049
Pypy nigga.
Thread posts: 77
Thread images: 12


[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.