I think ... - pythonhttps://blog.kmonsoor.com/Sat, 07 Jul 2018 00:00:00 +0600Install latest Python 3 on Linux CentOS 7https://blog.kmonsoor.com/install-latest-python3-on-centos-7/<p>Install the latest and greatest Python 3 on CentOS 7&nbsp;systems</p>Khaled MonsoorSat, 07 Jul 2018 00:00:00 +0600tag:blog.kmonsoor.com,2018-07-07:/install-latest-python3-on-centos-7/TechLinuxcentospythoncentos7python3software-developmentcodingPelican Static sites - SEO Optimizationhttps://blog.kmonsoor.com/pelican-how-to-make-seo-friendly/<p>Usually <code>Pelican</code> static-site generator is not very concerned about <span class="caps">SEO</span> of the generated site. Related themes and their templates also don&rsquo;t take it much seriously. But you shouldn&rsquo;t loose <span class="caps">SEO</span>,&nbsp;right?</p>Khaled MonsoorSat, 07 Jan 2017 00:00:00 +0600tag:blog.kmonsoor.com,2017-01-07:/pelican-how-to-make-seo-friendly/Techpelicanpythonstatic-siteseo-friendlyR vs Python — A Summary Comparisonhttps://blog.kmonsoor.com/R-vs-Python/<p>A tabular, objective, comparative summary view between R and Python programming languages. Facts&nbsp;matters.</p>Khaled MonsoorMon, 08 Feb 2016 08:02:00 +0600tag:blog.kmonsoor.com,2016-02-08:/R-vs-Python/TechRPythoncodingcomparisonprogrammingtabularsummaryparadigmdatasciencestatistical-analyticsanalyticsSe7en Deadly Sins to Do in Python codehttps://blog.kmonsoor.com/seven-deadly-sins-in-python-code/<p>There are a lot of ways someone can make his (or her) Python code extremely difficult for himself and his fellow developers to work with and maintain. However, some are quite destructive by virtue. These ones are in my&nbsp;top-list.</p>Khaled MonsoorMon, 10 Aug 2015 17:05:00 +0600tag:blog.kmonsoor.com,2015-08-10:/seven-deadly-sins-in-python-code/Techbest practicescode qualitydebuggingprogrammingpythonsoftware developmentsoftware documentationworst practicesPython - How to Create All Possible Combinations (a.k.a Permutations)https://blog.kmonsoor.com/python-how-to-generate-all-possible-combinations-or-permutations/<p>Let&rsquo;s say we have a string, or number. And, we want to generate all the combinations of all the characters of the string or the&nbsp;number</p>Khaled MonsoorFri, 31 Jan 2014 00:00:00 +0600tag:blog.kmonsoor.com,2014-01-31:/python-how-to-generate-all-possible-combinations-or-permutations/Techpythoncodingsyntaxcombination