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

Python Bytes: #312 AI Goes on Trial For Writing Code

<a href='https://www.youtube.com/watch?v=BTVrhmcjy9c' style='font-weight: bold;'>Watch on YouTube</a><br> <br> <p><strong>About the show</strong></p>...

View Article


John Ludhi/nbshare.io: Pandas Read and Write Excel File

Pandas Read and Write Excel FileMake sure you have openpyxl package installed. Otherwise you will get following error ...ModuleNotFoundError: No module named 'openpyxl'Install the package with...

View Article


Python for Beginners: Drop Elements From a Series in Python

Pandas series is very useful for handling data having ordered key-value pairs. In this article, we will discuss different ways to drop elements from a pandas series.Table of ContentsDrop Elements From...

View Article

Real Python: Advent of Code: Solving Your Puzzles With Python

Advent of Code is an online Advent calendar where you’ll find new programming puzzles offered each day from December 1 to 25. While you can solve the puzzles at any time, the excitement when new...

View Article

Image may be NSFW.
Clik here to view.

Spyder IDE: Improvements to the Spyder IDE installation experience

Juan Sebastian Bautista, C.A.M. Gerlach and Carlos Cordoba also contributed to this post.Spyder 5.4.0 was released recently, featuring some major enhancements to its Windows and macOS standalone...

View Article


Everyday Superpowers: Refactor Python for more satisfaction

This is a blogified version of my 18-minute PyJamas talk, Refactor refactoring—How changing your views on refactoring can make your job more satisfying.You can watch it here:Read more...

View Article

The Python Coding Blog: Argh! What are args and kwargs in Python?...

In the first three articles in this Series, you familiarised yourself with the key terms when dealing with functions. You also explored positional and keyword arguments and optional arguments with...

View Article

Image may be NSFW.
Clik here to view.

STX Next: 10 Best Python Books

Python is an incredibly powerful programming language. Due to its versatile nature and simplicity, it continues to capture the interest of developers, those new and experienced alike.

View Article


Image may be NSFW.
Clik here to view.

STX Next: What Is Django and What Is Django Used for?

If you love building software with Python and are looking to enter the field of web development, Django might be the tool that will help you realize your goals. One of the most popular Python...

View Article


Sebastian Witowski: dict() vs. {}

There are two different ways to create a dictionary. You can call the dict() function or use the literal syntax: {}. And in many cases, these are equivalent choices, so you might give it little thought...

View Article

Image may be NSFW.
Clik here to view.

Tryton News: Newsletter December 2022

After the release of series 6.6, support for series 6.2 has now ended and we are already back at work preparing and adding improvements such as these that have already landed:Changes for the UserWe now...

View Article

Python Circle: Using git hooks to boost your productivity

Writing a proper git message is a good coding practice. A good commit message should clearly convey what has been changed and why it has been changed. Sometimes developers use an improper message in a...

View Article

Image may be NSFW.
Clik here to view.

PyCharm: PyCharm 2022.3 Is Out!

PyCharm 2022.3 brings an improved experience for working with asynchronous code in the Python Console – to call coroutines you can now use the await keyword outside of functions. The Python Packages...

View Article


John Ludhi/nbshare.io: Understand Tensors With Numpy

Understand Tensors With NumpyIn this notebook, I will explain tensors with Python Numpy. For numpy refresher please checkout following resource......

View Article

Andrea Grandi: Ignoring hosts with python vcr when writing tests with pytest...

How to ignore hosts with python vcr when writing tests with pytest and generating cassettes

View Article


Lucas Cimon: Animated one-page-dungeon : Escape of the Torment

Last week, while translating John Harper's micro-TTRPG World of Dungeons: Turbo Breakers, I discovered the wonderful world of one page dungeons, starting with Michael Prescott splendid production at...

View Article

Real Python: The Real Python Podcast – Episode #135: Preparing Data to...

How do you prepare a dataset for machine learning (ML)? How do you go beyond cleaning the data and move toward measuring how the model performs? This week on the show, Jodie Burchell, developer...

View Article


Image may be NSFW.
Clik here to view.

scikit-learn: Interview with Meekail Zain, scikit-learn Team Member

Author: Reshama Shaikh , Meekail zainPosted by Sangam SwadiKMeekail Zain is a computer science PhD student at University of Georgia (USA), a member of Quinn Research Group and a software engineer at...

View Article

Python for Beginners: Rename Index in a Pandas Series

We use pandas series objects for various data processing tasks in python. In this article, we will discuss how to rename the index in a pandas series. Table of ContentsRename Index in a Pandas Series...

View Article

Talk Python to Me: #392: Data Science from the Command Line

When you think data science, Jupyter notebooks and associated tools probably come to mind. But I want to broaden your toolset a bit and encourage you to look around at other tools that are literally at...

View Article
Browsing all 22882 articles
Browse latest View live