Nick's profile pictureNick
Joined in 2020
Nick McCullum is a Python and JavaScript developer from New Brunswick, Canada. Nick teaches Python, SQL, and JavaScript courses on his website: https://nickmccullum.com/.
Share this guide!
Related to this guide:
Python Dictionary Comprehension (With Examples)Python Dictionary Comprehension (With Examples)
In Python, comprehensions are a useful construct that allows us to create new sequences in a very concise way.
Tyler's profile picture TylerView
In these interests: codepython
Send Slack Messages With Python: Intro to Python slackclientSend Slack Messages With Python: Intro to Python slackclient
Slack has become one of the most important tools for communication in many companies, mine included.
Tyler's profile picture TylerView
In these interests: slackpython
How to Specify Positional-Only Parameters in PythonHow to Specify Positional-Only Parameters in Python
If you’re familiar with Python’s keyword-only arguments, then you’ve probably wondered why the same constraint doesn’t exist for positional arguments. This changes with Python 3.
Tyler's profile picture TylerView
In these interests: codepython
People also read:
Specify a parallel filesystem cache for compiled bytecode
Learn how to use formatted string literals in Python
While this requirement may seem rare, learning how to nest defaultdicts properly can be extremely powerful and save you from bloated and confusing initialization code.
In Python, we often run into scenarios where we need to merge two or more lists. This is also called list concatenation, and Python provides multiple methods for accomplishing this.
Find and fix slow running Python unit tests
In Python, range is an immutable sequence type, meaning it’s a class that generates a sequence of numbers that cannot be modified.
Posted in these interests:
pythonpython
python
PRIMARY
Python is howchoo’s favorite programming language. We believe python promotes the most organized and performant codebase possible. We also love Django so, naturally, we love Python.
Discuss this guide:
We’re hiring!
Are you a passionate writer or editor? We want to hear from you!
We’re hiring!
Are you a passionate writer or editor? We want to hear from you!

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Leave a Reply

Your email address will not be published. Required fields are marked *