Monday, March 20, 2017

Machine Learning with Python

Machine learning is coming as an easy programming technique in these days.I thought it requires lot of maths to do something on ML.But what I understand is that it becomes very easy with python tools. With python programming sci-kit and pandas libraries, we can makes some cool applications very easily.

But still I am in the learning process now.

These tutorials helps me a lot to keep updated with ML.


Tuesday, February 28, 2017

why Python programming ...

Python is very effective when I want to learn a new thing like image processing, Machine learning , Networking...

You can directly jump into the functionality or subject area, I mean that your core subject area that you want to hack... there are lot libraries that support these  subject areas.

Last week I was reading a book 'Learn Python Network Programming' by Dr. M.O Faruque Sarker.

It is interesting that Python simplifies the subject 'Networking Protocols and Programming ' which i just byhearted in BTECH.

I experienced the same thing when I tried to learn about ML with Python.

Sunday, February 12, 2017

10 things you should do as programmer.



10 things you should do daily as programmer.

These are the 10 things  coming in my mind that a computer programmer should try to improve his skill.

1. Try to learn a new computer languages/frameworks .Alteast try what are the features and differences that Language offers.

2. Read different Technical blogs/coding online.

3. Watch atleast one programming/technology video tutorial daily.

4. Try to build applications by your own.

5. Read about trending Github open source projects

6. Read others Code/programs from online .

7. Participate in open source projects

8. Try to find some interested area in computer field and start research more on that area.

9.Write/publish about your learning and your projects as a blog or website.

10.Think about some innovate ideas and initiate open projects.