DiscoverSDK Blog

Virtual Environments In Python 3
In our previous post we covered the process for creating a new package and deploy it using pip In this article I will give you a brief introduction to virtual environments. Virtual environments help you to reduce the mess you can do when you install software with pip for example from the Python Pack [...]

Testing in Angular 2
Angular 2.0 is JavaScript based, open source, client-side and server-side web application framework. Compared to angular1 a lot has changed in Angular 2.0, so in this article I will explain how to unite test Angular 2.0 code using Jasmine and TypeScript. We will wrtite test cases to explore an [...]

How to Create A New Python Module (and deploy it using pip)
Python is one of the most popular programming language used for almost any kind of application development. From administartive scripts, automation up to web and mobile application we can find the number of python developers always growing at a fast rate. [...]

ES6 - What's New
ES6 or ECMAScript 2015 or JavaScript 6 has been released since 2015 although it still has no full support by some of the major engines. This has been a major update and the only one since it was standardized by 2009. There are a few new things, although nothing really groundbreaking. Most of the new [...]

Top 10 Mobile Game Development Tools
A Mobile Game Development Platform can greatly simplify your life when it comes to building games for mobile devices. As with any other software project, having the right game development tools can mean the difference between success and failure. [...]

Socket Programming in AngularJS 2 - Building a simple chat application with Socket.io and RxJS
In my previous article, I showed you how two or more servers can access each other through a common URL (or REST API). I used the Firebase server that is connected with our localhost server on our hard-drive, and then I implemented HTTP's GET and POST methods. Behind the HTTP, the sockets are used t [...]

Authentication on Angular 2 with Firebase
In modern commercial websites, you would notice that the home page includes the pages for the sign-in and sign-up. Often these websites provide the services to the vendors that can create accounts on the website, and so those services are supposed to be hidden from the mainstream audience, therefore [...]

Website scraping with Scrapy
Scrapy is a tool created for website scraping. It is the ideal alternative for BeautifulSoup and self-crafted scrapers. It is easy to install and use and it provides parallelism out of the box. [...]

Website scraping with BeautifulSoup4
In this article I will give you an introduction to how you can scrape websites with BeautifulSoup4. [...]
Top DiscoverSDK Experts


Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.