Super Quick Python Project Ideas

preview_player
Показать описание
Super Quick Python Project Ideas

"Clean Code Friday"

Follow me on:

--------------------------------------------------------------------------------------------------------
GEAR:

Songs:
Ghosts - Ikson
Рекомендации по теме
Комментарии
Автор

Secret files 3:55
List directories 7:40
Password manager 11:04

rolandr
Автор

your voice is more peaceful than the voice in Headspace app

gamingparadox
Автор

If you don't have any ideas, copy one that you like and you will customize it when you are developing it, that's how it works!

ProgrammingwithPeter
Автор

I love coding I just don’t know what to build 😂

themadgamer
Автор

I would love to see a series where you take these projects one by one and then tell us line by line what exactly the code is doing or trying to accomplish. That way we actually learn what is going on and can implement that on other projects. I find it difficult to learn by just copying/pasting other people's code.

SunDevilThor
Автор

All of your ideas are awesome. This is quality content 👌

heinekhalwin
Автор

Thank you, Hallden for the two months free membership - Skill Share rocks. Also love your content it inspires me to pursue my desire to learn coding despite it being quite daunting for novice. Keep up the good work. Take care, Mr. Robot. XD

JOJO-vziu
Автор

I got a project idea for anyone who wants to make a full-stack application.
Make a chrome extension that overrides a new tab in our browser and the frontend is built using react.js. Basically, the frontend is to-do list. But you can add any extra features you want. And make a backend to store in the database the to-do list or you can use cookies to store.
You learn how to make chrome extension, HTML, CSS, react.js, and how to call APIs from javascript, how to make backend in node.js/python and access database using it.

charan
Автор

The password manager is really cool. I modified the script so that when i access a particular password, it copies it to clip board instead of printing it on the screen.

rishavmitra
Автор

I love these types of videos, would definitely love to see more!

Ayshafr
Автор

Kalle im selflearner deep into php almost 3 years and now i started learning python almost 1 month, the git hub codes are for older versions of python. raw_input.->input. etc. Good ideas u gave me bigger picture what i should do.

bhenziepajares
Автор

You're still using Python 2? Why don't you switch to Python 3?

biggapoww
Автор

Idea 2 is very similar to the tree command in the command prompt

kufyrxr
Автор

Flutter and Python - i join the ranks Kalle :)

bmayer
Автор

I think it would help if when you're explaining the projects maybe have some text on the screen! Else great video haha good job~

tanzy
Автор

Maybe you can merge the database project with the password manager project so that all the passwords will be store in the database

wojwesoly
Автор

Ok but is the database accessible outside of the python program or is it protected?

gamingllama
Автор

For the third project, I would have turned that into a software/application to put on one’s phone. Also have the password storage software generate random passwords based on the parameters of a specific website.

kangsan
Автор

hey, did you know python can actually RUN code in zip files?
you should make either a zip-file-manager (like, list files in there, add new ones, etc) or improve that "safe" so you could just zip up the stuff, encrypted and de-crypt with a password (could even be a real key-based encryption where you run it, input key password and it extracts the stuff, the key being included in there, but not usable without a pass)
or other cool stuff

jan_harald
Автор

Hi Kalle I need help I get an error in importing cv2 and raw_input and imageio and I'm already install imageio pls help

ScratchTuto