<?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>Forem: Learn to Code</title>
    <description>The latest articles on Forem by Learn to Code (@learntocodez).</description>
    <link>https://forem.com/learntocodez</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%2F182729%2F98f31600-6ced-4396-8ff1-a1fd75f62add.png</url>
      <title>Forem: Learn to Code</title>
      <link>https://forem.com/learntocodez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/learntocodez"/>
    <language>en</language>
    <item>
      <title>Laravel 6 PHP Framework Tutorial - Full Course for Absolute Beginners</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Wed, 16 Oct 2019 02:27:03 +0000</pubDate>
      <link>https://forem.com/learntocodez/laravel-6-php-framework-tutorial-full-course-for-absolute-beginners-4ljl</link>
      <guid>https://forem.com/learntocodez/laravel-6-php-framework-tutorial-full-course-for-absolute-beginners-4ljl</guid>
      <description>&lt;p&gt;In this course, you will learn Larval 6 Core Functionalities, Laravel 6 CRUD and Default Authentication System.&lt;/p&gt;

&lt;p&gt;Laravel is an open-source PHP framework, which is robust and easy to understand. It follows a model-view-controller design pattern. Laravel reuses the existing components of different frameworks which helps in creating a web application. The web application thus designed is more structured and pragmatic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why We Should Learn Laravel?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Laravel is a first development life cycle and less code functionality&lt;/li&gt;
&lt;li&gt;It's easy to learn&lt;/li&gt;
&lt;li&gt;Making web applications faster&lt;/li&gt;
&lt;li&gt;Configuration error and exception handling&lt;/li&gt;
&lt;li&gt;Automation testing work.&lt;/li&gt;
&lt;li&gt;URL Routing Configuration is very high in Laravel.&lt;/li&gt;
&lt;li&gt;Scheduling tasks configuration and management&lt;/li&gt;
&lt;li&gt;It has a huge community&lt;/li&gt;
&lt;li&gt;Unlimited resource.&lt;/li&gt;
&lt;li&gt;Most importantly it's very easy to get a job if you have Laravel skills. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What you'll learn&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Laravel 6 Fundamental&lt;/li&gt;
&lt;li&gt;Laravel 6 CRUD Functions&lt;/li&gt;
&lt;li&gt;How to insert Data in Database&lt;/li&gt;
&lt;li&gt;How to Read Data From Database&lt;/li&gt;
&lt;li&gt;How to Update Data in Database&lt;/li&gt;
&lt;li&gt;How to Delete Data From the Database&lt;/li&gt;
&lt;li&gt;Laravel 6 Default Authentication System&lt;/li&gt;
&lt;li&gt;How to Set Up Reset Password Option&lt;/li&gt;
&lt;li&gt;How to Create Change Password Option&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/OLwN8hpmno0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Top 5 Machine Learning Libraries in Python</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Tue, 15 Oct 2019 08:02:06 +0000</pubDate>
      <link>https://forem.com/learntocodez/top-5-machine-learning-libraries-in-python-4d9h</link>
      <guid>https://forem.com/learntocodez/top-5-machine-learning-libraries-in-python-4d9h</guid>
      <description>&lt;p&gt;In this article, we are going to learn about the top 5 Machine Learning libraries in python that are widely used by ML experts.&lt;/p&gt;

&lt;p&gt;Welcome to Top 5 Machine Learning Libraries in Python. This is an introductory course on the process of building supervised machine learning models and then using libraries in a computer programming language called Python.&lt;/p&gt;

&lt;p&gt;What’s the top career in the world? Doctor? Lawyer? Teacher? Nope. None of those.&lt;/p&gt;

&lt;p&gt;The top career in the world is the data scientist. Great. What’s a data scientist?&lt;/p&gt;

&lt;p&gt;The area of study which involves extracting knowledge from data is called Data Science and people practicing in this field are called as Data Scientists.&lt;/p&gt;

&lt;p&gt;Business generate a huge amount of data. The data has tremendous value but there so much of it where do you begin to look for value that is actionable? That’s where the data scientist comes in. The job of the data scientist is to create predictive models that can find hidden patterns in data that will give the business a competitive advantage in their space.&lt;/p&gt;

&lt;p&gt;A machine learning engineer is a person who builds predictive models, scores them and then puts them into production so that others in the company can consume or use their model. They are usually skilled programmers that have a solid background in data mining or other data related professions and they have learned predictive modeling.&lt;/p&gt;

