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? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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!

9th Oct 2020, 4:45 PM
VINIT SHARMA
VINIT SHARMA - avatar
14 Respostas
+ 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.
11th Oct 2020, 4:18 AM
Tibor Santa
Tibor Santa - avatar
+ 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).
9th Oct 2020, 4:50 PM
Arsenic
Arsenic - avatar
+ 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 šŸ˜Š
10th Oct 2020, 2:17 AM
Eedriz_
Eedriz_ - avatar
+ 5
Yeh, even some Google's have stated that sometimes they copy codes, but usually as a programmer, they make their own.
11th Oct 2020, 11:41 AM
Rudra Pratap Singh
Rudra Pratap Singh - avatar
+ 4
Thank you Arsenic Rajat Porwal Erialdo Meta šŸ‡¦šŸ‡± MĒŸÉ–ā†»Ć“ɖɆā±¤šŸ’‰ for your time in response to my questions!šŸ˜€
9th Oct 2020, 7:17 PM
VINIT SHARMA
VINIT SHARMA - avatar
+ 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...
9th Oct 2020, 4:51 PM
Rajat Porwal
+ 2
Are you asking how to make a Meme?
11th Oct 2020, 1:35 PM
Sonic
Sonic - avatar
+ 2
Both are OK if you give credit and understand what you are using.
11th Oct 2020, 1:36 PM
Sonic
Sonic - avatar
+ 2
Martin Taylor do python programmers really do that?
11th Oct 2020, 1:36 PM
Sonic
Sonic - avatar
+ 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 ā˜ŗ
12th Oct 2020, 5:13 AM
Frank Owusu Boakye
Frank Owusu Boakye - avatar
+ 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 šŸ¤”
12th Oct 2020, 7:52 AM
Frank Owusu Boakye
Frank Owusu Boakye - avatar
+ 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 ā˜ŗ
12th Oct 2020, 7:55 AM
Frank Owusu Boakye
Frank Owusu Boakye - avatar
+ 1
Yeah its true , someone do it .
10th Oct 2020, 4:42 PM
Mehrdad Zabiholla
Mehrdad Zabiholla - avatar
0
Martin Taylor OK šŸ˜Ž
26th Oct 2020, 5:29 PM
Frank Owusu Boakye
Frank Owusu Boakye - avatar