NP Learn
NP Learn
  • 33
  • 382 433
🤔 How to solve the Leetcode problem 26: Remove Duplicate from sorted array
🤔 How to solve the Leetcode problem 26: Remove Duplicate from sorted array
Welcome back to my coding corner! 🔥 In this video, I'm diving headfirst into the world of LeetCode once again, and I'm determined to conquer its challenges. Join me on this exciting coding adventure, comment and teach me are also welcome.
🔍 Curious to see if I can crack the code? 🤓 Throughout this video, I'll be tackling various LeetCode problems, sharing my thought process, and demonstrating how I approach these brain-teasers step by step. Whether you're a fellow coder seeking inspiration, a tech enthusiast, or just someone intrigued by the art of problem-solving, you're in for a treat!
🔥 Ready to witness the ups and downs of my coding quest? Don't forget to hit that 'Like' button if you enjoy the journey, and make sure to subscribe to stay tuned for more coding adventures ahead! 🙌 Let's conquer LeetCode together! 💪
#CodingJourney #LeetCodeChallenges #ProblemSolving #python #python3
มุมมอง: 183

วีดีโอ

🤔 How to solve the Leetcode problem 27: Remove Element from the List
มุมมอง 97ปีที่แล้ว
🤔 How to solve the Leetcode problem 27: Remove Element from the List Welcome back to my coding corner! 🔥 In this video, I'm diving headfirst into the world of LeetCode once again, and I'm determined to conquer its challenges. Join me on this exciting coding adventure, comment and teach me are also welcome. 🔍 Curious to see if I can crack the code? 🤓 Throughout this video, I'll be tackling vario...
"🚀 Embarking on a New Coding Journey: Can I Conquer LeetCode Challenges? 🤔
มุมมอง 38ปีที่แล้ว
"🚀 Embarking on a New Coding Journey: Can I Conquer LeetCode Challenges? 🤔 Welcome back to my coding corner! 🔥 In this video, I'm diving headfirst into the world of LeetCode once again, and I'm determined to conquer its challenges. Join me on this exciting coding adventure, comment and teach me are also welcome. 🔍 Curious to see if I can crack the code? 🤓 Throughout this video, I'll be tackling...
How to convert Microsoft Word file to PDF on Windows Server running on Google Cloud Platform.
มุมมอง 50ปีที่แล้ว
This VDO is requested by a viewer, I setup a Windows server 2012 on GCP and show you how to convert an MS Word file to PDF 00:00 Create a Windows server instance on the Google Cloud Platform 01:32 Access the Windows server with RDP 02:23 Install Microsoft Edge on the Windows server 03:26 Install Git on the Windows server machine 04:00 Install Python 3.8.10 05:02 Install Microsoft Word 06:43 Con...
How to send message, sticker, image via LINE notify using Python
มุมมอง 597ปีที่แล้ว
This method is using the example from pypi.org/project/npline/ package, You can create a token and install the package to test it. Hope you enjoy the VDO ;) #shorts #python #line
Python Leetcode 1512 Number of Good Pair
มุมมอง 7332 ปีที่แล้ว
Leetcode number 1512, working with an array and find the number of pair that has index j greater than i
Python Leetcode 1470 Shuffle the Array
มุมมอง 1412 ปีที่แล้ว
This VDO is to share with you how to shuffle an array(list) in Python using a simple method. You will learn how the index play a major role in this problem solving.
Python Leetcode 1254 Number of Closed island
มุมมอง 282 ปีที่แล้ว
Depth-first search(using recursion) is the key #python #leetcode
How to create your own Docker image(PostgreSQL,DBeaver) and share to DockerHub
มุมมอง 4822 ปีที่แล้ว
In this video, I want to share with you how to use Docker for creating a development/experiment environment. You may use Docker to try a new shell, or new application, and ensure that you have the same environment as your team. This video will cover the pull, run, exec, build, tag, push, and more. Timestamps 0:00 Introduction 1:40 docker run to pull and run your image 2:10 docker exec -it to ac...
How to list all file in a folder using Excel VBA
มุมมอง 712 ปีที่แล้ว
I want to share how to list all files in a folder using Microsoft Excel VBA What we have learned: github: github.com/noppGithub/nplearn/tree/master/Excel/List files in a directory #Excel #VBA
How to remove a project in GCP Google Cloud Platform
มุมมอง 182 ปีที่แล้ว
How to remove a project in GCP Google Cloud Platform
็How to rename a column name in Google BigQuery
มุมมอง 3.2K2 ปีที่แล้ว
็How to rename a column name in Google BigQuery
How to remove blank lines from document in Visual Studio Code
มุมมอง 9592 ปีที่แล้ว
How to remove blank lines from document in Visual Studio Code
Get started with Jupyter notebook and Python
มุมมอง 223 ปีที่แล้ว
Get started with Jupyter notebook and Python
Python built-in functions
มุมมอง 403 ปีที่แล้ว
Python built-in functions
Using Python to invest like ARK invest ETF(improved version)
มุมมอง 2233 ปีที่แล้ว
Using Python to invest like ARK invest ETF(improved version)
Python variables, the key of every program
มุมมอง 283 ปีที่แล้ว
Python variables, the key of every program
How to add comment in Python
มุมมอง 1233 ปีที่แล้ว
How to add comment in Python
How to find and remove duplicate records from Microsoft Excel
มุมมอง 263 ปีที่แล้ว
How to find and remove duplicate records from Microsoft Excel
How to UPSERT(Insert or Update) in Google BigQuery
มุมมอง 10K3 ปีที่แล้ว
How to UPSERT(Insert or Update) in Google BigQuery
Python hello world and more
มุมมอง 293 ปีที่แล้ว
Python hello world and more
Python string formatting
มุมมอง 1253 ปีที่แล้ว
Python string formatting
How to invest like ARK with Python
มุมมอง 4003 ปีที่แล้ว
How to invest like ARK with Python
What are the best code editing tool that I use(probably yours too!)
มุมมอง 603 ปีที่แล้ว
What are the best code editing tool that I use(probably yours too!)
How to remove multiple lines or specific range of lines from very long log file
มุมมอง 614 ปีที่แล้ว
How to remove multiple lines or specific range of lines from very long log file
How to insert empty row between each row in Excel
มุมมอง 144 ปีที่แล้ว
How to insert empty row between each row in Excel
How to convert Microsoft Word file to PDF using Python
มุมมอง 4.2K4 ปีที่แล้ว
How to convert Microsoft Word file to PDF using Python
How to install Python and multiple version of Python on Windows
มุมมอง 744 ปีที่แล้ว
How to install Python and multiple version of Python on Windows

