Tagged articles
16 articles
Page 1 of 1
Go Development Architecture Practice
Go Development Architecture Practice
Jun 25, 2024 · Backend Development

Common Go Pitfalls Every PHP Developer Should Avoid

A former PHP developer shares six typical Go programming mistakes—incorrect function syntax, map initialization, JSON struct export, slice mutation in loops, array versus slice semantics, and variable shadowing—along with corrected examples and explanations to help newcomers write idiomatic Go code.

BackendPHPPitfalls
0 likes · 6 min read
Common Go Pitfalls Every PHP Developer Should Avoid
Python Programming Learning Circle
Python Programming Learning Circle
Dec 12, 2023 · Fundamentals

Common Beginner Mistakes in Python and How to Fix Them

This article enumerates seventeen typical errors that new Python programmers encounter—such as missing colons, wrong indentation, misuse of operators, and incorrect variable names—and provides clear explanations and corrective examples to help readers avoid and resolve these pitfalls.

beginnerscommon-errorsdebugging
0 likes · 6 min read
Common Beginner Mistakes in Python and How to Fix Them
IT Xianyu
IT Xianyu
Mar 27, 2023 · Fundamentals

17 Useful Python Tricks for Efficient Coding

This article presents seventeen practical Python techniques—including list manipulation, string handling, dictionary operations, and chaining—that are simple to implement yet widely applicable, helping developers write cleaner, more concise, and more efficient code across various domains.

Code OptimizationTipsbeginners
0 likes · 3 min read
17 Useful Python Tricks for Efficient Coding
Python Programming Learning Circle
Python Programming Learning Circle
Aug 30, 2022 · Fundamentals

Five Common Misconceptions for Programming Beginners and How to Overcome Them

This article identifies five typical misconceptions that new programmers often fall into—believing talent is essential, thinking advanced math is required, only watching tutorials without coding, memorizing documentation, and fearing errors—and offers practical advice to shift mindset, focus on environment, practice actively, and use errors as learning opportunities.

Practicebeginnerscoding
0 likes · 5 min read
Five Common Misconceptions for Programming Beginners and How to Overcome Them
Python Programming Learning Circle
Python Programming Learning Circle
Jul 9, 2022 · Fundamentals

Common Python Mistakes Beginners Should Avoid

This article lists ten typical Python beginner mistakes—unnecessary semicolons, redundant parentheses, using assignment instead of equality, illegal string concatenation, keyword variable names, indentation errors, immutable strings, treating distinct objects as one, typographical errors, and list index out‑of‑range—illustrated with code examples and explanations.

beginnersbest-practicescommon errors
0 likes · 5 min read
Common Python Mistakes Beginners Should Avoid
Liangxu Linux
Liangxu Linux
Nov 30, 2020 · Fundamentals

7 Essential Linux Habits Every New User Should Follow

This guide shares seven practical habits for Linux beginners, covering safe root usage, sensible file naming, separating the home directory, effective disaster recovery, experimental learning, command‑line mastery, and preparing a portable Linux environment to boost confidence and productivity.

beginnersbest practicesfile-naming
0 likes · 10 min read
7 Essential Linux Habits Every New User Should Follow
Python Programming Learning Circle
Python Programming Learning Circle
Nov 6, 2019 · Fundamentals

17 Common Python Errors Every Beginner Should Know

This guide lists the 17 most frequent Python runtime and syntax errors that new programmers encounter, explains why each occurs, and provides clear code examples of both the faulty and corrected versions to help readers quickly diagnose and fix their own scripts.

beginnerscommon mistakesdebugging
0 likes · 9 min read
17 Common Python Errors Every Beginner Should Know
MaGe Linux Operations
MaGe Linux Operations
Feb 6, 2019 · Fundamentals

Kickstart Your Coding Journey: Master Python Basics Quickly

This article guides beginners through the essentials of Python, covering why to learn it, how to get started, core data types, operators, functions, classes, modules, and advanced features, while offering motivational advice to persist through early challenges.

Data Structuresbeginnersprogramming basics
0 likes · 6 min read
Kickstart Your Coding Journey: Master Python Basics Quickly
MaGe Linux Operations
MaGe Linux Operations
Dec 26, 2018 · Fundamentals

29 Essential Python Tips Every Beginner Must Know

This article compiles 29 practical Python beginner tips covering command‑line navigation, file handling, environment setup, variable naming, code formatting, and common editor shortcuts to help new programmers work more efficiently and avoid typical pitfalls.

PythonTipsbeginners
0 likes · 5 min read
29 Essential Python Tips Every Beginner Must Know
MaGe Linux Operations
MaGe Linux Operations
Oct 2, 2018 · Fundamentals

Master Python Basics Quickly: Essential Types, Operators, and Functions

This article introduces beginners to Python by explaining why to start programming, recommending Python as the first language, and covering core concepts such as basic data types, collections, logical operators, functions, classes, modules, and advanced features, all illustrated with clear examples.

Data TypesPythonbeginners
0 likes · 7 min read
Master Python Basics Quickly: Essential Types, Operators, and Functions
21CTO
21CTO
May 15, 2018 · Fundamentals

Which Programming Language Should You Start With? A Beginner’s Guide

This article compares Python, Java, Ruby, and JavaScript, explaining why learning programming concepts matters more than the language itself and offering practical advice for beginners on choosing a language that leads to easy job opportunities and smooth skill transfer.

PythonRubybeginners
0 likes · 4 min read
Which Programming Language Should You Start With? A Beginner’s Guide
MaGe Linux Operations
MaGe Linux Operations
Nov 29, 2017 · Fundamentals

Essential Python Tips Every Beginner Should Know

This guide offers practical Python beginner tips, covering how to clear the interactive terminal on different OSes, correctly create single‑element tuples, test for None using the proper idiom, retrieve documentation with help(), and swap variable values effortlessly, all illustrated with clear examples.

Coding Tipsbeginners
0 likes · 5 min read
Essential Python Tips Every Beginner Should Know
ITPUB
ITPUB
Oct 11, 2017 · Fundamentals

Top 17 Common Python Errors and How to Fix Them

This guide lists the most frequent Python runtime and syntax errors—such as missing colons, misuse of assignment operators, indentation mistakes, type mismatches, and name errors—explains why they occur, and provides corrected code examples to help beginners debug their programs effectively.

Pythonbeginnersdebugging
0 likes · 9 min read
Top 17 Common Python Errors and How to Fix Them
21CTO
21CTO
Sep 12, 2017 · Fundamentals

Which Should You Learn First: Java or Python? A Quick Comparison

Choosing between Java and Python can be confusing for beginners, so this article compares their syntax length, typing discipline, execution speed, and use cases, highlighting that while Java may be more verbose and faster, Python offers concise code and easier scripting, making both valuable choices.

beginnersjavalanguage comparison
0 likes · 3 min read
Which Should You Learn First: Java or Python? A Quick Comparison
21CTO
21CTO
Oct 26, 2015 · Fundamentals

From Zero to Code: How to Begin Learning Programming Effectively

This reflective guide shares personal lessons on starting a programming journey, emphasizing honest self‑assessment, practical learning habits, common pitfalls, and actionable advice for beginners to turn curiosity into real coding skills.

beginnerslearningprogramming
0 likes · 6 min read
From Zero to Code: How to Begin Learning Programming Effectively