Taylor's Software
Taylor's Software
  • 60
  • 67 866
How To Create PowerPoint Presentations Using Python
In this video, I cover how to create PowerPoint Presentations using the Python Programming Language and the python-pptx module. This is useful when you want to automate or convert PowerPoint Presentations from text.
มุมมอง: 223

วีดีโอ

How To Eject and Close PC's CD/DVD Drive Using Python
มุมมอง 15914 วันที่ผ่านมา
In this video, I utilize the Python Programming language to eject and close the computer's CD/DVD drive. The modules used in this video are ctypes for Windows and os for Linux. This is useful when you do not want to push the physical button on your DVD/CD Drive.
How To Convert Speech To Text Using Python
มุมมอง 92021 วันที่ผ่านมา
In this video, I utilize the Python Programming Language to convert spoken speech into text. I use the speech_recognition module to extrapolate the microphone data into text.
How To Convert Any Image Into ASCII Art Using Python
มุมมอง 548หลายเดือนก่อน
In this video I utilize the Python Programming Language to convert an image into an ASCII Art Text File. The module that is used for this is pywhatkit.
How To Use Bitwise Operators in Python
มุมมอง 504หลายเดือนก่อน
In this video, I cover how to use Bitwise operations in Python. Bitwise operations allows us to manipulate individual bits and data types. I show how to encode a string using bit shifting. I mistakenly said we represent one byte with 4 bits, it's actually 8 bits.
How To Compare Files Using Python
มุมมอง 866หลายเดือนก่อน
In this video I utilize the Python Programming Language to compare two files. I use the built in module filecmp. This module allows you to not only compare files but directories as well. This is useful when trying to see if the contents within files are the same.
How To Rename Files Using Python
มุมมอง 2462 หลายเดือนก่อน
In this video, I utilize the os module in the Python Programming Language to rename files. This is useful when you have multiple files you need to bulk rename.
Thank You for 1000 Subscribers!
มุมมอง 582 หลายเดือนก่อน
Thank you all to my subscribers! You will find the discord link below, see you all there! :) Taylor's Software Discord: discord.gg/MFWcHMT8PX
How To Create a Graph Using Python
มุมมอง 4422 หลายเดือนก่อน
In this video, I show how to use the Matplotlib module in the Python Programming Language to graph an array dataset. I generate twenty random numbers that are plotted and graphed using the Python Library. This is useful when you want to visualize your data set and create bar, line, or pie graphs.
How To Use Ollama's API With Python
มุมมอง 1.2K2 หลายเดือนก่อน
In this video I show how to utilize the Ollama's API with Python. Ollama is an Natural Language Artificial Intelligence Model that is locally hosted on your computer and does not require an internet connection after you initially download the AI model. The Python Programming Language can be used to communicate with the AI model with a few built in libraries. This is powerful when you have a ded...
How To Create a QR Code Using Python
มุมมอง 4702 หลายเดือนก่อน
In this video, I show how to create a QR code using the Python Programming Language. I utilize the qrcode library that is available in pip. This is great for generating quick scan links for a businesses or personal site. www.patreon.com/posts/how-to-create-qr-110839149?Link&
How To Upload and Download Files From FTP Server Using Python
มุมมอง 5253 หลายเดือนก่อน
In this video, I use the Python Programming Language to upload and download files from an FTP Server. This is useful when sending and receiving flat files. I utilized the the ftplib module in Python to connect to the server and run FTP commands.
How To Read Word Documents In Python
มุมมอง 3.4K3 หลายเดือนก่อน
In this video I cover how to read in Microsoft Word documents using the Python Programming Language. This is useful when trying to extract information from a single or multiple documents.
How To Execute Python Programs Using PHP
มุมมอง 3583 หลายเดือนก่อน
In this video I cover how to run and execute Python Scripts Program Files using PHP. This is extremely powerful when you want to utilize different programming languages simultaneously.
How To Read PDF Files In Python
มุมมอง 1.1K3 หลายเดือนก่อน
In this video, I cover how to read Adobe PDF files using the Python Programming Language. This is extremely useful when trying to extract text from PDF files.
How To Install Apache and PHP on Linux Server
มุมมอง 974 หลายเดือนก่อน
How To Install Apache and PHP on Linux Server
How To Use Multiprocessing In Python
มุมมอง 1.4K4 หลายเดือนก่อน
How To Use Multiprocessing In Python
How To Use Modulo Operations In Python
มุมมอง 1914 หลายเดือนก่อน
How To Use Modulo Operations In Python
How To Create An Executable Python Program
มุมมอง 7K5 หลายเดือนก่อน
How To Create An Executable Python Program
How To Create Your Own Python Modules
มุมมอง 6925 หลายเดือนก่อน
How To Create Your Own Python Modules
How To Use FTP In Python
มุมมอง 1.1K5 หลายเดือนก่อน
How To Use FTP In Python
How To Download Files Using Python
มุมมอง 6885 หลายเดือนก่อน
How To Download Files Using Python
How To Use Pandas In Python
มุมมอง 8006 หลายเดือนก่อน
How To Use Pandas In Python
How To Run A Python Program At A Specific Time
มุมมอง 2.6K6 หลายเดือนก่อน
How To Run A Python Program At A Specific Time
How To Create Decorator Functions In Python
มุมมอง 10K6 หลายเดือนก่อน
How To Create Decorator Functions In Python
How To Use Command Line Arguments In Python
มุมมอง 6816 หลายเดือนก่อน
How To Use Command Line Arguments In Python
How To Generate and Use SSH Key Value Pairs
มุมมอง 2237 หลายเดือนก่อน
How To Generate and Use SSH Key Value Pairs
How To Ping Servers Using Python
มุมมอง 4027 หลายเดือนก่อน
How To Ping Servers Using Python
How To Troubleshoot Errors In Python
มุมมอง 3637 หลายเดือนก่อน
How To Troubleshoot Errors In Python
How To Use SSH
มุมมอง 5717 หลายเดือนก่อน
How To Use SSH

