I'm developing a simple online game In Django. I've searched a lot, but was not able to find an step by step tutorial on how to use WebSockets in Django. I'll appreciate it if you suggest me a tutorial.
I think you'll need django-channels:
https://channels.readthedocs.io/en/stable/
Related
I want to learn how to create simple Django web apps with database like an inventory system or simple list filtering site. I'm getting a bit frustrated because all tutorials I see are all teaching me how to create blogs but I have no intention of creating blogs or social media sites. I'm a beginner and I want to learn how to create super basic web apps and not full-blown social media sites.
I hope you can point me to a simple tutorial that tackles how to create simple apps that access database. Thanks in advance!
Here is a list of tutorials that do not create blog apps :
Django official documentation tutorials : They create simple apps for beginners level.
CodeMentor Django Web Application Tutorial : Restaurants recommendation app
Medium.com tutorial:Badges system
Simple is better than complex tutorial : This the simplest and easiest of all
Scotch tutorial : this is also a very simple one for first steps
The last two with no databases !
Enjoy and good luck.
I am really new in services and mainly in WSO2 and i am having some little problems to finish the tutorial of the link: 'https://docs.wso2.com/display/EI611/Sending+a+Simple+Message+to+a+Service'.
I need of this tutorial to learn about the use of the tool and because of my boss asked me for.
My problem is, i was able to create the server, i had to create locally, but stopped in the part: 'Sending requests to WSO2 EI', in the item 3, my API simply don't appears. I already tried to restart the server and review the tutorial, but every-time i brake in this part.
I really need help and really want learn. If anyone could help me, i would stay very grateful. Thank you everyone
PS: Remembering that i haven't use any code to come where i come, just tried for the way that the tutorial taught.
I was able to solve my problem. The reason I had this problem was because I wasn't packaging the artifacts correctly. Once I learned how to package the artifacts, the API showed just right.
I'm a django developer but I want to continue learning other things, now asynchronous development.
I have been reading about node.js, I understood that it can be used with django and exists frameworks like express.js, so I don't know what to learn. Besides I read a bit about tornado because I'm better with python than javascript.
What do you advise me? tornado or node.js? another else? if node.js, should I learn it with django or it is better alone?
Which is more popular and has more libraries/documentations/jobs ?
Thanks in advance.
Tornado it's a good choice but I do not like the doc another one is Twisted this one has a good documentation I like so much.
I'm also a Django developer and I like so much Node.js this one has a big community a lot of documentation also has a very cool librarie for WebSockets socket.io about express It's the backend of MySpace but I do not like so much express.
Combine Django and Node.js It's not so hard but it's a quite dangerous. I did a demo of how to combine them here you have the github
Am looking for open source Django apps in Google App engine. I want to play around with the code and learn in the process.
Not mandatory, but Would be great feature in the app:
- account registration/login
- image/file upload
This link has some pointers to open source stuff running on GAE. One of them is Niubi, which looks like a useful start.
If you're looking to learn Django why don't you start with their tutorial? It's a great learning tool and takes roughly an hour to go through.
Django Tutorial
Aside for a few user guides found at http://fi.am/en/tag/django/2/ I have not managed to find much about WAPI.
I was wondering if anyone has had an experience using WAPI and django to create a web api?
I'm a little intimidated by the amount of magic these frameworks seem to do.
Are there any other good alternatives to creating a web api in python?
Here is a decent guide to the django WAPI for building a restful API: http://fi.am/entry/building-a-website-api-with-django-part-2a-api-aut/