<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>حمزہ شیخ عرف ایکچار (python کے بارے میں تحاریر)</title><link>https://www.aikchar.me/</link><description></description><atom:link href="https://www.aikchar.me/ur/categories/python.xml" rel="self" type="application/rss+xml"></atom:link><language>ur</language><copyright>Contents © 2024 &lt;a href="mailto:@aikchar"&gt;حمزہ شیخ&lt;/a&gt; لائیسنس</copyright><lastBuildDate>Tue, 17 Sep 2024 05:03:36 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Vision 2020</title><link>https://www.aikchar.me/ur/blog/vision-2020.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;It has become a ritual to checkpoint my career every so often and try to figure
out where to take it next. It has helped me identify what I want to do and then
get all the proverbial ducks in a row. As 2019 nears its end it's time to
reflect on my aspirations and what progress I made. Also, I need to plan for
2020.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aikchar.me/ur/blog/vision-2020.html"&gt; Read more …&lt;/a&gt; (5 منٹ کا مطالعہ باقی)&lt;/p&gt;&lt;/div&gt;</description><guid>https://www.aikchar.me/ur/blog/vision-2020.html</guid><pubDate>Mon, 30 Dec 2019 03:28:18 GMT</pubDate></item><item><title>Contemplating 2019</title><link>https://www.aikchar.me/ur/blog/contemplating-2019.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;I spent the holidays in 2018 contemplating what my career in 2019 should look
like. It has become a ritual to checkpoint my career every so often and try to
figure out where to take it next. It has helped me identify what I want to do
and then get all the proverbial ducks in a row.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aikchar.me/ur/blog/contemplating-2019.html"&gt; Read more …&lt;/a&gt; (6 منٹ کا مطالعہ باقی)&lt;/p&gt;&lt;/div&gt;</description><guid>https://www.aikchar.me/ur/blog/contemplating-2019.html</guid><pubDate>Fri, 11 Jan 2019 07:22:56 GMT</pubDate></item><item><title>Programming Languages Don't Die</title><link>https://www.aikchar.me/ur/blog/programming-languages-dont-die.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;blockquote&gt;
&lt;p&gt;We agree, we subscribe to the philosophy "languages never die". There are new languages added to the mix so things become more complex. It's part of the problem we're trying to solve and help dev #gofaster&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This &lt;a class="reference external" href="https://twitter.com/ActiveState/status/968576094281568258"&gt;quote&lt;/a&gt; is
from ActiveState on Twitter. It got me thinking especially because I am --
seemingly forever -- grappling with the idea of which programming language will
help my career in the future.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aikchar.me/ur/blog/programming-languages-dont-die.html"&gt; Read more …&lt;/a&gt; (4 منٹ کا مطالعہ باقی)&lt;/p&gt;&lt;/div&gt;</description><guid>https://www.aikchar.me/ur/blog/programming-languages-dont-die.html</guid><pubDate>Thu, 01 Mar 2018 04:58:17 GMT</pubDate></item><item><title>Python is the New bash</title><link>https://www.aikchar.me/ur/blog/python-is-the-new-bash.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;bash (or at least Bourne shell &lt;code class="docutils literal"&gt;sh&lt;/code&gt;) is ubiquitous in the Linux and BSD
world. Replacing it with Python will not be easy, painless, or quick. But the
plethora of base tools written in Python for Linux distributions testifies
to the mindshare Python has gained. I don't expect the likes of FreeBSD, for
example, to bring Python into &lt;em&gt;base&lt;/em&gt; anytime soon. But we as users can
certainly replace our code written in shell with Python.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aikchar.me/ur/blog/python-is-the-new-bash.html"&gt; Read more …&lt;/a&gt; (2 منٹ کا مطالعہ باقی)&lt;/p&gt;&lt;/div&gt;</description><guid>https://www.aikchar.me/ur/blog/python-is-the-new-bash.html</guid><pubDate>Tue, 09 Jan 2018 05:03:00 GMT</pubDate></item><item><title>Unix Shell Programming: Lessons Learned</title><link>https://www.aikchar.me/ur/blog/unix-shell-programming-lessons-learned.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;I have been writing tiny shell scripts for many years now. It was always with
the help of DuckDuckGo searches and places like StackOverflow. I never grasped
the history, features, syntax, etc. of shells. This all changed when I got
serious about learning Unix shell programming.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aikchar.me/ur/blog/unix-shell-programming-lessons-learned.html"&gt; Read more …&lt;/a&gt; (4 منٹ کا مطالعہ باقی)&lt;/p&gt;&lt;/div&gt;</description><guid>https://www.aikchar.me/ur/blog/unix-shell-programming-lessons-learned.html</guid><pubDate>Thu, 10 Nov 2016 19:30:20 GMT</pubDate></item><item><title>Port Shell Scripts to Python</title><link>https://www.aikchar.me/ur/blog/port-shell-scripts-to-python.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;&lt;code class="docutils literal"&gt;make&lt;/code&gt; is a legendary tool to build software and is equally
notorious at the same time. It is really good at what it does
and has been forked many times to fix its many flaws and
papercuts.&lt;/p&gt;
&lt;p&gt;There are alternatives implemented with
or without custom domain specific languages (DSL). Some are
implemented in Python, such as
&lt;a class="reference external" href="http://scons.org/"&gt;SCons&lt;/a&gt;,
&lt;a class="reference external" href="http://benjamin.smedbergs.us/pymake/"&gt;pymake&lt;/a&gt;,
&lt;a class="reference external" href="https://waf.io/"&gt;Waf&lt;/a&gt;,
&lt;a class="reference external" href="https://bitbucket.org/mixmastamyk/buildit"&gt;BuildIt&lt;/a&gt;,
and
&lt;a class="reference external" href="http://www.pyinvoke.org/"&gt;Invoke&lt;/a&gt;.
Some are implemented in other languages like
&lt;a class="reference external" href="https://cmake.org/"&gt;cmake&lt;/a&gt;,
&lt;a class="reference external" href="http://rake.rubyforge.org/"&gt;RAKE&lt;/a&gt;,
&lt;a class="reference external" href="https://ninja-build.org/"&gt;Ninja&lt;/a&gt;,
and
&lt;a class="reference external" href="https://github.com/danfuzz/blur"&gt;Blur&lt;/a&gt;.
The question to ask is: which would you use to solve what problems?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aikchar.me/ur/blog/port-shell-scripts-to-python.html"&gt; Read more …&lt;/a&gt; (3 منٹ کا مطالعہ باقی)&lt;/p&gt;&lt;/div&gt;</description><guid>https://www.aikchar.me/ur/blog/port-shell-scripts-to-python.html</guid><pubDate>Sat, 16 Apr 2016 15:32:29 GMT</pubDate></item><item><title>Deciding What to Learn Next is Hard</title><link>https://www.aikchar.me/ur/blog/deciding-what-to-learn-next-is-hard.html</link><dc:creator>Hamza Sheikh</dc:creator><description>&lt;div&gt;&lt;p&gt;I have an ever present restlessness when it comes to figuring out what to learn
next. It's a source of agitation and sometimes stress. It's even more unhealthy
when I feel that way at times when I can do nothing about it, especially during
some much needed downtime.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.aikchar.me/ur/blog/deciding-what-to-learn-next-is-hard.html"&gt; Read more …&lt;/a&gt; (3 منٹ کا مطالعہ باقی)&lt;/p&gt;&lt;/div&gt;</description><guid>https://www.aikchar.me/ur/blog/deciding-what-to-learn-next-is-hard.html</guid><pubDate>Fri, 12 Feb 2016 23:16:36 GMT</pubDate></item></channel></rss>