Close this please.

Dusk

based
Reputation
13
dsdsfreretwtryewtrewtrewtrewrtetrtrewtrewtrewtrewretwrtewtrwetrewtrewtrew
 
RE: Need help with python

Post what you need help with so I can actually help you.
 
RE: Need help with python

Chapel said:
@odus im am new to python and im just trying to learn the basics right now i have a book on it, but its advanced i feel like i should learn the basics first if you could help thatd be great :)

I can't help you on a personal basis (time problems) but Python itself has thousands of pages worth of documentation you can solicit for learning material. For where to start: The concept of programming, data representation, mathematical operations, logic comparisons, arrays & iterations, that sort of thing.
 
RE: Need help with python

I recommend reading the official tutorial located here. It has A LOT of information about Python, e.g control flow, data structures and other important information (such as handling unicode which can be a bitch).

If you have any questions, you're always free to ask here and I'll try to help. But in the case that you're too shy to ask here or you're unable to find a solution or answer to your question, StackOverflow is another great resource.

Bookmarking this is also a good idea.

Last, but not least; if you ever plan on doing anything networking-related (e.g constructing a server, or client), I strongly recommend learning how to use Twisted. If there's any framework you learn how to use, make sure it's this one. It's soo useful. You may want to read up on and install Beautiful Soup as well.
 
RE: Need help with python

Do you have any specific problems you've run into, or what? If you post any questions I can help answer some.
 
Back
Top