Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K

10 Posted Topics

Member Avatar for LarZ

Hey guys, here's a simple one: I'm developing a load test suite (for GSM networks) at the moment and i have scripts that create traffic patterns and all that. I am developing a GUI for the test suite that dynamically adjusts the layout and controls which are displayed on a …

Member Avatar for Dixtosa
0
4K
Member Avatar for aot

I know that you can use javascript to call python functions/scripts. said functions can return data which you can use in your html Interface. It would be easier and nicer to be able to use python without the user having to have it installed. I'm not too sure off-hand how …

Member Avatar for Jon Pierce
0
196
Member Avatar for LarZ

I want to develop a widget that'll allow people to see who of their PS3 friends are online and what they're playing, just like you can see through the Playstation 3 friends menu. How would i get this info? Is it important enough for Sony to make it difficult to …

Member Avatar for MattEvans
0
155
Member Avatar for LarZ

Does anyone know how easy it is to automate a web browser using python? If so, can you point me in the direction of any basic examples of screen scraping and html manipulation using python I work with firefox LarZ

Member Avatar for 1337455 10534
0
122
Member Avatar for LarZ

Can anyone point me in the direction of a small app that displays 2 panels on a frame, where one panel is small and at the top taking up about 20% of the frame, and the other panel takes up 80%. I would like it to be possible using wxBoxSizer …

Member Avatar for vegaseat
0
846
Member Avatar for eleonora

just write it to a text file so that the text file looks something like this: sssssssss sssssssss rryrssyry yyyryryyr yryrryryr where s is an unoccupied slot and r represents a red and y represents a yellow.. this way you can reconstruct the board giving each slot of the board …

Member Avatar for G-Do
0
347
Member Avatar for capri19

you could create a login for your intranet. Not the smoothest idea but that's usually how it works. LarZ

Member Avatar for jbennet
0
386
Member Avatar for yelpy

There's a fantastic book that might make a good christmas present: Python Programming for the absolute beginner by michael dawson: [url]http://www.amazon.com/Python-Programming-Absolute-Beginner-Michael/dp/1592000738[/url] Hope this helps, i even use this book as a quick reference at work, as i'm only new to python too :)

Member Avatar for vegaseat
0
178
Member Avatar for Roadphantom13

I use wxpython, but it's all about preference. [CODE]from wxPython.wx import * class MyFrame(wxFrame): def __init__(self, parent, ID, title): wxFrame.__init__(self, parent, ID, title, wxDefaultPosition, wxSize(1000, 500)) class MyApp(wxApp): def OnInit(self): frame = MyFrame(NULL, -1, "Blank GUI") frame.Show(true) self.SetTopWindow(frame) return true app = MyApp(0) app.MainLoop() [/CODE] that'll give you a nice …

Member Avatar for vegaseat
0
173
Member Avatar for LarZ

Hey guys, I'm Irish, i'm 22. As well as studying i work 20 hrs a week with a computer software company ([url]www.altobridge.com[/url]) . I have lots of other jobs on too like webdev, forum installation and maintenance, Lecturing adults about internet security, giving literacy classes etc. Keeping myself busy. Looking …

Member Avatar for jasimp
0
47

The End.