Rajdeep Dar Pathshala
Rajdeep Dar Pathshala
  • Видео 250
  • Просмотров 217 260

Видео

Random Variables | Data Analytics Statistics | Part - 3 | By Kaushiki Goswami
Просмотров 34Месяц назад
#dataanalytics #statistics #coding #skilldevelopment #motivation
Conditional Probability | Data Analytics Statistics | Part- 2 | By Kaushiki Goswami
Просмотров 63Месяц назад
#dataanalytics #motivation #skilldevelopment #coding #statistics
Basic Concepts of Probability | Data Analytics Statistics | Part-1| By Kaushiki Goswami
Просмотров 115Месяц назад
#dataanalytics #coding #skilldevelopment #motivation
Lag - Lead & Window Function | MYSQL Topic | Full tutorial video By Rajdeep Da | Part - VII
Просмотров 76Месяц назад
#mysql #education #mysqldatabase #motivation #coding #skilldevelopment Check out this 👇 Queries ⬇️ create database mysql_tutorial_int; use mysql_tutorial_int; select * from sales_data; CREATE TABLE sales_data ( month INT, sales INT ); INSERT INTO sales_data (month, sales) VALUES (1, 100), (2, 150), (3, 120), (4, 180); select * from sales_data; truncate table sales_data; Syntax LAG(column_name, ...
Savepoint, Commit, Rollback | MYSQL_TUTORIAL | Full explanation by Rajdeep Da | Part - VI
Просмотров 52Месяц назад
#education #mysql #mysqldatabase #motivation #coding #skilldevelopment Check out this 👇 Queries ⬇️ CREATE TABLE inventory_table ( p_id INT PRIMARY KEY, p_name VARCHAR(100) NOT NULL, p_price DECIMAL(10, 2) NOT NULL ); drop table inventory_table; INSERT INTO inventory_table (p_id, p_name, p_price) VALUES (1, 'Basmati Rice 1kg', 120.00); INSERT INTO inventory_table (p_id, p_name, p_price) VALUES (...
14 - String Functions | MYSQL | Detailed explanation by Rajdeep Da | Part - V
Просмотров 71Месяц назад
#motivation #coding #skilldevelopment #education #mysql #mysqldatabase Check out this 👇 Queries ⬇️ CREATE TABLE strings_example ( id INT PRIMARY KEY, text VARCHAR(100) ); INSERT INTO strings_example (id, text) VALUES (1, 'hello world'); INSERT INTO strings_example (id, text) VALUES (2, 'mysql functions'); SELECT UPPER(text) AS uppercase_text FROM strings_example; The UPPER() function converts a...
Stored Procedure | MYSQL | Full explanation by Rajdeep Da | Part - IV
Просмотров 74Месяц назад
#motivation #coding #skilldevelopment #education #mysql #mysqldatabase Check out this 👇 Queries ⬇️ CREATE TABLE employees ( employee_id INT PRIMARY KEY, name VARCHAR(50), department VARCHAR(50), bonus INT ); INSERT INTO employees (employee_id, name, department, bonus) VALUES (1, 'Alice', 'HR', 1000); INSERT INTO employees (employee_id, name, department, bonus) VALUES (2, 'Bob', 'Finance', NULL)...
Case - When - Then - Else - End | MYSQL | Tutorial video by Rajdeep Da | Part - III
Просмотров 62Месяц назад
#motivation #coding #skilldevelopment #mysqldatabase #mysql #education Check out this 👇 Queries ⬇️ Create the students table CREATE TABLE students ( student_id INT PRIMARY KEY, name VARCHAR(50), score INT ); Insert data into the students table INSERT INTO students (student_id, name, score) VALUES (1, 'Alice', 85); INSERT INTO students (student_id, name, score) VALUES (2, 'Bob', 70); INSERT INTO...
IF NULL() Function | MYSQL | বাংলায় Full explanation with Theory +Practical by Rajdeep Da | Part -II
Просмотров 96Месяц назад
#mysqldatabase #mysql #motivation #coding #skilldevelopment #programming Check out this 👇 Quaries ⬇️ Create the employees table CREATE TABLE employees ( employee_id INT PRIMARY KEY, name VARCHAR(50), bonus INT ); Insert data into the employees table INSERT INTO employees (employee_id, name, bonus) VALUES (1, 'Alice', 1000); INSERT INTO employees (employee_id, name, bonus) VALUES (2, 'Bob', NULL...
Foreign Key Constraint | MYSQL | বাংলায় সব explanation, Theory & Practical by Rajdeep Da | Part - I
Просмотров 120Месяц назад
#motivation #coding #skilldevelopment #mysqldatabase #mysql #foreignkeyconstraint Check out this 👇 Queries ⬇️ create database mysql_tutorial_int; use mysql_tutorial_int; CREATE TABLE products ( product_id INT PRIMARY KEY, product_name VARCHAR(50) ); CREATE TABLE inventory ( inventory_id INT PRIMARY KEY AUTO_INCREMENT, product_id INT, stock_level INT, last_updated DATE, FOREIGN KEY (product_id) ...
Data Analytics Statistics | Variance, Standard deviation, Mean absolute deviation | Part - II
Просмотров 712 месяца назад
#motivation #powerbi #coding #dataanalytics #skilldevelopment #mathametics #education
Data Analytics Statistics | Variance, Standard deviation, Mean absolute deviation | Part - I
Просмотров 672 месяца назад
#motivation #powerbi #dataanalytics #mathametics #skilldevelopment
Data Analytics Statistics | Range | Quartile | Interquartile Range | By Kaushiki Goswami | Part- II
Просмотров 882 месяца назад
#coding #motivation #powerbi #dataanalytics #mathametics
Data Analytics Statistics | Mean | Median | Mode | Full explanation by Kaushiki Goswami | Part- I
Просмотров 1592 месяца назад
#motivation #dataanalytics #coding #programming #powerbi #education
Power BI Assignment submission in Google Form | Video in full detail by Rajdeep Da
Просмотров 1562 месяца назад
Power BI Assignment submission in Google Form | Video in full detail by Rajdeep Da
মজার ছলে শেখো for Loop in Python | Live explanation by Rajdeep Da with example
Просмотров 1923 месяца назад
মজার ছলে শেখো for Loop in Python | Live explanation by Rajdeep Da with example
Map & Filter function | Full explanation by Rajdeep Da
Просмотров 954 месяца назад
Map & Filter function | Full explanation by Rajdeep Da
Pointers in C Language. | Full tutorial by Rajdeep Da
Просмотров 614 месяца назад
Pointers in C Language. | Full tutorial by Rajdeep Da
Mock Interview By Soutrick Chatterjee | Student :- Prabahan Nath | রাজদীপ দার পাঠশালা
Просмотров 974 месяца назад
Mock Interview By Soutrick Chatterjee | Student :- Prabahan Nath | রাজদীপ দার পাঠশালা
Decorators in Python | Full guidance from Rajdeep Da | রাজদীপ দার স্টাইলে সহজে কোডিং
Просмотров 1024 месяца назад
Decorators in Python | Full guidance from Rajdeep Da | রাজদীপ দার স্টাইলে সহজে কোডিং
MYSQL Workbench Installation video | Full tutorial by Rajdeep Da
Просмотров 1454 месяца назад
MYSQL Workbench Installation video | Full tutorial by Rajdeep Da
হাতে কলমে Function ( ) | Full explanation by Rajdeep Da
Просмотров 2965 месяцев назад
হাতে কলমে Function ( ) | Full explanation by Rajdeep Da
How to Connect Google Sheet & MYSQL Database with PowerBi | Full tutorial by Rajdeep Da
Просмотров 955 месяцев назад
How to Connect Google Sheet & MYSQL Database with PowerBi | Full tutorial by Rajdeep Da
Podcast Talk with Dr. Puspita Bhattacharya, IIT KGP | Topic : Social Media vs Child Brain | Ep-1
Просмотров 3235 месяцев назад
Podcast Talk with Dr. Puspita Bhattacharya, IIT KGP | Topic : Social Media vs Child Brain | Ep-1
Google Sheet To MYSQL Connectivity Through Python | Full explanation by Rajdeep Da
Просмотров 1085 месяцев назад
Google Sheet To MYSQL Connectivity Through Python | Full explanation by Rajdeep Da
Curd Operation With Flask Microweb Framework Of Python | Full tutorial by Rajdeep Da
Просмотров 445 месяцев назад
Curd Operation With Flask Microweb Framework Of Python | Full tutorial by Rajdeep Da
How to Publish Report in Power Bi Service | Full tutorial video by Rajdeep Da
Просмотров 2265 месяцев назад
How to Publish Report in Power Bi Service | Full tutorial video by Rajdeep Da
Data Type & Operators Explanation | Full guidance from Rajdeep Da | শিখব কোডিং মজার ছলে
Просмотров 936 месяцев назад
Data Type & Operators Explanation | Full guidance from Rajdeep Da | শিখব কোডিং মজার ছলে
Student Automatic Attendance Using PYTHON & MYSQL (with QR code scanner) | Full Demo Project
Просмотров 3376 месяцев назад
Student Automatic Attendance Using PYTHON & MYSQL (with QR code scanner) | Full Demo Project

