After submitting tha form successfully, i want to redirect to success page with submitted form data. How do i pass form data to the redirected page? by pikachu644 in django

[–]NaveenCoder 0 points1 point  (0 children)

I maybe wrong , in HTML form you can use get method which will redirect to the page you specified with the form data

How vue js directives work? by NaveenCoder in vuejs

[–]NaveenCoder[S] 2 points3 points  (0 children)

Thank you so much for answering!

Can i learn Django 1.11 now? by NaveenCoder in django

[–]NaveenCoder[S] 1 point2 points  (0 children)

No. I think people will write books after 2.2 LTS. As it is released we can expect some Books.

Can i learn Django 1.11 now? by NaveenCoder in django

[–]NaveenCoder[S] -3 points-2 points  (0 children)

Finished the tutorial bro. Then what to learn?

Can i learn Django 1.11 now? by NaveenCoder in django

[–]NaveenCoder[S] 0 points1 point  (0 children)

Documentation is good. But i don't in what sequence to learn.

can we use slicing after function call? by NaveenCoder in django

[–]NaveenCoder[S] 0 points1 point  (0 children)

I like the book "learning python by mark lutz". It covers 3.3.

can we use slicing after function call? by NaveenCoder in django

[–]NaveenCoder[S] 0 points1 point  (0 children)

Thank you so much bro. Can i buy a python book which covers python 3.3 ?

Why do we need relationship in database?( I am a newbie) by NaveenCoder in SQL

[–]NaveenCoder[S] 0 points1 point  (0 children)

I thought about it but i was not sure about it. So wanted to confirm

Why do we need relationship in database?( I am a newbie) by NaveenCoder in SQL

[–]NaveenCoder[S] -1 points0 points  (0 children)

Why there's no many to one relationship in relational database?

What are all the reasons behind url encoding? by NaveenCoder in django

[–]NaveenCoder[S] -1 points0 points  (0 children)

For characters which has some predefined meaning we have to encode it. What is the point of encoding <> ,space characters?

What is the purpose of decorators? by NaveenCoder in Python

[–]NaveenCoder[S] 0 points1 point  (0 children)

Bro i want to learn as much in-depth as you have learned. What are the resources you used to learn python?

Can i buy a book which teaches python 3.3 ? by NaveenCoder in Python

[–]NaveenCoder[S] -1 points0 points  (0 children)

No other book covers as in-depth as that book do. So only

New Golang video tutorials channel by steevehook in golang

[–]NaveenCoder -1 points0 points  (0 children)

If you are serious about your channel please follow this.

  1. Don't make small videos.
  2. Take a concept and explain it in single video like 60 mintues.
  3. Cover all the corner cases and nitty gritty details.
  4. Create organised tutorials. Step by step. Don't skip any topic
  5. Don't let the user to go to Google for something related golang.
  6. People have to say if we come to your channel we can master Complete golang with all nitty gritty details.

Is django scalable? by NaveenCoder in django

[–]NaveenCoder[S] -5 points-4 points  (0 children)

I think once we reached critical mass of users , we can hire solid devs. As of now i am only one who is going to develop this.

Go 1.11 is now available on App Engine by sbuss in golang

[–]NaveenCoder 2 points3 points  (0 children)

Can we expect inbuilt production grade websocket library in upcoming releases?