Python project

Joel Goldstick joel.goldstick at gmail.com
Thu Nov 28 19:12:13 EST 2013


On Thu, Nov 28, 2013 at 6:43 PM, ngangsia akumbo <ngangsia at gmail.com> wrote:

> On Wednesday, November 27, 2013 7:07:15 PM UTC-8, Johannes Findeisen wrote:
> > On Wed, 27 Nov 2013 17:43:27 -0800 (PST)
> >
> > ngangsia akumbo wrote:
> >
> >
> >
> > > Hi everyone
> >
> >
> >
> > Hi,
> >
> >
> >
> > > I a beginner in python. The first project is to build an online city
> guide start with my own city. I will need some support on where to get
> started.
> >
> >
> >
> > Take a look at the Django Web framework: https://www.djangoproject.com/
> >
> >
> >
> > But, you really need to know a lot more then just a little piece of
> >
> > Python. You need to know how web applications actually work and how to
> >
> > implement a frontend using HTML, CSS etc.
> >
> >
> >
> > Are you aware of this? Python will not do that for you.
> >
> >
> >
> > > support like where to find the required resources which will help me,
> libraries, tutorials on similar project etc.
> >
> >
> >
> > I believe you will not find libraries, tutorials etc. for creating a
> >
> > "city guide" on the web. That is your job. You need to implement your
> >
> > business idea yourself, using maybe Python.
> >
> >
> >
> > Please give us more information about the state of your project and
> >
> > what you have tried to implement and what you are missing... There are
> >
> > lots of libraries available for Python doing most of the jobs you want
> >
> > to have done.
> >
> >
> >
> > Do you want us to explain how to build a web application?
> >
> >
> >
> > Regards,
> >
> > Johannes
>
> I wish to come up with a city guide that can give directions, locations
> like business spots, cafe, restaurants, hospitals in English and the local
> language spoken by the people.
>
> To be honest am not that experience, i think i need some time to study
> more in order to attain this goal, but i will like to get direction and may
> be resources which can also help me on my way.
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>

you will first need to learn many skills that it seems you don't have.

You say you can write html -- that is good

Can you set up and administer a web server such as apache?  if not, you
probably have 1 to 6 months of learning there

Once you learn python you will also need to learn a web framework  - may
take you a week to 6 months to learn this to the level you would require.
I'm betting on 6 months at least

Finally, you need to collect all of that information you wish you make
available.  That in itself is a huge undertaking

To be perfectly honest, this is much too large a project for you.  First
read some python tutorials and learn how to code in python.  If you work it
every day, maybe you can kind of understand what its about in a very
superficial sense in a month.  However, if you are having fun learning,
then add a new small piece to learn.

Good luck

-- 
Joel Goldstick
http://joelgoldstick.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20131128/7301c7f8/attachment.html>


More information about the Python-list mailing list