Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74409
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <drsalists@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.062 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.00; 'beginner': 0.05; 'subject:Python': 0.06; 'needed,': 0.07; 'suggestions.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'cc:name:python list': 0.16; 'start?': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'not,': 0.20; 'cc:addr:python.org': 0.22; '(or': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'quickly': 0.29; 'message- id:@mail.gmail.com': 0.30; '13,': 0.31; 'yourself.': 0.31; 'another': 0.32; 'maybe': 0.34; "i'd": 0.34; 'basic': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'really': 0.36; 'next': 0.36; "i'll": 0.36; 'hi,': 0.36; 'should': 0.36; 'project': 0.37; 'depends': 0.38; 'pm,': 0.38; 'how': 0.40; 'completed': 0.61; 'course': 0.61; "you're": 0.61; 'back': 0.62; 'kind': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'jul': 0.74; 'subject:After': 0.84; 'subject:Next': 0.84; 'lot,': 0.93; 'hands': 0.96 |
| 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:to :cc:content-type; bh=ng7X2ZnfR6HjiozSCqKgKZZO1LcRikswm9PGuM64b+0=; b=OVCh6fvI6AYmtrq5PTBSX6Z+L0dntHnOM7Nw/JTr6IsfuPS5LClx1eOF2B5MVcUqCQ MznaSXXik5LSemATAPObIhhrjm2ODjBXl2i+CisxHU+ggUsL/WsPxw6DW7GXRQAlhwFj ZOkIjBUUrsKQ4df6ewM6NI6jD+XlpxJ95Ke802FQe4DWYzN0ujqcE4McQvFiNEl9bQfq a5OzQJJk2Py/HPYaPouyMwfBaTUCZOQF8M8DNKG0fznrI7mJXCbnAnS7C6jiwntbm6wO t701RtaEgszoxx1LhP6EvvOaR13OnwgrUEE0ryHb+kmHKyaz5Zgb46fiOU6Gr3VpCApX hDUA== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.208.170 with SMTP id mf10mr3912617vec.22.1405298311769; Sun, 13 Jul 2014 17:38:31 -0700 (PDT) |
| In-Reply-To | <ca4c09ca-49a8-4177-80cd-016f3748612c@googlegroups.com> |
| References | <ca4c09ca-49a8-4177-80cd-016f3748612c@googlegroups.com> |
| Date | Sun, 13 Jul 2014 17:38:31 -0700 |
| Subject | Re: What Next After Python Basics |
| From | Dan Stromberg <drsalists@gmail.com> |
| To | Orochi <kartikjagdale11@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | Python List <python-list@python.org> |
| 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.11793.1405298319.18130.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1405298319 news.xs4all.nl 2904 [2001:888:2000:d::a6]:52979 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:74409 |
Show key headers only | View raw
On Sun, Jul 13, 2014 at 1:16 PM, Orochi <kartikjagdale11@gmail.com> wrote: > Hi, > I am beginner in Python > I have Completed Basic Python Course from Codecademy.com . > Now that I have a hands on the basics what is the next thing I should do. > I mean should I learn more or start a small Project(Any Ideas are Welcomed) or any Other suggestions. > Where to Start? That really depends on how quickly (or slowly) you get frustrated. If you're able to say "I don't understand this yet, but I'll tuck it in the back of my mind for later" a lot, and google for answers as needed, I'd dive into a project. If not, maybe try another course and/or monitor this group and Stackoverflow. The best kind of project to pick, now or later, is the kind that you will actually use yourself.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What Next After Python Basics Orochi <kartikjagdale11@gmail.com> - 2014-07-13 13:16 -0700
Re: What Next After Python Basics Dan Stromberg <drsalists@gmail.com> - 2014-07-13 17:38 -0700
Re: What Next After Python Basics "C.D. Reimer" <chris@cdreimer.com> - 2014-07-13 14:46 -0700
Re: What Next After Python Basics mathias.moe@gmail.com - 2014-07-19 13:26 -0700
Re: What Next After Python Basics Chris Angelico <rosuav@gmail.com> - 2014-07-20 11:29 +1000
Re: What Next After Python Basics Orochi <kartikjagdale11@gmail.com> - 2014-07-22 23:52 -0700
csiph-web