3 EASY Python Project Ideas!!

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • This short gives a few Python project ideas for beginners to do!
    Background Music:
    Rain, Book And Cup Of Tea by | e s c p | escp-music.ban...
    Music promoted by www.free-stock...
    Creative Commons / Attribution 4.0 International (CC BY 4.0)
    creativecommon...

Комментарии • 449

  • @vaisakhkm783
    @vaisakhkm783 Год назад +3977

    Make a new universe
    Python: import universe

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

    Make qrcode, import qrcode. Python is the most realistic language i have ever seen😂 love it

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

    My fun python project idea is learning python

  • @Tasfin.Mustakim
    @Tasfin.Mustakim 24 дня назад +1

    Print("hello world")
    Congratulation

    • @SubSoars
      @SubSoars 3 часа назад

      "print" to be exact

  • @kiwihuman
    @kiwihuman Год назад +6

    I found a music recognition API and used it to automatically rename mp3s, fill out the metadata, and organise into folders.
    The best programming projects are the ones that you can use to solve an issue you have.

  • @theastro888
    @theastro888 Год назад

    How does a beginner like me even begin with these projects? I haven't even learnt about this do I have to do more tutorials? To understand what I must do I'm lost.

  • @joshparsons5795
    @joshparsons5795 Год назад +648

    That file organizer seems like a good idea

    • @Wesker-he9cx
      @Wesker-he9cx 3 месяца назад +2

      Facts Man..

    • @Grahamaan27
      @Grahamaan27 Месяц назад +1

      Agreed but I would have the map reversed. Videos : MP4,wmv,mov , not a dictionary entry for each extension

    • @Primeagen
      @Primeagen Месяц назад +2

      ​@@Grahamaan27original dictionary makes the program simple and time complexity will be lower

    • @69k_gold
      @69k_gold 28 дней назад

      It's more scalable and uses the dict properly ​@@Grahamaan27

  • @alexhernandez8550
    @alexhernandez8550 Год назад +435

    Don't create a qr generator from scratch you may go insane

    • @FurriousFox
      @FurriousFox Год назад +180

      probably, but it ain't fun to create a qr code generator *by importing an already existing qr code generator*

    • @sontapaa11jokulainen94
      @sontapaa11jokulainen94 Год назад +27

      I am actually trying to implement a qr code generator actually from scratch and it isn't that bad. Still quite difficult since you need to fiddle around with a lot of error correction shit which includes a lot of number theory.

    • @Flome
      @Flome Год назад +18

      I did it before. The process is pretty well documented, so it isn't that hard. The hardest part is understanding some of the math and, implementation itself isn't that hard.

    • @greg_pizzatower
      @greg_pizzatower Год назад

      theres a website that does that but i dont remeber it, i got it from fun cmd commands or smth idfk

    • @reamuji6775
      @reamuji6775 Год назад +3

      I once tried to make a barcode generator i've never been the same ever since
      It eventually worked though

  • @brodie.969
    @brodie.969 Год назад +601

    Me: Is trying to learn C# as my first language
    Also me: Watches videos about Python

    • @simpilot001
      @simpilot001 Год назад +21

      C# is a great first language. I think c++ is more practical for a lot of things though. They are quite different, but learning a language like c# will help you later with other languages

    • @brodie.969
      @brodie.969 Год назад +17

      @@simpilot001 Yeah I prefer Unity over Unreal Engine so I chose C#

    • @BruceLee-qc2lm
      @BruceLee-qc2lm Год назад +9

      Same here lmao. I learned C# first and made games, GUI's. But then in College went to Python which was much easier, now I am learning Java.
      Imo I think Python Is the perfect language for back-end stuff at home. Tonight I'm hoping to make some scripts on my school laptop.

    • @justabmwfan_gtr
      @justabmwfan_gtr Год назад +3

      I learn c++ in school but I would like to learn pyhton or js on the vacation

    • @VoidPaul97
      @VoidPaul97 Год назад +1

      Should learn java first, I know that OOP can be annoying, but if you get good at java two things will happen:
      1. It'll be easier C#
      2. You'll love more C#

  • @Person-who-exists
    @Person-who-exists Год назад +695

    #4 make a game that uses the package os to remove system32 if the user loses

  • @ClassyNapkins
    @ClassyNapkins Год назад +104

    ChatGPT has actually been such a blessing to learn coding with - though, it does mess up writing it’s own code quite frequently, but it’s excellent for identifying the errors within my code

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

      ima try and use it thx

    • @RemoteAccessGG
      @RemoteAccessGG 3 месяца назад +4

      It sucks at identifying errors.

    • @muslimgamerrr9479
      @muslimgamerrr9479 3 месяца назад +2

      @@RemoteAccessGG we know, thats what ur supposed to do

    • @paradox5347
      @paradox5347 6 дней назад

      @@muslimgamerrr9479😂😂

  • @elkrakov
    @elkrakov Год назад +118

    Freedom units😂

    • @DxBlack
      @DxBlack Год назад

      Rational units: imagine trying to be exact when you don't have any tools available. Egotists slotted themselves into having 1 unit of measure, we use both and only the accurate one when accuracy is absolutely required.

  • @thanthesk23
    @thanthesk23 Год назад +16

    File organizer sounds interesting. I have all downloads in a single folder, so this could be a good change to organize all my download files.

  • @codewithjaro
    @codewithjaro 6 месяцев назад +10

    Quick tip: For the QR code scanner to work smoothly, set the background color of the QR code to white or a brighter shade. I Spent 5-6 hours figuring this out.

  • @____________________________x
    @____________________________x Год назад +9

    Make a qr code without import-
    Umpoxibal

  • @nkonimofori-gyebi8720
    @nkonimofori-gyebi8720 7 месяцев назад +3

    Find a scammers location

  • @ghaithalhalabi8889
    @ghaithalhalabi8889 Год назад +23

    You came when I ran out of ideas, thanks ❤
    Also, I made a project, it's a story with inputs for like the setting and the characters, it's really easy

    • @felinezero
      @felinezero Год назад +3

      You probably means Madlib Generator, it's a really popular project for beginners to make
      Good Luck on your learning journey ✌️😸

    • @autumnblaze6267
      @autumnblaze6267 24 дня назад +1

      I imagined a choose your adventure game (or an interactive story)
      it's a pretty fun project cos it requires barely any programming but you can make full blown art + the basic version (track state, read input, change state and print text based on input) can be expanded really easily: you can add a complex system like earning money, a store, learning spells, developing relationship with different characters (basically just track a bunch of variables, more than just the "chapter"/state of the game), you can add GUI (and here you can go crazy with graphic effects) to turn it into a visual novel
      a similar project would be a rougelike or just any dungeon crawler (even with premade maps, but similar logic and possible to make with just ncurses / console "graphics" and only keyboard input)

  • @annakquinn7084
    @annakquinn7084 Год назад +2

    Metric for people whit limited talent capacity

  • @azhagurajaallinall126
    @azhagurajaallinall126 Год назад +4

    Thanks.. i thoughy about file manager app is one of great startup to learn,build & keep improving
    With relatable stress,focus,health issues & poor support,need to get a job,lack of money,i can't focus much on anything..
    Gotta learn hiw to put these into custom plugins,libraries in any mobile,desktop apps we create in future (just use,calling them) like multiple programming language using technique as polyglot..
    Hope you all well 😃🌟✨🙌
    (28th comment,3.7+k likes,20,747 view)
    05.04.2023 08:40 pm ist

  • @neftalialavez2970
    @neftalialavez2970 3 месяца назад +2

    Yo someone like this so i can cone back to it 😩

  • @Juice-chan
    @Juice-chan Год назад +5

    Freedom Units always gets me. 😆 Subscribed

  • @guilhermewxs1840
    @guilhermewxs1840 5 месяцев назад +1

    Python programmers thinking they are true programmers by importing the shit out of everything and then writing 6 lines of code 😂😂 you ain't doing anything but copying code

  • @ZackWhitbord
    @ZackWhitbord 25 дней назад +1

    telling me not to use chatgpt on a programming project, is like telling a painter not to use paint

  • @fevad1246
    @fevad1246 Год назад +91

    You're shorts somehow makes python look sooo easy and idk the environment of you're ide it's so clean ,i can force myself to keep learning python because of you're amazing shorts else i get burntout by some average 20 minute video or even the full course that last hours

    • @ThatOneSkywalker
      @ThatOneSkywalker Год назад +10

      Visual Studio Code 😉 Look at the top!

    • @fevad1246
      @fevad1246 Год назад +3

      @@ThatOneSkywalker yes i do but not this clean btw i am not any expert in programming and neither idk about any settings of vs code

    • @ThatOneSkywalker
      @ThatOneSkywalker Год назад +1

      @@fevad1246 Just search for the thing you want 😉 I think you will find anything :)

    • @ThatOneSkywalker
      @ThatOneSkywalker Год назад +2

      @@anirudhmanojc.v3739 Agree 💯

    • @being_aspirang
      @being_aspirang Год назад +1

      Yes bro you have said absolutely right

  • @Jelte_Dijkmans
    @Jelte_Dijkmans Год назад +1

    This guy copied some of your shorts youtube.com/@javadevelopers8

  • @bougatayaabdoullah
    @bougatayaabdoullah 3 месяца назад +1

    I more in don't use ChatGPT side

  • @ItsRabb
    @ItsRabb Год назад +54

    Proudly use chatgpt when I am stuck coding.
    100x easier to just copy and paste to the AI & ask if it notices any problems.
    Saves hell of debugging hours.
    Only problem is code length

    • @jensenraylight8011
      @jensenraylight8011 Год назад +1

      yes exactly, people thought that you have to making up the entire python and libraries Documentation in your head, or else you're an idiot with mental defect.
      i don't understand this type of High schooler mentality.
      it's just a waste of time,
      basically in the real world, you only have 2 weeks sprint and you have to use everything in your disposal to make things happen.

    • @carlospc223
      @carlospc223 Год назад +3

      Copilot will ease this pain.
      But you Always can separate your code and use part 1 if you memorized write read.
      And then you ask for your problem and so on.

    • @Noe-gj9mw
      @Noe-gj9mw Год назад +20

      There's nothing wrong with using ChatGPT, but the point of these projcts seem to be to learn python, and so you probably will learn more if you grind through it yourself. Kinda like how kids arent given calculators while learnig arithmetics

    • @aayushsamal2715
      @aayushsamal2715 3 месяца назад +1

      Ofc u won't face those problems but u won't be learning anything 😢

  • @Allahuakbar4344
    @Allahuakbar4344 Год назад +1

    can you write me the code for the qrcode generator?

  • @maheshwaran8355
    @maheshwaran8355 Год назад +1

    What is the font style he uses?

  • @wpgames24
    @wpgames24 Год назад +1

    How about making a game engine from scratch?

  • @the_uncharged
    @the_uncharged Год назад +3

    I actually started a project called "PySCOS", it's about an operating system (not really) that can make more things that windows can and can't do.

  • @treudden
    @treudden Год назад +5

    I made a program that turns images into QR codes which it then is able to decode back into the image which was pretty fun.

    • @imfrommars7362
      @imfrommars7362 Год назад +3

      how did you do that? i just started learning python and im curious as to what libraries you used

    • @treudden
      @treudden Год назад

      @@imfrommars7362 Hello, the main packages that I used were cv2 to display the image, qrcode to generate and read QR codes, and numpy to read image data. I could send the source code if you’re interested

  • @Diriector_Doc
    @Diriector_Doc Год назад +4

    Casually reads QR codes with my eyes and displays them with python.

  • @pbudie123
    @pbudie123 Год назад +13

    For the file organizer, instead of repeating folder names against each extension, you can create a dictionary where the key is the folder name, and the corresponding value is a list of file extensions that should be moved to that folder.

    • @fordrollhaus9086
      @fordrollhaus9086 Год назад +1

      The issue is that when given a file, you already have the file extension and it is much easier to write the rest of the program with known values as the keys in a dictionary.

  • @ytusr-ko5rg
    @ytusr-ko5rg Год назад +4

    Hi, I've watched a lot of your shorts video. Can you make more about the os module and how to work with file system/path in python more clearly?😊

    • @nigh_anxiety
      @nigh_anxiety Год назад +1

      It's usually much easier to use pathlib to work with file paths instead of the os module. Pathlib abstracts away a lot of the differences between Windows/Unix/Mac

  • @balirajekalyane3426
    @balirajekalyane3426 10 месяцев назад +1

    i need code of this project

  • @MisterSnail1234
    @MisterSnail1234 Месяц назад +1

    Amazing memes👌👌

  • @blue13eardlance66
    @blue13eardlance66 4 месяца назад +1

    K. I'll go make a program to convert literally everything into liters.

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

    Fun c and c++ projects for beginners:
    1) Write a programming language
    2) Write an operating system
    3) Write a C compiler to compile the above projects

  • @RazzleBloq
    @RazzleBloq Год назад +4

    Aint no way I’m writing my own QR code library 💀

    • @satibel
      @satibel Год назад

      If you just want a single size it's not that hard, you can basically just calculate the error correction and use a look up table on each character of the string to select which pixel to turn black.

  • @ScienceEnFolie-w1g
    @ScienceEnFolie-w1g Месяц назад +1

    Qr code

  • @kedersiz8600
    @kedersiz8600 Год назад +4

    Bro the first project, i haven't even though about it, Thanks alot

  • @matt995amg
    @matt995amg Год назад +16

    Chat gpt is useful to study the qrcode package so you can build your own qr code generator.

  • @kos256
    @kos256 Год назад +2

    Simplifying tasks yourself using scripting is actually a good idea.

  • @parsahashemi9037
    @parsahashemi9037 23 дня назад +1

    file organizer was awesome 💯

  • @Brillianceyoutube
    @Brillianceyoutube 5 дней назад

    What I do is code as much as I know, gpt a certain method for something I don't know and implement it in my own way

  • @devamrh
    @devamrh Год назад +2

    Source Code Plz?

  • @dineshchauhan5081
    @dineshchauhan5081 Год назад +2

    File organiser
    Qrcode generator
    Unit converter

  • @PavelNebo
    @PavelNebo Год назад

    but why cant i use GPT ? It helps me and describes how it works, i learn from it, why not ?

  • @FearlessDudeiscool
    @FearlessDudeiscool Год назад +4

    As someone who uses the imperial system I completely agree that we should switch

    • @nigh_anxiety
      @nigh_anxiety Год назад

      Officially, we've been metric since 1975, but the act declaring as such didn't require imperial units to be eliminated by any set date.

    • @FearlessDudeiscool
      @FearlessDudeiscool Год назад

      @@nigh_anxiety whos “we”

  • @LIGHTSpeed93ei2o2
    @LIGHTSpeed93ei2o2 4 месяца назад +1

    I have password leaker Code

  • @rk_studio585
    @rk_studio585 25 дней назад

    Automated Certificate Generator and Book Management System in python

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

    Why no return type for functions haaaaiiiiiyyyyaa. Even a: " -> None" would be fine

  • @Free_kitty0
    @Free_kitty0 10 дней назад

    Bro if I were to try that first one I would just accidentally nuke my hard drive

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

    I have python project make a console text editor which I already created 😊😊😊😊

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

    File organizer destroys everything I created till today. I'd never run such a thing on my pc.
    Maybe it's messy, but I know this mess :O

  • @abdelrahman-mp9uk
    @abdelrahman-mp9uk Год назад

    Translate your videos into Arabic to them etheir understanding. let explanation slower to follow

  • @theatfshotmydog8224
    @theatfshotmydog8224 9 месяцев назад

    A function that deletes all my porn files if an FBI SWAT team kicks in my door.

  • @haizu.kun1
    @haizu.kun1 17 дней назад

    i once wrote python program that add exif data or encoded data based on filename, bcos i sync my photo folder to my phone. Having it identify right date and sort it is a blessing.

  • @CoderF1nn
    @CoderF1nn 11 месяцев назад

    In my robotics team we call imperial wrenches freedom wrenches and everything else communism wrenches

  • @xxlarrytfvwxx9531
    @xxlarrytfvwxx9531 10 месяцев назад

    Well, some programs if installed wrong will break if you mess with the deaktop.

  • @RicardoSantos-oz3uj
    @RicardoSantos-oz3uj Год назад

    12 is divisible by 2,3,4,6. While 10 is divisible by 2 and 5. Meaning base 12 is superior to base 10. But I would prefer do what the Babylonians did and have base 60 as is divisible by 2,3,5,6,10,15,30. And if we go full computer then base 2 or 16 or 256. 10 still inferior to all those. Used only because people could count up to 10 with 2 hands. And not any practicality.

  • @rashmikaabeyrathna1849
    @rashmikaabeyrathna1849 Год назад

    How about whatspp massg sender. Accept text file which has phone number list and message list

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

    Just made a file organizer and made a qr code generator and recognizer couple days ago. The file organizer teached me alot about optimizing and im still unsure about the entire for loop thing but think i got it any other ideas?

  • @d.s.dathaniel7552
    @d.s.dathaniel7552 Год назад

    you should use chatgpt, it's a tool to help self taught developer, you don't grow horns or start to stink because you couldn't figure everything on your own. This whole ai makes you lazy and bad mentality is stupid and backward.

  • @Tux0xFF
    @Tux0xFF Год назад +1

    So all you need is 3 prompts 😂

  • @mecke_dev
    @mecke_dev Год назад +1

    My super Secret for better looking UI in Python is EEL, i don't know a lot of People that even heard of EEL, but its awesome.
    But i mostly user ElectronJS for UI and run Python in the Background.

  • @nickmarshall680
    @nickmarshall680 11 месяцев назад

    Chatgpt is good because it actually helps gives ideas and debugs, versus stack overflow where it's just elitist assholes who insult your intelligence while telling you you should already know something and barely give solutions

  • @sontapaa11jokulainen94
    @sontapaa11jokulainen94 Год назад

    Bro qr code generation is hard as fuck if you decide to actually do it yourself. It includes a lot of error correction shit which requires quite a shitton of number theory. Making a qr code is surprisingly complicated.

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

    Why don’t people understand that metric units are a part of imperial units. We use them for science and stuff all the time.

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

    I think you are wrong. Everyone needs to convert to freedom units.

  • @jessewilliams6459
    @jessewilliams6459 Год назад

    GPT is how coding is happening now. Companies that don't allow it are in the dark, and all of their developers are using it on the down low. Who wants to search google for a function to modify when they can have it generated for their specific purpose? GPT can't even be used well if you don't understand what you're doing. It will give you the slowest functions and unless you point out the way it's being inefficient you'll end up with something that days an hour to run.

  • @raven_rise
    @raven_rise Год назад

    I am a medical student and I am learning programming I would like advice on how to start a project to take a patient’s medical history and store it in a database i had a problem with how to transfer it to the database (i know nothing about database 😂😂😂😂)

  • @scarfo441
    @scarfo441 5 дней назад

    thanks for your incomplete code

  • @sairamgangisetty8730
    @sairamgangisetty8730 29 дней назад

    i want to create a locally run browser where every data is only present on your device locally how to do it

  • @ThatOneOddGuy
    @ThatOneOddGuy Год назад

    Wait so I could have code to send all the files I rip every now and then to where I want
    Bloody hell that would save alot fo time since I have hundreds of files and a 100 folders it's gotta go to

  • @raide151
    @raide151 4 дня назад

    im gonna learn python just cuz

  • @MechaFenris
    @MechaFenris Год назад

    why switch when we're clearly correct, and the rest of the world is full of it. :) :)

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

    I made something that cracks any base 10 code. 8 digits in a second

  • @Wciurnik00
    @Wciurnik00 Год назад

    Why should i not use chatGPT?

  • @ilylyssna
    @ilylyssna 6 месяцев назад

    Hey, what vscode theme Ur using?

  • @UnboxingRealm30
    @UnboxingRealm30 6 месяцев назад

    Ok! You not use chatgpt,but not understand of me😢

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

    How to apply thr code to our file manager?

  • @prajapatikeval2417
    @prajapatikeval2417 Год назад

    I am doing pdf merger,pdf splitter and pdf to word and word to pdf with the help of tkinter

  • @poesero
    @poesero Год назад

    do you have something like this but for other languages ??

  • @patilvishu2003
    @patilvishu2003 Год назад

    I can't understand please upload in short video again please !

  • @Hima-vb7cy
    @Hima-vb7cy 7 месяцев назад

    Hi sir i need code for bank management system in python for beginners

  • @idan137
    @idan137 Год назад +1

    U should've started with the chat gpt disclaimer 😂😂

  • @PhantomShop.
    @PhantomShop. 9 месяцев назад

    how do i do project if i can only do rpint and find the highest number between a and b

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

    No import, no phyton - wise snake (phyton)

  • @Web_Codeur
    @Web_Codeur 11 дней назад

    send me the code of qrcode generator please !!!

  • @bolpbdboldery23
    @bolpbdboldery23 Год назад

    Watafak is a kilometre

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

    What's the point of making any of these if we can get AI to make it?

  • @alext5497
    @alext5497 Год назад

    Python 'project' = shit work I have to do to make a real app work

  • @cerulity32k
    @cerulity32k Год назад

    instructions unclear, rewrote winapi

  • @beepbeepgamer1305
    @beepbeepgamer1305 Год назад +1

    My first project was encrypting file and trying to hide the key just like a ramsonware but my program was badly coded I actually couldn't decrypt some files, I ended up deleting my own files but thank god I just downloaded some random shit for testing like with files like .txt, .bin, .csv, .jpeg etc.
    But that project really thought me alot of things like not giving on finding your own ways to get around your problem.

  • @dhruvburada5391
    @dhruvburada5391 8 месяцев назад

    are these Projects enough Good to add in Resume??

  • @hernanliseras4395
    @hernanliseras4395 Год назад

    Why not create a multimodal chatbot and connect it to all the tools possible

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

    is there a place to find the file organizer code?

  • @davidd.4310
    @davidd.4310 Год назад +2

    more please