Where do I start? - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32) +---- Thread: Where do I start? (/showthread.php?tid=14232) |
Where do I start? - Zeon - 12-06-2010 This doesn't fit a specific category, but since I attempted to learn Python I'll post it here. Where should I start? I want to start programming, I have plenty of time but I lack the resources. What should be my first steps? RE: Where do I start? - Heli0s - 12-06-2010 You just need to find a good editor and compiler. Besides that, you have the internet aka the handbook for ANYTHING EVER CREATED. Just google a intro-to-python tutorial. RE: Where do I start? - Zeon - 12-06-2010 I have, but I just don't get the grip. Do I just have to memorize everything? RE: Where do I start? - xerotic - 12-06-2010 http://www.thenewboston.com/?cat=40 TheNewBoston He is pretty pro at Python, I suggest taking a look at his videos. As for memorization, if you learn a new language (French, German, etc), what do you do? RE: Where do I start? - Zeon - 12-06-2010 Ì don't have the internet speed to watch videos :/ As for teh memorization bit, I normally remmber things well if they are said to me. RE: Where do I start? - xerotic - 12-06-2010 (12-06-2010, 04:09 PM)Zeon Wrote: Ì don't have the internet speed to watch videos :/ As for teh memorization bit, I normally remmber things well if they are said to me. Well, I can help you out then, maybe. If you need it. RE: Where do I start? - Zeon - 12-07-2010 How would you go about doing that? Also, can you create malware in Python or would I be better of learning something else? RE: Where do I start? - Xzotic - 12-07-2010 You can, but IMO there are better languages for creating that type of a program. RE: Where do I start? - Zeon - 12-07-2010 I just like Python's syntax, it's really clean. RE: Where do I start? - xerotic - 12-07-2010 (12-07-2010, 02:59 AM)Zeon Wrote: How would you go about doing that? Also, can you create malware in Python or would I be better of learning something else? You can create malware, but how many people have Python installed? You could easily get those who have it installed, however. I made a keylogger in Python. |