DEV Community

Discussion on: How do you use Python in a not "professional developer" way?

Collapse
 
casiimin profile image
Casi Imin

I'm not a professional programmer, especially in Python.
In the past I've tried to make various automation script, for fun.
Three of the best:
a wireless (based on sockets) transfer script, from and to pc (Mac) and mobile (iOS)
a web crawler in httplib, urllib and regex (for find pdf's research in Google)
a remote system controller via email

/laugh

Collapse
 
davidmm1707 profile image
David MMπŸ‘¨πŸ»β€πŸ’»

That's cool. I was playing this week with reading-deleting-modifying-etc files but next week I'm going to start with email automation.

The wireless socket transfer sounds great, I like the idea.

Collapse
 
casiimin profile image
Casi Imin

Nice! Have a nice pydev ;)