This blog displays information about the latest android smartphone, price and specs as well as information applikaksi game that appeals to you, here are also a lot of software that you can download

Tampilkan postingan dengan label python. Tampilkan semua postingan
Minggu, 04 September 2016

Python swag: Removing duplicate elements from a python list (the unconventional way)

We know that the reason for python to be so popular is that it is very easy to use and a lot complex algorithms can be implemented very easi...
Selasa, 19 April 2016

HOW TO DEPLOY A PYTHON SCRIPT OR PROJECT ON HEROKU

Cloud computing has been one of the biggest revolutions of our time. This has given birth to a lot of cloud services that help, developers a...
Selasa, 29 Maret 2016

How to automatically ping search engine crawlers using python.

In today’s post we will see how to make a python bot that will automatically ping the search engine crawlers to come and crawl your website/...
Jumat, 18 Maret 2016

How to use a text file as a database while programming

Welcome back to another post of Teckguide. It has been really long since I have written a post, I am really sorry about that. But I am back ...
Kamis, 31 Desember 2015

HOW TO EXTRACT ALL THE LINKS of A GIVEN WEBPAGE (with python)

Websites are made of web pages. Every webpage is made of html tags. And every webpage has a unique address called URL which stands for Unifo...
Jumat, 11 Desember 2015

Basic algorithms 101 : Checking for email address validity (without regular expressions)

Hello! Welcome back to “Basic algorithms 101”. Last time we discussed about a http://androidtabletgadgets.blogspot.com /2015/09/BA101-Coin...
Selasa, 08 September 2015

Basic algorithms 101 : Coin toss (unbiased and biased)

Welcome to the first post of the new series “simple algorithms”. In this series we will be dealing with simple to understand programming alg...
Senin, 28 Oktober 2013

Periodogram Using Python Script

Periodogram • Periodogram is the correct name for the following process*: • FFT stands for “Fast Fourier Transform” • The FFT algorithm that...
Jumat, 25 Oktober 2013

Solving a Linear Systes of Equations Using python

Solving linear systems of equations is straightforward using the scipy command linalg.solve . This command expects an input matrix and a rig...