Tag

functions

Translating the NATO Alphabet to Plain Text

From Tiny C Projects by Dan Gookin

In this article, we will discuss the NATO phonetic alphabet and how to write a simple program that will translate it to plain text.

Teaching Your Computer to Be Polite

From Tiny C Projects by Dan Gookin

This article talks about writing a C program that writes an appropriate greeting, depending on the time of day, for you when you start your computer.

The C Development Cycle

From Tiny C Projects by Dan Gookin

This article discusses the C development cycle.

The Act of Writing Code

From The Programmer’s Brain by Felienne Hermans

When you program, there are a lot of different types of things that you might be doing. In this article we dive into these different activities that you perform as you program.

Persisting Application Data over Time

From The Well-Grounded Python Developer by Doug Farrell

This article, excerpted from chapter 10, covers

§ Persisting Data

§ Database Systems

§ Database Structures

§ Modeling Data with SQLAlchemy

Building and Using Topologies

From PostGIS in Action, Third Edition by Leo S. Hsu and Regina O. Obe

In this article, you’ll learn what a topology is, how to build a topology from scratch, and how to use commonly available geometry data.

Beyond “def”: Exploring Python Functions

In this tour de force live coding session, an expert Python coach Reuven Lerner shows you how functions work behind the scenes and how you can use them in different ways.

Password Strength: generating a secure and memorable password

From Tiny Python Projects by Ken Youens-Clark

This article delves into how to make really memorable and secure passwords—with Python!

Mad Libs: Using regular expressions

From Tiny Python Projects by Ken Youens-Clark

Everyone loves Mad Libs! And everyone loves Python. This article shows you how to have fun with both and learn some programming skills along the way.

Object-Oriented Coding in Python

From The Well-Grounded Python Developer by Doug Farrell

This article delves into using the OOP coding paradigm in the Python language.

© 2023 Manning — Design Credits