Комментарии

  • @souravvkchandra3154
    @souravvkchandra3154 19 дней назад

    👌

  • @biswajitsaha4750
    @biswajitsaha4750 19 дней назад

    Ha dada interested

  • @mehadi-sardar
    @mehadi-sardar 20 дней назад

    Allah bless you

  • @rupalidas1908
    @rupalidas1908 22 дня назад

    Etate ki kono jhukir bapar ache eta fake na to 😢jodio ami video ta na dekhei bollam please bolben

  • @Mrbangladesh02
    @Mrbangladesh02 28 дней назад

  • @anukulghosh6575
    @anukulghosh6575 Месяц назад

    Data Structures and Algorithms with python er all dilen na r dada from bd.

  • @AlsoNormalNic
    @AlsoNormalNic Месяц назад

    Thanks 🙏🏽🙏🏽 sir

  • @samareshroyram4612
    @samareshroyram4612 Месяц назад

  • @Rahatbong
    @Rahatbong Месяц назад

    Bangladesh thke dekchi sir

  • @aritrachowdhury4150
    @aritrachowdhury4150 Месяц назад

    Download link ??

  • @ARIJEET-z2t
    @ARIJEET-z2t Месяц назад

    Kash jodi apnake 2012 tepetam dada khub upakar hoto

  • @uttammondal-t1t
    @uttammondal-t1t Месяц назад

    Good job

  • @ayansantra1344
    @ayansantra1344 Месяц назад

    Sir error diya cha pip install hoya gacha but pyttsx3 error diya cha

  • @suvosdiary3205
    @suvosdiary3205 Месяц назад

    Thanks dada ❤

  • @sktuhin800tuhin2
    @sktuhin800tuhin2 2 месяца назад

    ❤❤❤

  • @theahmedmamun
    @theahmedmamun 2 месяца назад

    Good ❤

  • @itsmenasiruddin
    @itsmenasiruddin 2 месяца назад

    Take love from Bangladesh

  • @itsmenasiruddin
    @itsmenasiruddin 2 месяца назад

    Thanks dada

  • @itsmenasiruddin
    @itsmenasiruddin 2 месяца назад

    Thanks

  • @mohitmohanshow2120
    @mohitmohanshow2120 2 месяца назад

    Dada tomar mobile number ta pawa jabe, aami tomar kache python tution nite chai

  • @aritrachowdhury4150
    @aritrachowdhury4150 3 месяца назад

    Apnader advance excel ache?

  • @rajdeepswarnakar7677
    @rajdeepswarnakar7677 3 месяца назад

    Dada equal value ki vabe handle hbe, ekbar dekhale valo hoto

  • @LisaKhan-y7c
    @LisaKhan-y7c 3 месяца назад

    Continue the next videos on this topic.

  • @biplabdas4533
    @biplabdas4533 3 месяца назад

    Darun laglo sir.. Kichu bujhtam na ata dekhe bujhlam.. Sir purota koriye den

  • @moinulislamhemel7041
    @moinulislamhemel7041 3 месяца назад

    awesome! I loved your method ♥

  • @edunicksecurity
    @edunicksecurity 3 месяца назад

    Jibone onek teacher er kache poechi. But Rajdeep Sir is the Best teacher I came across.❤❤

  • @pankajsarkar3378
    @pankajsarkar3378 3 месяца назад

    ❤❤❤❤❤

  • @sovanchakraborty304
    @sovanchakraborty304 3 месяца назад

    ❤❤❤ 10 years age jodi tomake petam tahole amar life change hoea jeto... Khubi sundor dada❤❤❤

  • @pranaykarmakar8098
    @pranaykarmakar8098 3 месяца назад

    Pay pal er account ki.. Kivabe korbo ?

  • @Debasishbera2010
    @Debasishbera2010 4 месяца назад

    Thank u dada

  • @jayitaskitchen
    @jayitaskitchen 4 месяца назад

    Very easy way for remember

  • @saemprodhan3757
    @saemprodhan3757 4 месяца назад

    দাদ you are hero!

  • @kitsamrita6899
    @kitsamrita6899 4 месяца назад

    বাবা আমি তো তোমাকে খুজছিলাম কথায় বাড়ি কলকাতা , ? সঙ্গে সঙ্গে সাবস্ক্রাইব করে দিয়েছি

  • @rakibhasan417
    @rakibhasan417 4 месяца назад

    Data Analytics এর জন্য ভিডিও চাই

  • @avikchattopadhyay6211
    @avikchattopadhyay6211 4 месяца назад

    তোমার নেক্সট পাইথন ব্যাচ কবে স্টার্ট হচ্ছে?

  • @mithunshaha4342
    @mithunshaha4342 4 месяца назад

    Very Very Nice Explanation,Sir.Needs More Tutorial From You.

  • @razaurrahman1328
    @razaurrahman1328 5 месяцев назад

    Good!

  • @digitalmarketing_ad3518
    @digitalmarketing_ad3518 5 месяцев назад

    Apni ato sundor kore explain koren je jekono jinis amader bujhte khub sohoj hoy. Thank you sir apnake sir hisabe powar jonne.

  • @soumyasaha5463
    @soumyasaha5463 5 месяцев назад

    Sir, ami power bi shikhte chai, kibhabe apnar kache class nebo

    • @RajdeepDarPathshala
      @RajdeepDarPathshala 5 месяцев назад

      Rajdeep Dar Pathshala Facebook page follow korte theko, upcoming August batch er information asbe kichu diner modhe

    • @soumyasaha5463
      @soumyasaha5463 5 месяцев назад

      @@RajdeepDarPathshala Sir ami non I.T means technical person, so is there any issues regarding learning for power bi.

    • @RajdeepDarPathshala
      @RajdeepDarPathshala 5 месяцев назад

      Problems hobar kotha noy khub ekta..

    • @RajdeepDarPathshala
      @RajdeepDarPathshala 5 месяцев назад

      9330538086 ei number a ping koro WhatsApp a

  • @ParkMan-c1k
    @ParkMan-c1k 5 месяцев назад

    Sir apni zodi python problem solving er video niye asten tahole khub valo hoy!

  • @CreativeDevelopers-kw4wv
    @CreativeDevelopers-kw4wv 5 месяцев назад

    data data sceience upor video chai.

  • @bhoreralo174
    @bhoreralo174 5 месяцев назад

    Dada tomar mob no. E WhatsApp dakache na. Ki kore contact korbo?

    • @RajdeepDarPathshala
      @RajdeepDarPathshala 5 месяцев назад

      Rajdeep Dar Pathshala Facebook page theke contact korte paro

  • @abhishektapadar7280
    @abhishektapadar7280 5 месяцев назад

    দাদা এটার ওপর detail ভিডিও বানাও প্লিজ

  • @soumyasarkar9142
    @soumyasarkar9142 5 месяцев назад

    Oshombhob shundor ekta podcast. Aro beshi bhalo lagchhe amar alma mater er ekjon ujjwal nokhtro Pushpita ma'am er valuable insights gulo. Aro onek podcast ashuk Rajdeep da erokom❤

    • @dolonb12
      @dolonb12 5 месяцев назад

      Onek onek dhonyobad...bhalo theko..

  • @suvosdiary3205
    @suvosdiary3205 5 месяцев назад

    Darun ❤😊

  • @sounaksarkar2090
    @sounaksarkar2090 5 месяцев назад

    Code ta kobe explain korbe??..

  • @SaimoonAhamood
    @SaimoonAhamood 5 месяцев назад

    playlist anen flask er🎉

  • @dipr00799
    @dipr00799 5 месяцев назад

    Tmi django Framework shikhao?.