Set transparency level using Python Imaging Library/Pillow

Image processing can be allowed using The Python Imaging Library or PIL. Unfortunately PIL's last release was in 2009 and then it stopped getting updated. Luckily there were some Python techies who came along and forked PIL and named their project as Pillow. This project Pillow is the enhanced replacement of PIL which also supports … Continue reading Set transparency level using Python Imaging Library/Pillow

Full Stack Python

Recently I've been getting multiple queries over Instagram, Facebook and mails to brief what is Full Stack Python and how do I become Full Stack Python Developer!!! So here's we are back with Introduction to Full stack Python. So geeks this post is dedicated to those people who knows Python and wants to build their career in Full Stack Python Development or people who wants to learn python and become Full Stack Developer.

Data Types: Python

Continuing with series of Python after Identifier and reserved keywords today we’re going to look into the most important topic “Data Types in Python” I’ll be briefing about all the data types even which are not used mostly but are equally important. In general Python has 14 Data Types. Since in the first tutorial itself I’ve mentioned we’ll be breaking … Continue reading Data Types: Python