The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
The ultimate Question! - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47) +--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172) +---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163) +---- Thread: The ultimate Question! (/showthread.php?tid=162941) Pages:
1
2
|
RE: The ultimate Question! - ssshadow - 07-14-2014 (07-14-2014, 07:13 AM)derpf Wrote:(07-13-2014, 04:45 PM)Cold_Rock Wrote:(07-13-2014, 12:53 PM)derpf Wrote:(07-12-2014, 01:49 PM)Cold_Rock Wrote: But it makes me sad i have a lot of time, but no knowledge about C++ or ps3 to even help a tiny bit. Does that site really wait until exercise 30 to introduce if/elif/else? Well, it could still be good I guess. Maybe. Also, it is for the deprecated Python 2... In any case, if you decide to go through with it Cold_Rock, make sure you read everything thoroughly, and always try to use what you have read about yourself by writing your own small programs to test it out and experiment. And also, it takes quite a while to remember every detail about a language. If you don't remember exactly how to use for example random in Python, it is totally ok to have a tab like this open. I am sure even hard core people like the rpcs3 devs have tons of tabs open for all sorts of different references. RE: The ultimate Question! - derpf - 07-14-2014 (07-14-2014, 01:31 PM)ssshadow Wrote:(07-14-2014, 07:13 AM)derpf Wrote:(07-13-2014, 04:45 PM)Cold_Rock Wrote:(07-13-2014, 12:53 PM)derpf Wrote:(07-12-2014, 01:49 PM)Cold_Rock Wrote: But it makes me sad i have a lot of time, but no knowledge about C++ or ps3 to even help a tiny bit. Python 3 is an easy step. Some people are still stuck on 2.x, anyway. I do not agree with all of LPTHW, but it is a decent book for beginners. Python also ships with first-class documentation. In a python shell, type: import random; help(random) to do the same thing. Of course, browsing online docs are nice too. And yeah, the RPCS3 devs are insane people who spend Friday nights watching talks/reading articles about obscure C++ language features. Not that I'd ever do that, though. *cough* |