Jump to content

What can python be used for? (Beginner)

Hey guys, lately I've been really interested in Python, I'm watching videos and practicing a lot...which isn't too difficult. So far I've learned the basics (Strings,variables,dictionaries,tuples, integers, floats etc.) But the thing I find most difficult about python is applying it, it's hard to understand what I can use all of these tools for, and it would make programming with python so much easier. So I guess what I am asking here is, what type of programs can python create? 

Link to comment
Share on other sites

Link to post
Share on other sites

http://www.pygame.org/news.html

 

Like many programming languages, there are lots of applications for Python. I'm not too familiar with exact ones, but I imagine it mostly limited to what you can create with it, rather than what can be done using the language. There are of course probably situations where using another language may be more appropriate.

 

 

What kind of application are built using Python? - A post from Stack Overflow

 

 

If you're looking for projects to learn with, I suggest following some of these tutorials, and once you've finished with each one, try expanding on it with your own knowledge. Go further than what the tutorial tells you. If you get stuck, search around on Google.

CPU: i7-4790K --- HEATSINK: NZXT Kraken X61 --- MOBO: Asus Z97-A --- GPU: GTX 970 Strix --- RAM: 16GB ADATA XPG --- SSD: 512GB MX100 | 256GB BX200 HDD: 1TB WD Black --- PSU: EVGA SuperNova G2 --- CASE: NZXT H440 --- DISPLAY3 x Dell U2414H --- KEYBOARD: Pok3r (Clears) --- MOUSE: Logitech G Pro --- OS: Windows 10

Link to comment
Share on other sites

Link to post
Share on other sites

Python is pretty much limited to your imagination, it's a pretty versatile language.

Green With Envy

A build based on a children's cartoon

 

Link to comment
Share on other sites

Link to post
Share on other sites

http://www.pygame.org/news.html

 

Like many programming languages, there are lots of applications for Python. I'm not too familiar with exact ones, but I imagine it mostly limited to what you can create with it, rather than what can be done using the language. There are of course probably situations where using another language may be more appropriate.

 

 

What kind of application are built using Python? - A post from Stack Overflow

 

 

If you're looking for projects to learn with, I suggest following some of these tutorials, and once you've finished with each one, try expanding on it with your own knowledge. Go further than what the tutorial tells you. If you get stuck, search around on Google.

 

Python is pretty much limited to your imagination, it's a pretty versatile language.

Thank you guys for the help!

Link to comment
Share on other sites

Link to post
Share on other sites

Python is pretty much limited to your imagination, it's a pretty versatile language.

blender is wrote in python. I love that program

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

blender is wrote in python. I love that program

Oh heck yeah.

 

You can write a ton of neat stuff, including games. Seen python used to remake several classics, pretty sure it can do much more though.

Green With Envy

A build based on a children's cartoon

 

Link to comment
Share on other sites

Link to post
Share on other sites

blender is wrote in python. I love that program

 

Oh heck yeah.

 

You can write a ton of neat stuff, including games. Seen python used to remake several classics, pretty sure it can do much more though.

Awesome, I really enjoy programming, just don't have the schooling, but curiosity is probably the best tool in this case!

Link to comment
Share on other sites

Link to post
Share on other sites

Python is also great with the raspberry pi and you can make some awesome projects

Link to comment
Share on other sites

Link to post
Share on other sites

Hey guys, lately I've been really interested in Python, I'm watching videos and practicing a lot...which isn't too difficult. So far I've learned the basics (Strings,variables,dictionaries,tuples, integers, floats etc.) But the thing I find most difficult about python is applying it, it's hard to understand what I can use all of these tools for, and it would make programming with python so much easier. So I guess what I am asking here is, what type of programs can python create? 

 

Python is really aweseme, esp as a first language because it forces you to use propper indentation (using tabs and so on to "organise" your code) and it has both imparitive and object-oriented things (the main 2 you need as a beginner I think). Pretty much anything can be done with it, you just need to find the propper libraries for certain I/O related things I think.

Link to comment
Share on other sites

Link to post
Share on other sites

I personally never tried python, but people do say it is amazing, so I believe them :). Also learn to program(in general), and not to program in a certain language. That means you have to develop the thinking of a programmer, don't worry, with practice you'll get there :).

Link to comment
Share on other sites

Link to post
Share on other sites

Python is really aweseme, esp as a first language because it forces you to use propper indentation (using tabs and so on to "organise" your code) and it has both imparitive and object-oriented things (the main 2 you need as a beginner I think). Pretty much anything can be done with it, you just need to find the propper libraries for certain I/O related things I think.

Yea, it really does force you to stay organised I noticed which is a good thing for someone just starting out!

I personally never tried python, but people do say it is amazing, so I believe them :). Also learn to program(in general), and not to program in a certain language. That means you have to develop the thinking of a programmer, don't worry, with practice you'll get there :).

Thanks!

Link to comment
Share on other sites

Link to post
Share on other sites

I personally never tried python, but people do say it is amazing, so I believe them :). Also learn to program(in general), and not to program in a certain language. That means you have to develop the thinking of a programmer, don't worry, with practice you'll get there :).

All about working out the steps then doing it. language isn't really an issue (not so much anyway)

 

just finished planning a web based app for my graded unit in college, planning is a massive part of software development.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×