Papa Programmer
Categories
  • Cheat Sheet
  • Computer
  • Computer Hacks
  • Earn Money
  • JavaScript
  • Machine Learning
  • Mobile & Laptop
  • Python
  • Python Script
  • Tkinter Tutorials
  • Website
Pages
  • About Us
  • Contact Us
  • Download Data Set
Papa Programmer

Python and Computer hacks

Papa Programmer

40 posts
Self Made Programmer
== vs === in javascript
  • JavaScript

    == vs === in JavaScript #6

    • Papa Programmer
    • 9 January 2021
    == and === are quite different but do you know how they are different from each other? == (Double equals operator): Known as the equality or abstract comparison operator === (Triple equals operator): Known…
    View Post
    If-else in JavaScript
    • JavaScript

      If-else in JavaScript #5

      • Papa Programmer
      • 9 January 2021
      If-else in JavaScript also knows as conditional statements. Which are used to perform different actions based on different conditions. There are 3 types of conditional statements in JavaScript. if else…
      View Post
      Operators in JavaScript
      • JavaScript

        Operators in JavaScript #4

        • Papa Programmer
        • 8 January 2021
        Do you know what are the operators in JavaScript? Operators are symbols that perform certain operations on one or more variables or values. Mainly there are six types of operators…
        View Post
        Var Let and Const in JavaScript
        • JavaScript

          Var Let and Const in JavaScript #3

          • Papa Programmer
          • 7 January 2021
          let and const are introduced in ES6 so they are modern Javascript. var is an old way of declaring variables. So in this blog you’ll how and where to use…
          View Post
          What are variable in javascript
          • JavaScript

            What are Variables in JavaScript?

            • Papa Programmer
            • 6 January 2021
            I’m damn sure you have heard the word variable while getting started in any programming language but do you know what are variables in javascript? Variable: Variables are just like…
            View Post
            Getting Started With JavaScript In Visual Studio Code
            • JavaScript

              Getting Started With JavaScript In Visual Studio Code

              • Papa Programmer
              • 4 January 2021
              In this quick tutorial, we’ll be getting started with JavaScript In visual Studio code. So get started as quickly as possible. The first thing you need to write a javascript…
              View Post
              How to Create API in Python using Flask
              • Python

                How to Create API in Python using Flask

                • Papa Programmer
                • 20 December 2020
                There are many powerful frameworks to create an API like Django and Flask. in this tutorial I’ll show you How to Create API in Python using Flask. Before creating an…
                View Post
                Data Encryption Using Python
                • Python Script

                  How to Encrypt and Decrypt Data Using Python

                  • Papa Programmer
                  • 22 October 2020
                  Data Encryption is the process through which data is encoded so that it remains hidden from or inaccessible to unauthorized users. In this tutorial, I’ll show you how to How to Encrypt and…
                  View Post
                  Wikipedia GUI using python
                  • Python Script

                    How to Get Wikipedia Results Using Python (GUI)

                    • Papa Programmer
                    • 18 October 2020
                    In this tutorial I’ll show you how to get Wikipedia results using python. This will be a GUI. To get results from wikipedia using python we need to use one…
                    View Post
                    Number Guessing Game Using Python
                    • Python Script

                      Number Guessing Game Using Python

                      • Papa Programmer
                      • 17 October 2020
                      In this tutorial I’ll show you how to make a simple number guessing game using python. Again we will use random module to generate random number. To make this game…
                      View Post

                      Posts navigation

                      1 2 … 4 Next
                      Recent Posts
                      • == vs === in JavaScript #6
                      • If-else in JavaScript #5
                      • Operators in JavaScript #4
                      • Var Let and Const in JavaScript #3
                      • What are Variables in JavaScript?
                      Recent Comments
                      • Papa Programmer on Loops In Python
                      • Papa Programmer on Loops In Python
                      • Emile Tatsch on Loops In Python
                      • Candi Sarabando on Loops In Python
                      • Papa Programmer on Loops In Python
                      == vs === in javascript
                      • JavaScript

                        == vs === in JavaScript #6

                        • 9 January 2021
                        If-else in JavaScript
                        • JavaScript

                          If-else in JavaScript #5

                          • 9 January 2021
                          Operators in JavaScript
                          • JavaScript

                            Operators in JavaScript #4

                            • 8 January 2021
                            Var Let and Const in JavaScript
                            • JavaScript

                              Var Let and Const in JavaScript #3

                              • 7 January 2021
                              Papa Programmer