Companies Home Search Profile

Automate The Boring Stuff With Django

Focused View

Rathan Kumar

15:28:09

10 View
  • 1. Introduction.mp4
    03:50
  • 2. Django Refresher.html
  • 1. Data Entry Automation Introduction.mp4
    02:41
  • 2. How To Get Help.html
  • 3. Custom Management Command Overview.mp4
    11:07
  • 4. HelloWorld Command.mp4
    07:45
  • 5. Greeting Command.mp4
    12:56
  • 6. Migrate and Superuser.mp4
    01:52
  • 7. Set Up GitHub.mp4
    13:28
  • 1. InsertData Command.mp4
    14:26
  • 2. InsertData Validation.mp4
    07:05
  • 3.1 Datasets.zip
  • 3. Import Data from CSV.mp4
    17:34
  • 4. Import Data to Any Model.mp4
    22:04
  • 5. Git Push.mp4
    02:06
  • 1. Export Data Single Table.mp4
    17:08
  • 2. Export Data from Any Table.mp4
    18:27
  • 3. Git Push.mp4
    00:51
  • 1. Import Data Overview.mp4
    02:27
  • 2. Design Import Data Form.mp4
    15:57
  • 3. Fetch Custom Models.mp4
    11:12
  • 4. Storing the Uploaded Files.mp4
    15:07
  • 5. Triggering the Command from View.mp4
    17:08
  • 6. Displaying Messages.mp4
    10:19
  • 7. Handling Import Data Error.mp4
    10:32
  • 8.1 Datasets.zip
  • 8. Importing 1 Million Dataset.mp4
    09:55
  • 9. Git Push.mp4
    00:58
  • 1. What Is Celery.mp4
    02:22
  • 2. How Celery Works.mp4
    07:54
  • 3. Setup Celery and Redis on Django.mp4
    17:33
  • 1. Celery in Action.mp4
    13:43
  • 2. Import Data Task.mp4
    14:29
  • 3. Check CSV Error Before Celery Task.mp4
    17:24
  • 4. Email Configuration.mp4
    07:16
  • 5. Store Secret Info Securely.mp4
    09:28
  • 6. Send Test Email.mp4
    08:04
  • 7. Email Sending Helper Function.mp4
    08:47
  • 8. Hide Messages in 5 Seconds.mp4
    09:37
  • 9. Git Push.mp4
    01:51
  • 1. Export Data Setup.mp4
    05:55
  • 2. Export Data View.mp4
    08:44
  • 3. Export Data Task and Send Email with Attachment.mp4
    22:40
  • 4. Git Push.mp4
    00:59
  • 1. Template Inheritance.mp4
    14:48
  • 2. Designing Navbar.mp4
    06:31
  • 3. Designing Homepage.mp4
    07:03
  • 4. Git Push.mp4
    00:57
  • 1. Registration Form.mp4
    12:32
  • 2. Django Crispy Form.mp4
    06:12
  • 3. Registration.mp4
    09:47
  • 4. Fix jQuery Issue.mp4
    02:34
  • 5. Login URL.mp4
    06:15
  • 6. Login.mp4
    09:13
  • 7. Logout.mp4
    04:41
  • 8. Do Not Show Automate Tools to Logged-Out Users.mp4
    10:10
  • 9. Git Push.mp4
    00:57
  • 1. Bulk Email Feature Overview.mp4
    03:39
  • 2. Email URL Patterns.mp4
    06:40
  • 3. List Subscriber Email Models.mp4
    14:24
  • 4. Email Form.mp4
    10:15
  • 5. Save Email Form.mp4
    06:08
  • 6. Send Test Email.mp4
    07:51
  • 7. Extract Email Addresses from Email List.mp4
    14:25
  • 8. Send Attachment via Email.mp4
    04:14
  • 9. Handover Task to Celery.mp4
    06:17
  • 10. Integrating Rich Text Editor - CKEditor.mp4
    11:10
  • 11. Sending HTML Content in Email.mp4
    05:26
  • 12. Git Push.mp4
    01:07
  • 13. Integrating SendinBlue Platform.mp4
    15:49
  • 1. Open Rate and Click Rate Overview.mp4
    01:30
  • 2. Email Tracking Overview.mp4
    03:25
  • 3. EmailTracking Model.mp4
    05:59
  • 4. URL Patterns for Click and Open.mp4
    03:28
  • 5. Email Click and Open Detecting Logic Explained.mp4
    07:12
  • 6. Email Tracking Tool Demo.mp4
    05:40
  • 7. Tracking Dashboard.mp4
    11:47
  • 8. Email Stats Page.mp4
    16:49
  • 9. Sent Model.mp4
    08:20
  • 10. Store Sent Count.mp4
    12:29
  • 11. Display Total Count Using Annotate Function.mp4
    07:32
  • 12. Display Sent Count on Stats Page.mp4
    02:02
  • 13. Click Tracking.mp4
    06:07
  • 14. Creating Tracking Info.mp4
    12:23
  • 15. Creating Tracking URL and Making the Site Live Using Ngrok Tunnel.mp4
    14:15
  • 16. Searching for Links Using BeautifulSoup.mp4
    11:42
  • 17. Injecting Tracking URL to Email Body.mp4
    13:49
  • 18. Open Tracking URL.mp4
    15:39
  • 19. Recording Open Event.mp4
    11:23
  • 20. Recording Click Event.mp4
    09:24
  • 21. Calculating Open Rate.mp4
    09:47
  • 22. Calculating Click Rate.mp4
    07:37
  • 23. Bug Fixing.mp4
    11:22
  • 24. Git Push.mp4
    01:03
  • 1. Image Compression Overview.mp4
    02:22
  • 2. Image Compression Demo.mp4
    02:34
  • 3. Compress Image Model.mp4
    11:18
  • 4. Image Compression URL Pattern.mp4
    04:55
  • 5. Image Compression Front End.mp4
    04:45
  • 6.1 Image Compression.zip
  • 6. Image Compression Form.mp4
    07:29
  • 7. Image Compression Logic.mp4
    26:18
  • 8. Display Thumbnail in Admin.mp4
    06:38
  • 9. Automatically Download Compressed Image.mp4
    06:14
  • 10. Git Push.mp4
    01:12
  • 1. Web Scraping Intro.mp4
    04:43
  • 2. Web Scraping Basics.mp4
    13:00
  • 3. Web Scraping Work on Tables.mp4
    09:29
  • 4. Retrieve Python Datatypes from Wikipedia Using Web Scraping.mp4
    13:42
  • 5. Thank You & Outro.html
  • Description


    Use Django to Craft 6 essential automation tools, from Data Import to Email Tracking System to Stock Market Analysis!

    What You'll Learn?


    • Solution to 6 real-world use case scenarios
    • Build 6 software tools that boosts your portfolio
    • Django's custom management commands
    • Import 1 million dataset programmatically
    • Export data and send it via an email as an attachment
    • Send emails to thousands of recipients at once
    • Complete Email Tracking System with Open rate & Click rate
    • Image Compression Tool
    • Web Scraping
    • Stock Market Analysis Tool

    Who is this for?


  • Beginner programmers who want to learn how to build web applications using Python and Django
  • Developers with experience in other programming languages who want to transition to Python and Django
  • Students who are interested in pursuing a career in web development or software engineering
  • Anyone who wants to improve their knowledge of Django and build upon their existing Python skills
  • Individuals who have some experience with Django but want to level up their skills by building advanced custom project
  • What You Need to Know?


  • Basics of Django Framework
  • Eager to code for complex use case scenarios
  • More details


    Description

    Embark on a transformative journey with 'Automate the Boring Stuff with Django' – an immersive Python and Django course tailored for efficiency enthusiasts! Say goodbye to boring, time-consuming tasks, and delve into the world of Django to construct not just one or two, but six essential automation tools that will redefine your workflow.


    Immerse yourself in mastering the Django framework through a series of hands-on projects. Craft custom commands to seamlessly import data and develop a robust export tool. Dive into the intricate process of creating a dynamic bulk email system, tracking open and click rates for optimal engagement. Explore the dynamic world of web scraping to effortlessly extract valuable information and harness its power to enhance your projects.


    The course doesn't stop there – it takes you on an exhilarating journey into the realm of Stock Market Analysis. Download real-world datasets for NASDAQ Index (United States) and NSE Index (India) to gain practical insights and hands-on experience.


    As you progress through the course, transform into a Python and Django automation wizard. Armed with a versatile toolkit, you'll be ready to conquer any task that once seemed boring. Don't miss this golden opportunity to revolutionize your workflow – enroll now and set sail on your path to Django mastery!


    Prerequisite: A basic familiarity with Python and Django is recommended for an enriched learning experience. Are you ready to automate the boring stuff and elevate your skills? Enroll today, and let the transformation begin!

    Who this course is for:

    • Beginner programmers who want to learn how to build web applications using Python and Django
    • Developers with experience in other programming languages who want to transition to Python and Django
    • Students who are interested in pursuing a career in web development or software engineering
    • Anyone who wants to improve their knowledge of Django and build upon their existing Python skills
    • Individuals who have some experience with Django but want to level up their skills by building advanced custom project

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Rathan Kumar
    Rathan Kumar
    Instructor's Courses
    I have been programming for over 8 years. Started as a PHP Developer, then fell in love with Python. I have strong in-depth knowledge of front-end technologies such as HTML5/CSS3, Bootstrap, JavaScript, etc even though I am specialized in back-end development. Django is my favorite & most loved Web Framework.I have very good knowledge of creating awesome programming course content that perfectly suits the current job market demands. Enroll in my courses and be a better Software Developer.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 104
    • duration 15:28:09
    • Release Date 2024/03/16