Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Comments on Should beginner-oriented Q&A here include basic use of a terminal (command line) for developers?

Post

Should beginner-oriented Q&A here include basic use of a terminal (command line) for developers?

+4
−0

It seems that year over year, computers constantly get easier to use, and it becomes easier for people to start learning to program who have never touched it before. This comes with the consequence that increasingly more new programmers have disturbingly little (and increasingly less) understanding of how computers work, generally.

We're now long past the point where new programmers can be reliably expected to be familiar with the command line, concepts like a "current working directory", etc. Indeed, some of them don't even seem to have a solid understanding of the computer's filesystem (never mind drive letters or reserved characters or the text encoding of paths etc. - I mean that they don't even seem to grasp the concept of files being contained in directories that form a tree.)

For one specific example, there are well-known examples of beginning Python programmers expecting to use command-line commands within the code (12.5 years old and 1.2 million views, BTW), or vice-versa (sort of; it happens much more often when trying to treat the script as executable without setting that up properly, but there are certainly exceptional cases). Python is especially susceptible to this confusion because it's currently the default choice for new programmers and because there's a command-line REPL.

Would a question about the "trying to use Pip in the REPL" issue be on topic here?

More broadly, where's the line between this site and Power Users, when it comes to fixing these elementary issues (where a new programmer needs a proper understanding of how the computer works before it's possible to start programming)?

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

2 comment threads

Using development tools correctly (2 comments)
"trying to use Pip in the REPL" (1 comment)
"trying to use Pip in the REPL"

"trying to use Pip in the REPL"

That sounds like an awful title, but can't you have a question titled "how to use Pip [with]in Python"?