What are some useful programs for beginners to create?

  • Thread starter Thread starter Kuhan
  • Start date Start date
  • Tags Tags
    Program
AI Thread Summary
A beginner programmer seeks suggestions for practical projects, expressing a desire to avoid game development. One proposed idea is to create a resume builder that prompts users for information about their skills, experience, objectives, and education. This tool would check for grammar and spelling errors and generate a formatted Word document based on user-selected styles. Additionally, the project could incorporate an SQL database to recommend relevant job skills for users to include in their resumes, enhancing their job applications. The discussion emphasizes the potential for this project to provide valuable programming experience while serving as a useful resource for job seekers.
Kuhan
Messages
46
Reaction score
0
I'm a beginner so I can only make very basic programs.
I don't want to waste time making games so please ask me to make some useful thing thanks!
http://eraserboxtips.blogspot.com/2012/12/make-me-program-website.html for more details, though you could just post on this forum instead
 
Last edited by a moderator:
Technology news on Phys.org
Hmm... one thing that might be of general use to people is a resume builder that asks specific questions about skills, experience, objectives, and education and then checks the supplied responses for grammer and spelling and builds a word document using one of a few styles that the user selects. Would allow you to get programming experience interfacing with MS word or open office, and potentialy provide a nice tool for job seekers that have difficulty formatting their own resume. You could perhaps expand the project to include an SQL database that contains job skills that can be recommended to the user to add to their resume (if they have those skills), based on some criteria. For example, a programmer might put down the various languages that they can program in, but forget to add in that they know how to use MS office and E-mail (skills that an IT employer would consider mandatory), and your program could recommend those skills to the user and add them if they accept.
 
I found in my early days that being able to make various manipulations on any kind of flat file was very useful so I wrote a massive utility to do all those things. If that sounds like something you'd be interested in, PM me for details.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.

Similar threads

Back
Top