&lt;p&gt;In the course we are going to take a look at what machine learning engineers do. We are going to learn about the process of building supervised predictive models and build several using the most widely used programming language for machine learning. Python. There are literally hundreds of libraries we can import into Python that are machine learning related.&lt;/p&gt;

&lt;p&gt;A library is simply a group of code that lives outside the core language. We “import it” into our work space when we need to use its functionality. We can mix and match these libraries like Lego blocks.&lt;/p&gt;

&lt;p&gt;What you’ll learn&lt;/p&gt;

&lt;p&gt;You’ll receive the completely annotated Jupyter Notebook used in the course.&lt;br&gt;
You’ll be able to define and give examples of the top libraries in Python used to build real world predictive models.&lt;br&gt;
You will be able to create models with the most powerful language for machine learning there is.&lt;br&gt;
You’ll understand the supervised predictive modeling process and learn the core vernacular at a high level.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/sKjmXOYncXI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Learn Machine Learning From Beginner to Advanced</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Fri, 27 Sep 2019 06:48:19 +0000</pubDate>
      <link>https://forem.com/learntocodez/learn-machine-learning-from-beginner-to-advanced-3hbp</link>
      <guid>https://forem.com/learntocodez/learn-machine-learning-from-beginner-to-advanced-3hbp</guid>
      <description>&lt;p&gt;Learn Machine Learning like a professional! Start as a beginner and go all the way to advanced from scratch.&lt;/p&gt;

&lt;p&gt;Welcome to “Learn Machine Learning From Beginner to Advanced”. By using this comprehensive course you will learn the basics of Machine Learning, Some of the advanced topics of Machine Learning and much more. In this course i will assume that you have no prior knowledge about Machine Learning and by the end of the course you will be at advanced level. This course will guide you step by step so that you will learn basics and theory of every part.&lt;/p&gt;

&lt;p&gt;In this complete Machine Learning course you will learn:&lt;/p&gt;

&lt;p&gt;Machine Learning Basics&lt;br&gt;
Learn To Program For Machine Learning&lt;br&gt;
Visualization&lt;br&gt;
Metrics&lt;br&gt;
Classification&lt;br&gt;
Clustering&lt;br&gt;
Dimensionality Reduction&lt;br&gt;
Regression&lt;br&gt;
Natural Language Processing&lt;br&gt;
Probability&lt;br&gt;
Statistics&lt;br&gt;
Big Data and Data Science&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ioS6ji-uIxs"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Introduction to Node &amp; Express</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Thu, 26 Sep 2019 01:39:40 +0000</pubDate>
      <link>https://forem.com/learntocodez/introduction-to-node-express-pcn</link>
      <guid>https://forem.com/learntocodez/introduction-to-node-express-pcn</guid>
      <description>&lt;p&gt;Get started on your full-stack developer career by learning Node &amp;amp; Express the most popular Javascript web framework in the world&lt;/p&gt;

&lt;p&gt;Since its introduction in 2009, Node JS has exploded in popularity and is now the industry standard for JavaScript-based server systems. In conjunction with the popular web framework Express JS, Node has made it possible for full stack developers to create scalable, fast, sophisticated web apps using one primary language on both the front end and back end - JavaScript. In this intro series, we break down the basics of a Node/Express application.&lt;/p&gt;

&lt;p&gt;The 10-part series covers:&lt;/p&gt;

&lt;p&gt;Project Structure&lt;br&gt;
Static Assets&lt;br&gt;
Templating Engines&lt;br&gt;
Dynamic Requests&lt;br&gt;
Handling POST data&lt;br&gt;
Rendering Dynamic Data&lt;br&gt;
Styling and Images&lt;br&gt;
Middleware&lt;br&gt;
Deployment&lt;br&gt;
What you’ll learn&lt;/p&gt;

&lt;p&gt;Create a simple web app using Node JS, Express, Bootstrap and jQuery then deploy to a staging environment.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/81Mx1Rh_UGo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Learn Machine Learning Zero to Hero!</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Fri, 20 Sep 2019 02:58:24 +0000</pubDate>
      <link>https://forem.com/learntocodez/learn-machine-learning-zero-to-hero-32cb</link>
      <guid>https://forem.com/learntocodez/learn-machine-learning-zero-to-hero-32cb</guid>
      <description>&lt;p&gt;Intro to Machine Learning: Machine Learning represents a new paradigm in programming, where instead of programming explicit rules in a language such as Java or C++, you build a system which is trained on data to infer the rules itself. But what does ML actually look like? In part one of Learn Machine Learning Zero to Hero, AI Advocate Laurence Moroney (lmoroney@) walks through a basic Hello World example of building an ML model, introducing ideas which we'll apply in later episodes to a more interesting problem: computer vision.&lt;/p&gt;

