Skip to content
Learn Coding Fast Logo IS
Search
  • Home
  • My Books
  • Errata
  • Privacy Policy

Posts by Jamie

3 ways to square a number in Python

Today's practice question requires us to write a Python function to find the square of a number. Here are some topics we'll cover in the post: Three ways to square a number in PythonHow to use...

Continue Reading

Python Programming Challenge 10: Longest Substring Without Repeating Characters

Today's challenge, taken from https://leetcode.com/problems/longest-substring-without-repeating-characters/, requires us to write a program to determine the length of the longest substring of a given...

Continue Reading

Python Programming Challenge 9: ZigZag Conversion

Today, we have another interesting challenge from Leetcode (https://leetcode.com/problems/zigzag-conversion/); we're going to scramble a given word following a zig zag fashion. For instance, let's...

Continue Reading

Python Programming Challenge 8: Integer to Roman

Here's another challenge from LeetCode (https://leetcode.com/problems/integer-to-roman/). This challenge requires us to convert integers to roman numerals. The Roman Numbering...

Continue Reading

Python Programming Challenge 7: Reverse an integer

Today's question is taken from LeetCode (https://leetcode.com/problems/reverse-integer). Given a 32-bit signed integer, reverse the digits of the integer. If the resulting integer is out of the...

Continue Reading

Python Tutorial: Slice Notation in Python

The slice notation is a very powerful concept in Python. It allows us to extract parts of a sequence (such as a list or string) effortlessly. The notation takes three values. Suppose we...

Continue Reading
« PREV Page 1 … Page 6 Page 7 Page 8 Page 9 Page 10 NEXT »

About the Author

Author of the Learn Coding Fast Book Series

My Books on Amazon

Machine Learning

Machine Learning With Python For Beginners: A Step-By-Step Guide with Hands-On Projects (Learn Coding Fast with Hands-On Project Book 7)
Machine Learning With Python For Beginners: A Step-By-Step Guide with Hands-On Projects (Learn Coding Fast with Hands-On Project Book 7)

Python Series

Python (2nd Edition): Learn Python in One Day and Learn It Well. Python for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 1)
Python (2nd Edition): Learn Python in One Day and Learn It Well. Python for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 1)
Python Workbook: Learn Python in one day and Learn It Well (Workbook with Questions, Solutions and Projects) (Learn Coding Fast Workbook 1)
Python Workbook: Learn Python in one day and Learn It Well (Workbook with Questions, Solutions and Projects) (Learn Coding Fast Workbook 1)

Web Programming

PHP: Learn PHP in One Day and Learn It Well. PHP for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 6)
PHP: Learn PHP in One Day and Learn It Well. PHP for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 6)
SQL: Learn SQL (using MySQL) in One Day and Learn It Well. SQL for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 5)
SQL: Learn SQL (using MySQL) in One Day and Learn It Well. SQL for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 5)
CSS (with HTML5): Learn CSS in One Day and Learn It Well. CSS for Beginners with Hands-on Project. Includes HTML5. (Learn Coding Fast with Hands-On Project Book 2)
CSS (with HTML5): Learn CSS in One Day and Learn It Well. CSS for Beginners with Hands-on Project. Includes HTML5. (Learn Coding Fast with Hands-On Project Book 2)

General-Purpose Languages

C#: Learn C# in One Day and Learn It Well. C# for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 3)
C#: Learn C# in One Day and Learn It Well. C# for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 3)
Java: Learn Java in One Day and Learn It Well. Java for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 4)
Java: Learn Java in One Day and Learn It Well. Java for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 4)

LEGAL INFORMATION

LearnCodingFast.com is a participant in the Amazon Services LLC Associates Program and the Udemy affiliate program. This means that we may get a commission from Amazon or Udemy if you purchase through the links on this website. This is at no extra cost to you and will help us pay for the maintenance of this site. Please note that we have not been given any free products, services or anything else by these companies in exchange for mentioning them on the site. The only consideration is in the form of affiliate commissions.

© 2025 Copyright Learn Coding Fast
Scroll Up