التخطي إلى المحتوى الرئيسي

How do I become a decent programmer coming from no experience?

  1. Start with mastering the basic programming concepts (but not the syntax). Conditionals, loops, functions, recursion, oops and so on. Learn how a program is compiled/interpreted/executed. Learn about how functions use stack.
  2. Learn the basics of Data Structures & Algorithms. Yes, you can always look up algorithms or use libraries. But learning them will expand your mindset and how you tackle any problems. For example, if you know binary search, you can do loads of search operations in sorted arrays by modifying the binary search algorithm.  
  3. Choose any language. I normally recommend C. The language is pretty expressive and simple. But you can choose one you find comfortable with. The language you choose decides the area you want to work on.
  4. Master the basic syntax. Any good programming books can teach you that. If it’s C, read K&R. Just the very basics would do. Variable declaration and initialization, if-else conditions, for-while loops, functions and so on. Since you are already comfortable with the concepts, this shouldn’t take you more than 24–48 hours.
  5. Start building something. If it’s Python, you can build a web scraper that auto-downloads images. Now add GUI to it. Keep improving it. You’ll get stuck. When you do so, try learning how to solve it. Google and StackOverflow will help you tremendously. Now do more projects.  ?
  6. Do an internship. It doesn’t have to be a paid one. But make sure that it’s atleast 2–3 months. You’ll learn a lot if the company is good enough. I learnt more during my internships than from college. But stay away from companies that ask you to pay for internships. ?

تعليقات

المشاركات الشائعة من هذه المدونة

What is a KPI - A Key Performance Indicator Meaning

A  Key Performance Indicator  is a measurable value that demonstrates how effectively a company is achieving key business objectives. Organizations use KPIs at multiple levels to evaluate their success at reaching targets. High-level KPIs may focus on the overall performance of the enterprise, while low-level KPIs may focus on processes in departments                           such as sales, marketing or a call center.  lodex solutions 

the best way to learn how to draw

Drawing is a skill which develops as you practice. You're not alone when you say that you're terrible at drawing; all the great artists have started drawing with  stick figures  at some point in their life. Figures like this one - ​The reason why they went ahead from these so called " stick figures"  to something much more, is that they had an insatiable desire within them to draw even better, every time they put their pencil on paper. This shear fact separated them from the rest, and that's the only reason why they were successful in honing their skill to reach where they reached later on in their respective lives. First and foremost, the one great thing that's in your favor is- the fact that you are dedicated to improve your drawing. I say this because it seems that way, as you are asking this question. And this is really important because any art form can not be learned just for the sake of it; there has to be passion, interest, curiosity, and ded...

Become a 3D animation artist

There are really two parts to becoming an animator. For lack of a more elegant way to put it, there's the  computer  part and the  art  part. The computer part is fairly easy to learn: there is a lot of software to get used to, but this mostly requires patience and willingness to experiment.  The usual standard for professional animators is  Autodesk Maya , which you can download for free if you're a student (An on-going professional license is pretty expensive -- most of the times those are sold directly to studios rather than to individuals.).    There several free or low-cost competing products that work on the same basic principles, for example  Source Filmmaker ,  Hash Animation Master,  and  Blender  -- there are of course many differences in detail but all of these work use the same basic concepts.   There are pretty good online resources for all of them, but nothing is as important as time: i...