+ 7
I saw a meme where they were making joke of how many programmers copy others code or search google for it? Is this possible how?
How to do that just asking out of curiosity I am new to coding starting with python!
14 Respuestas
+ 5
Millions of programmers follow the same learning path, so it is natural that they encounter the same roadblocks, have the same doubts and ask the same questions. Where they ask, is usually Stackoverflow, it is an immensely useful site to look for these kind of solutions. There are usually many possible ways to solve a problem. Some are more easy, some are more efficient, some are more idiomatic (meaning they fit better to the natural style of a specific programming language) and some will work only with specific versions or in specific situations. You need to consider all of this before you start copying code... You'd better understand fully how it works, before you put it in your own program. Otherwise it might crumble as a house of cards.
+ 6
Yes they do. And I don't find anything wrong in searching for something that we don't know on google.
and as far as copy pasting is considered then also it is fine till the time you know what are you putting in your code(not recommended for beginners though).
+ 5
There is difference between copying and learning from it. Some dub and claim to be programmers...
It's always cool to pick up some chunk of confusing codes from net if you have the knowledge to scan it through and fix it into your project properly 😊
+ 5
Yeh, even some Google's have stated that sometimes they copy codes, but usually as a programmer, they make their own.
+ 4
Thank you Arsenic Rajat Porwal Erialdo Meta 🇦🇱 Mǟɖ↻ôɖɆⱤ💉 for your time in response to my questions!😀
+ 3
Yea it's possible, but don't expect to get the exact code of the program you wanna make, Programmers have to copy other's codes in some part of their life...
+ 2
Are you asking how to make a Meme?
+ 2
Both are OK if you give credit and understand what you are using.
+ 2
Martin Taylor do python programmers really do that?
+ 2
to put it simply, the problem u are facing has been encountered previously by others so there's no need to come up new solution when one already exists ☺
+ 2
Martin Taylor from u guys are saying, are u implying that programmers should reinvent the wheel even if a solution exist for a problem 🤔
+ 2
and am not sure that pythonians are copy cats because the language itself has great api and loads of tools to help u solve your problems..
# that's what makes a languages great, and in the situation of python, the best ☺
+ 1
Yeah its true , someone do it .
0
Martin Taylor
OK 😎