Open in app

Sign In

Write

Sign In

Mastodon
Erik van Baaren
Erik van Baaren

4.6K Followers

Home

About

Published in Python Land

·Feb 15

Things You Didn’t Know About Python Dictionaries

Valid keys, multiple ways to create, default values, view objects — The dictionary is one of the language’s most powerful data types. In other programming languages and computer science in general, dictionaries are also known as associative arrays. They allow you to associate one or more keys to values. In this article, I’ll share some beyond the basics tips and tricks…

Programming

4 min read

Things You Didn’t Know About Python Dictionaries
Things You Didn’t Know About Python Dictionaries
Programming

4 min read


Published in Level Up Coding

·Feb 7

9 Software Life Lessons You Must Experience Yourself to Truly Understand

One way or another, you’ll stumble upon these — In software, there are many lessons to be learned from experience. I had to learn the following nine lessons the hard way! 1. The Cheapest, Fastest, and Most Reliable Components Are Those That Aren’t There Gordon Bell once said this. The lesson to draw here is that you should keep a system or piece of software as simple as you possibly can. …

Software Development

6 min read

9 Software Life Lessons You Must Experience Yourself to Truly Understand
9 Software Life Lessons You Must Experience Yourself to Truly Understand
Software Development

6 min read


Published in Python Land

·Sep 20, 2022

This is How Easy It Is To Share Your Python Code With Anyone

Bundle your application into one runnable file that you can share — Most will agree that Python is easy to learn and write. When it comes to sharing that beautiful code, there’s one problem, though! Sharing your program with someone that doesn’t know Python is a challenge Your fellow Pythonistas will be perfectly able to pip install your package or run a…

Python

6 min read

This is How Easy It Is To Share Your Python Code With Anyone
This is How Easy It Is To Share Your Python Code With Anyone
Python

6 min read


Published in Towards Data Science

·Aug 29, 2022

Let’s Talk About The Database You Wear In Your Pocket

Learn more about the unknown database used by billions — When people in our profession think of a database, many will think of Oracle, MySQL, Postgresql, perhaps? But what about the database that is used more than all the others combined? Let’s talk about SQLite! What is SQLite? SQLite is a library that implements a SQL database engine. …

Database

6 min read

Let’s Talk About The Database You Wear In Your Pocket
Let’s Talk About The Database You Wear In Your Pocket
Database

6 min read


Published in Python Land

·Mar 29, 2022

6 Easy Tricks To Create Super Readable Source Code

Does your code look like crap? There’s still hope. — I’ve seen too much code in my career that was written so badly that I had to throw it away and redo the entire project. And the most painful fact is that this code was not written by beginners either! Chances are, much of your code: looks like crap, is…

Coding

5 min read

6 Easy Tricks To Create Super Readable Source Code
6 Easy Tricks To Create Super Readable Source Code
Coding

5 min read


Published in Python Land

·Mar 6, 2022

This Is What You Need To Know About Python’s Range Function

Do yourself a favor and learn this one properly once and for all — Creating loops is a common task for programmers, and the Python range function offers an easy-to-use but important tool when creating for-loops. Python has the for loop, which requires some kind of iterable object that returns its elements one by one. This article will closely examine the Python range function…

Python

9 min read

This Is What You Need To Know About Python’s Range Function
This Is What You Need To Know About Python’s Range Function
Python

9 min read


Published in Python Land

·Feb 3, 2022

Python Exceptions: A Complete Tutorial

try.. except.. else.. finally — Python exception handling is the process of identifying and responding to errors in a program. In other words, it is a way to deal with errors that might occur in your program. In this article, you will learn how to handle errors in Python by using the try and except…

Python

10 min read

Python Exceptions: A Complete Tutorial
Python Exceptions: A Complete Tutorial
Python

10 min read


Jan 19, 2022

Copilot Is Genuinely Scary And Fascinating At The Same Time

It knows more than just programming languages — We’ve all read about Github Copilot by now, I assume. If you haven’t, here’s the TL;DR… Github Copilot is an AI-based autocomplete on steriods for developers What surprised me most is that this thing doesn’t just know programming languages. …

Github Copilot

4 min read

Copilot Is Genuinely Scary And Fascinating At The Same Time
Copilot Is Genuinely Scary And Fascinating At The Same Time
Github Copilot

4 min read


Published in Python Land

·Jan 18, 2022

8 Advanced Python Tricks Used by Seasoned Programmers

Apply these tricks in your Python code to make it more concise and performant — Here are eight neat Python tricks, some I’m sure you haven’t seen before. Apply these tricks in your Python code to make it more concise and performant! To learn Python properly, please have a look at my Python Course for beginners! 1. Sorting Objects by Multiple Keys Suppose we want to sort the following list of…

Python

4 min read

8 Advanced Python Tricks Used by Seasoned Programmers
8 Advanced Python Tricks Used by Seasoned Programmers
Python

4 min read


Published in Python Land

·Dec 14, 2021

How Not To Write Python Comments

Tips to improve the way you write and use comments — A Python comment is an explanation in the source code of a Python program. It doesn’t do anything besides being informative and is ignored by the Python interpreter. In this article, you will learn: what Python comments are, how to add comments to your Python code, what the common pitfalls…

Python

5 min read

How Not To Write Python Comments
How Not To Write Python Comments
Python

5 min read

Erik van Baaren

Erik van Baaren

4.6K Followers

Chief writer and course creator at https://python.land

Following
  • Faisal Khan

    Faisal Khan

  • Bennett Garner

    Bennett Garner

  • Bex T.

    Bex T.

  • Robert Roy Britt

    Robert Roy Britt

  • Thomas Smith

    Thomas Smith

See all (103)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech