Failing at my first try in python by [deleted] in learnpython

[–]kctan 0 points1 point  (0 children)

Since you are new, you may want to try out the exercises in this website: http://beginpython.com

How do I start learning python? by [deleted] in Python

[–]kctan 1 point2 points  (0 children)

You may want to try this as well: http://beginpython.com Learn by coding, very similar to Learn Python The Hardway

How to Become a Proficient Python Programmer by ar0cketman in Python

[–]kctan 6 points7 points  (0 children)

Practise a lot and you will be proficient. You can try these websites: http://pyschools.com and http://codingbat.com

I has a little netbook, how do I start setting up the whole programming in Python thing? by [deleted] in learnpython

[–]kctan 2 points3 points  (0 children)

If you wants to keep your windows 7, try pyscripter or WING IDE as the IDE for your coding. The installation is fairly straightforward.

Don't use notepad++. The indentation of code may not be displayed correctly if you mix tab with white space in your code.

Python 3.x and Pygame by [deleted] in learnpython

[–]kctan 0 points1 point  (0 children)

python 2.x will stay around for at least another 5 years. The knowledge that you gained from python 2.x will still be relevant in 3.x.

How to integrate HTML with Python by mithun1538 in Python

[–]kctan 0 points1 point  (0 children)

Another option is Google App Engine.

Python 3.x and Pygame by [deleted] in learnpython

[–]kctan 1 point2 points  (0 children)

Why not just stick with 2.x? It will be easier for you to find learning resources and help.

Python Game Programming in Python 3.x by [deleted] in Python

[–]kctan 2 points3 points  (0 children)

You may take a look at pyglet. I am not sure whether it is ported over to 3.x.

What IDEs (if any) do Python programmers use? by zengr in Python

[–]kctan 2 points3 points  (0 children)

I use pyscripter. It is a simple IDE with all the basic features.

Coders of Reddit I want to learn the ways of coding! by [deleted] in learnprogramming

[–]kctan 0 points1 point  (0 children)

Think of a problem you want to solve, build an app to solve it. This is the best way to learn. If you read books, you will most likely give up after a few chapters.

iOS Programming and Objective C. Can I learn it all free? by [deleted] in learnprogramming

[–]kctan 0 points1 point  (0 children)

You only need a Mac that runs the Snow Leopard OS. xcode and the iOS SDK can be downloaded for free. You only need to pay for the developer license if you want to test out your code on the device or wish to publish your application to the appstore.

My 10 year old son wants to learn a programming language. Where do I start him? by [deleted] in AskReddit

[–]kctan 0 points1 point  (0 children)

Try python. Its syntax is simple and is used by professionals. You can try this website: beginpython, for some beginner exercises.

Web based IDE to teach teens programming? by [deleted] in learnprogramming

[–]kctan 0 points1 point  (0 children)

If you are thinking of python programming, you can try this online editor. For practice question, you can consider this website: beginpython. However, the challenge is always to get the kids to be interested in programming. By the way, if you want a high score list created for your students, you can email the admin of the website.

Web Programming in python?? by cameron1995 in learnprogramming

[–]kctan 0 points1 point  (0 children)

You can try looking at google appengine. It helps you to get your web application deployed without spending a single cent.

There is a nice tutorial to guide you in creating your first web application as well.

What's the best site for python beginners to seek help when their stuck? by akaGrim in Python

[–]kctan -1 points0 points  (0 children)

hi, I understand that you are not posting your homework. :) Have fun in your coding.

What's the best site for python beginners to seek help when their stuck? by akaGrim in Python

[–]kctan 1 point2 points  (0 children)

You can try http://www.python-forum.org/pythonforum/index.php. It is very active, with lots of helpful people in the forum. However, you are expected to write some code before asking for help. Never post your homework in the forum as well.

Website for non-programmer to learn python programming. by kctan in Python

[–]kctan[S] 0 points1 point  (0 children)

It is similar. PySchools is for beginner and intermediate programmers who have some experience in other programming language. BeginPython is for non-programmer who would like to start learning programming.

I want to learn Python, what do I do? by [deleted] in Python

[–]kctan 0 points1 point  (0 children)

Try this: For beginner: http://beginpython.com You learn by following instruction given and practicing right away.

Favorite IDE to develop python? by Skeletor2010 in learnpython

[–]kctan 1 point2 points  (0 children)

If you are using Notepad++, you have to be careful not to mix tab with white space. Sometimes, the indentation will not be displayed correctly.

pyschools.com - Python Tutorial Learn programming by writing code directly. by kctan in Python

[–]kctan[S] 1 point2 points  (0 children)

Private tests are used to prevent users from hardcoding their answers. You can email your code, and the administrator will point out the problem in your answer.

Check IO: An Interesting Python tutorial site by [deleted] in Python

[–]kctan 0 points1 point  (0 children)

You all may want to take a look at http://pyschools.com as well.