ความคิดเห็น

  • @compositeboson123
    @compositeboson123 3 วันที่ผ่านมา

    dude nahh you cant be a real arch user, you gotta flex onus every videos intro 💀

  • @KinkyJalepeno
    @KinkyJalepeno 3 วันที่ผ่านมา

    Please tell me why you don't use Pycharm? It's free ! All this virtual environment crap every time is done for you and it all just works with no messing about.. Apart from that, a very interesting vid, TYVM <3 - As a noob who's learning and used Pycharm from the start for its features and simplicity, I'm genuinely interested in why you don't? I feel like I'm doing something wrong lol

  • @robertt3322
    @robertt3322 6 วันที่ผ่านมา

    Thank you! I appreciate your way to provide useful videos, easy to understand and within short times if possible!

    • @TaylorsSoftware
      @TaylorsSoftware 3 วันที่ผ่านมา

      I'm glad it's helpful! Thank you! :)

  • @mjpthetrucker9485
    @mjpthetrucker9485 11 วันที่ผ่านมา

    Python is really becoming a problem. I love it.

  • @tr911tr
    @tr911tr 14 วันที่ผ่านมา

    Cool! Now i need to find a pc that has cd drive 😅

  • @michaelaneke
    @michaelaneke 18 วันที่ผ่านมา

    This channel doesn't get enough appreciation Great video!!❤👍

    • @TaylorsSoftware
      @TaylorsSoftware 17 วันที่ผ่านมา

      Thank you so much 😀

  • @infamousforrest
    @infamousforrest 19 วันที่ผ่านมา

    How are you getting recognize_google? It will only let me have recognize_google_cloud, and this is making the whole process unworkable for some reason that I can't figure out.

    • @TaylorsSoftware
      @TaylorsSoftware 17 วันที่ผ่านมา

      It is a built in function with the speech_recognition module.

    • @infamousforrest
      @infamousforrest 17 วันที่ผ่านมา

      @TaylorsSoftware I know, I have that installed and imported. But the recognize_google isn't in the list

    • @ragul913
      @ragul913 9 ชั่วโมงที่ผ่านมา

      The same error

  • @joeharyar9873
    @joeharyar9873 21 วันที่ผ่านมา

    Hi..thanks for sharing...any other api than chat? I got 404 not found page

    • @TaylorsSoftware
      @TaylorsSoftware 20 วันที่ผ่านมา

      Hello, you need to have ollama installed on your local machine or a server that you have access to.

    • @joeharyar9873
      @joeharyar9873 20 วันที่ผ่านมา

      @TaylorsSoftware i did installed and running. Ollama serve and status is running.

    • @Rapter001_yt
      @Rapter001_yt 19 วันที่ผ่านมา

      @@joeharyar9873 is it on a server or your computer that you are using?

  • @EthanWinters176
    @EthanWinters176 23 วันที่ผ่านมา

    Does this require internet?

    • @TaylorsSoftware
      @TaylorsSoftware 23 วันที่ผ่านมา

      The only internet requirement would be for the installation of the module. After the installation, you can run the Python program offline.

  • @cocoatea57
    @cocoatea57 24 วันที่ผ่านมา

    You are good Taylor 😅🎉

    • @TaylorsSoftware
      @TaylorsSoftware 24 วันที่ผ่านมา

      Thank you so much! :)

    • @cocoatea57
      @cocoatea57 24 วันที่ผ่านมา

      @@TaylorsSoftware welcome Do you know Javascript?

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

    Nice tutorial but you can replace the open and close parenthesis with call it as a function. And the space you were saying is not necessary

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

    Ur tone 😅 I like ur vids

  • @Louise-b9k
    @Louise-b9k หลายเดือนก่อน

    Another useful nugget of python code info that will come in handy I am sure.

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

    very cool, thanks

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

    pretty solid but you forgot thr 0b bytes format (bytes: int = 0b1011010) , the bytes and byte stream (or whatever it was called) type also the basic logical funcs (and, and, or xor etc.)

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

    Great Job

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

    Thanks ❤

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

    good video boss, but is it possible to compare files based one each line? and then output the commonalities of each file?

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

    dude you died?????? we need you

  • @Louise-b9k
    @Louise-b9k หลายเดือนก่อน

    very useful. I added a final statement "pag.press('enter')" so that it actually ran (Vim in my case, but Notepad in yours) the application

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

    Short and sweet, nice.

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

    Also, list comprehensions are faster!

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

    DISCOOOORD NO WAY IM IN IM IN IM IN

  • @Louise-b9k
    @Louise-b9k 2 หลายเดือนก่อน

    Appreciate the handy sized vids you produce.

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

    You made a mistake dude. It must be the shirt.

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

      My shirt is the decorator function haha!

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

    Why are you creating a virtual environment every time you install a module? Is it recommended? Does the virtual environment remove the module installations once you deactivate it?

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

      Excellent question! It's best practice when encapsulating Python dependencies to use virtual environments. When you deactivate the virtual environment, the dependencies will also be deactivated.

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

    I'm going to be rather critical here, but I intend it as feedback. For context: I've programmed for over 10 years, multiple paradigms, multiple languages, but have mostly written Python in the last 4 years. I see myself as intermediate to advanced. For who is this video? Beginners, right? I remember watching videos like these, back when I was a beginner, and they just confused me. I could now plot a graph with random data, but not my own data, nor could I change the graph in any meaningful way. Here's where I would like to see improvements: focus a bit more on the why. Why do I use plot(), and what kinds of data can I pass in there? Why use ylabel()? What is show() for - why does it not show automatically? Which other methods are there? How can I know? Can I somehow easily update the script to experiment and have the window update automatically? We're making a graph, but I don't know what kinds of data goes in there, nor how many. Is the type(s) of input for other kinds of graphs the same, or do I pass them differently? Also please link the code somehow to some documentation (doesn't have to be a literal link - you could make it visual as well) so newbies can learn to read the docs (and help themselves). Remember that this is the age of LLMs, and basic examples like these are better asked to ChatGPT. What YOU can do is provide more helpful information that would fit a newbie (who would barely know what to ask an LLM) so they can learn to ask the right questions. I like that you kept the video short, and your mic and camera (though a tad small - you can easily 2x your face for my phone screen) are good, so those fundamentals are covered.

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

      Thank you for your feedback!

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

      I would have to disagree and I will explain why. I am on the older side and learning to code. These short videos are like video cheat sheets and I find it much more productive having someone showing me the actual code and a brief on what it does. If I want a full explanation of how it works I just paste the code into ChatGPT and tell it to explain this code to a 10 year old. Any age below that I find is doesn't do a good job. ChatGPT is not video and why it is good watching someone actually input the code, even if it is boring for someone with more experience. We all have different ways we learn and I have learnt a lot from these videos, it might be a bit different if I understand how to code a bit more but at the moment these videos are helping me quite a lot while I am learning and I appreciate the effort Taylor puts in.

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

    also congrats on your 1k ım very exited for 1k special

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

    question time: 1) which llama (8b, or 70b) 2) which de you use (plasma gnome, cinnamon, etc.) and which windows manager (x11, wayland etc) 3)not a question but mostly an advice: you should save your important data to cloud or somewhere where it won't get hurt since Arch is arch (ı lost all my notes and practically the most important data of mine in a disk accident and now months of notes are gone and the worst part is ı wasn't the reason my dad reformatted my entire hdd just because windows couldn't read it properly (without even asking me) so ALWAYS AND ALWAYS PUT YOUR IMPORTANT STUFF ON CLOUD YOU CAN NEVER KNOW WHEN THEY WILL DIE (and its not an if question its a when question) edit: nvm my important stuff wasn't deleted but still arch is arch so use cloud 4) also ıd recommend making your tutorials more generalized and little bit more realistic (they are realistic but the while part kinda wasn't very realistic) also you could explain the relevant parts a bit more (you do explain the relevant parts but you could explain how we get the URL instead why we increment the question count (also that wasn't very realistic too like you could make it so its like an easy to use wrapper and explain using that or you could create an imaginary scenario where we need to make a module for a game or smth like that) 5) other than that video was pretty great and definitely deserved more views also ı got an idea you could use "ı use arch btw" on your intro and since its very generic and funny it will make your great videos greater and thanks for reading the whole thing and have a nice day

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

      1) llama3 70b 2) plasma x11 3) I have drank the cloud kool-aid 4) Thank you for the suggestion 5) btw, I use arch

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

    Hi, thanks for your video, it helped me to understand how ftplib works. And I have tried it on a ftp with a virtual machine and it works. The problem is when I want to connect to an ftps server on the internet, with implicit encryption over TLS, but the code does not work. I get this error: ftplib.error_perm: 530 Login incorrect. How can I fix it? Thanks in advance!

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

      Hello, you can try using the FTP_TLS class in the ftplib module. Replace ftp.login() with ftp.FTP_TLS(host="", user="", passwd="", acct='', *, context=None, timeout=None, source_address=None, encoding='utf-8') Source -> docs.python.org/3/library/ftplib.html

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

    Thanks Bro

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

    Thanks

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

    If I create a virtual environment and then compile it into an executable using PyInstaller, will that .exe file be flagged as a virus by antivirus software?

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

      It depends on your antivirus.

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

      Be careful though, because the .exe is recognized afterwards by viruses with 7 virus declarations, these are false positives, but it is to be taken into account :) unless you add a certificate, but it is chargeable

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

    I'm now your regular subscriber 😂

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

      Thank you! :)

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

      @@TaylorsSoftware welcome bros

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

    Can you tell me what you have against proper IDE's like Pycharm? It mystifies me why you don't use it especially as an educational channel since it does away with the to do all this virtual environment crap. Pycharm is free and it just works, so why not use it for an easier life??

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

    2 weeks ago👩🏽‍💻 wow fresh CS information ℹ️

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

    How do i mail u?

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

      You can message me through the comments. :)

  • @lukasgraf3090
    @lukasgraf3090 3 หลายเดือนก่อน

    For those experiencing this error: "The term 'vim' is not recognized as the name of a cmdlet..." or in german "Die Benennung "vim" wurde nicht als Name eines Cmdlet..." Here's the fix: Press windows key, search for "environment variables" and then a small window opens. Click on "environment variables", then another window will open. Select the "Path" variable and click edit, then add "C:\Windows" as a path. The restart powershell and you should be good.

  • @osca7c
    @osca7c 3 หลายเดือนก่อน

    Thank you for the effort you put in to making these videos, they are great because they are concise on just one thing and it is like have a video cheat sheet. :)

  • @cocoatea57
    @cocoatea57 3 หลายเดือนก่อน

    I'm now your new subscriber

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      Thank you so much! :)

  • @chiasmsandmorealpersohn5258
    @chiasmsandmorealpersohn5258 3 หลายเดือนก่อน

    Thanks Taylor, just what I was going to look for

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      I'm glad I could help! :)

  • @compositeboson123
    @compositeboson123 3 หลายเดือนก่อน

    taylor I saw what you did there (the video you just took down) now everyone knows also what is FTP anyways

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      I haven't taken any videos down. I just posted a new one, you should check it out! :) -> th-cam.com/video/hqlb-PZj2Gg/w-d-xo.html

  • @chibuikeewenike
    @chibuikeewenike 3 หลายเดือนก่อน

    Great video 🎉, please include how to read .doc files as docx library works only with .docx files.

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      Thank you! You have two choices, Either save the .doc file as docx or you can utilize the textextract library I hope this helps!

  • @44mod
    @44mod 3 หลายเดือนก่อน

    Thanks for a great video. I keep all my code on an external drive. The file is 5 folders down from the root dir. but when I rune the code the print(fd) I get H://Python Code. The file is in H://Python Code/Test File 1/Test File 2/Test file 3/Test File 4/ Recursion In Python.py In the loop it does not get True from if (fd == ""): To then run print("recursion stopped") and then return. Here is my code. import os def rec(fd): if (fd == ""): print("recursion stopped") return else: print(fd) FormatDirectory = fd.rsplit("/", 1) print(os.listdir(fd)) rec(FormatDirectory[0]) if __name__ == "__main__": fullDirectory = os.getcwd() rec(fullDirectory)

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      I think you're using Windows, the file structure is a little different. Without seeing the error, I believe all you need to do is change the if statement from if (fd == "") to if (fd == "H:/"). I hope this helps!

    • @44mod
      @44mod 3 หลายเดือนก่อน

      @@TaylorsSoftware it did and thank you!!

  • @compositeboson123
    @compositeboson123 3 หลายเดือนก่อน

    hey taylor you havent bricked your compuer yet, right

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      Many times haha! JK :)

    • @compositeboson123
      @compositeboson123 3 หลายเดือนก่อน

      @@TaylorsSoftware great also just wondering can you kill the init process because in fedora we cant (also when you do it because its the parent process every other process (all of them) becomes zombie and you'll get an kernel panic so a fun way to brick a computer, and yes I tried sudo kiil -9 1 it doesn't work)

  • @peeeters420
    @peeeters420 3 หลายเดือนก่อน

    please work on your voice if you want people to listen to you

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      Can you elaborate?

    • @rakshitnair9795
      @rakshitnair9795 3 หลายเดือนก่อน

      Things sound pretty clear to me

    • @guidosaur7506
      @guidosaur7506 3 หลายเดือนก่อน

      Seems loud and clear enough to me? Are you talking about cadence or something?

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

      He sounds fine

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

      @@TaylorsSoftwareyou sound good 👍🏾. Thanks for sharing your knowledge

  • @osca7c
    @osca7c 3 หลายเดือนก่อน

    Timing on this video couldn't be better, thank you.

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      I'm glad you found it useful! :)

  • @shawnlowe1392
    @shawnlowe1392 3 หลายเดือนก่อน

    So you never had us create a text document, if we are following along

    • @TaylorsSoftware
      @TaylorsSoftware 3 หลายเดือนก่อน

      You can use any word document you have.

  • @osca7c
    @osca7c 3 หลายเดือนก่อน

    Love these short tutorials Taylor. Because they are so short, concise and directly to the point it is easy to retain what I have just learnt. Thank you the lesson and would love more like these short tutorials

  • @chiasmsandmorealpersohn5258
    @chiasmsandmorealpersohn5258 3 หลายเดือนก่อน

    Thanks again Taylor