Author: thebuzz

Name of Innovation

Django First App

  mkdir firstapps cd firstapps conda install -c anaconda virtualenv virtualenv myenv source myenv/bin/activate django-admin  startproject wordcount cd wordcount python manage.py runserver python manage.py migrate python manage.py createsuperuser python manage.py startapp wcount wordcount/settings.py “”” Django settings for my_project project. Generated by ‘django-admin startproject’ using Django 2.0.2. For more information on this file, see https://docs.djangoproject.com/en/2.0/topics/settings/ For…
Read more


January 13, 2019 0

Django

  Django First App   mkdir firstapps cd firstapps django-admin  startproject wordcount cd wordcount python manage.py runserver python manage.py migrate python manage.py createsuperuser python manage.py startapp wcount wordcount/settings.py INSTALLED_APPS = [ ‘django.contrib.admin’, ‘django.contrib.auth’, ‘django.contrib.contenttypes’, ‘django.contrib.sessions’, ‘django.contrib.messages’, ‘django.contrib.staticfiles’, ‘wcount’, ] wordcount/urls.py from django.urls import path from wcount import views urlpatterns = [ path(”, views.homepage, name=’home’), path(‘count/’,…
Read more


January 13, 2019 0

Big Data and ML

  Machine learning – Machine Learning is the science of creating algorithms and program which learn on their own. Once designed, they do not need a human to become better. Some of the common applications of machine learning include following: Web Search, spam filters, recommender systems, ad placement, credit scoring, fraud detection, stock trading, computer…
Read more


January 11, 2019 0

Bootstrap and Git Example

Bootstrap Sample Bootstrap code :   <!DOCTYPE html> <html lang=”en”> <head> <title>Bootstrap Example</title> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js”></script> </head> <body> <h1 align=”center”>Bootstrap Examples</h1> <div class=”container”> <h2>Bootstrap Table</h2> <table class=”table table-striped”> <thead> <tr> <th>Firstname</th> <th>Lastname</th> <th>Email</th> </tr> </thead> <tbody> <tr> <td>Amar</td> <td>Sharma</td> <td>amar@gmail.com</td> </tr> <tr> <td>Mohan</td> <td>Chary</td> <td>mohan@example.com</td>…
Read more


January 7, 2019 0

WOCLO

Click Here


December 31, 2018 0

Python – On Project Training

WOIR Software Announces Internship PLUS training on Python Mentor-ship under highly experienced IITian Tenure approx. 4  weeks ( 11:30 am to 8:30 pm ) More hands-on work and less theory Real application and real work Limited seats, small batches for training and internships The position/training is based in Hyderabad (Near Hitex City) Training will include following topics(contact us for more…
Read more


October 22, 2018 0

Message From WOIR Software

Please feel free to find me and send me the invite to start with your LinkedIn.


October 11, 2018 0

Java/Android/IOS Developers Requirement

( Published on 24th Aug, 2018 valid till 7th Sep, 2018 ) WOIR Software is looking for java/android/IOS developers with related experience. No. of positions – 4 Location – Hyderabad Type of job – contract/permanent Salary – negotiable Qualification – B.Tech/B.E./M.E./M. Tech Please send resume to info@woir.in with subject line “Application for Android/Java Developer” and…
Read more


August 24, 2018 0

Python Exercise 4 ( Pandas and Numpy )

Download following CSV file City_Employee_Salaries_November_2017 Using Pandas and Numpy for the following columns in csv file emp_hrly_rate emp_annual_rt Ex.1 – calculate  Mean Top 5 and least 5 values along with the emp_name Ex. 2 – calculate the hrly rate if there is increase of 25% in the rate for all employees Ex. 3 – generate another csv which…
Read more


August 24, 2018 0

Validation Steps for Workshop

Download woir.tar.gz from https://1drv.ms/u/s!Ak6xlUQi8woshpoGK3JB-zvzZjtj4A https://1drv.ms/u/s!Ak6xlUQi8woshpoHIN2yWUk7H_Wxgw Copy the woir.tar.gz to /home/woir Run tar xvfz woir.tar.in source sourceme ./fixme.sh Please login as user Woir ( user id woir), if asked for please enter password ‘abcd1234’ Click on the Ubuntu on the top-left corner and look for terminal and click on the terminal Once the terminal is up…
Read more


August 12, 2018 0