In this video we'll be learning how to create a simple client/server chat app using Python. We'll be using classes to combine the client and server implementations into one file.
In this video we'll be learning how to create a simple client/server chat app using Python. We'll be using classes to combine the client and server implementations into one file.
In this video we'll be learning how to create a simple server in Python using sockets and threads. Our server will take any data we send it and broadcast it to all of its connected clients.
In this video we'll be using the JSON from out API to display an autocomplete list of posts underneath the search box as the user types in their search query.
In this video we'll be adding our search functionality to our API, so that are API can spit out JSON that we can then parse using Javascript on each page that has a search box on it as the user typ...
In this video we'll be learning how to use Redis, the in-memory, NoSQL, key-value store. We'll be learning about the 5 data types that Redis has to offer and how use to Redis' commands to insert, u...
In this video we'll be learning about how to design the profile page. We'll also be updating our API to allow us to retrieve posts from the database to display on our profile page.
In this video we'll be learning how to use Wit.ai for natural language processing to make our bot smarter and make it be able to send smarter replies to users.
In this series we'll be learning how to make an advanced Facebook Messenger Bot that'll use Wit.ai natural language processing to respond to much more advanced queries.
In this video we'll be using AJAX to allow our like button to work without refreshing the page. The new like button will also update to display the new number of likes and display a small animation...
In this video we'll be designing the homepage. We'll also be modifying our API and using AJAX on our homepage to load posts onto the users timeline without the user having to refresh the page.