![]() |
|
Python For Beginners - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: Python For Beginners (/Thread-Python-For-Beginners) |
RE: Python For Beginners - Ex094 - 05-12-2013 (05-12-2013, 05:25 AM)ArkPhaze Wrote: lol, you spelled my username with an 's' instead of a 'z' so I didn't get notified. switch statements do exist in python 3? I'm not very familiar with it, and I guess I could look it up, but if you already know, why should I?Sorry for that! and python does not have switch statements instead I'll have to use conditional statements to generate a similar system. RE: Python For Beginners - ArkPhaze - 05-12-2013 (05-12-2013, 05:31 AM)Ex094 Wrote:(05-12-2013, 05:25 AM)ArkPhaze Wrote: lol, you spelled my username with an 's' instead of a 'z' so I didn't get notified. switch statements do exist in python 3? I'm not very familiar with it, and I guess I could look it up, but if you already know, why should I?Sorry for that! and python does not have switch statements instead I'll have to use conditional statements to generate a similar system. Take a look at the link I posted in my last post... There are some alternatives there which you might find very interesting.
RE: Python For Beginners - IwAnTtOlEaRn - 05-13-2013 plz tell me how to download python RE: Python For Beginners - IwAnTtOlEaRn - 05-13-2013 plz tell me how to download python RE: Python For Beginners - Ex094 - 05-13-2013 (05-13-2013, 05:08 AM)IwAnTtOlEaRn Wrote: plz tell me how to download python I've already given the link to the download, but here it is for you http://python.org/download/ RE: Python For Beginners - Ex094 - 05-13-2013 (05-13-2013, 05:08 AM)IwAnTtOlEaRn Wrote: plz tell me how to download python I've already given the link to the download, but here it is for you http://python.org/download/ RE: Python For Beginners - RogueCoder - 05-14-2013 Great tutorial. This combined with the codeacademy I feel I have a pretty solid foundation in starting to make my own tools and other things
RE: Python For Beginners - RogueCoder - 05-14-2013 Great tutorial. This combined with the codeacademy I feel I have a pretty solid foundation in starting to make my own tools and other things
RE: Python For Beginners - Ex094 - 05-14-2013 (05-14-2013, 11:23 AM)shp0ngl3 Wrote: Great tutorial. This combined with the codeacademy I feel I have a pretty solid foundation in starting to make my own tools and other things I am glad that my tutorial helped you Thank you for your feedback!
RE: Python For Beginners - Ex094 - 05-14-2013 (05-14-2013, 11:23 AM)shp0ngl3 Wrote: Great tutorial. This combined with the codeacademy I feel I have a pretty solid foundation in starting to make my own tools and other things I am glad that my tutorial helped you Thank you for your feedback!
|