<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Selenium on It&#39;s a Binary World 2.0</title>
    <link>https://www.ericsbinaryworld.com/tags/selenium/</link>
    <description>Recent content in Selenium on It&#39;s a Binary World 2.0</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 22 Oct 2020 20:34:10 +0000</lastBuildDate>
    <atom:link href="https://www.ericsbinaryworld.com/tags/selenium/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What I&#39;ve been up to in Programming: Python</title>
      <link>https://www.ericsbinaryworld.com/2020/10/22/what-ive-been-up-to-in-programming-python/</link>
      <pubDate>Thu, 22 Oct 2020 20:34:10 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2020/10/22/what-ive-been-up-to-in-programming-python/</guid>
      <description> &lt;h3 id=&#34;selenium-for-automated-pool-signup&#34;&gt;Selenium for Automated Pool Signup&lt;/h3&gt;&#xA;&lt;p&gt;Spent the last week debugging that script. Turns out the key to getting it to run in cron is to add export DISPLAY=:0 &amp;amp;&amp;amp; before your command. That&amp;rsquo;s because Chrome will not launch without a display to send Chrome to.&lt;/p&gt;&#xA;&lt;h3 id=&#34;python-morsels&#34;&gt;Python Morsels&lt;/h3&gt;&#xA;&lt;p&gt;The most recent Python Morsels exercise was to figure out if a number was a perfect square. Trey began his problem statement this way: &amp;ldquo;This week I want you to write a function that might seem simple at first, but there&amp;rsquo;s a number of ways to solve it.&amp;rdquo; It definitely took some out of the box thinking for me to figure out how I was going to solve the base case. The math.sqrt() function returns a float so that it can give answers for non-perfect squares. So I kept thinking and I realized that any perfect, non-complex square root must be an integer. So I came up with the conditional to return. (And after all this Pythonic learning, I&amp;rsquo;ve learned not to evaluate for truth and then return a variable. Just return the evaluation)&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2020/10/22/what-ive-been-up-to-in-programming-python/">Full post</a></p></description>
    </item>
    <item>
      <title>Last Few Days in Programming: Lots of Python</title>
      <link>https://www.ericsbinaryworld.com/2020/10/12/last-few-days-in-programming-lots-of-python/</link>
      <pubDate>Mon, 12 Oct 2020 23:06:47 +0000</pubDate>
      <guid>https://www.ericsbinaryworld.com/2020/10/12/last-few-days-in-programming-lots-of-python/</guid>
      <description> &lt;p&gt;Been quite busy with Python, keeping me away from other pursuits, like video games. (Although the kids have been requesting Spelunky 2 whenever it&amp;rsquo;s time to hang out with them)&lt;/p&gt;&#xA;&lt;h3 id=&#34;extra-life-donation-tracker-eldonationtracker&#34;&gt;Extra Life Donation Tracker (eldonationtracker)&lt;/h3&gt;&#xA;&lt;p&gt;For my &lt;a href=&#34;http://djotaku.github.io/ELDonationTracker/&#34;&gt;Extra Life Donation Tracker&lt;/a&gt; I pushed out a new release, &lt;a href=&#34;https://github.com/djotaku/ELDonationTracker/releases/tag/v5.2.2&#34;&gt;v5.2.2&lt;/a&gt;. A user of my program (man, I never get tired of how awesome that is!!) had wholly anonymous donors which was causing an issue I thought I&amp;rsquo;d handled. But it turns out that the folks that run the Donor Drive API are a little inconsistent in how they handle that in the donor endpoint vs the donations endpoint. So I pushed that fix out and now things should be dandy for game day (about 2 weeks away!!)&lt;/p&gt; <p><a href="https://www.ericsbinaryworld.com/2020/10/12/last-few-days-in-programming-lots-of-python/">Full post</a></p></description>
    </item>
  </channel>
</rss>
