Tagged Questions
0
votes
1answer
63 views
Error in regex formulation for web scraping in python
I am trying to scrape some information from a website. I require 8 fields of information, I have got it for 5 fields, but 3 fields are always coming empty. I think there is some mistake with my ...
1
vote
0answers
56 views
Deployment of Python to support embedded and extended ways
I'm currently trying to deploy a site-package using Python 2.7 in a project written in C++ and using SWIG. Everything works very well. Our application is distributed to many clients, and we have one ...
-2
votes
1answer
114 views
JSP :: Java EE : ? :: Django [closed]
I am a newbie to Django and have Java EE( Struts) experience. In structs we can make use of the powerful Struts Tags and the same are complemented by the jsp tags.
I have read that html files are the ...
3
votes
0answers
202 views
Is Python a good candidate for deployment automation? [closed]
I am looking for a scripting language for deployment automation (installing, uninstalling, copying files etc.). Main requirements are: cross-platform, debuggable, good documentation, good IDE (or ...
0
votes
4answers
188 views
Which scripting language suits best in my scenario? [closed]
I am searching through the web for the best scripting language for my current scenario. As I writing this question here, you can see that I am not certain which one is the best for my case.
What is ...
0
votes
3answers
182 views
sh script equivalent of python script
Ok, so I have the following situation. I need to edit the PYTHONPATH dynamically on a target PC. Now the structure of the project is:
trunk
bin
start_script
dependencies
...
3
votes
1answer
859 views
how to create scripting languages [closed]
I'd really like to know what knowledge do I have to pursue in order to create scripting languages from the ground up, probably using C++, maybe python, for those are the languages I know.
I've ...
1
vote
4answers
761 views
write a scripting language in python
I'm relatively new to programming, and I would like to write a simple scripting language as an exercise, and to learn a bit. I have experience with Python, C, and Ruby, and would like to learn to ...
14
votes
7answers
867 views
Embedding a Low Performance Scripting Language in Python
I have a web-application. As part of this, I need users of the app to be able to write (or copy and paste) very simple scripts to run against their data.
The scripts really can be very simple, and ...
2
votes
8answers
1k views
Good compilers for compiling perl/python/php scripts into linux executables?
I am working on a project that requires reading text files, extracting data from them, and then generating reports (text files). Since there are a lot of string parsing, I decided to do it in Perl or ...
6
votes
11answers
516 views
Debugging a scripting language like ruby
I am basically from the world of C language programming, now delving into the world of scripting languages like Ruby and Python.
I am wondering how to do debugging.
At present the steps I follow is,
...
5
votes
12answers
1k views
Is there a “safe” subset of Python for use as an embedded scripting language?
In the many Python applications I've created, I often create simple modules containing nothing but constants to be used as config files. Additionally, because the config file is actually a Python ...
9
votes
4answers
2k views
Deploying application with Python or another embedded scripting language
I'm thinking about using Python as an embedded scripting language in a hobby project written in C++. I would not like to depend on separately installed Python distribution. Python documentation seems ...
2
votes
9answers
3k views
Should I use Perl or Python for network monitoring? [closed]
I want to have some work done on the Network front, pinging numerous computers on a LAN and retrieving data about the response time. Which would be the most useful and productive to work with: Perl or ...
6
votes
13answers
5k views
Scripting language choice for initial performance
I have a small lightweight application that is used as part of a larger solution. Currently it is written in C but I am looking to rewrite it using a cross-platform scripting language. The solution ...
8
votes
11answers
1k views
Scripting in Java [closed]
Me and some friends are writing a MORPG in Java, and we would like to use a scripting language to, eg. to create quests.
We have non experience with scripting in Java. We have used Python, but we are ...