Find Jobs
Hire Freelancers

Python 2.7, Help with lists [AUD ONLY!]

$10-30 AUD

已完成
已发布超过 5 年前

$10-30 AUD

货到付款
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!
项目 ID: 17988847

关于此项目

7提案
远程项目
活跃6 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
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 在1天之内
4.8 (15条评论)
3.9
3.9
7威客以平均价$24 AUD来参与此工作竞价
用户头像
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 在1天之内
4.9 (324条评论)
8.4
8.4
用户头像
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 在1天之内
5.0 (37条评论)
5.5
5.5
用户头像
Hi, I'm not interested in long introductions. I'll do this in 1 hour or less.............................
$30 AUD 在1天之内
5.0 (1条评论)
2.8
2.8
用户头像
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 在1天之内
5.0 (1条评论)
1.5
1.5
用户头像
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 在1天之内
5.0 (1条评论)
1.2
1.2
用户头像
Hello sir i am very interested ....................................................................................................
$20 AUD 在1天之内
0.0 (0条评论)
0.0
0.0

关于客户

AUSTRALIA的国旗
canberra, Australia
5.0
1
付款方式已验证
会员自3月 4, 2017起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。