My new course demo. django x celery x redis.

preview_player
Показать описание

Celery turns your Django projects into a scheduling genie. This means that you can delay (or offload) any task, especially long running tasks, to another time. The delay can happen based on a pre-set schedule or based on HTTP requests.

We're going to be scraping stock market data.

Рекомендации по теме
Комментарии
Автор

Please release courses on Udemy as well. As Udemy uses regional pricing (by considering a country's percapita income), the prices are affordable for people in India.

rajav
Автор

Microservices in Django would be a great

chandraphp
Автор

awesome! I had no idea about celery before watching this demo. I will be waiting for more educational and informative courses about celery.

ssh
Автор

You make some good video's (That's an understatement). Keep up the work. I'm a starting entrepreneur once I start making a regular income I will make a donation to you. For all the help you've given!

randyducker
Автор

Nice! I did put together a celery application for my website but this looks it's much more rigorous and dives more into available functionality than what I put together!

Tom-kgqe
Автор

Question to Justin: I suspect one cannot work with Sqlite3 when potentially both a Celery worker and the Django app access the database (through models). My question is really whether I understand correct, and once a task is requested in Django, everything else happen in the Celery worker (for example the code of the model for updating the database). While at the same time Django may also want to read from/write to the database (as a result of an HTTP request).

humanintheloop
Автор

Are there any plans on updating the django e-commerce course?

elpolodiablo
Автор

Thank you is small word for you.. !!!💌💌

piyushmehra
Автор

is it possible to have this environment hosted using a combination of DigitalOcean App Platform for Django, and probably a droplet for celery/redis with auto-deploy?

marnz
Автор

Is this course available on Udemy? Could you create a course with flask, since I have little to no knowledge about Django? Currently, I am creating web scraping project with Flask, BS4, selenium and gonna deploy it to Heroku. Thanks!

benedictlaiman
Автор

Can you put course on udemy .I see on your website but issue is pricing I am from India course pricing costly based on religion price can schedule.

dgiri
Автор

First I will create my own website, then I start earning money... maybe $1 a day ... then after 26 days I will purchase your course
.... I will
Ameen

sarwarasserimam
Автор

Is django good for rest api or should I go for flask or even nodejs. I am using angular for front end

ahmedosama
Автор

Hi, Any specific reason for using Redis over RabbitMQ here ?

raghavkundra
Автор

You are my GOD, you channel is a great motivation for my career for free Thank you so much

CodingJelly