Read CSV File Using Python Panda and Store To DB
Read CSV File Using Python Panda and Store To DB
Nice blog
View On WordPress

No title available
Three Goblin Art
taylor price
Misplaced Lens Cap
Show & Tell
One Nice Bug Per Day
I'd rather be in outer space 🛸
No title available

blake kathryn
hello vonnie
Claire Keane

Love Begins
h
wallacepolsom
No title available
Aqua Utopia|海の底で記憶を紡ぐ

roma★
ojovivo
trying on a metaphor
Monterey Bay Aquarium
seen from Brazil

seen from Netherlands

seen from Greece
seen from Singapore
seen from United States
seen from Indonesia
seen from United States
seen from Malaysia
seen from Malaysia
seen from United States

seen from Türkiye
seen from Singapore

seen from Germany

seen from United States
seen from United States
seen from Argentina
seen from United Kingdom
seen from United States
seen from Italy

seen from Türkiye
@deepakrdash
Read CSV File Using Python Panda and Store To DB
Read CSV File Using Python Panda and Store To DB
Nice blog
View On WordPress
Read CSV File Using Python Panda and Store To DB
Read CSV File Using Python Panda and Store To DB
Pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language. Python with Pandas is used in a wide range of fields including academic and commercial domains including finance, economics, Statistics, analytics, etc. In this tutorial, we will learn the various features of Python Pandas and how to use them in…
View On WordPress
Django Workflow and Architecture
Django Workflow and Architecture
What is Django? Django is a free and open source web application framework written in Python. A framework is nothing more than a collection of modules that make development easier. They are grouped together, and allow you to create applications or websites from an existing source, instead of from scratch. When you’re building a website, you always need a similar set of components: a way to…
View On WordPress
Bootstrap Theme Integration From Scratch In Ruby On Rails
Bootstrap Theme Integration From Scratch In Ruby On Rails
This blog gives you the fundamental idea of integrating different bootstrap themes for your new app.
Below are the steps to integrate bootstrap themes
Step:1
Create a new rails application. Go to the Gemfile and the following gems
gem 'twitter-bootswatch-rails' gem 'twitter-bootswatch-rails-helpers'
Run bundle to install the above gems and it’s dependencies.
Step:2
Go to the console and run the…
View On WordPress
Change Position By Drag/Drop Using Jquery In Ruby On Rails
This blog will show how to easily change the position of lists by drag and drop method using jquery plugin.For this we have to use the TableDnD jquery plugin,which you can download from this URL “https://github.com/isocra/TableDnD/”.
Here are the steps for integrating to change the position by drag and drop using jquery.
Step: 1
Download the jquery plugin from above URL.You have to…
View On WordPress
Import CSV File Into The Database In Rails Application.
In this blog i’ll demonstrate how to import CSV file data into your rails application using…
View Post
Google Maps for Rails with Gmaps4 Rails: Tutorial on how to post and filter locations
Reblogged from Andy Glass:
In this blog post, I'll review how to geocode and map locations using Gmaps4rails, an awesome gem from Benjamin Roth. I'll also show you how to use javascript to create filters to show/hide markers using data from your model.
Le…
View Post
URL Shortening on Rails 3 with Bit.ly
Reblogged from Salayhin:
For integrating with twitter you need to shorten url. I have used this gem
First add gem to your gemfile
and run
Now add this to your controller
philnash’s gem has support for the bit.ly version 2 and version 3 api. I have use…
View Post
Google Integration Using Devise and Omniauth In Rails App.
In this blog i’ll show how to integrate Google authentication using…
View Post
Twitter and Linkedin Integration Using Devise and Omniauth In Rails App.
In my previous blogi…
View Post
Facebook Connect Integration Using Devise and OmniAuth In Rails App.
Now a days social media has become an important part of our life. Most of us are well acquainted with some popular social networks like Facebook,twitter and linkedin. In order to make your web app more competitve and user friendly you need to integrate…
View Post
Basic Integration Of Foundation In Rails App.
Foundation is a solid responsive front-end framework for rapidly prototyping and iterating into production code.It is developed using Sass which is powerful CSS pre-processor that helps you write cleaner, more organized, CSS.
Here is basic example how to…
View Post
Parse Feeds/Blogs From External Sites To Your Rails App
In your rails app if you wanted to display blogs from external sites,then Feedzirra is one of the most popular and best gem to do this.
The main advantage of Feedzirra is its speed.It parses feeds very quickly, but it is also useful as it can parse many…
View Post
Simple Way To Fetch Gravatar Images In Rails App.
Avatar images are playing a vital role on the web these days, especially in web applications. If you want to add avatar images of users to one of your rails app from Gravatar then you need to write only few blocks of codes.
All you need is an email…
View Post
Implement Calendar In Rails
Calendar helps us to display the information of anytype for a month or week or day.In your rails application you can easily integrate calendar using “simple_calendar” gem.
Here are the steps to integrate calendar in your rails app:
Step 1
Add the gem in…
View Post
Implementing Data Table In Rails
Data Table help us to turn a plain HTML table into one with pagination, sorting and searching and all through JavaScript. It has better user interface and provides many options to the user.
You can learn more about data tables from its official website “…
View Post
Basic PayPal Integration In Rails
PayPal is an online payment service that allows individuals and businesses to transfer funds electronically. PayPalis now a widely accepted payment gateway by the developer community due to its global acceptability and ease of integration with all types…
View Post