Setproperty Javascript

| | | | | | | | | | | | | | | | | | | | | | | | |

👻 Check our latest review to choose the best laptop for Machine Learning engineers and Deep learning tasks!

The innerHTML property allows you to define the content of an element using JavaScript.

If you specify an invalid element value with which to use the innerHTML method or if you place the script before the element is displayed on the page, you will encounter the error "Uncaught TypeError: Unable to set the "innerHTML" null "property . error

In this guide, we discuss what this error means and why you may encounter it. We’ll look at an example of this error so you can learn how to fix it in your JavaScript

Uncaught TypeError:. Cannot set property "innerHTML" to null

The InnerHTML property is linked to any web element that you are working with JavaScript. You selected a web element from the page using a "getter" , such as getElementById () , or you created an element in JavaScript that you want to modify.

"Cannot set property ’innerHTML’ to null" error is a type error. This means that we are trying to apply a property or a function to a value which does not support a property or a function.

In this case, we are trying to set the value of innerHTML to an equal element. NULL. NULL values ​​are not an innerHTML property

There are two common causes of this error.

  • Inserting a script before an item appears on the web page
  • Refer to the wrong item ID.

We are going to analyze the root cause, which is probably the most common mistake made by newbies.

an example scenario

We are going to write a simple site that shows the time. To start, define a basic HTML page . This HTML page will be the canvas on which we display the weather:

This HTML page contains a and . The tag contains a

</pre></code> that defines the title of the web page. The <code><body></code> contains a paragraph</p>  </a> </div> <p>in paragraph, we added a <a href="/html-span/"> <span> </a>. we will replace the content of this tag with the current time in our JavaScript code </p> <p>Then write a script to retrieve the time, we will add this JS code in the <code><head> </code>: .. </p>  <p>Our document now contains HTML and JavaScript. <code>getElementById ()</code> gets our span tag <code>SHOW_TIME</code>. We then retrieve the current date using the <ah ref = "/ JavaScrip t-Date/">JavaScript module date </a> tag .</p> <p>In the following line of code, we create a string that displays the current hour of the day and minutes of the hour. This string uses the following structure:</p> <p><code>HH: MM</code></p> <p>There are two periods that separate the values ‚Äã‚Äãfor hours and minutes. We create this string using a technique called <a href="/javascript-string-interpolation/"> JavaScript string interpolation </a>. This allows us to integrate multiple values ‚Äã‚Äãinto the same chain. Finally, we use the innerHTML method to display this time on our web page </p> <p>the page of our web open Let in the web browser. </p> <figure class = ’wp- the picture block-"> <img src =" https://lh6.googleusercontent.com/anZ4ckRYEF5OaualeffjXeLSKVdoZPV32w1Nl8cpU-YEy5nQeJ0KGFVR1DRUUwylZjjqemanwOj5z7NlgdEQ_qdcgAYzjdRMP9gFpr7tv4llZiOidmnmavbFUMa2ljCLqw "alt =" AnZ4ckRYEF5OaualeffjXeLSKVdoZPV32w1Nl8cpU YEy5nQeJ0KGFVR1DRUUwylZjjqemanwOj5z7NlgdEQ QdcgAYzjdRMP9gFpr7tv4llZiOidmnmavbFUMa2ljCLqw "> </ figure>  <p>our webpage cannot display the time. If we look at the JavaScript console, we can see an error: </p>  <p>This is another representation of the "cannot set ’innerHTML’ property to null". It tells us that the element we are trying to set the value of innerHTML to is zero. </p> <h2> The solution</h2><p>Since the value of <code>SHOW_TIME</code> is zero, we can deduce that JavaScript could not correctly retrieve the element whose ID is <code>SHOW_TIME</code>. </p> <p>In this case, the cause is that we entered our <code><; script></code> too early in our schedule . Our <code> ... </pre> </div> <p>We have moved our <code> </div> <h2> Conclusion</h2><p>The error "Uncaught TypeError: Unable to set property ’innerHTML’ null" The error is caused when trying to set an innerHTML value for a element whose value is equal to zero.</p> <p>To correct this error, make sure your <code><script></code> comes after the element you want to select in your script. If this does not resolve the problem, be sure to select a valid item in your program. </p>
    <p>
        👻 <em>Read also: what is the best <a href="/best-laptop-for-engineering-student/">laptop for engineering students</a>?</em>
    </p>
    
<p>We hope this article has helped you to resolve the problem. Apart from Setproperty Javascript, check other <a href="http://python.engineering/cat/wiki/code/">code Python module</a>-related topics.</p>

<p>Want to excel in Python? See our review of the <a href="https://python.engineering/best-python-online-courses-for-2022/">best Python online courses</a> 2023. If you are interested in Data Science, check also how to <a href="https://python.engineering/learn-programming-in-r-courses/">learn programming in R</a>.</p>

<p>By the way, this material is also available in other languages:</p>

<ul><li><a href="/it_it-javascript-cannot-set-property-innerhtml-of-null">Italiano Setproperty Javascript</a></li><li><a href="/de_de-javascript-cannot-set-property-innerhtml-of-null">Deutsch Setproperty Javascript</a></li><li><a href="/fr_fr-javascript-cannot-set-property-innerhtml-of-null">Français Setproperty Javascript</a></li><li><a href="/es_sp-javascript-cannot-set-property-innerhtml-of-null">Español Setproperty Javascript</a></li><li><a href="/tr_tr-javascript-cannot-set-property-innerhtml-of-null">Türk Setproperty Javascript</a></li><li><a href="/ru_ru-javascript-cannot-set-property-innerhtml-of-null">Русский Setproperty Javascript</a></li><li><a href="/pt_pt-javascript-cannot-set-property-innerhtml-of-null">Português Setproperty Javascript</a></li><li><a href="/pl_pl-javascript-cannot-set-property-innerhtml-of-null">Polski Setproperty Javascript</a></li><li><a href="/nl_nl-javascript-cannot-set-property-innerhtml-of-null">Nederlandse Setproperty Javascript</a></li><li><a href="/zh_cn-javascript-cannot-set-property-innerhtml-of-null">中文 Setproperty Javascript</a></li><li><a href="/ko_kr-javascript-cannot-set-property-innerhtml-of-null">한국어 Setproperty Javascript</a></li><li><a href="/ja_jp-javascript-cannot-set-property-innerhtml-of-null">日本語 Setproperty Javascript</a></li><li><a href="/hi_in-javascript-cannot-set-property-innerhtml-of-null">हिन्दी Setproperty Javascript</a></li>
    </ul>
    <br>
    <br>
    
        <div class="answer">
            <div class="answer__stars">Ken Robinson</div>
            <div class="answer__inner">
                <p class="answer__title">Tallinn | 2023-03-21</p>
                <div class="answer__content">
                    <p>Thanks for explaining! I was stuck with Setproperty Javascript for some hours, finally got it done 🤗. Checked yesterday, it works!</p>
                </div>
            </div>
        </div>
        
        <div class="answer">
            <div class="answer__stars">Xu Lehnman</div>
            <div class="answer__inner">
                <p class="answer__title">Milan | 2023-03-21</p>
                <div class="answer__content">
                    <p>Maybe there are another answers? What Setproperty Javascript exactly means?. Checked yesterday, it works!</p>
                </div>
            </div>
        </div>
        
        <div class="answer">
            <div class="answer__stars">Marie Emmerson</div>
            <div class="answer__inner">
                <p class="answer__title">London | 2023-03-21</p>
                <div class="answer__content">
                    <p>I was preparing for my coding interview, thanks for clarifying this - Setproperty Javascript in Python is not the simplest one. Will use it in my bachelor thesis</p>
                </div>
            </div>
        </div>
        



                   </div>
                </div>
                <div class="article__right">
                    <div class="hub_ad">
                        <div id="ezoic-pub-ad-placeholder-106">
                          <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9381065361874746"
                               crossorigin="anonymous"></script>
                          <!-- PYE aside NEW -->
                          <ins class="adsbygoogle"
                               style="display:block"
                               data-ad-client="ca-pub-9381065361874746"
                               data-ad-slot="8755532771"
                               data-ad-format="auto"
                               data-full-width-responsive="true"></ins>
                          <script>
                               (adsbygoogle = window.adsbygoogle || []).push({});
                          </script>  
                        </div>                   
                    </div>
                    <div class="shop-aside shop-aside--mt">
                        <h2 class="shop-aside__title">Shop</h2>
                        <div class="shop__items shop__items--column">
                             	
                            <div class="shop__item"><a class="shop__item-link" href="http://python.engineering/learn-programming-in-r-courses/"></a><img class="shop__item-img" src="http://python.engineering/wp-content/uploads/2022/08/r-programming.jpeg" alt="Gifts for programmers" width="220px">
                                <p class="shop__item-name">Learn programming in R: courses</p><span class="shop__item-price">$FREE</span>
                            </div>
                             	
                            <div class="shop__item"><a class="shop__item-link" href="http://python.engineering/best-python-online-courses-for-2022/"></a><img class="shop__item-img" src="http://python.engineering/wp-content/uploads/2022/08/python-online-courses.jpeg" alt="Gifts for programmers" width="220px">
                                <p class="shop__item-name">Best Python online courses for 2022</p><span class="shop__item-price">$FREE</span>
                            </div>
                             	
                            <div class="shop__item"><a class="shop__item-link" href="http://python.engineering/best-laptop-for-fortnite/"></a><img class="shop__item-img" src="http://python.engineering/wp-content/uploads/2022/06/best-laptop-for-fortnite.jpeg" alt="Gifts for programmers" width="220px">
                                <p class="shop__item-name">Best laptop for Fortnite</p><span class="shop__item-price">$399+</span>
                            </div>
                             	
                            <div class="shop__item"><a class="shop__item-link" href="http://python.engineering/best-laptop-for-excel/"></a><img class="shop__item-img" src="http://python.engineering/wp-content/uploads/2022/06/best-laptop-for-excel.jpeg" alt="Gifts for programmers" width="220px">
                                <p class="shop__item-name">Best laptop for Excel</p><span class="shop__item-price">$</span>
                            </div>
                             	
                            <div class="shop__item"><a class="shop__item-link" href="http://python.engineering/best-laptop-for-solidworks/"></a><img class="shop__item-img" src="http://python.engineering/wp-content/uploads/2022/06/best-laptop-for-solidworks.jpeg" alt="Gifts for programmers" width="220px">
                                <p class="shop__item-name">Best laptop for Solidworks</p><span class="shop__item-price">$399+</span>
                            </div>
                             	
                            <div class="shop__item"><a class="shop__item-link" href="http://python.engineering/best-laptop-for-roblox/"></a><img class="shop__item-img" src="http://python.engineering/wp-content/uploads/2022/06/best-laptop-for-roblox.jpeg" alt="Gifts for programmers" width="220px">
                                <p class="shop__item-name">Best laptop for Roblox</p><span class="shop__item-price">$399+</span>
                            </div>
                             	
                            <div class="shop__item"><a class="shop__item-link" href="http://python.engineering/best-computer-for-crypto-mining/"></a><img class="shop__item-img" src="http://python.engineering/wp-content/uploads/2022/06/best-laptop-for-mining.jpeg" alt="Gifts for programmers" width="220px">
                                <p class="shop__item-name">Best computer for crypto mining</p><span class="shop__item-price">$499+</span>
                            </div>
                             	
                            <div class="shop__item"><a class="shop__item-link" href="http://python.engineering/best-laptop-for-sims-4/"></a><img class="shop__item-img" src="http://python.engineering/wp-content/uploads/2022/04/pye-best-laptop-for-sims-4-1.jpg" alt="Gifts for programmers" width="220px">
                                <p class="shop__item-name">Best laptop for Sims 4</p><span class="shop__item-price">$</span>
                            </div>
                            
                        </div>
                    </div>

                    <div class="hub_ad">
                        <div id="ezoic-pub-ad-placeholder-106" style="position:sticky; position:-webkit-sticky; top:0; margin-top:10px; z-index: 1000">
                          <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9381065361874746"
                               crossorigin="anonymous"></script>
                          <!-- PYE aside NEW -->
                          <ins class="adsbygoogle"
                               style="display:block"
                               data-ad-client="ca-pub-9381065361874746"
                               data-ad-slot="8755532771"
                               data-ad-format="auto"
                               data-full-width-responsive="true"></ins>
                          <script>
                               (adsbygoogle = window.adsbygoogle || []).push({});
                          </script>  
                        </div>                   
                    </div>


                    <div class="l-questions l-questions--mt">
                        <p class="l-questions__title">Latest questions</p>
                        <div class="l-questions__list">
                       
                        <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/16150819-common-xlabel_ylabel-for-matplotlib-subplots/"></a>
                            <div class="l-questions__item-tags"><span class="l-questions__item-tag violet">Python</span><span class="l-questions__item-tag yellow">StackOverflow</span></div>
                            <p class="l-questions__item-title">Common xlabel/ylabel for matplotlib subplots</p>
                            <p class="l-questions__item-answers"><span>1947</span> answers</p>
                        </div>
                       
                        <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-check-if-one-list-is-subset-of-other/"></a>
                            <div class="l-questions__item-tags"><span class="l-questions__item-tag violet">Python</span><span class="l-questions__item-tag yellow">StackOverflow</span></div>
                            <p class="l-questions__item-title">Check if one list is a subset of another in Python</p>
                            <p class="l-questions__item-answers"><span>1173</span> answers</p>
                        </div>
                       
                        <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/33945261-how-to-specify-multiple-return-types-using-type-hints/"></a>
                            <div class="l-questions__item-tags"><span class="l-questions__item-tag violet">Python</span><span class="l-questions__item-tag yellow">StackOverflow</span></div>
                            <p class="l-questions__item-title">How to specify multiple return types using type-hints</p>
                            <p class="l-questions__item-answers"><span>1002</span> answers</p>
                        </div>
                       
                        <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/printing-words-vertically/"></a>
                            <div class="l-questions__item-tags"><span class="l-questions__item-tag violet">Python</span><span class="l-questions__item-tag yellow">StackOverflow</span></div>
                            <p class="l-questions__item-title">Printing words vertically in Python</p>
                            <p class="l-questions__item-answers"><span>909</span> answers</p>
                        </div>
                       
                        <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-extract-words-from-given-string/"></a>
                            <div class="l-questions__item-tags"><span class="l-questions__item-tag violet">Python</span><span class="l-questions__item-tag yellow">StackOverflow</span></div>
                            <p class="l-questions__item-title">Python Extract words from a given string</p>
                            <p class="l-questions__item-answers"><span>798</span> answers</p>
                        </div>
                       
                        <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/24791987-why-do-i-get-pickle-eoferror-ran-out-of-input-reading-an-empty-file/"></a>
                            <div class="l-questions__item-tags"><span class="l-questions__item-tag violet">Python</span><span class="l-questions__item-tag yellow">StackOverflow</span></div>
                            <p class="l-questions__item-title">Why do I get "Pickle - EOFError: Ran out of input" reading an empty file?</p>
                            <p class="l-questions__item-answers"><span>606</span> answers</p>
                        </div>
                       
                        <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-os-path-join-method/"></a>
                            <div class="l-questions__item-tags"><span class="l-questions__item-tag violet">Python</span><span class="l-questions__item-tag yellow">StackOverflow</span></div>
                            <p class="l-questions__item-title">Python os.path.join () method</p>
                            <p class="l-questions__item-answers"><span>384</span> answers</p>
                        </div>
                       
                        <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/48153886-flake8-ignore-specific-warning-for-entire-file/"></a>
                            <div class="l-questions__item-tags"><span class="l-questions__item-tag violet">Python</span><span class="l-questions__item-tag yellow">StackOverflow</span></div>
                            <p class="l-questions__item-title">Flake8: Ignore specific warning for entire file</p>
                            <p class="l-questions__item-answers"><span>360</span> answers</p>
                        </div>
                        
                        </div>
                        <div class="l-questions__more-link"><a href="/cat/wiki/so/">All questions</a></div>
                    </div>
                    <div class="hub_ad">
                        <div id="ezoic-pub-ad-placeholder-106" style="position:sticky; position:-webkit-sticky; top:0; margin-top:10px; z-index: 1000">
                          <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9381065361874746"
                               crossorigin="anonymous"></script>
                          <!-- PYE aside NEW -->
                          <ins class="adsbygoogle"
                               style="display:block"
                               data-ad-client="ca-pub-9381065361874746"
                               data-ad-slot="8755532771"
                               data-ad-format="auto"
                               data-full-width-responsive="true"></ins>
                          <script>
                               (adsbygoogle = window.adsbygoogle || []).push({});
                          </script>  
                        </div>                   
                    </div>                    
                </div>
            </div>
        </div>
    </div>



