Everything:Coding - "the action or process of writing computer programs."
Therefore by definition it is a coding language because you can write computer programs with it.
What do you not like about it?
"SyntaxEverything:
- Syntax
- Reading
- Efficiency
- Running it
- NO LIB BASED FILES?
Scripting Language - "A script or scripting language is a computer language with a series of commands within a file that is capable of being executed without being compiled."Python is heavily integrated with data science which now plays a huge part in today's society. If you look at the salaries of data scientists they're pretty damn high, I wouldn't call python a scripting language because all programming languages are coding languages imo
Honestly i wouldnt call that large, i made a shoe site scraper that scraped about 10 sites and several apis, displayed them all onto a central site for everyone to browse, i had to rotate api keys/proxies and everything to not get rate limited, had a dashboard for people to buy ads and see how effective they were and everything. I would call that a small project honestly, sure PERSONALLY it was a big project for me but when youre in a world where codebases with 30 million plus lines exist i dont think you can call an OG checker large by any means because honestly its quite a simple project.Ahem, I think you forgot about moi :3
[DOUBLEPOST=1568064444][/DOUBLEPOST]Python is most definitely a programming language. It has all the features of a language. Yes, it's most often use for system administration tasks and automation scripts, but it's still nonetheless a real programming language.![]()
Take OGCheckr CLI for example. I wrote that program over 3 years ago and it's still in the top 5 highest rated resources on MCM.
Beautiful example of a large Python command-line application.
A lot of people dislike Python with myself included. I don't like the way it looks or writes. I would much prefer not relying on tabs - and whitespace (where both are nearly indiscernible even with a modern day editor). Instead I prefer the traditional bracket styles of languages like C and its many many derivatives and offshoots which derive their syntax from it.I feel like Python is one of those things where programmers can feel like they are "cool" for hating on it
I don't use Python but people shit on it too much for no reason, it's good. C is amazing and is the father of most languagesA lot of people dislike Python with myself included. I don't like the way it looks or writes. I would much prefer not relying on tabs - and whitespace (where both are nearly indiscernible even with a modern day editor). Instead I prefer the traditional bracket styles of languages like C and its many many derivatives and offshoots which derive their syntax from it.
PythonI disagree. Python is a programming language and is not a scripting language. When you want to run a Python program it needs to be compiled, while scripting languages are not compiled (e.g. PHP, JavaScript). I feel like Python is one of those things where programmers can feel like they are "cool" for hating on it. Colleges recently have also started offering Python has a third option for OOP, so it's a pretty popular language.
EDIT: It's programming language, not "coding language" btw.
I dont like whitespace instead of {} but "where both are nearly indiscernible even with a modern day editor" is not true, it was a minor change to make[DOUBLEPOST=1568142353][/DOUBLEPOST]*Python is translated to bytecode which is then interpreted, idk why that got cut off[DOUBLEPOST=1568142388][/DOUBLEPOST]*it was a minor change to make VIM and VSCODE show arrows or dots depending on spaces or tabsA lot of people dislike Python with myself included. I don't like the way it looks or writes. I would much prefer not relying on tabs - and whitespace (where both are nearly indiscernible even with a modern day editor). Instead I prefer the traditional bracket styles of languages like C and its many many derivatives and offshoots which derive their syntax from it.
But don't get me wrong; I see where Python can be good.
This sentence doesn't actually mean anything. I have yet to hear anyone categorize a programming language as being a "coding" language, because coding is synonymous with programming.It's a scripting one... not coding.
