Python Tutorials and Insights

Learn about the latest trends in Python. Read tutorials, posts, and insights from top Python experts and developers for free.

GET STARTED

Python tutorials, posts, and more

Python Image Library: Convert Type and Quality of Image

Using the appropriate image file makes a big difference to your website. Learn how to convert image type and quality using Python Image Library.
Python Image Library: Convert Type and Quality of Image

Visualize News Word Cloud using Python, Flask and JQCloud

In this post you will learn to consume a RESTful API, build a word cloud using NLTK and aslo to visualize it using JQCloud library.
Visualize News Word Cloud using Python, Flask and JQCloud

An Overview of Object-Oriented Programming Using Python

Object-oriented programming breaks down tasks into objects, which uses some defined methods and data. Read and learn all the basics of object-oriented programming.
An Overview of Object-Oriented Programming Using Python

Asynchronous Programming in Python | Asyncio

Imagine that it takes 10 seconds to get data from the server. While you are waiting, the whole script is doing nothing. Asyncio allows to skip it and...
Asynchronous Programming in Python | Asyncio

Create and Deploy a Telegram Bot with Python

In this post, we’re going to build a very simple bot using Python and deploy it on Heroku server. Read about what bots are and why you might want to create them.
Create and Deploy a Telegram Bot with Python
popular writers
Python
Follow
Ben Yeh

Basic Pandas

36 followers
Follow

Downloading Files from URLs in Python

This post is about how to efficiently/correctly download files from URLs using Python. I will be using the god-send library requests for it.
Downloading Files from URLs in Python

Plyer: Platform independent compatibility layer

Plyer is an open source library to access features commonly found in various platforms via python. It provides support for Windows, MacOX, Linux, Android and iOS.
Plyer: Platform independent compatibility layer

Develop your first web scraper in Python with Beautifulsoup

In this post you will learn how to write a simple web scraper in Python by using requests and Beautifulsoup libraries.
Develop your first web scraper in Python with Beautifulsoup

HTTP Requests - The Hard Way with Netcat

All our lives we have been hitting REST APIs with libraries and utilities like curl and postman. Its time we do it the hard way with netcat, just for fun!
HTTP Requests - The Hard Way with Netcat

Building your first web app using Python/Flask

Get started with the Python micro web-framework : Flask and see how to build a simple website using it.
Building your first web app using Python/Flask

Creating Custom Template Tags In Django Application

The power of custom template tags is that you can process any data and add it to any template regardless of the view executed. You can perform QuerySets or process any data to display results in your templates.
Creating Custom Template Tags In Django Application

Mixing Flight Tickets Data with Weather Data

This post provides a detailed description of how you can use python to create a map of flight tickets data and weather data.
Mixing Flight Tickets Data with Weather Data

Some Python libraries and snippets

*There are a bunch of standard and third-party Python libraries that are useful, but rarely used by beginners and even intermediate users of Python. This post highlights a few of my favourite libraries...

Binary Search: Beyond Arrays

An introduction to solving equations — logarithmic, exponential, polynomial etc. - using binary search.
Binary Search: Beyond Arrays

Laser Cutting with Python

Wouldn't it be cool that apart from making apps, you can also produce physical things with your coding skills? This basic tutorial will show you how you can use the Python turtle library to create shapes ready for laser cutting!
Laser Cutting with Python

The Script that Saved My Sanity

If you're using a MacBook and are having trouble with your Wifi signals, this script might just help you out!
The Script that Saved My Sanity

Building Data Products with Python: A Wine Review Website using Django and Bootstrap

With this tutorial, we start a series of tutorials about how to build data products with Python. As a leitmotif we want to build a web-based wine reviews and recommendations website using Python technologies such as Django and Pandas. We have chosen to build a wine reviews and recommendations website, but the concepts and the technology stack...
Building Data Products with Python: A Wine Review Website using Django and Bootstrap

Adding Flow Control to Apache Pig using Python

So you like Pig but its cramping your style? Are you not sure what Pig is about? Are you keen to write some code to write code for you? If yes, then this is for you.
Adding Flow Control to Apache Pig using Python

Data Science with Python & R: Exploratory Data Analysis

In this article, we will take a exploratory look at the crucial steps in Python's and R's data analytics process.
Data Science with Python & R: Exploratory Data Analysis

Wishful Coding in Python: A Problem Solving Philosophy

What is a wishful code, how to write it, and what are the benefits you get? By reading this article, you'll gain a clear understanding and perhaps fall for wishful coding too!