<!-- news -->
    <div class="news">
        <div class="container">
            <h2 class="news__title h2">News</h2>
            <div class="news__items">

   
            <!--
            <a class="news__item" href="http://python.engineering/several-rtx-3080-ti-graphics-cards-failed-while-testing-diablo-iv/" style="background-image: url('http://python.engineering/wp-content/uploads/2023/03/pye-rtx-21-03-2023.jpeg')">
            -->
            <a class="news__item" href="http://python.engineering/several-rtx-3080-ti-graphics-cards-failed-while-testing-diablo-iv/" style="background-color: #243978;">
                <span class="news__item-overlay">
                  <span class="news__item-cat">21/03/2023</span>
                  <span class="news__item-title">Several RTX 3080 Ti graphics cards failed while testing Diablo IV</span>
                </span>
            </a>
   
            <!--
            <a class="news__item" href="http://python.engineering/the-creators-of-south-park-have-enlisted-the-help-of-chatgpt-their-own-startup-is-already-developing-deepfake-technology/" style="background-image: url('http://python.engineering/wp-content/uploads/2023/03/pye-southpark-21-03-2023.jpeg')">
            -->
            <a class="news__item" href="http://python.engineering/the-creators-of-south-park-have-enlisted-the-help-of-chatgpt-their-own-startup-is-already-developing-deepfake-technology/" style="background-color: #243978;">
                <span class="news__item-overlay">
                  <span class="news__item-cat">21/03/2023</span>
                  <span class="news__item-title">The creators of South Park have enlisted the help of ChatGPT. Their own startup is already developing deepfake technology</span>
                </span>
            </a>
   
            <!--
            <a class="news__item" href="http://python.engineering/expert-reveals-that-microsoft-is-testing-a-cryptocurrency-and-nft-wallet-in-edge-browser/" style="background-image: url('http://python.engineering/wp-content/uploads/2023/03/pye-microsoft-18-03-2023.jpeg')">
            -->
            <a class="news__item" href="http://python.engineering/expert-reveals-that-microsoft-is-testing-a-cryptocurrency-and-nft-wallet-in-edge-browser/" style="background-color: #243978;">
                <span class="news__item-overlay">
                  <span class="news__item-cat">19/03/2023</span>
                  <span class="news__item-title">Expert reveals that Microsoft is testing a cryptocurrency and NFT wallet in Edge browser</span>
                </span>
            </a>
              
            </div>
        </div>
    </div>
