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.


Sunday, February 5, 2017

Gentlest Introduction to Tensorflow

If you started searching for ML libraries and softwares ,you can't avoid Tensorflow.  TensorFlow is an open source software library for machine learning in various kinds of perceptual and language understanding tasks.







Friday, February 3, 2017

Practice Machine learning online

I was searching for some of the tutorials for machine learning  today. I came across a free online platform https://my.datascientistworkbench.com where you can do data science easily.

The platform support Python,R and scala language. In this I would say I am only familiar with Python language,but I am not aware of data science libraries in Python. So started searching some some tutorials .. I found some good youtube tutorials below https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A/videos


Python is so strong that you can do some machine learning applications.