October 24, 2015 9:44 am
Published by Gerard Millares
We have almost covered all the flow control statements and loop structures as part of this blog series on PHP Programming. In this last blog on loops before we move on to functions parameters and formatting numbers, we will discuss...
Read More
October 22, 2015 8:56 am
Published by Gerard Millares
Taking a break from the concepts of array and topics related to that, in this blog post, we are going to have a look back at the loop statements that we discussed earlier in this series of blogs. We have...
Read More
October 20, 2015 7:09 pm
Published by Gerard Millares
Here we are going to learn about the urllib (stands for url library) in Python. ‘urllib’ is a very important Python internet module, often used in Python networking / Internet Programming. Whenever you have to deal with HTTP protocols(associated with...
Read More
October 20, 2015 6:42 am
Published by Gerard Millares
Remember in the last blog post we talked about arrays and how arrays are initialized in PHP? This blog post continues on the same lane and describes ‘Multi-dimensional array’, a topic that we did not cover in the last part....
Read More
October 19, 2015 5:37 pm
Published by Gerard Millares
Even though I believe that the best way to learn something new is by diving deep into it, getting your hands dirty, making errors and finding solutions; if you are studying on your own, we all need help – especially...
Read More
October 18, 2015 6:11 am
Published by Gerard Millares
We have talked about PHP variables in one of our previous blog posts and surely by this time you might have realized the importance of variables in PHP. In fact, being the storing blocks of values in a code, variables...
Read More
October 16, 2015 5:17 pm
Published by Gerard Millares
Thinking of jumping into Python Development? Then you should check out these awesome Python libraries to jump start your path into becoming a rockstar Python developer. 1. Matplotlib A must for data analyzing, Matplotlib is a numerical plotting library widely...
Read More
October 16, 2015 4:53 am
Published by Gerard Millares
Taking our discussion on the flow control statements to the next level, in this blog post on PHP Programming, we are going to discuss how switch statements are executed in PHP and how useful are they in the websites that...
Read More
September 20, 2015 7:34 am
Published by Gerard Millares
If you have some sort of experience in working on programming languages such as Java, C or C ++, it will not be a surprise to know that you found the whole concept of global and local variables a bit...
Read More
September 18, 2015 7:09 am
Published by Gerard Millares
In the previous blog post on this tutorial series called Python for Beginners, we discussed about functions and their implementation in Python. In this blog post, we are going to move forward with our discussion on functions and include the...
Read More