Tag: python

Matplotlib Logo Over a Bar Graph

Mastering data visualization in Python with Matplotlib

Dev

In this tutorial, we’ll give a solid introduction to the object-oriented interface of Matplotlib and how to visualize data in Python.

Bekhruz Tuychiev
Nov 23, 2021 ⋅ 7 min read
Web3.py tutorial: A guide to Ethereum blockchain development with Python

Web3.py tutorial: A guide to Ethereum blockchain development with Python

Dev

Start your Web 3.0 journey with web3.py, a Python-based library that makes interacting with the Ethereum blockchain a breeze.

Alexander Nnakwue
Nov 16, 2021 ⋅ 14 min read
Python Logo

Implementing cryptography with Python

Dev

Here, you can learn about cryptography, how to encrypt data, and how to create a simple Python program for encryption and decryption.

Kiran Sethumadhavan
Nov 11, 2021 ⋅ 5 min read
5 ways to Reverse a Python String

5 methods to reverse a Python string

Dev

Working with strings and reversing them can be a common task in any programming language. Learn 5 ways to reverse strings in Python.

Kedar Kodgire
Nov 10, 2021 ⋅ 4 min read
Python Logo Over a Steel Frame

Comparing the top Python GUI frameworks

Dev

Check out the top Python GUI frameworks and learn how to get started with them and how they compare to one another.

Oyelekan Bukunmi
Nov 10, 2021 ⋅ 4 min read
Web Automation with Selenium and Python

Web automation with Selenium and Python

Dev

With the help of Selenium, you can run Python scripts for web automation. Take, for example, the automation of scheduling a badminton court.

Yasoob Khalid
Nov 9, 2021 ⋅ 10 min read
Python and Seaborn Logos Over a Desktop With Papers and Laptop

Data visualization in Python using Seaborn

Dev

The majority of data visuals are created with Python and its libraries: Seaborn and Matplotlib. Learn how to visualize data using Seaborn here.

Bekhruz Tuychiev
Nov 9, 2021 ⋅ 10 min read
Intro To Python Dictionaries

Intro to Python dictionaries

Dev

Learn about Python dictionaries, their properties, operations you can perform, and built-in Python functions and methods.

Ochuko Onojakpor
Nov 5, 2021 ⋅ 9 min read
Python file handling: A complete guide

Python file handling: A complete guide

Dev

Learn or brush up on everything you need to know about file handling in Python, including basic CRUD operations and best practices.

Shalitha Suranga
Nov 5, 2021 ⋅ 10 min read
Python Email Spam Detector

Build a machine learning email spam detector with Python

Dev

Build an email spam detector in Python using popular machine learning algorithms like the train-test split method from Sklearn and the SVM model.

Mr. Unity Buddy
Nov 4, 2021 ⋅ 4 min read
Build a Python web scraper with Beautiful Soup

Build a Python web scraper with Beautiful Soup

Dev

Web scraping can be one of the most important things you can learn in Python. Learn about web scraping with Beautiful Soup in this tutorial.

Damilare Jolayemi
Nov 2, 2021 ⋅ 7 min read
Python Masonite Framework

Masonite: MVC web framework for Python

Dev

Build a simple to-do list application with Masonite, a web framework for Python that uses an MVC model.

Alex Merced
Nov 1, 2021 ⋅ 7 min read