Skip to content

Latest commit

 

History

History
223 lines (167 loc) · 20.2 KB

python-development.md

File metadata and controls

223 lines (167 loc) · 20.2 KB

drawing

We use PIL (Pillow) to create pixelated Image using Python. Firstly, resize down an image and then resize it up to get pixelated effect. Basic image operations.

Learn how to build a tip calculator with an intelligent and thoughtful way to divide payments amongst friends, no matter the number

Encryption is a way of encoding human-readable data with encrypted code that enables the use of a password to view the source and data stored.

This article addresses misconceptions and the realities of Python compilers and libraries that enable the writing of ultra-fast programs.

Best practices for a manageable, scalable, and easily understandable Python project structure

Hello guys , in this blog post I have organized 40 Python projects that you might be interested trying out ranging from webscraping to to natural language processing.

Python is awesome, it’s one of the easiest languages with simple and intuitive syntax but wait, have you ever thought that there might ways to write your python code simpler?

Deep comparison of two well-known programming languages: Node.js and Python. Learn more about their pros, cons, use cases, and other important criteria.

Many of us struggle to focus nowadays, easily distracted by Social media and some sites on the internet which dramatically affecting our productivity. In this tutorial, you will learn and build your own website blocker to block certain selected sites that distract you during working hours.

Draw some inspiration from the list of topics in this article and start writing about your experience with web development in Django.

Installing python in any point studio exploring python with mulesoft.

Given the head of a singly linked list, reverse the list, and return the reversed list.

Article to understand why does Python have a Pass statement, why it is designed? Is it just an ordinary comment block or for the grammatical completeness

Check out this post to see how you can use Python from inside a C# .NET Core application with a more modern approach than my original articles using Pythonnet.

Reducing the nesting level of code by applying a guard clause.

Reversing a list is a common requirement in any programming language. In this tutorial, we will learn the effective way to reverse a list in Python.

In this tutorial, we will learn how to check if a file or directory is empty in Python.

Reasons to use Python Protocols instead of ABC library for Python interfaces.

Usually I found myself reading more than 100 tweets per day, so I thought that using all that 'reading power' to read a book using tweets could be a good idea.

This desktop widget can allow you to tweet super quickly straight from your desktop.

A guide on how to write efficient and effective unit tests for Pandas functions using Pytest.

Testing is a method of checking individual units of source code to confirm it works optimally before shipping code to production.

Python is trending as the second most popular programming language in the world and grabbed its position edging out Java.

Using pyttsx3 to convert text to speech in Python.Female voice using pyttsx3. Text to speech in Python.

Today, I'm going to share with you guys how to automatically perform language translation in Python programming.

Here is a step-by-step guide to identify and hire a skilled Python Web Development Company for your next web project to take advantage of Python's capabilities.

You can use Python for general software development, data science and math. But to find out whether Python fits your app take a look at benefits and use cases. 

Wanna start a beginner Python project? Let's create a Password Generator Python Project which is super quick & super fun!

Like lists comprehensions and lambda functions python one line codes can save a lot of time and space so how you can master them?

In this article, we are going to explain the growing importance of developing mobile app using Python along with its popular frameworks, features & advantages.

Learn about the benefits and drawbacks of mobile development in Python, as well as why it can be a good choice for startups.

In this article, we’ll be learning what is Async IO, its components, and a basic implementation in Python to get you started.

In this post, we compare the best Python IDEs and Code Editors.

Today I’m going to share with you how to build a simple desktop application to identify and track country information from phone numbers.

Create a random password generator using Python by generating a combination of letters, numbers, and symbols as characters scrambled together

Today, we are gonna learn how to apply coding skills to cryptography, by performing image-based stenography which hiding involves secret messages in an image.

Stenography has been used for quite a while. Since World War II, it was heavily used for communication among allies so as to prevent the info being captured by enemies

Creating your wrapper for Tesseract, which is several times faster than the popular PyTesseract.

Introduction to property-based testing by way of an illustrative example.

Have you ever felt that you are not coding Python as productive as you want to be? Python avoids repetition to do more work with less code.

In this guide, we will cover everything you need to know about Python dictionaries.

The Django template system is available to users (programmers) using the Django framework for creating web applications.

As with all other languages, Python has variables that can be defined to hold data.

In this blog, you will learn about the Pickling and Unpickling process, although it is quite simple it is very important and useful.

In this tutorial, I will guide you to building a command line chatting application in Python using sockets.

Python is a powerful, simple, and versatile language that can be used to do many things including helping you with SEO. This guide shows how to use it for SEO.

Today you’re going to learn about python list comprehension, a very powerful feature of python to use when creating a python List based on certain constraints.

In this article, we’ll learn how to use the YouTube API to get the full playlists of any channel (not only your own) and get all videos from a playlist.

Numpy, Scipi, Keras, and Theano are some of the best Python Libraries For Machine Learning in 2021.

Selecting the correct Python framework is the only thing you need to develop a successful project in no time.

As developers, there always comes a time when we find a bug in production and wonder how it passed all our quality checks. The truth is that we can never be sure our code is bug free. We can only choose the tools and workflows which will find the most bugs without slowing us down too much.

Pillow is Python Imaging Library that is free and open-source an additional library for the Python programming language that adds support for opening, manipulating, and saving in a variety of extension.

MedTech startup, Jiseki Health, is a concierge service that helps its clients take control of their health and improve their wellbeing. Their major clients include a well-known electric car manufacturer and several large American insurance companies.

I have seen lots of people are asking questions like W"which is the best editor tool in Python?" The answer is different for different users but most frequently people use PyCharm. The reasons are as below:

Introducing the python Starlite API framework - a new async (ASGI) framework built on top of pydantic and Starlette