Find Jobs
Hire Freelancers

Python 2.7, Help with lists [AUD ONLY!]

$10-30 AUD

Fullført
Lagt ut over 5 år siden

$10-30 AUD

Betalt ved levering
So I have a small script, what it does is makes a requests, reads the pages data and will create/append to a text document with data if certain text is found. What I'd like, instead of it saving the .txt files as the IDs from the list, instead allow me to give each ID it's own name so I can sort through them faster. Below will be my current script for this: IDs= ['1012880', '1012140', '1013750', '1011700', '1012910', '1010150', '1011620', '1010050', '1007830', '1011120', '1014950', '1010420', '1014920'] url = 'url here' r = [login to view URL](url, headers=headers) Sa = [c for c in checklist if c in [login to view URL]] f = open([login to view URL]('dir', str(Sa) + '.txt'), 'a') [login to view URL](str(d) + '\n') [login to view URL](str(d) + '\n') [login to view URL](str(d) + '\n') [login to view URL]() print Sa Where it opens the file and saves to it here "f = open([login to view URL]('dir', str(Sa) + '.txt'), 'a')" where it says "str(Sa)" that saves the file as a name, depending on what IDs it finds within the page its self. I'd like to be able to save the files as custom names instead of the IDs. Any help would be appreciated!
Prosjekt-ID: 17988847

Om prosjektet

7 forslag
Eksternt prosjekt
Aktiv 6 år siden

Ønsker du å tjene penger?

Fordeler med budgivning på Freelancer

Angi budsjettet og tidsrammen
Få betalt for arbeidet ditt
Skisser forslaget ditt
Det er gratis å registrere seg og by på jobber
Tildelt til:
Brukeravatar
Hello There, I have rich experience in working with Python, lists. I would like to do your project. Message me for more details. We can discuss more over chat
$20 AUD om 1 dag
4,8 (15 omtaler)
3,9
3,9
7 frilansere byr i gjennomsnitt $24 AUD for denne jobben
Brukeravatar
Hello~!! I am Gang Lee and I read your post. But I have something to ask you. Your idea is amazing and it will change the world! I am a magic talented developer in your skill. If you wanna be the success, hire me I am looking forward to keeping touch with you Thanks
$25 AUD om 1 dag
4,9 (324 omtaler)
8,4
8,4
Brukeravatar
Hello, I can help you with your script. Please feel free to contact me to complete it. I do have extensive experience in python. Regards, Sunny S
$30 AUD om 1 dag
5,0 (37 omtaler)
5,5
5,5
Brukeravatar
Hi, I'm not interested in long introductions. I'll do this in 1 hour or less.............................
$30 AUD om 1 dag
5,0 (1 omtale)
2,8
2,8
Brukeravatar
Hello, since each ID is unique the easiest solution is to loop through the list extract the digits of the ID then convert them to their numeric characters by adding an offset and using the built in python function ord(num + offset) and then concatenate the digits to form a string. Example 102543. The numbers in ascii start from decimal 48 to 57 and the uppercase letters start from decimal 65 ot 90. In order to shift 0 to A, 1 to B etc the offset would be 17, so you'd add 17 before you pass it to ord. So here's the algorithm: while (notdone) { #extract last digit word += ord((ID % 10) + 17) #convert to character and concatenate continue until all digits are extracted and concatenated } Message me if you need assistance
$20 AUD om 1 dag
5,0 (1 omtale)
1,5
1,5
Brukeravatar
Hello I am a Python developer of 5 years based in Brisbane Australia. I would like to help you with your script. If you would like to discus the project further please feel free to message me anytime. Thanks
$20 AUD om 1 dag
5,0 (1 omtale)
1,2
1,2
Brukeravatar
Hello sir i am very interested ....................................................................................................
$20 AUD om 1 dag
0,0 (0 omtaler)
0,0
0,0

Om klienten

AUSTRALIAs flagg
canberra, Australia
5,0
1
Betalingsmetode bekreftet
Medlem siden mar. 4, 2017

Klientbekreftelse

Takk! Vi har sendt deg en lenke for at du skal kunne kreve din gratis kreditt.
Noe gikk galt. Vær så snill, prøv på nytt.
Registrerte brukere Publiserte jobber
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Forhåndsvisning innlasting
Tillatelse gitt for geolokalisering.
Påloggingsøkten din er utløpt og du har blitt logget ut. Logg på igjen.