&lt;p&gt;Try this code out for yourself in the Hello World of Machine Learning: &lt;a href="https://goo.gle/2Zp2ZF3"&gt;https://goo.gle/2Zp2ZF3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Basic Computer Vision with ML: In part two of Learn Machine Learning Zero to Hero, AI Advocate Laurence Moroney (lmoroney@) walks through basic computer vision with Machine Learning by teaching a computer how to see and recognize different objects.&lt;/p&gt;

&lt;p&gt;Beyond Hello World, a Computer Vision Example: &lt;a href="https://goo.gle/34cHkDk"&gt;https://goo.gle/34cHkDk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Introducing convolutional neural networks: In part three of Learn Machine Learning Zero to Hero, AI Advocate Laurence Moroney (lmoroney@) discusses convolutional Neural Networks and why they are so powerful in Computer vision scenarios. A convolution is a filter that passes over an image, processes it, and extracts features that show a commonality in the image. In this video you'll see how they work, by processing an image to see if you can extract features from it!&lt;/p&gt;

&lt;p&gt;Codelab: Introduction to Convolutions → &lt;a href="http://bit.ly/2lGoC5f"&gt;http://bit.ly/2lGoC5f&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Build an image classifier: In part four of Learn Machine Learning Zero to Hero, AI Advocate Laurence Moroney (lmoroney@) discusses the build of an image classifier for rock, paper, and scissors. In episode one, we showed a scenario of rock, paper, and scissors; and discussed how difficult it might be to write code to detect and classify these. As the episodes have progressed into Machine Learning, we’ve learned how to build neural networks from detecting patterns in raw pixels, to classifying them, to detecting features using convolutions. In this episode, we have put all the information from the first three parts of the series into one.&lt;/p&gt;

&lt;p&gt;Colab notebook: &lt;a href="http://bit.ly/2lXXdw5"&gt;http://bit.ly/2lXXdw5&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Rock, paper, scissors dataset: &lt;a href="http://bit.ly/2kbV92O"&gt;http://bit.ly/2kbV92O&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/yIR_bMInPGo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Rust Programming for IOT (Internet of Things)</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Thu, 19 Sep 2019 01:53:31 +0000</pubDate>
      <link>https://forem.com/learntocodez/rust-programming-for-iot-internet-of-things-33ff</link>
      <guid>https://forem.com/learntocodez/rust-programming-for-iot-internet-of-things-33ff</guid>
      <description>&lt;p&gt;Is Rust ready for the embedded world yet? If your IOT project is on ARM or MSP430, it already has native support in the Rust compiler, and AVR and RISC-V have compiler forks available. But architecture support is only the first challenge: If you're used to writing Rust for hosts that run an operating system, the paradigm shift of having to do everything yourself in the embedded world can be jarring. This talk will introduce the basic techniques for writing Rust to run Microcontrollers, and survey outstanding embedded rust projects already available in the ecosystem. &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ro-G5gu5fMk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>rust</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Testing from 0 to 100</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Wed, 10 Jul 2019 07:44:58 +0000</pubDate>
      <link>https://forem.com/learntocodez/testing-from-0-to-100-205k</link>
      <guid>https://forem.com/learntocodez/testing-from-0-to-100-205k</guid>
      <description>&lt;p&gt;Unit tests... API tests... UI tests... mocha... chai... jasmine... cucumber... enzyme...?&lt;br&gt;
Want to introduce test automation to your project, but not sure where to start and what tools to use? &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/xD3rKymw-94"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading&lt;/strong&gt; ❤&lt;br&gt;
If you liked this post, share it with all of your programming buddies!&lt;br&gt;
Follow us on &lt;strong&gt;&lt;a href="https://www.facebook.com/moriohdotcom"&gt;Facebook&lt;/a&gt;&lt;/strong&gt; | &lt;strong&gt;&lt;a href="https://twitter.com/moriohdotcom"&gt;Twitter&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Further reading
&lt;/h3&gt;

