ICT.Social – A Social Network for IT Professionals

ICT.social is an international social platform for IT professionals to gather around and resolve programming queries by providing solutions. The platform hosts a large number of databases including online courses (free and paid versions) and articles related to programming and IT sector. The best part? ICT.social works as a social media platform for programmers making …

ICT.Social – A Social Network for IT Professionals Read More »

Python Global Variables

In this tutorial we will be discussing about Python global variables. A variable which is declared outside of any function i.e. in the global space is known as global variable. Global variables are useful when multiple functions need to use the same data. In C, C++ we can use and modify global variables directly in …

Python Global Variables Read More »