473,386 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

I need some tips to begin a simple project

Hi, I'm new in Python and I'm learning with "Learning Python" oreilly's
book which is very good written and explanatory.

Now, that I know a bit of Python, I want to make some simple project, I
thought something like a menu, just like "kxdocks" menu or something
like that, with transparency and all with xml. But I dont know what
things I have to know.

PyGame is in it, right?

And I can use some other graphical interface, like OpenGL? Or with
PyGame I can do an animattion like zooming the icon image when hover?

All sugestions would be very nice :)

Thanks for all

Sep 19 '06 #1
3 1171
PyGame is in it, right?

Python comes with a basic GUI toolkit called Tk with basic stuff such
as buttons, text and graphics widgets, menus, etc.

PyGame is a seperate package that you can download that makes it fairly
easy to create games. There are also additional libraries that make
PyGame programing even easier.

Having said all that, Python isn't magic. I'd recommend doing something
simple first, such as a calculator or a text editor. These are very
easy to do, but will cover the basics of creating a user interface,
manipulating data and accessing files.

Simon Hibbs

Sep 19 '06 #2

dutche wrote:
Now, that I know a bit of Python, I want to make some simple project, I
thought something like a menu, just like "kxdocks" menu or something
like that, with transparency and all with xml. But I dont know what
things I have to know.
Start with some simple non-gui apps first. How about a text based
lottery number picker program - you can add a GUI later :)

Writing GUI apps takes a bit of experience - I have done it in other
languages but not Python (yet).

There are several good GUI toolkits TK as mentioned and also wxPython
is worth looking at.

Tony

Sep 19 '06 #3
dutche wrote:
Hi, I'm new in Python and I'm learning with "Learning Python" oreilly's
book which is very good written and explanatory.
You're not saying how new you are to programming (particularly
GUI programming) in general. Python itself is probably not the
tricky part here.
And I can use some other graphical interface, like OpenGL? Or with
PyGame I can do an animattion like zooming the icon image when hover?
It seems to me that PyGame might be a candidate for the kind of stuff
you want to do, although I'm no expert in that. I'd download it and
play with it. There are some PyGame tutorials and example code to
get you started.

Good Luck!
Sep 27 '06 #4

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

Similar topics

3
by: Ross | last post by:
Hi I have bought the book 'Zen of CSS Design' but need some basic tips or links to start me off. I only have basic knowledge where I have set up styles in dreamwever like this ..this_style
3
by: google | last post by:
I have a database with four table. In one of the tables, I use about five lookup fields to get populate their dropdown list. I have read that lookup fields are really bad and may cause problems...
3
by: ChadDiesel | last post by:
Hello everyone. I need some advice on table structure for a new project I've been given. One of our customers sends us an Excel spreadsheet each week containing their order. Currently, someone...
10
by: Tom | last post by:
I am looking for some ideas for how to design the layout of the form for data entry and to display the data for the following situation: There are many sales associates. A sales associate can work...
18
by: Q. John Chen | last post by:
I have Vidation Controls First One: Simple exluce certain special characters: say no a or b or c in the string: * Second One: I required date be entered in "MM/DD/YYYY" format: //+4 How...
5
by: Dagoberto Aceves | last post by:
Im currently still designing the database I will be working with, and I've been following all those nifty db pointers that books like to point out. Anyway, once I finish up with the the tables, Im...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
21
by: nihad.nasim | last post by:
Hi there, I have a database in Access that I need on the web. The web page should connect to the database and write records for certain tables and view records for others. I want to know a...
7
helpwithcode
by: helpwithcode | last post by:
Hi people, I am just learning java.I have been creating a project which involves JDBC Connectivity.I find that the statements, String string_dob=text_dob.getText(); //Converting string to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.