No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
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 …
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 …
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 …
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
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 …
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 …
you could create a login for your intranet. Not the smoothest idea but that's usually how it works. LarZ
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 :)
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 …
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 …
The End.
LarZ