![]() |
|
Help Needed (Regarding Python) - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Python (https://sinister.li/Forum-Python) +--- Thread: Help Needed (Regarding Python) (/Thread-Help-Needed-Regarding-Python) |
Help Needed (Regarding Python) - Frosty - 11-02-2012 I Learnt a little python. I Left Learning it until i didn't understood. I Hope you guys understand me. That i know all the commands but i can't make anything from it. I Dont know how to creat a chain of commands to make any application or i don't know where to use it please help... my skype id: delta.forst3 RE: Help Needed (Regarding Python) - H4R0015K - 11-02-2012 how did you assumed that by learning little you will be able to create a working application?? I will suggest you take a nice ebook on python and learn it fully. RE: Help Needed (Regarding Python) - Frosty - 11-02-2012 can you tell me any ebook or book for python? Can you tell me any good ebook or book for it? RE: Help Needed (Regarding Python) - H4R0015K - 11-02-2012 how to think like a computer scientists is a nice online tutorial on python just Google it.. RE: Help Needed (Regarding Python) - DaPaus - 11-03-2012 h4r0015k is right about the book. It is a good one (Here is a link). Also if you are more for instruction video's, chek TheNewBoston on youtube. Here is a link to the python playlist Hope this provided a good starting point
RE: Help Needed (Regarding Python) - Frosty - 11-03-2012 (11-03-2012, 12:47 AM)Dapaus Wrote: h4r0015k is right about the book. It is a good one (Here is a link). thanks for the help )
RE: Help Needed (Regarding Python) - DaPaus - 11-04-2012 You're welcome Frosty. If you have any questions. I have a little bit of experience with python so maybe I can help if you have any problems. RE: Help Needed (Regarding Python) - kabalevsky - 11-05-2012 (11-02-2012, 09:26 AM)h4r0015k Wrote: how to think like a computer scientists is a nice online tutorial on python just Google it.. very true. good tutorial. It also depends on where you're coming from. If you have done some programming before, I would suggest focusing more on the syntactical differences between Python and whatever language you had learned. If you haven't done any programming before, I would suggest first using Python as a calculator. Learn how to do mathematical expressions. Learn some of the default library relating to math. Then learn how to assign numbers to variables. Learn how to use variables further. Learn code structures (For loops, While statements, If statements, etc). Then you can go on to learn Python's default library. This was how I learned. I would also suggest learning Python version 3.2 The 2.x series is very outdated. RE: Help Needed (Regarding Python) - emad.shaaban92 - 01-07-2013 You may consider reading about software engineering. Whatever the language you are using, you need some software engineering skills to build useful applications RE: Help Needed (Regarding Python) - Nailo - 01-07-2013 python is a excellent language for newbs if u get stuck on something pm me |