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

Image may be NSFW.
Clik here to view.

Doug Hellmann: demoshell

Hey, speakers, if you’re doing live demos in a shell, clear the screen after every command to get the prompt back at the top, so folks in the back can see what you’re doing. #speakerlife #protip —...

View Article


Codementor: Lean monitoring of production code

This tutorial shows a simple and lean solution to store logs of a production application.

View Article


Image may be NSFW.
Clik here to view.

John Ludhi/nbshare.io: Word Embeddings Transformers In SVM Classifier Using...

Word Embeddings Transformers In SVM Classifier Using PythonWord EmbeddingsWord Embeddings is the process of representing words with numerical vectors.One-hot-encodingNot so long ago, words used to be...

View Article

Image may be NSFW.
Clik here to view.

John Ludhi/nbshare.io: Understanding Standard Deviation With Python

Understanding Standard Deviation With PythonStandard deviation is a way to measure the variation of data. It is also calculated as the square root of the variance, which is used to quantify the same...

View Article

Image may be NSFW.
Clik here to view.

John Ludhi/nbshare.io: Learn Pygame With Examples

Learn Pygame With ExamplesThis post introduces pygame basic concepts. Before we procceed, make sure you have pygame library installed.pip install pygameFirst thing to do is to import the library and...

View Article


TestDriven.io: Adding Charts to Django with Chart.js

In this tutorial, we'll look at how to add interactive charts to Django with Chart.js.

View Article

Image may be NSFW.
Clik here to view.

Zato Blog: Setting advanced options of SQL connection pools

In this article, we cover details of how Zato SQL connection pools can be configured to take advantage of features and options specific to a particular driver or to the SQLAlchemy library.SQL...

View Article

Talk Python to Me: #304 asyncio all the things with Omnilib

The relatively recent introduction of async and await as keywords in Python have spawned a whole area of high performance, highly scalable frameworks and supporting libraries. One such library that has...

View Article


Mike Driscoll: PyDev of the Week: Mariano Anaya

This week we welcome Mariano Anaya (@rmarianoa) as our PyDev of the Week. Mariano is the author of Clean Code in Python and has been a speaker at EuroPython. You can see what he’s been working on over...

View Article


Image may be NSFW.
Clik here to view.

Martin Fitzpatrick: Using MicroPython and uploading libraries on Raspberry Pi...

MicroPython is an implementation of the Python 3 programming language, optimized to run microcontrollers. It's one of the options available for programming your Raspberry Pi Pico and a nice friendly...

View Article

Image may be NSFW.
Clik here to view.

Python Pool: Matplotlib Imread: Illustration and Examples

Hello coders!! In this article, we will be learning about matplotlib imread. We will learn about its syntax and then see some illustrated examples. Without wasting any time, let us get straight into...

View Article

Image may be NSFW.
Clik here to view.

The Digital Cat: Mau: a lightweight markup language

What is Mau?Mau is a lightweight markup language heavily inspired by AsciiDoc that makes is very easy to write blog posts or books.The main goal of Mau is to provide a customisable markup language,...

View Article

Stack Abuse: Guide to Flask-MongoEngine in Python

IntroductionBuilding a web app almost always means dealing with data from a database. There are various databases to choose from, depending on your preference.In this guide, we shall be taking a look...

View Article


Image may be NSFW.
Clik here to view.

IslandT: Find out which chess board square has been clicked using Python Pygame

Welcome back to the ongoing python pygame chess engine project and in this article, I will show you the code which will display the name of the square (if you know chess then you should know the name...

View Article

Matt Layman: Test Your Apps

In the previous Understand Django article, we saw how static files like CSS, JavaScript, and images can be incorporated into your site. Now we’re going to focus on how to verify that your website works...

View Article


Real Python: Python & APIs: A Winning Combo for Reading Public Data

Knowing how to consume an API is one of those magical skills that, once mastered, will crack open a whole new world of possibilities, and consuming APIs using Python is a great way to learn such a...

View Article

Image may be NSFW.
Clik here to view.

PyCharm: PyCharm AWS Tutorial: An Interview with Mukul Mantosh

We’ve been talking about PyCharm and popular cloud platforms recently. The AWS Toolkit for IntelliJ is a plugin that works with PyCharm and our other IDEs. How do you use it? How do you use AWS? Mukul...

View Article


Ben Cook: Binary cross entropy explained

A simple NumPy implementation of the binary cross entropy loss function and some intuition about why it works.

View Article

Image may be NSFW.
Clik here to view.

Podcast.__init__: Write Your Python Scripts In A Flow Based Visual Editor...

When you are writing a script it can become unwieldy to understand how the logic and data are flowing through the program. To make this easier to follow you can use a flow-based approach to building...

View Article

Image may be NSFW.
Clik here to view.

Patrick Kennedy: Add Badges to a Python Project in GitLab

This blog post demonstrates how to add the following badges to a Python project on GitLab:https://gitlab.com/patkennedy79/flask-stock-portfolio-codeThe ‘pipeline’ and ‘test coverage’ badges are the two...

View Article
Browsing all 24361 articles
Browse latest View live