Quantcast
Channel: Planet Python
Browsing all 23764 articles
Browse latest View live

PyATL Bytecode: Review of Beyond the Basic Stuff with Python

Review of “Beyond the Basic Stuff with Python” By Ian Mizer  This is the kind of book every python developer can use and every developer should buy. This book tries to teach the readers the...

View Article


Python Circle: Virtual Environment in Python - A Pocket Guide

A complete guide to start with virtual environments in python. How to install virtual environments. How to create a new virtual environment. Benefits of using virtual environment. docker vs virtual...

View Article


Real Python: The Real Python Podcast – Episode #42: What Is Data Engineering...

Are you familiar with the role data engineers play in the modern landscape of data science and Python? Data engineering is a sub-discipline that focuses on the transportation, transformation, and...

View Article

Stack Abuse: Comparing Datetimes in Python - With and Without Timezones

IntroductionWhen working with dates, oftentimes, you'd like to know if a given date comes before or after another date. We can get these answers by comparing dates.In this article, we will learn how to...

View Article

eGenix.com: Python Meeting Düsseldorf - 2021-01-13

The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.AnkündigungDas Python Meeting Düsseldorf findet dieses Mal online statt. 13.01.2021 18:00...

View Article


Peter Bengtsson: fastest way to turn HTML into text in Python

tl;dr; selectolax is best for stripping HTML down to plain text.The problem is that I have 10,000+ HTML snippets that I need to index into Elasticsearch as plain text. (Before you ask, yes I know...

View Article

Ben Cook: Calculating the norm of an array in NumPy: all about np.linalg.norm()

A norm is a measure of the size of a matrix or vector and you can compute it in NumPy with the np.linalg.norm() function[1]: import numpy as np x = np.eye(4) np.linalg.norm(x) # Expected result # 2.0...

View Article

Sandipan Dey: NLP with Bangla: semantic similarity with word2vec, generating...

In this blog, we shall discuss on a few NLP techniques with Bangla language. We shall start with a demonstration on how to train a word2vec model with Bangla wiki corpus with tensorflow and how to...

View Article


Codementor: Introduction to HackerRank for Python Programmers - Compucademy

Learn how to use HackerRank to supercharge your Python programming skills, master data structures and algorithms and stand out to employers.

View Article


Weekly Python StackOverflow Report: (cclviii) stackoverflow python report

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-01-09 21:28:09 GMTWhy does popping from the original list make...

View Article

Image may be NSFW.
Clik here to view.

Peter Hoffmann: Convert the Himalayan Database to SQLite

The Himalayan database is a record of expeditions in the Nepalese Himalayas and a unique source of knowledge about the history of the Himalaya mountaineering. The database is based on the expedition...

View Article

Image may be NSFW.
Clik here to view.

Will McGugan: Growing money on trees with Python and Rich

The latest version of Rich adds a tree view. Here's an example of one:The labels of each branch in the tree can be text or anything else that rich can render. The guide lines can have a color...

View Article

Image may be NSFW.
Clik here to view.

Zato Blog: What is an API gateway?

In this article, we are going to use Zato in its capacity as a multi-protocol Python API gateway - we will integrate a few popular technologies, accepting requests sent over protocols commonly used in...

View Article


Image may be NSFW.
Clik here to view.

ListenData: Learn Python for Data Science

This tutorial would help you to learn Data Science with Python by examples. It is designed for beginners who want to get started with Data Science in Python. Python is an open source language and it is...

View Article

Image may be NSFW.
Clik here to view.

Mike Driscoll: PyDev of the Week: Ken Youens-Clark

This week we welcome Ken Youens-Clark (@kycl4rk) as our PyDev of the Week! He is the author of Tiny Python Projects from Manning. He has done video lectures for each of his chapters on YouTube.Let’s...

View Article


Image may be NSFW.
Clik here to view.

Chris Moffitt: Pandas DataFrame Visualization Tools

IntroductionI have talked quite a bit about how pandas is a great alternative to Excel for many tasks. One of Excel’s benefits is that it offers an intuitive and powerful graphical interface for...

View Article

Stack Abuse: Python: Update All Packages With pip-review

IntroductionUpdating Python packages can be a hassle. There are many of them - it's hard to keep track of all the newest versions, and even when you decide what to update, you still have to update each...

View Article


Python⇒Speed: It's time to switch to Docker BuildKit

Building Docker images can be slow, and Docker’s build system is also missing some critical security features, in particular the ability to use build secrets without leaking them. So over the past few...

View Article

Matt Layman: Episode 11 - Here, There, Middleware

On this episode, we will investigate Django middleware and see where it goes in your project. In the process, you’ll see why middleware is useful and how you can work with it. Listen at...

View Article

Image may be NSFW.
Clik here to view.

Real Python: NumPy Tutorial: Your First Steps Into Data Science in Python

NumPy is a Python library that provides a simple yet powerful data structure: the n-dimensional array. This is the foundation on which almost all the power of Python’s data science toolkit is built,...

View Article
Browsing all 23764 articles
Browse latest View live