How can I become a web developer using Python on the back end?
-
I started a course on called "Become a Web Developer from Scratch!"[1] It is very good, but it teaches PHP, not Python. I did the HTML and Javascript parts of that course, and now I am trying to learn how to build a back end. Right now I am working through Learn Python the Hard Way. I like it a lot, but I would like to know how to make Python work together with Javascript and HTML. Learn Python the Hard Way seems focused solely on learning Python itself. I am looking for a holistic course, one that guides me through projects using these technologies. [1] http://www.udemy.com/how-to-become-a-web-developer-from-scratch/
-
Answer:
Having done most of that Udemy class, I can say its worth it to finish so you know generally how the web works. Then go to Udacity and take "Building Web Applications" where you'll make a few web apps in Python that get hosted on Google App Engine. From there you should have enough experience to read up on Django and understand what it's doing.
Evan Panahi at Quora Visit the source
Other answers
I can't give you a recommendation on a holistic class, but I can give you some recommendations on individual pieces/parts. First, I think that Django is a great framework for learning Python web programming. It has great documentation and support. https://docs.djangoproject.com/en/dev/intro/tutorial01/ http://www.djangobook.com/ Working through the tutorial will give you a good understanding of what Django can do. Also, reading through the Django book will give you a good understanding of the additional features of Django. My personal opinion is to start with a project in mind and start coding. PyCharm is a good editor and it is only $29 for students. It even gives you some good tools for CSS and HTML. Otherwise, PyDev is a pretty good Eclipse based editor. The next steps are dependent on how interactive you want to make your web applications. If you don't care about doing a lot of fancy AJAX stuff, then you can probably do a lot of what you want with CSS, HTML and Django. I worked through my first few applications without needing any JavaScript. You can build some great applications with Django without ever needing to touch JavaScript. If you do want more dynamic applications, I would suggest working through some jQuery tutorials ((http://docs.jquery.com/Main_Page). Combining Django and jQuery is really simple. For the most part, the Django portions of my application really don't affect the jQuery portions. From my own experience, this worked out fairly well. I learned web development on my own outside of any class room setting. I started out working through the Django tutorials and books and did fine. I am sorry if I didn't give you a good, one-stop-shop for learning Python web development. In my experience, frontend development and backend development are orthogonal efforts. I generally do a few mockups using standalone HTML, CSS, and JavaScript. Once, I get the look and feel right, I convert that HTML over to a Django template.
Shawn Hermans
Check out http://www.realpython.com. The course starts with covering the basic Python syntax and then moves on to web development. We focus on practical, hands-on examples - so that it's much more interesting. Plus, we have a new course coming out soon that details advanced Python web development topics as well as numerous front end pieces - like HTML, CSS, JavaScript/jQuery, and AJAX. Also, I am the co-founder/co-author. Best.
Michael Herman
https://cloud.google.com/appengine/docs/python/endpoints/getstarted/backend/ this is a link for backend python developmentthis is a tutorial for learning bac backend python developmenttopics like â¦..Python Standard Environmenthttps://cloud.google.com/appengine/docs/python/refdocs/https://cloud.google.com/appengine/docs/python/configuration-filesDevelopment ToolsGoogle Cloud Storage Client LibraryNDB Client Library Referencehttps://cloud.google.com/appengine/docs/python/tools/built-in-libraries-27https://cloud.google.com/appengine/docs/python/glossaryhttps://cloud.google.com/appengine/docs/python/tools/appcfg-argumentsConceptshttps://cloud.google.com/appengine/docs/python/application-securityhttps://cloud.google.com/appengine/docs/python/googlecloudstorageclient/understanding-storage-featureshttps://cloud.google.com/appengine/docs/python/googlecloudstorageclient/app-engine-cloud-storage-sampleâ¦..etc
Sagar Jobanputra
Related Q & A:
- How can I become a more aggressive salesperson?Best solution by Quora
- How can I get a web design job in Toronto?Best solution by Yahoo! Answers
- How can I become a foreign exchange student to a Korean high school?Best solution by efexchangeyear.org
- How can I become a part time academic whilst already in a career?Best solution by Yahoo! Answers
- How can I become a lawyer if I studied accounting and business?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.