&lt;p&gt;☞ &lt;a href="https://morioh.com/p/4b2a5fc941"&gt;Top 10 Cross Browser Testing Tools in 2019&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/edf5c01ad3b2"&gt;Selenium vs Scriptless Test Automation&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/8b197bcd191"&gt;JavaScript Testing using Selenium WebDriver, Mocha and NodeJS&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Race Conditions in JavaScript Apps</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Mon, 08 Jul 2019 07:15:51 +0000</pubDate>
      <link>https://forem.com/learntocodez/race-conditions-in-javascript-apps-70d</link>
      <guid>https://forem.com/learntocodez/race-conditions-in-javascript-apps-70d</guid>
      <description>&lt;p&gt;"During an 'await' anything could happen." ... It’s easy to create race conditions in JavaScript if you’re not careful. This talk is about dealing with common kinds of race conditions based on my experience working on a real-time collaborative app.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/mErWvP09BCg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading&lt;/strong&gt; ❤&lt;br&gt;
If you liked this post, please do share/like it with all of your programming buddies! &lt;br&gt;
Follow us on &lt;strong&gt;&lt;a href="https://www.facebook.com/javascript4u/"&gt;Facebook&lt;/a&gt;&lt;/strong&gt; | &lt;strong&gt;&lt;a href="https://twitter.com/moriohdotcom"&gt;Twitter&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Further reading about JavaScript
&lt;/h3&gt;

&lt;p&gt;☞ &lt;a href="https://morioh.com/p/36a22dae8169"&gt;Best 8 Useful JavaScript Tricks in 2019&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/9677458f8a72"&gt;Top 5 JavaScript Libraries to Create an Organizational Chart&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/5b7966b645a7"&gt;WebAssembly: The Future of JS and a Multi-Language Web&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Vue.js Tutorial: Zero to Sixty</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Sat, 06 Jul 2019 07:35:36 +0000</pubDate>
      <link>https://forem.com/learntocodez/vue-js-tutorial-zero-to-sixty-11nd</link>
      <guid>https://forem.com/learntocodez/vue-js-tutorial-zero-to-sixty-11nd</guid>
      <description>&lt;p&gt;VueJS is a fantastic front-end framework to learn, in this video, we get know what VueJS, how is it different to React and Angular, and how to use it to create state of the art web apps.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/xtXuqUIIhIA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading&lt;/strong&gt; ❤&lt;br&gt;
If you liked this post, please do share/like it with all of your programming buddies! &lt;br&gt;
Follow us on &lt;strong&gt;&lt;a href="https://www.facebook.com/javascript4u/"&gt;Facebook&lt;/a&gt;&lt;/strong&gt; | &lt;strong&gt;&lt;a href="https://twitter.com/moriohdotcom"&gt;Twitter&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Further reading about Vue.js
&lt;/h3&gt;

&lt;p&gt;☞ &lt;a href="http://learnstartup.net/p/BJBa7-l-g"&gt;Vue JS 2 - The Complete Guide (incl. Vue Router &amp;amp; Vuex)&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/27254e9c10ec"&gt;Build a Basic CRUD App with Laravel and Vue&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/715b2bc28221"&gt;Build a CMS with Laravel and Vue&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vue</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Practical Machine Learning for Front End Developers</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Wed, 03 Jul 2019 06:55:56 +0000</pubDate>
      <link>https://forem.com/learntocodez/practical-machine-learning-for-front-end-developers-40p0</link>
      <guid>https://forem.com/learntocodez/practical-machine-learning-for-front-end-developers-40p0</guid>
      <description>&lt;p&gt;In this video, we will talk about the different applications, possibilities, tools and resources, as well as show a few examples and demos, so you can get started building your own experiments using machine learning in JavaScript.&lt;/p&gt;

&lt;p&gt;Machine learning can have some pretty complicated concepts to grasp if you’re not a data scientist. However, recent developments in tooling make it more and more accessible for developers and people with little or no experience. One of these advancements is the ability to now train and run machine learning algorithms and models in the browser, opening this world to front-end developers to learn and experiment. &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ruff6tO4l10"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading&lt;/strong&gt; ❤&lt;br&gt;
If you liked this post, share it with all of your programming buddies!&lt;br&gt;
Follow us on &lt;strong&gt;&lt;a href="https://www.facebook.com/MachineLearningTutorial"&gt;Facebook&lt;/a&gt;&lt;/strong&gt; | &lt;strong&gt;&lt;a href="https://twitter.com/moriohdotcom"&gt;Twitter&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Further reading
&lt;/h3&gt;

