15 posts tagged with Perl and python (View popular tags)

I need to be able to automatically identify language (English, Japaneese, Russian, etc ... ) in which a particular blog-post has been written. (lang attribute might or might not be available). [more inside]
posted on Jul 20, 2008 - 4 answers

Faster techniques for grabbing lines of a file and doing text manipulation and arithmetic via shell (or other) scripting? [more inside]
posted on May 9, 2008 - 20 answers

I'm planning on starting a database freelancing business. I understand a lot of people prefer Microsoft Access or FileMaker. With the current evolving trend of applications going on the web and add to that my somewhat good experience with PHP, HTML, Javascript and CSS I'm seeking a cross platform efficient application environment. This is why I believe Access and FileMaker are not an option, I'm also more experienced with high level languages than I am with Access or FileMaker. [more inside]
posted on Mar 13, 2008 - 11 answers

Parse freetext postal addresses to structured form for geocoding to KML? [more inside]
posted on Nov 1, 2007 - 3 answers

What are the best database-driven Web application development frameworks out there right now? More specifically, please orient me to toolsets you know of that are similar to Ruby on Rails. [more inside]
posted on Jul 6, 2007 - 17 answers

In Linux, what's the simplest way to take a podcast RSS file as input, and output a file containing just the URLs of all the MP3s enclosed in the RSS file? Difficulty: the method must only Bash + GNU tools, Python or Perl, with no non-standard add-on libraries or dependencies required.
posted on May 10, 2007 - 22 answers

Which programming language can I learn relatively quickly for simple interpretation and manipulation of text files on my Windows box? [more inside]
posted on Apr 12, 2007 - 28 answers

Convert perl to python: I am very comfortable with regular expressions but I need help converting an implementation of them from Perl to Python. I have an example Perl script below that opens a file, scans through it one line at a time, does a s// replace, then finds a string in the result and stores it in another variable. I would love to just have a working Python version of this for my edification-- and if you have any "Perl to Python" tutorial links I'd love to see them. [more inside]
posted on Nov 11, 2006 - 11 answers

*nix shell "best practices" anyone? [more inside]
posted on May 31, 2006 - 9 answers

What are good free programming language learning environments? [more inside]
posted on Dec 30, 2005 - 41 answers

Learning programming via web apps. [+]
posted on Feb 15, 2005 - 22 answers

Due to "security concerns," my web host provider has just banned two Form-to-email scripts (Formmail and NMS Formmail). Now I'm hard up to find a replacement. Any ideas? I'd prefer a solution that doesn't require a mastery of PERL to configure.
posted on Jan 17, 2005 - 4 answers

I'm using Grep within BBedit 6.1.2 lite, in order to change some data in tables from "regular" time in the format: "0530PM" to military time: "1730"

Essentially, I am able to locate the data I want using:

(####)PM

Which, in the above example returns: "0530"

So here's the question: I want to treat that result as a number, and add 1200 to it to convert it to military time.

Is there a way to do this within BBedit using the replacement patterns, or do I have to go figure out how to write a perl/python/awk/applescript to accomplish this?
posted on Jan 6, 2005 - 10 answers

Does anyone know of a Perl or PHP or Python script that can basically do the same thing that del.icio.us does? I also wonder whether the code of del.icio.us itself is for sale.
posted on Jun 28, 2004 - 6 answers

I have been looking at changing my web development focus from Windows/ASP/.NET to LAMP(Linux, Apache, MySQL, PHP/Python/Perl) because my gut is telling me that this is where things are going. Oh, Java should be in there as well.

What's the skinny on LAMP in the real world (Netcraft surveys aside)? Is it difficult to change to LAMP/Java? Is the open source thing really sticking?
posted on Jan 9, 2004 - 14 answers