Articles on current page (21-30 of 37)

May 2021

python 35

☑ What’s New in 3.5 - Type Hinting

In this series looking at features introduced by every version of Python 3, this is the second looking at Python 3.5. In it we examine another of the significant new features in this release, type hinting.

This is the 9th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.5 - Coroutines.

Read article →

2 May 2021 at 1:06PM in Software
 |  | 

April 2021

python 35

☑ What’s New in Python 3.5 - Coroutines

In this series looking at features introduced by every version of Python 3, this is the first looking at Python 3.5. In it we examine one of the major new improvements in this release, new syntax for coroutines.

This is the 8th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.4 - Part 2.

Read article →

18 Apr 2021 at 4:08PM in Software
 |  | 
python 34

☑ What’s New in Python 3.4 - Part 2

In this series looking at features introduced by every version of Python 3, this one is the second of two covering release 3.4. We look at improvements to the way multiprocessing spawns child processes, various powerful new facilities for code instrospection, improvements to garbage collection, and a lot more besides.

This is the 7th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.4 - Part 1.

Read article →

python 34

☑ What’s New in Python 3.4 - Part 1

In this series looking at features introduced by every version of Python 3, this one is the first of two covering release 3.4. We look at a universal install of the pip utility, improvements to handling codecs, and the addition of the asyncio and enum modules, among other things.

This is the 6th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.3 - New Features.

Read article →

March 2021

python 33

☑ What’s New in Python 3.3 - New Features

The fourth Python 3.x release brought another slew of great new features. So many, in fact, that I’ve split this release into two articles, of which this is the first. Highlights in this part include yield from expressions, mocking support in unittest and virtualenv suppport in the standard library.

This is the 5th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.3 - More New Features.

Read article →

python 33

☑ What’s New in Python 3.3 - More New Features

The second of my two articles covering features added in Python 3.3, this one talks about a large number of changes to the standard library, especially in network and OS modules. I also discuss implicit namespace packages, which are a bit niche but can be useful for maintaining large families of packages.

This is the 4th of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.2.

Read article →

February 2021

python 32

☑ What’s New in Python 3.2

Another installment in my look at all the new features added to Python in each 3.x release, this one covering 3.2. There’s a lot covered including the argparse module, support for futures, changes to the GIL implementation, SNI support in SSL/TLS, and much more besides. This is my longest article ever by far! If you’re puzzled why I’m looking at releases that are years old, check out the first post in the series.

This is the 3rd of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0. This article was preceded by What’s New in Python 3.1.

Read article →

python 31

☑ What’s New in Python 3.1

This article continues to series looking at features added in each release of Python 3.x, with this one covering the move from 3.0 to 3.1. It includes the new contains OrderedDict and Counter, making modules executable as scripts, and marking unit tests as known failures. If you’re puzzled why I’m looking at releases that are years old, check out the first post in the series.

This is the 2nd of the 29 articles that currently make up the “Python 3 Releases” series, the first of which was What’s New in Python 3.0.

Read article →

January 2021

python 30

☑ What’s New in Python 3.0

I was slow to make the transition from Python 2 to 3 in the first place, and I never felt like I kept up properly with the new features. So I’m going to aim to do a series of articles looking at a different Python version in each and go through the new features added and catch myself up properly. This one addresses features added in Python 3.0 beyond those already in 2.6, including Unicode by default, type annotations, and exception chaining.

This is the 1st of the 29 articles that currently make up the “Python 3 Releases” series.

Read article →

April 2015

child map

☑ C++11: Library Changes: Pointers, Randoms, Wrappers and more

I’ve finally started to look into the new features in C++11 and I thought it would be useful to jot down the highlights, for myself or anyone else who’s curious. Since there’s a lot of ground to cover, I’m going to look at each item in its own post — this is the second of the final two that cover what I feel to be the most important changes to the standard template library.

This is the 8th of the 8 articles that currently make up the “C++11 Features” series, the first of which was C++11: Move Semantics. This article was preceded by C++11: Library Changes: Threading, Tuples, Hashing and Regexes.

Read article →

24 Apr 2015 at 11:33AM in Software
 |  | 

⇐ Page 1   |   ← Page 2   |   Page 3 of 4   |   Page 4 →