Python BitTorrent implemented in Python.

  • Thread starter Thread starter craigdickinson
  • Start date Start date
  • Tags Tags
    Python
AI Thread Summary
BitTorrent was initially implemented in Python, likely due to the creator Bram Cohen's proficiency with the language. The choice of programming language may not significantly impact the functionality of the software, as the effectiveness largely depends on the programmer's skill. Any modern programming language could have been suitable for developing BitTorrent, emphasizing that the quality of the code and the developer's expertise are more critical than the specific language used.
craigdickinson
Messages
1
Reaction score
0
After endless searching I have resorted to a post, I cannot seem to find anywhere why BitTorrent was first implemented in python, rather than C, Java etc?
 
Technology news on Phys.org
Does it matter which language it was first written in? Perhaps the guy liked python.
 
lol

Give the guy a break.
 
Maybe because bram cohen was a master at python. Anyways it doesn't mater which language you write in. As long as the programmer is good, any moder language would suffice.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...

Similar threads

Replies
10
Views
3K
Replies
5
Views
2K
Replies
3
Views
2K
Replies
8
Views
1K
Replies
1
Views
7K
Back
Top