Simplified Python

  • Write for Us
  • Privacy Policy
  • Contact Us
  • About

Python Remove Duplicates From List

July 12, 2019 by Gulsanober Saba Leave a Comment

 In most of the projects, you need to write a code to check if the list has any duplicates and if it has copies, then you need to remove them and returns the new list with the unique items. So here is a Python Remove Duplicates From List tutorial for you. In this tutorial, you […]

Filed Under: Python, Python Basics Tagged With: How do I remove duplicates from a list?

Python Run Shell Command On Windows

July 11, 2019 by Gulsanober Saba Leave a Comment

Welcome to Python Run Shell Command On Windows tutorial. In this tutorial, you will learn, how to run shell command in python. So let’s move forward. Python Run Shell Command On Windows What is Shell ? In computer science shell is generally seen as a piece of software that provides an interface for a user […]

Filed Under: Python, Python Basics Tagged With: os.system python, subprocess run python script

How To Add Code To GitHub Using PyCharm

June 1, 2019 by Gulsanober Saba 2 Comments

How To Add Code To GitHub

Hey Everybody, in this post you will learn an interesting and very important topic. So welcome to How To Add Code To GitHub Using PyCharm Tutorial. After completing this post, i am pretty sure, you will be able to upload python files on GitHub. So let’s gets started. A Quick Introduction To GitHub If you want […]

Filed Under: Python Tagged With: github create repository, how to upload files to github from windows

Python Screenshot Tutorial – How To Take Screenshot Using Python

May 28, 2019 by Gulsanober Saba 2 Comments

Python Screenshot

Hey guys, taking screenshot is necessary for most of the application so in this post you will learn how to take screenshot using python. So let’s start Python Screenshot Tutorial. There are various ways to take screenshot using python. The first and most popular way is using PyAutoGUI module. You can also use pillow module for […]

Filed Under: Python, Uncategorized Tagged With: pyautogui screenshot, python screenshot multiple monitors, Python Screenshot Part Of Screen

Python Get Files In Directory Tutorial

May 22, 2019 by Gulsanober Saba Leave a Comment

Python Get Files In Directory

Welcome to Python Get Files In Directory Tutorial. In this post, you will learn how to get files in directory using python. So let’s gets started this tutorial. Python has various module such as os, os.path, shutil, pathlib etc by using which we can get files in directory. We will see how to work with […]

Filed Under: Python, Python Basics Tagged With: python find list of files, python list all files in directory and subdirectories, python list directories

Python Download File Tutorial – How To Download File From Internet Using Python

May 16, 2019 by Gulsanober Saba 2 Comments

Python Download File

Hello guys, in this tutorial i am going to show you how you can download file from internet. You will also learn to download different types of files such as PDF, HTML, ZIP etc. You will also learn to create a file downloader with a nice progress bar for your terminal using python. So let’s […]

Filed Under: Python, Uncategorized Tagged With: python 3 download file, python download file requests, python download pdf from url

How To Extract Text From Image In Python using Pytesseract

May 13, 2019 by Gulsanober Saba 1 Comment

How To Extract Text From Image In Python

Hey everyone, welcome to How To Extract Text From Image In Python tutorial. In this tutorial, you will learn how you can extract text from a image using python. Extracting text from an image can be done with image processing. So let’s see how to do that. What Is OCR(Optical Character Recognition) ? Introduction It is a […]

Filed Under: Python, Python Basics, Uncategorized Tagged With: code to extract text from image, how to extract text from image using python in windows, text extraction in python

A-Star Algorithm Python Tutorial – An Introduction To A* Algorithm In Python

May 9, 2019 by Gulsanober Saba 1 Comment

A*-Algorithm-Python-Tutorial

Hey Everyone, if you are facing any difficulties to implement  A* algorithm in python, then you came at right place. A-Star Algorithm Python Tutorial will help you to understand A* algorithm easily and in a better way. So let’s gets started. A-Star Algorithm Python Tutorial – Basic Introduction Of A* Algorithm What Is A* Algorithm […]

Filed Under: Python, Python Basics, Uncategorized Tagged With: a* algorithm python example, a* algorithm python program, a* search algorithm python

Python Zip File Example – Working With Zip Files In Python

May 2, 2019 by Gulsanober Saba 1 Comment

Python Zip File Example

Hey Everyone, welcome to Python Zip File Example Tutorial. In this tutorial you will learn what is zip file, why we use them, how to create a zip file, how to write files to a zip file and many more. Python Zip File Example – An Introduction To Zip Files What Is Zip File ? A […]

Filed Under: Python, Python Basics Tagged With: python zipfile compression, python zipfile password, zipfile python 3

Python MongoDB Connection – An Introduction To MongoDB With Python

April 26, 2019 by Gulsanober Saba 1 Comment

Hey everyone, in this post we will discuss about a very important topic. So welcome to the Python MongoDB Connection Tutorial. In this tutorial i will show you how  can you use MongoDB database using python and you will also learn what is MongoDB, why we use it, downloading and installing, basic CRUD operation and everything […]

Filed Under: Python Tagged With: How does Python connect to MongoDB?, How use MongoDB with Python?, python mongodb project

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 9
  • Next Page »

Popular Tutorials

  • 6 Best Python IDEs for Windows to Make You More Productive
  • Python GUI Login – Graphical Registration And…
  • Speech Recognition Python – Converting Speech to Text
  • Django ModelForm Example to Save into Database
  • Django Templates Tutorial – Creating A Simple Template
  • Python MySQL Tutorial : Using MySQL Database with Python
  • Django File Upload using FileField Tutorial
  • Python Django Tutorial for Beginners – Getting Started
  • Python Calculator – Create A Simple GUI…
  • Django Forms Tutorial – Working with Forms in Django




Copyright © 2017· Simplified Python· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·