@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
@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.
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.