Where do i find real secanrio project? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where do i find real secanrio project?

Where can i find the real python project tutorial. With that example i need to develop a project. It will help in my resume weight.

13th Apr 2017, 8:31 PM
rao
5 Answers
+ 5
You may want to check two courses on coursera.org: Python for Everybody by Dr. Chuck Severance and Introduction to Interactive Programming for Python by four guys from Rice University. Both courses start from scratch actually, but you may skip the basics and go straight to project-based lessons. You will get assignments of pieces of code you have to write and after each major chunk you complete a working project.
13th Apr 2017, 10:26 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
Just think of a program you need for your job and start developing it. I once automated a scanning>ocr>file naming>pdf format conversion >files joining>file saving-sequence. It saved a lot of production time as it did everything with a single keypress. the project was rough, unpolished, involved a some backend programs (on windows) but it worked, it saved me a lot of time and I learned a lot in the process as I had to do my research every time I faced a new problem. It was my "how are you?" after "hello world!". Look around and you'll surely find something to improve: when you do, start tinkering.
13th Apr 2017, 11:01 PM
seamiki
seamiki - avatar
+ 1
What do you mean by "real scenario project"?
13th Apr 2017, 9:18 PM
Joel C.
Joel C. - avatar
+ 1
Real secinario means. What ever we learned here is just basics. But in company the project is totally different. So i need to know how the project is going on in companies
13th Apr 2017, 9:20 PM
rao
+ 1
http://www.pythonforbeginners.com/code-snippets-source-code/JUMP_LINK__&&__python__&&__JUMP_LINK-code-examples There you will find a lot of things you can code with python. However, being creative is a big part of being a programmer, try to figure out things you can code and put them in your resume. There are no "real scenario projects" since every project has a purpose, even if its minimal.
13th Apr 2017, 9:27 PM
Joel C.
Joel C. - avatar