ความคิดเห็น

  • @nedaskvederas721
    @nedaskvederas721 2 หลายเดือนก่อน

    thank you so much. I honestly can't thank you enough. I was trying for HOURS and this short video saved me. Thank you so much

  • @xlrclash
    @xlrclash 6 หลายเดือนก่อน

    idk why i got recommended this but if you use vs code instead of pycharm for python then something MIGHT be wrong

  • @UB4NMEUG4Y
    @UB4NMEUG4Y 7 หลายเดือนก่อน

    This is so hard

  • @godofstring
    @godofstring 7 หลายเดือนก่อน

    what song is this!

    • @orlando_kawaii
      @orlando_kawaii 7 หลายเดือนก่อน

      Ice & Fire by King Canyon 🐼

  • @stickanimator5952
    @stickanimator5952 7 หลายเดือนก่อน

    dude close github copilot

  • @AmanKumar-rv1th
    @AmanKumar-rv1th 8 หลายเดือนก่อน

    Bhai running ka option nai ara when i cick F5 so it go to extension and show 'we cannot connect to the Extensions marketplace at this time' so what i have do now

  • @amandamukandiwa7626
    @amandamukandiwa7626 8 หลายเดือนก่อน

    Song?

    • @robberl1031
      @robberl1031 6 หลายเดือนก่อน

      Ice & Fire (feat. Son Little & Mike Chivaro)

  • @Brijonironside
    @Brijonironside 11 หลายเดือนก่อน

    abal

  • @disauyanmis5933
    @disauyanmis5933 11 หลายเดือนก่อน

    how can i do the same for several word files altogether?

  • @investorfriends
    @investorfriends ปีที่แล้ว

    Thank you

  • @KingUT441
    @KingUT441 ปีที่แล้ว

    Bro Which App You Are Using ??

    • @nplearn
      @nplearn ปีที่แล้ว

      VS code + Python + Github copilot

  • @jeelani_shah2258
    @jeelani_shah2258 ปีที่แล้ว

    th-cam.com/video/5OXBKwt68UM/w-d-xo.htmlfeature=shared

  • @jeelani_shah2258
    @jeelani_shah2258 ปีที่แล้ว

    th-cam.com/video/vvrK79QNXJY/w-d-xo.html

  • @kalvimusic5515
    @kalvimusic5515 ปีที่แล้ว

    Bord name bro

    • @nplearn
      @nplearn ปีที่แล้ว

      marketplace.visualstudio.com/items?itemName=ms-python.python

  • @satyakikar8598
    @satyakikar8598 ปีที่แล้ว

    Nothing works

    • @nplearn
      @nplearn ปีที่แล้ว

      Install the Python extension marketplace.visualstudio.com/items?itemName=ms-python.python

  • @godwinfrance2156
    @godwinfrance2156 ปีที่แล้ว

    I need help

    • @nplearn
      @nplearn ปีที่แล้ว

      Install Python extension: marketplace.visualstudio.com/items?itemName=ms-python.python

  • @TheYasin67
    @TheYasin67 ปีที่แล้ว

    Doesn't work AttributeError: 'POINTER(IUnknown)' object has no attribute 'Documents'

    • @nplearn
      @nplearn ปีที่แล้ว

      Could you please share the full script, i can help

  • @yudhaprawira8890
    @yudhaprawira8890 ปีที่แล้ว

    so select and form function is not used in this query?

  • @CommonStudentActivity
    @CommonStudentActivity ปีที่แล้ว

    Plz also tell what extensions are needed to be installed.. without extension python file cannot be run

    • @DoubleSwee
      @DoubleSwee ปีที่แล้ว

      He's using python script

    • @Meltdown_-kenjung-
      @Meltdown_-kenjung- ปีที่แล้ว

      "Python" extension name

    • @nplearn
      @nplearn ปีที่แล้ว

      Please install Python extension to make it works: marketplace.visualstudio.com/items?itemName=ms-python.python

    • @Mroczny9348
      @Mroczny9348 5 หลายเดือนก่อน

      What about lua? Do you know which one I have to install? (I can't find:( )

  • @Meletion1
    @Meletion1 ปีที่แล้ว

    How to you get that autocomplete 🤯

    • @puffyandchicky
      @puffyandchicky ปีที่แล้ว

      Did you find out

    • @Meletion1
      @Meletion1 ปีที่แล้ว

      @@puffyandchicky nope

    • @sarahb2907
      @sarahb2907 ปีที่แล้ว

      I think it's the extension in VScode called Pylance

    • @zeechy
      @zeechy ปีที่แล้ว

      ​@@sarahb2907 you would be correct

    • @Darkfeyttt
      @Darkfeyttt ปีที่แล้ว

      Depending on what completion you are referring to, it might be github co-pilot that you are looking for. We can see the icon of co-pilot I'm the bottom right of the video.

  • @nplearn
    @nplearn ปีที่แล้ว

    Please comment on what kind of VDO you want to see, and I will make it for you ✨✨✨

  • @fuzzywuzzy318
    @fuzzywuzzy318 ปีที่แล้ว

    Good job!

    • @nplearn
      @nplearn ปีที่แล้ว

      Thank you! Cheers!

  • @investorfriends
    @investorfriends ปีที่แล้ว

    Thanks

  • @yosupalex8276
    @yosupalex8276 ปีที่แล้ว

    Thanks! Mine works without EXCEPT statement

    • @nplearn
      @nplearn ปีที่แล้ว

      Thank you 😀

  • @jarrinsonparababi4929
    @jarrinsonparababi4929 ปีที่แล้ว

    no me funciona😐😑

    • @nplearn
      @nplearn ปีที่แล้ว

      Could you please tell me the error?

  • @saypap
    @saypap 2 ปีที่แล้ว

    How to run the same on Windows server? Please help

    • @nplearn
      @nplearn ปีที่แล้ว

      Do you have MsWord installed on your Windows server ?

    • @saypap
      @saypap ปีที่แล้ว

      @@nplearn yes we did

    • @nplearn
      @nplearn ปีที่แล้ว

      @@saypap just finished the test, vdo out soon

    • @saypap
      @saypap ปีที่แล้ว

      @@nplearn Superb!! I hope it will be without user logged in on scheduler

  • @jamesporcas639
    @jamesporcas639 2 ปีที่แล้ว

    would be great if you could put the query in the description

    • @nplearn
      @nplearn ปีที่แล้ว

      Thanks I will do that today

  • @irfanalfathramadhan4797
    @irfanalfathramadhan4797 2 ปีที่แล้ว

    how to insert table from scv file?

    • @nplearn
      @nplearn ปีที่แล้ว

      I will create a vdo about that

  • @albertopinna5372
    @albertopinna5372 2 ปีที่แล้ว

    Thanks a lot

    • @nplearn
      @nplearn ปีที่แล้ว

      Happy to help

  • @jamesleleji6984
    @jamesleleji6984 2 ปีที่แล้ว

    How do you rearrange order of columns in BIGQuery? Thanks

    • @nplearn
      @nplearn ปีที่แล้ว

      I will create a vdo about that asap

  • @howardl7451
    @howardl7451 2 ปีที่แล้ว

    Killer video 👐!! You are late to the party = P r o m o S M .

    • @nplearn
      @nplearn ปีที่แล้ว

      Thanks, just back to do more TH-cam VDO please let me know what you want to see next 😃

  • @knowledge9904
    @knowledge9904 2 ปีที่แล้ว

    I am going to subscribe you

  • @knowledge9904
    @knowledge9904 2 ปีที่แล้ว

    I hope your channel will grow

  • @knowledge9904
    @knowledge9904 2 ปีที่แล้ว

    You are working good work for our youth

    • @nplearn
      @nplearn 2 ปีที่แล้ว

      It's my pleasure

  • @林佳仁-t8v
    @林佳仁-t8v 2 ปีที่แล้ว

    Very Good

    • @nplearn
      @nplearn 2 ปีที่แล้ว

      Thanks, let me know if any kind of tutorial I should produce.

  • @ibexy
    @ibexy 3 ปีที่แล้ว

    Excellent job.

    • @nplearn
      @nplearn 3 ปีที่แล้ว

      Thank you, hope you like it :)

  • @ibexy
    @ibexy 3 ปีที่แล้ว

    Apart from the folder naming, which can be derived automatically, I think its a brilliant piece of code.

    • @nplearn
      @nplearn 3 ปีที่แล้ว

      Thanks a lot for the comment, I have an improved version for this project as well, let me know if you are interested <3

    • @ibexy
      @ibexy 3 ปีที่แล้ว

      Pass the folder name from the first script into the comparison script. So no need to manually change the folder names.

    • @sang7081
      @sang7081 3 ปีที่แล้ว

      @@nplearn interested. im using os module in my project and struggling with the file paths. can you please show your updated project where you pass on the file names automatically? also if you can do a video showing some tips while working with os vs path libraries that would be great.

    • @nplearn
      @nplearn 3 ปีที่แล้ว

      @@ibexy Please check the improved version at th-cam.com/video/LX1kM4keJhg/w-d-xo.html

    • @nplearn
      @nplearn 3 ปีที่แล้ว

      @@sang7081 Please check the improved version at th-cam.com/video/LX1kM4keJhg/w-d-xo.html

  • @nplearn
    @nplearn 3 ปีที่แล้ว

    Don't forget to change the folder name after you have downloaded new data from their website <3