ad1

HOW TO CODE LIKE A PRO?



Lets start with an example

Suppose you want to learn Python. Then 90% of us will search for  PDFs or online tutorials either on youtube or any other site.

BUT WHY LEARNING FROM PDFs WILL NOT HELP YOU MUCH?

PDFs are like theory books you will get learning stuff stacked up in one place 

THINGS TO LEARN FROM A PDF.

1. Basic Syntax , usage , basic IO , handling files , some advanced stuff  given at end etc etc  .

just try to understand them how they works also do a couple of codes by yourself not the one which are given in pdf


CONS OF LEARNING FROM PDFs:-

1. You will understand basics and you will be able to write programs and projects only which are MENTIONED IN PDF.

2. You will try to learn programs LOL but yes this is true , directly on indirectly  you will try to learn the syntax in order to make your program run and gives same output as given in pdf (No one reads about the technical stuff given in PDFs once your program is working)

3. NO pdf will teach about how to make XSS Scanner or Bruteforcer or programs which will automate your stuff . These programs are not given in pdfs? Then how they are built? 



THEN HOW TO CODE LIKE PRO?

TRY FOLLOWING THESE STEPS THEY WILL SURELY HELP -

1. INVEST YOUR TIME  IN LEARNING TO CODE NOT IN LEARNING CODE . TRY TO UNDERSTAND WHAT EACH LINE DOES.

1. PLAN A PROJECT  OF YOUR CHOICE ( ex. Weather forecast or Mp3 downloader)

2. GOOGLE is the best teacher ! 

3. You will Encounter tons of errors while working on your project don't get afraid or demotivated, use Stackoverflow to solve those errors !

4. Take a look at projects  on GITHUB and try to understand them or clone them and try modifying them and look at the changes occured when you did some modifications . Then apply those in your project.

5. Instead of working on project given in some "PDF" try to work on your project , you will encounter errors  , problems but trust me once you solve those you will never forgot it ! 

LEARNING MATERIAL FOR PYTHON!

1. Best Pdf for python with stuff that will really help !

-download it from here

2. GITHUB.COM & google.com (ofcourse ;-;)

3. STACKOVERFLOW


SOME BASIC CODES WHICH ARE WRITTEN IN PYTHON TAKE A LOOK HERE






Comments

  1. Thank you for this article. I just started learning python through PDF and online tutorial videos

    ReplyDelete

Post a Comment

Popular Posts