Python project

N

ngangsia akumbo

Hi everyone

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.

support like where to find the required resources which will help me, libraries, tutorials on similar project etc.

Please thanks for you understanding. Hope to here from you.


Richard
 
D

Dave Angel

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.

Are you experienced in other languages, in html? Is this your first
time programming on Linux? Are you using Python 3.3? Are you
constrained in what extra modules you may or must use?

Can you just build each page using some Web generator?
 
J

Johannes Findeisen

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
 
N

ngangsia akumbo

city guide start with my own city. I will need some support on where

to get started.



Are you experienced in other languages, in html? Is this your first

time programming on Linux? Are you using Python 3.3? Are you

constrained in what extra modules you may or must use?



Can you just build each page using some Web generator?



--

DaveA




city guide start with my own city. I will need some support on where

to get started.



Are you experienced in other languages, in html? Is this your first

time programming on Linux? Are you using Python 3.3? Are you

constrained in what extra modules you may or must use?



Can you just build each page using some Web generator?

I am not that experience with python. I can work with HTML but i think i still need some mastery. Yes this is my first time programming on linux.
 
N

ngangsia akumbo

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.






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.
 
J

Johannes Findeisen

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.

Thats a nice idea! :)
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.

If you are willing to learn then you are on the right way... ;) But you
really need to understand a lot of things if you want to start
developing such an application. Just start coding for fun and learning
and after some time you will automatically understand how things work
and maybe find a way to implement your solution.

Feel free to ask people at the right places but ask questions that we
could answer. Just asking how to implement a "city guide" is a bad idea
because you will get no answers on that. Ask questions which are
concrete so we could try to help you out.

BTW: Using Python is a good idea to start learning coding because it is
a very straight forward language. Many people say it is hard to learn
but I don't agree with them. If you learn Python you learn a language
for all kind of purposes and the documentation is excellent!

As I wrote in my last mail, go to https://www.djangoproject.com/ and
read the tutorials there. You could learn lot of Python and web
application development from that.

Regards,
Johannes
 
J

Jason Friedman

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.

Joel may be too pessimistic.

The OP (Richard) says he wants to create an "online city guide start
with my own city". I could see that as being anything from a few
simple HTML pages all the way to a database-backed Django site. Is
there an example of a guide to someone else's city that you are trying
to emulate? If yes, reply with the link/s. If no, and because you
know HTML, can you create a mock-up of what you would like your end
result to look like, and then share those links with us?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top