Post Reply 
 
Thread Rating:
  • 6 Votes - 1.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python tutorials?
01-15-2010, 03:59 AM
Post: #1
python tutorials?
I downloaded pthon 3.1 for mac, I believe it has tkinter built in. I cannot find tutorials anywhere or resources. If anyone could give me some links I would really appreciate it.

Tech News | Free Advertising | Cheap Tech Products - Still in Beta
Find all posts by this user
Quote this message in a reply
01-15-2010, 10:19 PM
Post: #2
RE: python tutorials?
well first you learn python, which is available via python.org. I don't know what tkinter is. And unless ur developing for iphone or mac, you probably shouldnt use a mac dev environment.

[Image: adminexecuterh8.png]
[Image: ABGr7.gif]
☤ ☢ Software Engineer - Director of Inferno ☢ ☤
Visit this user's website Find all posts by this user
Quote this message in a reply
01-15-2010, 10:26 PM
Post: #3
RE: python tutorials?
ive been having trouble with trying to get c++ and python, it all works but i want programs that work on mac and pc. I think ill stick to my pc for programming. 001_smile

Tech News | Free Advertising | Cheap Tech Products - Still in Beta
Find all posts by this user
Quote this message in a reply
01-17-2010, 01:08 PM
Post: #4
RE: python tutorials?
C++ for small projects use Code::Blocks, for big use Visual Studio, for Qt projects use Notepad++.

[Image: adminexecuterh8.png]
[Image: ABGr7.gif]
☤ ☢ Software Engineer - Director of Inferno ☢ ☤
Visit this user's website Find all posts by this user
Quote this message in a reply
01-17-2010, 10:31 PM
Post: #5
RE: python tutorials?
Doesn't Qt have an IDE? I think I remember one...

☤Legalize It☤
Visit this user's website Find all posts by this user
Quote this message in a reply
01-19-2010, 12:38 AM
Post: #6
RE: python tutorials?
(01-17-2010 10:31 PM)TrigZu Wrote:  Doesn't Qt have an IDE? I think I remember one...
Yes, I used it a couple of times and is kind of confusing. I just don't like the setup..
I haven't coded much in a longgg time. I'll probably start learning Qt so I can at least make some decent C++ apps. The thing is though I've never really understood much with C++ and a GUI. I guess that's what I get for learning VB first.

If the world didn't suck, we'd all fall off.
Find all posts by this user
Quote this message in a reply
01-28-2010, 04:49 AM
Post: #7
RE: python tutorials?
(01-15-2010 03:59 AM)cody Wrote:  I downloaded pthon 3.1 for mac, I believe it has tkinter built in. I cannot find tutorials anywhere or resources. If anyone could give me some links I would really appreciate it.

If you are interested in learning Python... 2.6.x is the way to go at the moment... 3.x is very new and as things go with any new language (particularly when compat issues arise since 3.x isnt fully backwards compat) -- its very slow in becoming adopted... most everything you find will be in reference to 2.5.x or 2.6.x still.

-Karl Tiedt
Find all posts by this user
Quote this message in a reply
01-29-2010, 02:02 AM
Post: #8
RE: python tutorials?
well so far in 3.x the only thing different i found was you have to use print like print() ... and a few other details, but nothing major.

[Image: adminexecuterh8.png]
[Image: ABGr7.gif]
☤ ☢ Software Engineer - Director of Inferno ☢ ☤
Visit this user's website Find all posts by this user
Quote this message in a reply
01-29-2010, 02:27 AM
Post: #9
RE: python tutorials?
If you believe that, then try running any python app/framework written for 2.5 or even 2.6.x and you will see that there are much larger changes ;)

-Karl Tiedt
Find all posts by this user
Quote this message in a reply
01-29-2010, 06:51 PM
Post: #10
RE: python tutorials?
Yes but what really is the advantage that Python 3.x brings?
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Python: What GUI? cody 3 282 08-15-2009 07:48 PM
Last Post: Richard



User(s) browsing this thread: 1 Guest(s)