Why You Should Attend PyCon India 2016?

Because you are new to python If you want to know python or want to get better at python, this is one of the best avenue to learn and hack. Make new friends having same interest, have a fun !!! Because you are hiring Are you looking for good people like developers, admins, DevOps for your organization ? PyCon India is the best place where you can find around 1200 to 1350 of the best and brightest people which are pythonist and some of them will be interested in new opportunities. Sponsering PyCon india is the best way to get noticed by these pythonistas. ...

July 5, 2016 · 2 min · Suraj Narwade

How to Setup Private Docker Registry in Fedora/CentOS ?

When you request container from image,docker usually it looks for container image locally on a system, if its not there, it will download it to your system from somewhere, i.e. Docker Hub Regitry What is Private Docker Registry ? If you want to keep your images private to yourself only, instead of going them over internet, you want to save to time by pushing and pulling them locally, at that point, Private Docker Registry comes into picture. ...

June 27, 2016 · 2 min · Suraj Narwade

Machine Learning Begins Here-Part III !!! #pythonpune

Python Pune Meetup was held @ Red Hat, Pune and that was about Part III of Machine learning by Sudarshan Gadhave on 25th June 2016. This time, along with Chandan, Me, ganesh and satyajit were the Event Host :) Meetup was specifically targeted as hackathon based on python pandas and numpy what we have covered in previous meetup. Meetup was titled as Data DOJO,(a bit weird) it means practicing and developing skills along with brainstorming ideas, real time problems to solve. ...

June 26, 2016 · 2 min · Suraj Narwade

Pycon India 2016,New Delhi !!! Hurry Up guys !!!

What is Pycon India ? PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community. It attracts the best Python programmers from across the country and abroad. When & Where it is happening ? 23-25 Sepetember 2016 Convention Centre Jawahar Lal Nehru University, New Mehrauli Road, Near Munirka, New Delhi - 110067 Why to Sponser Us ? ...

May 31, 2016 · 1 min · Suraj Narwade

Machine Learning Begins Here-Part II !!! @ #pythonpune

Python Pune Meetup was held @ Amazatic Solutions and that was about Part II of Machine learning by Sudarshan Gadhave on 28th May 2016. Meetup was specifically targeted on python pandas as last meetup already covered basics of data science. Sudarshan started from Required tools/libraries for machine learning : Ipython numpy python-pandas python-scikit-learn matplotlib These are best opensource alternatives to softwares like MATLAB !! Machine learning is all about technical,business and statistics. if there is small data sets. that can be done manually, but if there are thousands of rows and columns in data stats, then what ? most of the time of Data Scientists is consumed to get the data,analyze the data,sepeartion of data,and cleaning of data, that means almost 70% of the total work in intial phase. Later comes the actual business logic and model building. ...

May 30, 2016 · 2 min · Suraj Narwade

Installing Kubernetes Cluster with 3 minions on Fedora 23

Kubernetes Kubernetes is a system, developed by google, for managing containerized applications in a clustered environment. It provides basic mechanisms for deployment, maintenance and scaling of applications on public, private or hybrid setups. It also comes with self-healing features where containers can be auto provisioned, restarted or even replicated. It aims to provide a “platform for automating deployment, scaling, and operations of application containers across clusters of hosts” . ...

May 27, 2016 · 4 min · Suraj Narwade

RDO BUG TRIAGE DAY - First step towards Contribution !!!

Hello, after long time, I am writing for a good reason :P had participated in RDO bug triage day on 18th and 19th of May, For those who dont know what is bug triage, Have a look at it: https://www.rdoproject.org/community/rdo-bugtriage/ (I also came to know it just day before yesterday :-)) As a newbie to RDO community, ChandanKumar and Matthias Runge guided me to what to do there. So, I had created account on http://bugzilla.redhat.com, Then I joined #rdo, people out there also helped me in getting things done. ...

May 20, 2016 · 2 min · Suraj Narwade

Machine Learning Begins Here !!! @ #pythonpune

Data is present everywhere at malls, multiplexes, online shopping sites, dating sites, government intelligence almost everywhere that continuously needs to be monitor & analyse, which is very huge data, which cant be analysed by human, at that point machine learning came into picture. For introduction to that #PythonPune added new chapter to its Pythonpune Meetup which was held on 30 April 2016 at Red Hat office, Magarpatta. Almost 70-80 peoples were there(which was unexpected for us). :P ...

May 1, 2016 · 3 min · Suraj Narwade

April Fedora Meetup - Unit Testing Revealed !!!

April Fedora meetup was dedicated to “Unit testing”. As I am into DevOps, usually i had seen various automated tests that was carried out by jenkins are nothing but unit test but i was always wondered what is this?? Kushal gave us brief idea about unit test : unit testing is a method by which individual units of source code, sets of one or more computer program modules together are tested to determine if they are fit for use. ...

April 24, 2016 · 2 min · Suraj Narwade

Gerrit Error not Signed-off-by author/........ Resolved

Yesterday, I was sending patch for review on gerrit, I commmited the code as follows, Everything works fine ;) , [user@localhost project]$ git commit --amend [project d9593ab] <commit message here> Date: Thu Apr 14 17:34:53 2016 +0530 1. file changed, 75 insertions(+) create mode 100644 project/file.py While I was pushing code to gerrit for review, Suddenly Heavy errorfall occurs with :o following error: [user@localhost project]$ git review develop remote: Processing changes: refs: 1, done. To ssh://user@xxxxxxxxxxxxxxxxxxxxxxxx.com:22/project ! [remote rejected] HEAD -> refs/publish/develop/project (not Signed-off-by author/committer/uploader in commit message footer) error: failed to push some refs to 'ssh://user@xxxxxxxxxxxxxxxxxxxxxxxxx.com:22/project' After trying different methods for half an hour, we have checked commit which was as below: ...

April 15, 2016 · 2 min · Suraj Narwade