<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: JesterRexx-ux</title>
    <description>The latest articles on DEV Community by JesterRexx-ux (@jesterrexxux).</description>
    <link>https://dev.to/jesterrexxux</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F409078%2Fd21f7294-2430-4ee9-a925-288ed0507b9e.png</url>
      <title>DEV Community: JesterRexx-ux</title>
      <link>https://dev.to/jesterrexxux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jesterrexxux"/>
    <language>en</language>
    <item>
      <title>Login Tkinter</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Sun, 04 Oct 2020 05:20:48 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/login-tkinter-7dm</link>
      <guid>https://dev.to/jesterrexxux/login-tkinter-7dm</guid>
      <description>&lt;p&gt;Imagine there's a program in which you put your username and password and on pressing enter you get logged in.....I am stucked on the problem where I can't open a new window when pressing enter after putting in my info!&lt;br&gt;
Can anyone help me with this???&lt;br&gt;
Like I wanna get logged in if the user input info matches that in database!!&lt;br&gt;
Share code, link, anything that can help!!!!&lt;/p&gt;

</description>
      <category>python</category>
      <category>mmongodb</category>
    </item>
    <item>
      <title>Images Dataset is not Loading!!!</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Tue, 22 Sep 2020 08:06:04 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/images-dataset-is-not-loading-37l8</link>
      <guid>https://dev.to/jesterrexxux/images-dataset-is-not-loading-37l8</guid>
      <description>&lt;p&gt;You can see the given code in the image and the error its giving. I am using ubuntu 18.04 and everytime I try to load the dataset from the image folder it shows an error. Guys if you know how to handle this plz help me. This simple problem is wasting my lot of time!!!&lt;/p&gt;

&lt;p&gt;Code:&lt;br&gt;
import numpy as np&lt;br&gt;
import matplotlib.pyplot as plt&lt;br&gt;
import os&lt;br&gt;
import cv2&lt;br&gt;
from tqdm import tqdm&lt;/p&gt;

&lt;p&gt;DATADIR = "'/home/akshat/Documents/Cats and Dogs/training_set      /training_set/IN/Dog'&lt;br&gt;
"&lt;/p&gt;

&lt;p&gt;CATEGORIES = ["Dog", "Cat"]&lt;/p&gt;

&lt;p&gt;for category in CATEGORIES:  # do dogs and cats&lt;br&gt;
    path = os.path.join(DATADIR,category)  # create path to dogs and cats&lt;br&gt;
    for img in os.listdir(path):  # iterate over each image per dogs and cats&lt;br&gt;
        img_array = cv2.imread(os.path.join(path,img) ,cv2.IMREAD_GRAYSCALE)  # convert to array&lt;br&gt;
        plt.imshow(img_array, cmap='gray')  # graph it&lt;br&gt;
        plt.show()  # display!&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    break  
break  
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Error:&lt;br&gt;
FileNotFoundError: [Errno 2] No such file or directory: '/home/akshat/Documents/Cats and Dogs/training_set/training_set/IN/Dog'&lt;/p&gt;

&lt;p&gt;OS:Ubuntu 18.04&lt;/p&gt;

&lt;p&gt;Tell me what I am doing wrong???&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>scipy</category>
    </item>
    <item>
      <title>What to do after Andrew ig's Deep Learning Spec. course????</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Fri, 18 Sep 2020 21:11:54 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/what-to-do-after-andrew-ig-s-deep-learning-spec-course-8lc</link>
      <guid>https://dev.to/jesterrexxux/what-to-do-after-andrew-ig-s-deep-learning-spec-course-8lc</guid>
      <description>

</description>
      <category>python</category>
      <category>deeplearning</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>MongoDB and Python TKinter integration!!</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Fri, 04 Sep 2020 18:59:27 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/mongodb-and-python-tkinter-integration-4j6p</link>
      <guid>https://dev.to/jesterrexxux/mongodb-and-python-tkinter-integration-4j6p</guid>
      <description>&lt;p&gt;Can anyone linked me with the resource of how I can save data from my tkinter GUI to mongoDB database.&lt;br&gt;
For example things I am entering in my entry widget getting save into the database!!!&lt;/p&gt;

</description>
      <category>python</category>
      <category>tkinter</category>
      <category>mongodb</category>
    </item>
    <item>
      <title>MongoDB Python</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Sat, 15 Aug 2020 19:16:12 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/mongodb-python-53fh</link>
      <guid>https://dev.to/jesterrexxux/mongodb-python-53fh</guid>
      <description>&lt;p&gt;Suggest me some ways links,video, files to learn mongodb through python in a sequential and effective way!!!!!!!!&lt;/p&gt;

</description>
      <category>mongodb</category>
      <category>python</category>
    </item>
    <item>
      <title>Django vs Tkinter</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Mon, 27 Jul 2020 07:56:36 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/django-vs-tkinter-1l4e</link>
      <guid>https://dev.to/jesterrexxux/django-vs-tkinter-1l4e</guid>
      <description>&lt;p&gt;See I know this is just an silly header but I wanna know on what I should focus more....this is in python.......on creating a web application with django or using Tkinter to create a desktop application??????&lt;/p&gt;

&lt;p&gt;Enlighten me guys!!!&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
    </item>
    <item>
      <title>Linux Ubuntu 18.04 emergency!!!!</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Fri, 24 Jul 2020 23:10:01 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/linux-ubuntu-18-04-emergency-2l4j</link>
      <guid>https://dev.to/jesterrexxux/linux-ubuntu-18-04-emergency-2l4j</guid>
      <description>&lt;p&gt;Do anyone know how to make MySQL work in given operating system.....it's always create problem!!!!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>Not in indian culture but i heard that getting job as a software developer or ML engineer</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Mon, 20 Jul 2020 02:37:37 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/not-in-indian-culture-but-i-heard-that-getting-job-as-a-software-developer-or-ml-engineer-2dki</link>
      <guid>https://dev.to/jesterrexxux/not-in-indian-culture-but-i-heard-that-getting-job-as-a-software-developer-or-ml-engineer-2dki</guid>
      <description>&lt;p&gt;It was 2019 when I decided to drop out from my automotive engineering stream to learn about python development and machine learning engineering skill......by having a little faith I may get job in such stream on the basis of the skill.&lt;br&gt;
I really wanna know is it possible to get job not because I wanna survive.....but actually I wanna be a part of such community and working environment!!&lt;br&gt;
If it's really possible and any of you wonderful people know about this.....please enlighten me with such process!!!&lt;/p&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>github</category>
      <category>career</category>
    </item>
    <item>
      <title>Can we build a whole website using just django?????</title>
      <dc:creator>JesterRexx-ux</dc:creator>
      <pubDate>Mon, 20 Jul 2020 01:40:47 +0000</pubDate>
      <link>https://dev.to/jesterrexxux/can-we-build-a-whole-website-using-just-django-2ka</link>
      <guid>https://dev.to/jesterrexxux/can-we-build-a-whole-website-using-just-django-2ka</guid>
      <description>&lt;p&gt;I am thinking of making a whole website but not into frontend language.........and learnd about that we can create a website in django totally!!!&lt;br&gt;
Is that true???&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