<!-- /new -->

<br>

<!-- wiki -->
    <div class="wiki">
        <div class="container">
            <h2 class="wiki__title h2">Wiki</h2>
            <div class="wiki-grid">
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-how-to-copy-data-from-one-excel-sheet-to-another/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">Python functions</span></a>
                    </div>
                    <p class="l-questions__item-title">Python | How to copy data from one Excel sheet to another</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/16150819-common-xlabel_ylabel-for-matplotlib-subplots/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">__main__ Python module</span></a>
                    </div>
                    <p class="l-questions__item-title">Common xlabel/ylabel for matplotlib subplots</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-check-if-one-list-is-subset-of-other/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">ast Python module</span></a>
                    </div>
                    <p class="l-questions__item-title">Check if one list is a subset of another in Python</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/33945261-how-to-specify-multiple-return-types-using-type-hints/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">code Python module</span></a>
                    </div>
                    <p class="l-questions__item-title">How to specify multiple return types using type-hints</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/printing-words-vertically/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">__main__ Python module</span></a>
                    </div>
                    <p class="l-questions__item-title">Printing words vertically in Python</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-extract-words-from-given-string/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">code Python module</span></a>
                    </div>
                    <p class="l-questions__item-title">Python Extract words from a given string</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/cyclic-redundancy-check-python/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">Python functions</span></a>
                    </div>
                    <p class="l-questions__item-title">Cyclic redundancy check in Python</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/finding-mean-median-mode-in-python-without-libraries/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">Python functions</span></a>
                    </div>
                    <p class="l-questions__item-title">Finding mean, median, mode in Python without libraries</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-append-suffix-prefix-to-strings-in-list/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">ast Python module</span></a>
                    </div>
                    <p class="l-questions__item-title">Python add suffix / add prefix to strings in a list</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/24791987-why-do-i-get-pickle-eoferror-ran-out-of-input-reading-an-empty-file/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">ast Python module</span></a>
                    </div>
                    <p class="l-questions__item-title">Why do I get "Pickle - EOFError: Ran out of input" reading an empty file?</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-move-element-to-end-of-the-list/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">Python functions</span></a>
                    </div>
                    <p class="l-questions__item-title">Python - Move item to the end of the list</p>
                </div>
               
                <div class="l-questions__item"><a class="l-questions__item-link" href="http://python.engineering/python-printing-list-vertically/"></a>
                    <div class="l-questions__item-tags">
                      <a href=""><span class="l-questions__item-tag violet">Python functions</span></a>
                    </div>
                    <p class="l-questions__item-title">Python - Print list vertically</p>
                </div>
                
            </div>
        </div>
    </div>     
