473,809 Members | 2,849 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

UK Social research job to suit Excel programmer (not necessarily VBA)

4 1674
Duncan Smith wrote:
http://www.man.ac.uk/news/vacancies/research.html#581


Sorry, but what's the connection to Python?
Jul 18 '05 #2

"Peter Hansen" <pe***@engcorp. com> wrote in message
news:40******** ******@engcorp. com...
Duncan Smith wrote:
http://www.man.ac.uk/news/vacancies/research.html#581


Sorry, but what's the connection to Python?


There is (I am told) a significant amount of work automating Excel.
Unfortunately this isn't clear from the job description (I didn't write it).
I know from experience that this can be achieved admirably using Python (and
Mark Hammond's extensions). Personally I would like to see the work done in
Python, but that depends on who applies and whether those who make the
decisions can be convinced that it's an appropriate language (well, moreso
than VBA). It's certainly not a full-time programming job (due to the
social science / modelling component), but it does need someone who can
write good maintainable code.

Duncan
Jul 18 '05 #3
Duncan Smith <bu*****@urubu. freeserve.co.uk > wrote:

"Peter Hansen" <pe***@engcorp. com> wrote in message
news:40******** ******@engcorp. com...
Duncan Smith wrote:
http://www.man.ac.uk/news/vacancies/research.html#581


Sorry, but what's the connection to Python?


There is (I am told) a significant amount of work automating Excel.
Unfortunately this isn't clear from the job description (I didn't
write it). I know from experience that this can be achieved admirably
using Python (and Mark Hammond's extensions). Personally I would like
to see the work done in Python, but that depends on who applies and
whether those who make the decisions can be convinced that it's an
appropriate language (well, moreso than VBA). It's certainly not a
full-time programming job (due to the social science / modelling
component), but it does need someone who can write good maintainable
code.


Bash, Awk, Python are all good tools, and Math/Engineering would be good
background to have. But, this is job for local undergraduate students,
not outside programmer or consultants. :-)

--
William Park, Open Geometry Consulting, <op**********@y ahoo.ca>
Slackware -- because I can type.
Jul 18 '05 #4
has
"Duncan Smith" <bu*****@urubu. freeserve.co.uk > wrote in message news:<c9******* ***@news5.svr.p ol.co.uk>...
"Peter Hansen" <pe***@engcorp. com> wrote in message
news:40******** ******@engcorp. com...
Duncan Smith wrote:
http://www.man.ac.uk/news/vacancies/research.html#581


Sorry, but what's the connection to Python?


There is (I am told) a significant amount of work automating Excel.
Unfortunately this isn't clear from the job description (I didn't write it).
I know from experience that this can be achieved admirably using Python (and
Mark Hammond's extensions).


If it's any help, the Mac version of Excel can also be scripted via
Apple events. The most common language for this is AppleScript [no
comment:p], but Apple Event Manager bridges are also available for
Perl (see Mac::Glue at <http://search.cpan.org/~cnandor/>) and
MacPython (see appscript at
<http://freespace.virgi n.net/hamish.sanderso n/appscript.html> ; not
quite finished but getting there).
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2419
by: Bishara Gabriel | last post by:
I encourage feedback from all parties and especially those which would like to be directly involved (I may include you in the grant proposal and budget). Send me your comments! -------> Project Objective We seek to introduce the advantages of object-oriented programming to the realm of social sciences. We believe the fields thereof (economics,
5
1581
by: Graham | last post by:
I have been asked by a client to produce a proof of concept of how .Net performs and works within an Excel workbook. Everything works perfectly with all the required events firing and data being read from the correct cells. I sent this to the client and he is happy but asked some questions, and Im not too sure on the answers (he is an old school VBA developer at heart and doesn't know anything about .Net): ...
4
15017
by: Jiro Hidaka | last post by:
Hello, I would like to know of a fast way to export data source data into an Excel sheet. I found a way from C# Corner(Query Tool to Excel using C# and .NET) which is a neat little way of exporting dataset data to an excel using the Excel COM object. This works fine but the problem is its pretty darn slow when exporting large
2
10357
by: Jacob.Bruxer | last post by:
Hi everyone, I'm having trouble opening space delimited textfiles in Excel from Visual Basic.net. I'm able to control, open and modify Excel files from Visual Basic, so my Excel reference seems to be working ok. I just don't know what I'm doing when I try to open a space delimited file and want to put the data into columns. I tried recording a macro in VBA and going from there, but then I got stuff saying "Name 'xlDelimited' is not...
4
7958
by: michael.pearmain | last post by:
Hi Experts, Looking for a very quick bit on of advice on how to make some python code run. I'm a newbie to both VBA and Python, so i apologise if this is very easy but i'm about to tear my hair out after googling for the last 3 days. I have written a large python script which inside of it creates an Excel table, the name of this file and how many objects can change for each project i run.
18
4415
by: gonzlobo | last post by:
No, I don't want to destroy them (funny how the word 'decimate' has changed definition over the years) :). We have a data acquisition program that saves its output to Excel's ..xls format. Unfortunately, the programmer was too stupid to write files the average user can read. I'd like some advice on how to go about: 1. Reading a large Excel file and chop it into many Excel files (with only 65535 lines per file)
6
11175
by: james.igoe | last post by:
I've been hired to produce a reporting database that takes data from numerous sources (5 financial products, from three regions, each with multiple tabs) and although I'm confident I can build fairly robust ETL procedures, controlling for all the vagaries of Excel, I was wondering if there were finished products, e.g., purchaseable software, that would save the time and energy of building from scratch. Are there any polished ETL...
0
2353
by: Nicholas Dreyer | last post by:
Operating System: Microsoft Windows Version 5.1 (Build 2600.xpsp_sp2_gdr.050301-1519 : Service Pack 2) Visual Basic: MIcrosoft Visual Basic 6.3 Version 9972 VBA: Retail 6.4.9972 Forms3: 11.0.6550 (comes with Excel 2003) The copy paste code below fails to copy the PrefixCharacter from cell "a1" to cell "a2" when compiled into a dll and called from VBA, yet running from a VB.NET main program the PrefixCharacter is copied, as it is...
3
5514
by: aaronward | last post by:
i have a couple of books coming on programming access - but they have not arrived as of yet. i am a fluent excel vba programmer, but i am extending out into access. I am starting with a simple export to a code generated excel file. My database consists of 1 table (tblErrLog) with 8 fields (numEntry, txtVZID, txtAcctNum, txtRegion, txtComments, EZInfo, txtDate, txtTime) I have the users enter data into an unbound form and submit it thru a...
0
9722
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9603
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10391
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10121
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7664
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4333
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3862
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.