Tagged articles
113 articles
Page 2 of 2
21CTO
21CTO
Oct 13, 2017 · Fundamentals

Master Python Basics: Variables, Control Flow, Loops, Data Structures & OOP

This comprehensive tutorial walks you through Python fundamentals—from defining variables, booleans, strings, and numbers to using conditional statements, while and for loops, manipulating lists and dictionaries, and building classes with objects, encapsulation, and inheritance—providing clear code examples for each concept.

Control FlowData StructuresLoops
0 likes · 19 min read
Master Python Basics: Variables, Control Flow, Loops, Data Structures & OOP
MaGe Linux Operations
MaGe Linux Operations
Aug 24, 2017 · Fundamentals

Kickstart Your Python Journey: Essential Basics for Beginners

This article introduces newcomers to programming by explaining why Python is an ideal first language and walks through its core syntax, data types, operators, functions, classes, modules, and advanced features, offering practical guidance and motivational advice to help beginners confidently start coding.

Data StructuresPythonPython Fundamentals
0 likes · 7 min read
Kickstart Your Python Journey: Essential Basics for Beginners
Hujiang Technology
Hujiang Technology
Jun 9, 2017 · Mobile Development

Getting Started with Kotlin: Installation, Hello World, and Basic Syntax

This tutorial introduces Kotlin, explains its advantages over Java, guides you through setting up IntelliJ IDEA or Android Studio with the Kotlin plugin, and walks you through creating and running both a simple Hello Kotlin program and an object‑oriented example, while covering coding style recommendations.

AndroidHello WorldIntelliJ IDEA
0 likes · 9 min read
Getting Started with Kotlin: Installation, Hello World, and Basic Syntax
MaGe Linux Operations
MaGe Linux Operations
Mar 13, 2017 · Fundamentals

Master Python Basics in 9 Minutes: From Hello World to Modules

This concise tutorial walks you through essential Python fundamentals—including writing and running your first script, handling international character sets, using the interactive calculator, working with strings, lists, control flow, functions, file I/O, exception handling, classes, inheritance, and the package system—empowering beginners to start coding quickly.

BeginnerPythonTutorial
0 likes · 6 min read
Master Python Basics in 9 Minutes: From Hello World to Modules
MaGe Linux Operations
MaGe Linux Operations
Feb 23, 2017 · Fundamentals

Master Python’s while Loop: From Basics to Infinite Loops

This article explains Python’s while loop syntax, how conditions control execution, the use of continue, break, and else clauses, demonstrates infinite loops, and provides visual flowcharts and code examples to help readers grasp loop control structures effectively.

Control FlowLoopsPython
0 likes · 4 min read
Master Python’s while Loop: From Basics to Infinite Loops
ITPUB
ITPUB
May 26, 2016 · Fundamentals

Avoid Common Mistakes When Teaching Yourself Web Development: A Beginner’s Roadmap

A recent graduate shares how he overcame the pitfalls of self‑teaching programming by narrowing his tech stack to essential web tools, focusing on hands‑on projects, and avoiding endless theory, offering a concise roadmap for beginners eager to build functional prototypes quickly.

BackendDjangoWeb Development
0 likes · 4 min read
Avoid Common Mistakes When Teaching Yourself Web Development: A Beginner’s Roadmap