Home »
Recent posts
All posts from December 2017
Button Function and Custom Event – PyQt.
28 DEC 2017 by Atul Anand
Button Function and Custom Event- PyQt: In this article, we are going to study about few of button functions and, we’ll design some custom events. This is just the basic; so maybe you don’t catch it cool but we will design cooler custom events in future articles. For now just try to understand the code, and build your basics. Here, we are experimenting with one or two button functions. But, if you want to explore more and experiment with button functions; check out this link: pyqt.sourceforge.net/Docs/PyQt4/qpushbutton.html . So, let’s begin the fun again. Don’t hesitate in clearing your doubts in the comment section.
Tags:
Python and PyQT
Grid Layout in Android.
28 DEC 2017 by Manu Jemini
In this article, we will learn about the Grid - layout, its uses and set four image views in grid view.
Tags:
Android
Interfaces in Kotlin.
28 DEC 2017 by Aman Gautam
This article is related to interfaces in kotlin. In this article we will learn about interfaces, how they are implemented in kotlin and how they differ from interfaces in java?
Tags:
Kotlin
Abstract classes in Kotlin.
28 DEC 2017 by Aman Gautam
In this article, we are going to learn about abstract classes. Here you will find what abstract class is and how they can be implemented in Kotlin?
Tags:
Kotlin
How to create a Double Stack?
21 DEC 2017 by Manu Jemini
In this article, we are going to learn how to implement item code and price code of that item will store in respective item and its price stack?
Tags:
Data Structure
Program for Bucket Sort in Kotlin.
20 DEC 2017 by Aman Gautam
In this article, we are going to learn how to implement bucket sort in Kotlin? Here you will find what is bucket sort, its algorithm and program in kotlin.
Tags:
Kotlin
Mobile App Development - Know everything about it.
18 DEC 2017 by IncludeHelp
World is getting smarter day by day. Everyone and everything is dependent on smart gadgets. What really make the gadgets run is its operating system and apps. Coding and App development is the fastest growing industry in the world and being the largest community using smartphones, India is need of more young talents in the app development industry. This increase in trend also led to increase in unemployment of fresher from other engineering branches, even a mechanical engineering students are advised to have mediocre skill sin coding and app development to be virtually employable.
Tags:
Articles, Guest post
Program for Quicksort in Kotlin.
17 DEC 2017 by Aman Gautam
In this article, we are going to learn how to implement Quicksort in Kotlin? Here you will find what is merge sort, its algorithm, and program in Kotlin.
Tags:
Kotlin
Program for Merge Sort in Kotlin.
17 DEC 2017 by Aman Gautam
In this article, we are going to learn how to implement Merge sort in Kotlin? Here you will find what is merge sort, its algorithm, and program in Kotlin.
Tags:
Kotlin
Program for Heapsort in Kotlin.
17 DEC 2017 by Aman Gautam
In this article, we are going to learn how to implement Heapsort in Kotlin? Here you will find what is Heapsort, its algorithm, and program in Kotlin.
Tags:
Kotlin
Event Handling Examples (2) - PyQt.
15 DEC 2017 by Atul Anand
Event Handling Examples (2) - PyQt: In the previous article, we studied the “push button event” generated. Here we are going to study about few other important events, signals, and slots through elaborative examples and practical codes. Here, we are going to study the event generated by keyboard. Plus, we are going to program and study one very interesting widget event, which is among one of my favorites, Slider. Just go through the steps of the code, do some alterations on your own; In case you get stuck in trouble? Feel free to ask in comment section.
Tags:
Python and PyQT
Express Server Security in Node.js.
15 DEC 2017 by Manu Jemini
How to make your server secure instantly? This article is about making your Express server secure from very well known web vulnerabilities by setting HTTP headers appropriately.
Tags:
Node.js
Event Handling Examples - PyQt.
14 DEC 2017 by Atul Anand
Event Handling Examples - PyQt: This article is a continuous content of the previous article. We went through the theory part of Event handling mechanism in PyQt along with an example of “Mouse click-event”. Here we are going to study about few other important events, signals, and slots through elaborative examples and practical codes. Right here, we are going to study the push button event. Just go through the steps of the code, do some alterations on your own; Stuck in trouble? Feel free to ask in the comment section.
Tags:
Python and PyQT
Program for Selection sort in Kotlin.
13 DEC 2017 by Aman Gautam
In this article, we are going to learn how to implement a selection sort in Kotlin? Here, you will find what is selection sort, its algorithm, program with the explanation?
Tags:
Kotlin
Program for insertion sort in Kotlin.
13 DEC 2017 by Aman Gautam
In this article, we are going to learn how to implement an insertion sort in Kotlin? Here, you will find what is insertion sort, its algorithm, program with the explanation?
Tags:
Kotlin
PyQt Event handling mechanism.
12 DEC 2017 by Atul Anand
PyQt Event handling mechanism: In this article, we are going to study about the Event handling in PyQt. Earlier we have used some widgets, but we didn’t implement any event and its handling. Before, we go further to use more widgets and build interesting responsive GUI; we need to understand a little theory behind them. In the upcoming articles we will better create GUI applications through event handling.
Tags:
Python and PyQT
Inheritance and function overriding in Kotlin.
11 DEC 2017 by Aman Gautam
In the previous article we introduced object oriented programming(OOP) in Kotlin with class and objects, now in this article we will discuss about an important feature of OOP i.e. inheritance and function overriding.
Tags:
Kotlin
Classes and Objects with Examples in Kotlin.
10 DEC 2017 by Aman Gautam
In previous articles we have studied basics, arrays, functions, looping statement ranges etc. Now in this articles we will learn about classes, constructors and objects.
Tags:
Kotlin
Print ‘Hello World’ using Python and PyQT -2 (Practical).
04 DEC 2017 by Atul Anand
Print ‘Hello World’ using Python and PyQT -2 (Practical): This article will cover the practical implementation of those terms we studied in previous articles. Here, we will learn the second method to create and run GUI apps, say a simpler method. And, believe my words whether you love codes or not, but you would certainly love this one. We will create the same “Hello World” layout using Qtdesigner, a drag and drop way. Like you are always welcome to do so, feel free to ask any query in comment section.
Tags:
Python and PyQT
How to create login form in Node.js?
04 DEC 2017 by Manu Jemini
In this article, we are going to work further on the last two parts of Log-in and initiate some verification? Here, we are creating a login form that will send data to server for authentication in Node.js.
Tags:
Node.js
How to create signup form in Node.js?
04 DEC 2017 by Manu Jemini
In this article, we are going to learn how to work with Login/Sign In interfaces and their actions in Node.js? For that, we are creating a signup form that will send data to SERVER in Node.js.
Tags:
Node.js
Print ‘Hello World’ using Python and PyQT -2 (Theory).
02 DEC 2017 by Atul Anand
Printing ‘Hello World’ on GUI-2 (Theory): This article brings you one step further in the journey of learning GUI with PyQT. This article will give you knowledge of pre-essentials before you start with a new fun. Please don’t skip this article or you may face trouble somewhere in next articles. Like you are always welcome to do so, feel free to ask any query in comment section.
Tags:
Python and PyQT
Arrays in Kotlin programming language.
02 DEC 2017 by Aman Gautam
In this article, we are going to learn about Arrays and their initialization, declaration, accessing elements etc in Kotlin programming language.
Tags:
Kotlin