Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: How to become more motivated to learn Python Date: Wed, 4 May 2016 03:44:16 -0400 Lines: 18 Message-ID: References: <1780e532-e316-4d9f-951d-cc9147209e97@googlegroups.com> <57295AA0.6080203@icloud.com> <38df902f-27dd-45d6-81ba-01c4c2f7668b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de nJ8UFK2pRKmKsKp0tj6nQAD44ei/6RQNtKhmRTexVZMQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'socket': 0.07; 'subject:How': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'jan': 0.11; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'java': 0.22; 'written': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'least': 0.27; 'cool': 0.27; '---': 0.28; 'interface': 0.29; 'guess': 0.31; 'server': 0.34; 'text': 0.35; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'client': 0.37; 'received:org': 0.37; 'things': 0.38; 'to:addr:python.org': 0.40; 'identify': 0.61; 'subject:more': 0.61; 'received:96': 0.63; 'today': 0.65; 'box.': 0.66; 'incredible': 0.72; 'discovered': 0.83; '"learn': 0.84; 'blockbuster': 0.84; 'games.': 0.84; 'subject:learn': 0.84; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-96-227-207-81.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 In-Reply-To: <38df902f-27dd-45d6-81ba-01c4c2f7668b@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <1780e532-e316-4d9f-951d-cc9147209e97@googlegroups.com> <57295AA0.6080203@icloud.com> <38df902f-27dd-45d6-81ba-01c4c2f7668b@googlegroups.com> Xref: csiph.com comp.lang.python:108118 On 5/3/2016 10:55 PM, Cai Gengyang wrote: > Guess it would be really cool to work on AI and games. ( I have been > addicted to computer games for a long time lol --- To be able to > design a blockbuster like Starcraft 2, Diablo 3 or Final Fantasy 7 > would be an incredible feat !) In case you like minecraft, I just discovered this today https://www.nostarch.com/programwithminecraft "Learn to Program with Minecraft" It uses a socket client written in 3.5 to interface to a minecraft 1.8 socket server written in java 7. One can at least do simple things like move the player, identify and place blocks, and put text in the chat box. -- Terry Jan Reedy