Posts by Alan Rodrigues Chaves • 47 points
3 posts
-
3
votes1
answer46
viewsQ: How to print/insert in an organized way inside a csv file a tuple in Python
Would anyone know how to print a tuple as follows: amount_of_commits,author 148, Steve Ellis 2, Alex Kwiatkowski 2, Thomas 1, Dan Forbes 1, David Parker 1, John Barker 1, Thomas Hodges…
-
0
votes1
answer74
viewsQ: Error trying to save git repository log to txt (Python) file
Hello, I’m trying to write a code in Python to save a git log from a git repository to a file . txt in a different directory using the function subprocess.Popen(). I know the command line syntax is:…
-
1
votes1
answer108
viewsQ: For nested only works in first iteration (Python)
I’m trying to get one nested to compare lines in two different csv files, but after the first interaction of the first file is searched inside the second file and skip to the second iteration, the…