<!-- /wiki -->   






<!-- new footer -->
    <footer class="footer">
        <div class="container">
            <div class="footer__row">
                <div class="footer__left"><img class="footer__logo" src="/wp-content/themes/nimani/img/footer-logo.svg" alt="Python Engineering" width="125px" height="42px">
                    <p class="footer__copyright">© 2017—2023 <br> Python Engineering Hub</p>

                    <p class="footer__desc">
<a href="/cat/wiki/" class="footer__nav-link">EN</a> | <a href="/cat/es_sp/" class="footer__nav-link">ES</a> | <a href="/cat/de_de/" class="footer__nav-link">DE</a> | <a href="/cat/fr_fr/" class="footer__nav-link">FR</a> | <a href="/cat/it_it/" class="footer__nav-link">IT</a> | <a href="/cat/ru_ru/" class="footer__nav-link">RU</a> | <a href="/cat/tr_tr/" class="footer__nav-link">TR</a> | <a href="/cat/pl_pl/" class="footer__nav-link">PL</a> | <a href="/cat/pt_pt/" class="footer__nav-link">PT</a> | <a href="/cat/ja_jp/" class="footer__nav-link">JP</a> | <a href="/cat/ko_kr/" class="footer__nav-link">KR</a> | <a href="/cat/zh_cn/" class="footer__nav-link">CN</a> | <a href="/cat/hi_in/" class="footer__nav-link">HI</a> | <a href="/cat/nl_nl/" class="footer__nav-link">NL</a>
                    </p>   
                    <br>                    
                    <p class="footer__desc">
                    Python.Engineering is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com
                    </p>

                </div>
                <div class="footer__nav-col">
                    <p class="footer__nav-title">Python</p>
                    <ul class="footer__nav-list">
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/loops/">Loops</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/counters/">Counters</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/numpy/">NumPy</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/nlp/">NLP</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/regex/">Regular Expressions</a></li>
                    </ul>
                </div>
                <div class="footer__nav-col">
                    <p class="footer__nav-title">Wiki</p>
                    <ul class="footer__nav-list">
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/news/">Tech news</a></li>                        
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/wiki/">Python Wiki</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/wiki/so/">StackOverflow</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/php/">PHP</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/javascript/">JavaScript</a></li>
                    </ul>
                </div>
                <div class="footer__nav-col">
                    <p class="footer__nav-title">Books</p>
                    <ul class="footer__nav-list">
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/books/">All books</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/computations/">Computations</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/development/">Development</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/cryptography/">Cryptography</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/beginners/">For dummies</a></li>
                        <li class="footer__nav-item"><a class="footer__nav-link" href="/cat/bigdata/">Big Data</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </footer>
    <script src="https://code.jquery.com/jquery-3.5.0.min.js"></script>
    <script src="/wp-content/themes/nimani/js/libs.js"></script>
    <script src="/wp-content/themes/nimani/js/index.js"></script>
    <script src="/wp-content/themes/nimani/js/vendor/lazysizes.min.js" async></script>
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q022WLXW4X" async></script>
    <script async src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js?autoload=true&skin=desert&lang=python"></script>
    <script type="text/javascript">
        document.addEventListener("DOMContentLoaded", () => {
            let arrayCode = document.querySelectorAll('pre');
            arrayCode.forEach(element => {
                element.classList.add("prettyprint");
            });
        });        
    </script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-Q022WLXW4X');
    </script>


<!-- ===================== LEAVE POPUP ===================== 

    <script src="/wp-content/themes/nimani/js/ouibounce.js"></script>
    <script>
      // if you want to use the 'fire' or 'disable' fn,
      // you need to save OuiBounce to an object
      var _ouibounce = ouibounce(document.getElementById('ouibounce-modal'), {
        aggressive: true,
        timer: 0,
        delay: 1000,
        callback: function() { console.log('ouibounce fired!'); }
      });

      $('body').on('click', function() {
        $('#ouibounce-modal').hide();
      });

      $('#ouibounce-modal .modal-footer').on('click', function() {
        $('#ouibounce-modal').hide();
      });

      $('#ouibounce-modal .modal').on('click', function(e) {  e.stopPropagation();});
    </script>

    <script>
    $("#reload_form_button" ).click(function() {
        console.log("hui");
    $('#reload_form').load('/wp-content/themes/nimani/af.html');
    });
    </script>
    
 ===================== /LEAVE POPUP ===================== -->


</body>

</html>
<!-- /new footer -->