Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65750

Re: Help!

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.122
X-Spam-Level *
X-Spam-Evidence '*H*': 0.76; '*S*': 0.00; 'classes.': 0.09; 'cc:addr :python-list': 0.11; 'subject:Help': 0.11; 'python': 0.11; 'automated?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ought': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'comfortable': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'getting': 0.31; 'libraries': 0.31; 'this.': 0.32; 'covered': 0.32; 'me?': 0.32; 'maybe': 0.34; 'could': 0.34; 'problem': 0.35; 'knowledge': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'doing': 0.36; 'thanks': 0.36; 'pm,': 0.38; 'that,': 0.38; 'itself': 0.39; 'how': 0.40; 'even': 0.60; 'solve': 0.60; 'most': 0.60; 'till': 0.61; 'new': 0.61; "you'll": 0.62; 'provide': 0.64; 'teach': 0.65; 'topics.': 0.68; 'study': 0.69; 'attitude': 0.91; 'habit': 0.91; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=MPwmw3G4LA+Ss8giFXrKMIcTcG0MJH82/0lzt4xUKqc=; b=lW4fk2bBIjGzFxx6qnoVMPC1oyIlBM8w0MVouZn0KBK57i+Y9qrpwr6HviijBcrsm9 k0ZLX/LLeZ/TX1AV5rgp+Nxnxfk1NHYWyuwyRRnrhL3nckZvFgJMGT+Qe+EcUUxfyIvB /czzULBzD/p5Cr+gizvImD8Ly2Y4lAdT8Hah+beS7Dg8xaB+ynCH4ccVml0TkQTsUTt7 E/uCa2jL8vzVsQMQp7C32pGpzUU+Yk1sCvE8Y6Mqv491icSVIk9u/2a52ZF0Y1nfGyQJ wzsda/mbx44x5MqCwDvCR93onQCHbzn/wMMwpNq1Zqstk4L3V4FlPD68pkt4PTWZme79 StxA==
MIME-Version 1.0
X-Received by 10.68.112.164 with SMTP id ir4mr2515941pbb.153.1391949729477; Sun, 09 Feb 2014 04:42:09 -0800 (PST)
In-Reply-To <60e4d561-135e-41e4-a69d-e6114fe9a034@googlegroups.com>
References <60e4d561-135e-41e4-a69d-e6114fe9a034@googlegroups.com>
Date Sun, 9 Feb 2014 23:42:09 +1100
Subject Re: Help!
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.6583.1391949739.18130.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1391949739 news.xs4all.nl 2895 [2001:888:2000:d::a6]:60850
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65750

Show key headers only | View raw


On Sun, Feb 9, 2014 at 11:25 PM, Moz <mozthecos@gmail.com> wrote:
> I have studied python(2.7.2) till classes. I have covered most of the the general topics. But i do not know how to apply this. Can someone help me? I want to make something that can aid me financially. If you have done something like this please can you provide me with the resources and the libraries so that i may study even further.
> Thanks You!

The best way to apply your new knowledge is to find some problem and
use Python to solve it. What are you doing every day, manually, that
could be automated? Or maybe it's not something you do every day, but
when you do it, you have a batch of them. Find some job that you think
"A computer ought to be able to do this!" about, and teach the
computer to do it :) Once you get into the habit of doing that, you'll
be a programmer/sysadmin with a comfortable set of tools and an
attitude that lends itself well to getting the job done efficiently.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Help! Moz <mozthecos@gmail.com> - 2014-02-09 04:25 -0800
  Re: Help! Chris Angelico <rosuav@gmail.com> - 2014-02-09 23:42 +1100
    Re: Help! Moz <mozthecos@gmail.com> - 2014-02-09 04:48 -0800
  Re: Help! Asaf Las <roegltd@gmail.com> - 2014-02-09 04:54 -0800
    Re: Help! Moz <mozthecos@gmail.com> - 2014-02-09 05:52 -0800
      Re: Help! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-09 16:08 +0000

csiph-web