"Hey guys, Lmacomstore for programming and security community is here! "
today I'm going to talk about 4 Python Projects idea you should start with as a Beginners developers in 2020
Now I'm not gonna give super-specific stuff here but I want to give you guys some kind of inspiration and just make you aware of some of the stuff you can do with Python because as a beginner you probably don't know about the extensive modulus Python has as well as some of the really interesting stuff that can be really useful to you and actually make apps that you know you can use in your everyday life so without further ado let's go ahead and get started now before I tell you about the first Python project I just want to say that it's really important that you are working on projects and it doesn't matter what they are how small or how large but that you are applying your knowledge by yourself without kind of following along with tutorial videos or having someone walk you through it now to tutorial videos are great and they teach you a ton but to really apply your knowledge and make sure you understand everything you need to be working by yourself every once in a while on a project and that's why I'm trying to give you guys some ideas here
Now I'm not gonna give super-specific stuff here but I want to give you guys some kind of inspiration and just make you aware of some of the stuff you can do with Python because as a beginner you probably don't know about the extensive modulus Python has as well as some of the really interesting stuff that can be really useful to you and actually make apps that you know you can use in your everyday life so without further ado let's go ahead and get started now before I tell you about the first Python project I just want to say that it's really important that you are working on projects and it doesn't matter what they are how small or how large but that you are applying your knowledge by yourself without kind of following along with tutorial videos or having someone walk you through it now to tutorial videos are great and they teach you a ton but to really apply your knowledge and make sure you understand everything you need to be working by yourself every once in a while on a project and that's why I'm trying to give you guys some ideas here
PROJECT NUMBER 1:
As a beginner, I recommend some kind of login system now this can be really basic and just something that's in your little Python console where you ask the person for a username and password or to create an account so if they don't have an account they can make one you ask them for an email username two passwords confirm those passwords are correct and then store that information in some kind of text file or database if you're real beginner I'd recommend it's using a text file and then you can allow the user to log in as well so maybe you have a page that says like would you like to create an account or log in based on what they type they have those options and then it's gonna save that information and validate every time they log in against the text file.
PROJECT NUMBER 2 :
that I recommend you guys wortk on is some kind of card game now these ones can be a bit more advanced depending on what game you pick but two card games that I usually like to recommend are blackjack or rummy now you might not know where rummy is but if you look it up you'll kind of see how that works and you can obviously make modifications to it based on whatever you like but I actually use blackjack in my program of course which you can find down below right now for 35% off as the final project so it suits really nicely as a beginner project to work on now project three that I like to work on is something with Excel spreadsheets now this is less of a very specific project but just making you guys aware that there actually is a module with Python that allows you to read and write to Excel spreadsheets now this is super easy to learn I picked it up myself in about 15-20 minutes and using this you can create some really cool applications and one of the ones that I made with it is something that tracks my expenses so super basic but essentially you just type into the command prompt what the expense was how much it cost and whatever day it was on and then it will add that to an Excel spreadsheet and start keeping track for you and this is super easy to do and just a great beginner project it's also something nice to do you know if you're worried about saving money or all of that now with this excel sheet you can do all kinds of crazy stuff and the more advanced you are obviously the more crazy stuff you can do with this module but it's something I definitely recommend learning as it'll open up a ton of project ideas for you guys and I'll leave a link to that module in the description and the pinned comment
PROJECT NUMBER 3 :
that I recommend you guys wortk on is some kind of card game now these ones can be a bit more advanced depending on what game you pick but two card games that I usually like to recommend are blackjack or rummy now you might not know where rummy is but if you look it up you'll kind of see how that works and you can obviously make modifications to it based on whatever you like but I actually use blackjack in my program of course which you can find down below right now for 35% off as the final project so it suits really nicely as a beginner project to work on now project three that I like to work on is something with Excel spreadsheets now this is less of a very specific project but just making you guys aware that there actually is a module with Python that allows you to read and write to Excel spreadsheets now this is super easy to learn I picked it up myself in about 15-20 minutes and using this you can create some really cool applications and one of the ones that I made with it is something that tracks my expenses so super basic but essentially you just type into the command prompt what the expense was how much it cost and whatever day it was on and then it will add that to an Excel spreadsheet and start keeping track for you and this is super easy to do and just a great beginner project it's also something nice to do you know if you're worried about saving money or all of that now with this excel sheet you can do all kinds of crazy stuff and the more advanced you are obviously the more crazy stuff you can do with this module but it's something I definitely recommend learning as it'll open up a ton of project ideas for you guys and I'll leave a link to that module in the description and the pinned comment
PROJECT NUMBER 4:
I recommend as a beginner and this one's more specific is tic-tac-toe now this one seems pretty straightforward and pretty easy but there's actually a lot of things to think about with this project you have to keep track of not only the players moves but the computers moves as well if you're going to play against a computer which is an option or you could play against another person you have to make sure that the person hasn't won yet or you have to check all those different lines which means you got to work with lists and that can be kind of challenging if you're a beginner and that's why I recommend it as well you have to make sure you're getting valid input for where the person's putting either an X or an O and then if you're playing against a computer you have to make sure that computers making either random moves or logical moves which means you have to have a little bit of an algorithm on picking those moves now I'm making the sound a little bit harder than it is but I do have some tutorials on my channel I'd recommend you guys try the project yourself first and then go look at those for some help but again feel free to check those out I'll leave a card right now all right so with that being said this has been a short video hopefully I gave you guys a few really simple ideas for some projects to work on with Python again if you can't think of anything I really recommend that you learn that excel module as well as the turtle module because they open up a whole list of possibilities for things that you can do and you can create some really useful applications.
Best regards!
www.lmacomstore.xyz
LMACOMSTORE is the best security/programming community
Best regards!
www.lmacomstore.xyz
LMACOMSTORE is the best security/programming community
Post a Comment