- Joined
- Mar 11, 2015
As time goes by, I'm appreciating Microsoft more and more. Why does it seem like they're the only big tech company out there besides Apple what don't have some sort of horrible hidden agenda?
Last edited:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Probably because they're one of the few remaining tech giants who rose to prominence and kept that status before Silicon Valley was what we know it as today, so they're moreso a traditional company than they are an activist company.As time goes by, I'm appreciating Microsoft more and more. Why does it seem like they're the only but tech company out there besides Apple what don't have some sort of horrible hidden agenda?
If you go with web scraping, use the Requests library. Urllib3 is Satan.I'd say either automating some boring, repetitive task you do on your computer or something that you think would be interesting but would take too long manually. An example of the former might be a program I wrote that took the CSV output from machines I worked with, collated them into one spreadsheet file, and computed averages. An example of the latter might be a program that combs through the post history of a lolcow and counts the number of time they say a certain set of words. Python is good for web scraping and has a lot of libraries that make it easy, so if you have any interest in that I'd say go for it.
No shitI've never met a rich programmer in my entire life.
NoIs anyone here still using Perl?
I don't like python but...If you like downloading hundreds of 3rd party libraries, Python is the language for you !
Python also teaches a lot of bad habits, and is the preferred scripting language of the Linux fan boys.
Good luck of you want to actually create anything in Python without 3rd party engines or 3rd party libraries - the native libraries are junktastic !
No type casting ... the ability to change any variable, to any type, at any time, anywhere in the script.Marvin said:Also I don't think it's correct to say python teaches bad habits. What makes a bad habit varies a lot from language to language. Python encourages good python coding habits, which is perfectly appropriate for python.
Python is a dynamically typed language. This is an intentional design feature, not a bug.No type casting ... the ability to change any variable, to any type, at any time, anywhere in the script.
And no implicit public / private variables.
Makes a more cohesive company to impose common style rules on everyone. It's not personally my thing, but it's a thing.And the mandatory white spacing .
And the lack of brackets { } .
Disagree. In my experience, graphics libraries are such a broad, specialized category of library that it's hard to provide one that covers all (or even a lot) of your bases.And no graphics libraries that aren't 3rd party .
What kind of networking? Like TCP/IP? Or higher level like a REST API?I dare you to write a functional networking application without any 3rd party. Python has the libraries to do it, in theory it should work. In practice, it doesn't.
No type casting ... the ability to change any variable, to any type, at any time, anywhere in the script.
And no implicit public / private variables.
And the C++ style class declarations python loves, despite they are not necessary at all.
And the mandatory white spacing .
And the lack of brackets { } .
And no graphics libraries that aren't 3rd party .
I'm sorry, but the native PRE is absolute junk. I dare you to write a functional networking application without any 3rd party. Python has the libraries to do it, in theory it should work. In practice, it doesn't.
In Java is is relatively simple to get the native libraries to work - and it actually works without 3rd party add-ons !!!
I'm going to guess someone is going to fire up a Linux distro, load a 3rd party heavily modified version of Python, and tell me I'm incorrect.
...who shit on streets.Instead just use C#; The Language For Men
...who shit on streets.
Every time I see a program is written in C#, I already know it's complete garbage.
Is anyone here still using Perl?
It's been a long time since I had a job as a dev (thankfully), but something about Perl is just so elegant that I'll still use it in my spare time to automate stuff or shit out a quick data scraper. I know that Python and JS is all the rage these days, but there's a certain beauty about Perl.
In Java is is relatively simple to get the native libraries to work - and it actually works without 3rd party add-ons !!!
I'm going to guess someone is going to fire up a Linux distro, load a 3rd party heavily modified version of Python, and tell me I'm incorrect.
Every time a recruiter with a thick accent and a shitty job offer calls me, guess what language they want? Java....who shit on streets.
Every time I see a program is written in C#, I already know it's complete garbage.