ally_uk wrote: » Very interesting thread I would like to get into learning the art of Python myself I have done the basics in the past i.e variable declaration print output and getting the program to ask for user input ( nothing to hardcore) The Program / script's you have written have caught my attention and I immediately thought this is exactly what I would like to do, I am not interested in developing games or spending the next 10 decades writing hello world So the question is how do you take the next stage and learn about how to use Python in conjunction with either Windows or Linux Commands and create automated scripts for administrate for example creating a backup script or a logging script. Do any of the books or guides teach you this kind of thing? Many Thanks
linuxlover wrote: » Interesting, our company uses mostly Perl for automation.
the_Grinch wrote: » Perl always seemed very cumbersome to me, where as Python has the "order" I understand. Today I wrote a program to query the Maxmind GeoIPLite2 database (they give this out for free) to trace where an IP is located. Took about 15 minutes! I have to expand it heavily to include reading a database, checking the ip, and then writing the information to said database. But overall a very good start! That being said I was looking at Coding for Penetration Testers and boy is his code full of misprints and bugs. I had issues with his bash code and his Python code....yikes! Hoping Violent Python is better written.
YFZblu wrote: » Duuuuude. I'm currently reading Violent Python. Care to trade notes as we go along? It's a great read, btw