&lt;p&gt;☞ &lt;a href="http://learnstartup.net/p/SJw1YoTMg"&gt;Machine Learning A-Z™: Hands-On Python &amp;amp; R In Data Science&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/b56ae6b04ffc"&gt;A Complete Machine Learning Project Walk-Through in Python&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/e99fd80cbe35"&gt;Machine Learning: how to go from Zero to Hero&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/b58d2cc4a90a"&gt;Top 18 Machine Learning Platforms For Developers&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/fd6290a722e6/"&gt;100+ Basic Machine Learning Interview Questions and Answers&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>python</category>
    </item>
    <item>
      <title>Tkinter Python GUI Tutorial For Beginners</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Mon, 01 Jul 2019 13:41:18 +0000</pubDate>
      <link>https://forem.com/learntocodez/tkinter-python-gui-tutorial-for-beginners-28jj</link>
      <guid>https://forem.com/learntocodez/tkinter-python-gui-tutorial-for-beginners-28jj</guid>
      <description>&lt;p&gt;This video will provide the detailed demonstration on how to create GUI applications in Tkinter. &lt;br&gt;
So What is Tkinter ? Tkinter is the Python interface to the Tk GUI toolkit shipped with Python. In Python you can use the Tkinter module to create simple GUI programs. Tkinter does not always run reliably under IDLE Use IDLE’s editor to write GUI programs, but for best results run the program from the OS command line. &lt;br&gt;
Learn Tkinter In easy and simple steps.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/89a-onbToN8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading&lt;/strong&gt; ❤&lt;br&gt;
If you liked this post, share it with all of your programming buddies!&lt;br&gt;
Follow us on &lt;strong&gt;&lt;a href="https://www.facebook.com/Pythontutorial4u"&gt;Facebook&lt;/a&gt;&lt;/strong&gt; | &lt;strong&gt;&lt;a href="https://twitter.com/moriohdotcom"&gt;Twitter&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Further reading
&lt;/h3&gt;

&lt;p&gt;☞ &lt;a href="http://learnstartup.net/p/S15_M7e-l"&gt;Complete Python Bootcamp: Go from zero to hero in Python 3&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="http://learnstartup.net/p/SJw1YoTMg"&gt;Machine Learning A-Z™: Hands-On Python &amp;amp; R In Data Science&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/f3bdfe6286ee"&gt;Python Tutorial - Python GUI Programming - Python GUI Examples (Tkinter Tutorial)&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/bc60494297f6"&gt;Python Tutorial: Image processing with Python (Using OpenCV)&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/23fe926c7134"&gt;A guide to Face Detection in Python&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Test Driven Development with Angular</title>
      <dc:creator>Learn to Code</dc:creator>
      <pubDate>Mon, 01 Jul 2019 08:33:36 +0000</pubDate>
      <link>https://forem.com/learntocodez/test-driven-development-with-angular-1gh7</link>
      <guid>https://forem.com/learntocodez/test-driven-development-with-angular-1gh7</guid>
      <description>&lt;p&gt;In this video, you will learn the basics of test-driven development while building a simple Angular web application. &lt;/p&gt;

&lt;p&gt;It will provide you with the confidence to use TDD for test-heavy environments such as corporate web application development. You will know exactly where to start and will have a working example of building entire features from scratch using TDD.&lt;/p&gt;

&lt;p&gt;Throughout this course, you will build an app with a few simple features where for each feature you will write a test first, make it pass by adding code and then refactor to meet the standards. This course is perfect for developers who want to start using test-driven development and all of its benefits but struggle to write that very first failing test. &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/FDFn9ewY0Ko"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading&lt;/strong&gt; ❤&lt;br&gt;
If you liked this post, share it with all of your programming buddies!&lt;br&gt;
Follow us on &lt;strong&gt;&lt;a href="https://www.facebook.com/angular4u"&gt;Facebook&lt;/a&gt;&lt;/strong&gt; | &lt;strong&gt;&lt;a href="https://twitter.com/moriohdotcom"&gt;Twitter&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Further reading
&lt;/h3&gt;

&lt;p&gt;☞ &lt;a href="http://learnstartup.net/p/H1jE_tD3l"&gt;Angular 8 (formerly Angular 2) - The Complete Guide&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/3ab4f8d941e2"&gt;Best 50 Angular Interview Questions for Frontend Developers in 2019&lt;/a&gt;&lt;br&gt;
☞ &lt;a href="https://morioh.com/p/f1893bcb9db8"&gt;How to build a CRUD Web App with Angular 8.0&lt;/a&gt;&lt;/p&gt;

</description>
      <category>angular</category>
      <category>testing</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
