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

Ben Cook: Poetry for Package Management in Machine Learning Projects

When you’re building a production machine learning system, reproducibility is a proxy for the effectiveness of your development process. But without locking all your Python dependencies, your builds...

View Article


Image may be NSFW.
Clik here to view.

Read the Docs: Read the Docs newsletter - July 2021

Welcome to a new edition of our monthly newsletter, where we share the most relevant updates around Read the Docs, offer a summary of new features we shipped during the previous month, and share what...

View Article


Test and Code: 160: DRY, WET, DAMP, AHA, and removing duplication from...

Should your code be DRY or DAMP or something completely different? How about your test code? Do different rules apply? Wait, what do all of these acronyms mean?We'll get to all of these definitions,...

View Article

Image may be NSFW.
Clik here to view.

Simple is Better Than Complex: What You Should Know About The Django User Model

The goal of this article is to discuss the caveats of the default Django user model implementation and also to give you some advice on how to address them. It is important to know the limitations of...

View Article

Programming Ideas With Jake: Command and Command Handlers (and Why I Don’t...

The Command pattern is typically overkill. Here, I discuss an alternative that gives most of the benefits of the Command pattern and fewer weaknesses.

View Article


Image may be NSFW.
Clik here to view.

Zato Blog: Scalable API and AI architectures

Architectural tenetsThe architecture of Zato reflects several key foundational concepts underlying the design of the platform. Each component of the architecture takes each of the concepts into...

View Article

Real Python: The Real Python Podcast – Episode #68: Exploring the functools...

Are you ready to expand your Python knowledge into the intermediate to advanced territory? What tools are awaiting your discovery inside Python's functools module? This week on the show, David Amos is...

View Article

Stack Abuse: Python: Remove the Prefix and Suffix From a String

IntroductionThere are multiple ways to remove whitespace and other characters from a string in Python. The most commonly known methods are strip(), lstrip(), and rstrip(). Since Python version 3.9, two...

View Article


Image may be NSFW.
Clik here to view.

EuroPython: EuroPython 2021: Meet our Diamond Sponsor Microsoft

We are excited to have Microsoft as one of our two Diamond Sponsors for EuroPython 2021. Microsoft invests heavily into bringing you the best tooling for Python on Windows and Azure. They have also...

View Article


Codementor: Artificial Neural Networks

Everything you need to know about Artificial Neural Networks.

View Article

Codementor: A Gentle Introduction to Reinforcement Learning

A gentle introduction to Reinforcement Learning

View Article

LAAC Technology: My Python Development Environment in 2021

Choosing which tools to use in your Python development environment might be the toughest part of Python programming. The Python tooling ecosystem continues to evolve rapidly. I’ll share what I need my...

View Article

Codementor: Best Programming Languages to Learn for Beginners

a snippet into the best programming languages you should go for if you are beginner as a coder

View Article


Talk Python to Me: #324: Gatorade-powered Python APIs

Python is used to solve a large and varied set of problems. One of its core pillars is web APIs. Another one is ML and data science. Those two important pieces were brought together in an unexpected...

View Article

Pythonicity: Primes

An old interview challenge is to generate prime numbers or check if a number is prime. No advanced mathematics needed, just variants on the Sieve of Eratosthenes. Starting with a basic prime checker.In...

View Article


Weekly Python StackOverflow Report: (cclxxxiii) stackoverflow python report

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-07-10 20:49:08 GMTPython self-referential list produces weird...

View Article

Image may be NSFW.
Clik here to view.

Python Insider: Python 3.10.0b4 is available

Wow! A release on a Saturday? Do the release management team even rest? You better believe it, because this is the last of the planned beta releases. This means that the next pre-release will be the...

View Article


Python Pool: Python class Vs module: Differences and Comparison

The post Python class Vs module: Differences and Comparison appeared first on Python Pool.Classes in python are templates for creating objects. They contain variables and functions which define the...

View Article

Python Pool: [Solved] Python can’t Multiply Sequence by non-int of type ‘float’

The post [Solved] Python can’t Multiply Sequence by non-int of type ‘float’ appeared first on Python Pool.An amazing feature present in python is that we can multiply strings with numbers. With python,...

View Article

Python Pool: Know-How to Implement Queue Peek in Python

The post Know-How to Implement Queue Peek in Python appeared first on Python Pool.A queue is a data structure to which we can insert data and also delete from it. Unlike stack, which follows the LIFO...

View Article
Browsing all 24375 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>