Open in app
Home
Notifications
Lists
Stories

Write
Ajinkya Sonawane
Ajinkya Sonawane

Home
About

Published in Daily Python

·Feb 16, 2020

Solving Sudoku Puzzle using Backtracking in Python | Daily Python #29

This article is a tutorial on solving a sudoku puzzle using Backtracking algorithm in Python This article is a part of Daily Python challenge that I have taken up for myself. I will be writing short python articles daily. There are no additional requirements for this article. What exactly is a Sudoku Puzzle? According to Wikipedia…

Python

3 min read

Solving Sudoku Puzzle using Backtracking in Python | Daily Python #29
Solving Sudoku Puzzle using Backtracking in Python | Daily Python #29

Published in Daily Python

·Feb 13, 2020

Python script to merge PDF Files | Daily Python #28

This article is a tutorial on how to merge PDF files using Python. This article is a part of Daily Python challenge that I have taken up for myself. I will be writing short python articles daily. Requirements: Python 3.0 Pip Install the following packages: PyPDF2 — PDF toolkit based on Python pip install PyPDF2 Let’s import the required modules …

Python

3 min read

Python script to merge PDF Files | Daily Python #28
Python script to merge PDF Files | Daily Python #28

Published in Daily Python

·Feb 12, 2020

Implementing Fibonacci Search algorithm in Python| Daily Python #27

This article is a tutorial on implementing the Fibonacci Search algorithm in Python and is in continuation with Daily Python #21 This article is a part of Daily Python challenge that I have taken up for myself. I will be writing short python articles daily. There are no additional requirements…

Python

3 min read

Implementing Fibonacci Search algorithm in Python | Daily Python #27
Implementing Fibonacci Search algorithm in Python | Daily Python #27

Feb 11, 2020

Python script that tweets for you| Daily Python #26

This article is a tutorial to build a bot that tweets inspirational quotes every minute using Python. This article is a part of Daily Python challenge that I have taken up for myself. I will be writing short python articles daily. Requirements: Python 3.0 Pip Install the following packages: tweepy — Library that provides easy…

Python

3 min read

Building a Python Bot that tweets inspirational quotes | Daily Python #26
Building a Python Bot that tweets inspirational quotes | Daily Python #26

Published in Daily Python

·Feb 10, 2020

Python script to search flights using Goibibo API | Daily Python #25

This article is a tutorial on how to search for flights by consuming the Goibibo API in Python. Requirements: Python 3.0 Pip Install the following packages: requests — Library to making HTTP requests. pprint — PrettyPrinter: pip install requests pprint First, let’s sign up on the Goibibo’s API portal

Python

2 min read

Python script to search flights using Goibibo API | Daily Python #25
Python script to search flights using Goibibo API | Daily Python #25

Published in Daily Python

·Jan 30, 2020

Interesting Python modules for Beginners | Daily Python #24

This article lists a few interesting modules to play around whilst learning Python. This article is a part of Daily Python challenge that I have taken up for myself. I will be writing short python articles daily. Requirements: Python 3.0 Pip Install the following packages: pyperclip — Library to handle clipboard content emoji — Library…

Python

4 min read

Interesting Python modules for Beginners | Daily Python #24
Interesting Python modules for Beginners | Daily Python #24

Published in Daily Python

·Jan 29, 2020

Simple Decision Tree Classifier using Python | Daily Python #23

This article is a tutorial on how to implement a decision tree classifier using Python. This article is a part of Daily Python challenge that I have taken up for myself. I will be writing short python articles daily. Requirements: Python 3.0 Pip Install the following packages: pandas — BSD-licensed library providing high-performance, easy-to-use data…

Python

6 min read

Simple Decision Tree Classifier using Python | Daily Python #23
Simple Decision Tree Classifier using Python | Daily Python #23

Published in Daily Python

·Jan 28, 2020

Python script to block Websites !!! | Daily Python #22

This article is a tutorial on how to block websites in a given time frame. This article is a part of Daily Python challenge that I have taken up for myself. I will be writing short python articles daily. Requirements: Python 3.0 Pip First, let’s find the hosts file stored by the operating system

Python

3 min read

Python script to block Websites !!! | Daily Python #22
Python script to block Websites !!! | Daily Python #22

Published in Daily Python

·Jan 27, 2020

Implementing basic searching algorithms in Python — Part 1 | Daily Python #21

This article is a tutorial on implementing basic searching algorithms in Python. This article is a part of Daily Python challenge that I have taken up for myself. I will be writing short python articles daily. There are no additional requirements for this article. Searching Algorithms Search algorithms form an important part…

Python

5 min read

Implementing basic searching algorithms in Python — Part 1 | Daily Python #21
Implementing basic searching algorithms in Python — Part 1 | Daily Python #21

Published in Daily Python

·Jan 26, 2020

Introduction to Pygame Basics — Part 1 | Daily Python #20

This article is an introduction to the Pygame module basics — Image load, movement, and key presses. Requirements: Python 3.0 Pip Install the following packages: pygame — Library for making multimedia applications like games pip install pygame What is Pygame? is a Free and Open Source python programming language library for making multimedia applications like games built on…

Python

4 min read

Introduction to Pygame Basics — Part 1 | Daily Python #20
Introduction to Pygame Basics — Part 1 | Daily Python #20
Ajinkya Sonawane

Ajinkya Sonawane

Yet Another Developer Developer!

Following
  • Deven Joshi

    Deven Joshi

  • Sidharth Purohit

    Sidharth Purohit

  • Alaina Kafkes

    Alaina Kafkes

  • NYU Local

    NYU Local

  • Findustry Insights

    Findustry Insights

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable