Hello Everyone:
I am trying to find a way to extract and remove database connection
information (username, password, schema name) from the application
source. I need to do this because in my organization - for security
reasons - access to databases is controlled by a separate department;
and as
using lxml, among other things.
Using selenium, you can check for broken links[1]. Hope this helps.
--
Burhan Khalid
1.
http://stackoverflow.com/questions/1453527/how-to-check-url-for-404-using-selenium-webdriver
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 8, 1:22 pm, Stuart MacKay
wrote:
> A simple way to do this is use fabric for deployment. It allows you to
> upload a file as if it was a template and replaces any placeholder
> strings with values supplied when you upload. The values can be supplied
> either in a config file or interactivel
Hello Group:
I am in the planning stages of an application that will be accessed
over the web, and one of the ideas is to print a barcode that is
generated when the user creates a record. The application is to track
paperwork/items and uses barcodes to easily identify which paper/item
belongs t
Andy Dingley wrote:
> Burhan wrote:
>
> > Is there an easy way to generate barcodes using Python
>
> Easy way for any application or language to generate barcodes is to
> install a barcode font on the client machine, then just generate a
> suitable text string for it.