Code

Python

7 File Handling Operations in Python Explained with Programming Examples

[File Handling in Python] How to create, read and write a file in Python? How to append new content in the file? How to read the line-by-line file into the list?

Java

10 Features of Functional Programming in Scala | Why Scala over Java?

What are the features of Scala? Functional programming in Scala in detail. What are the applications of Scala? Scala vs Java- what should you learn?

Python

[Decision Making] if-else, nested elif Statements in Python 3 | Example Code

[Complete tutorial for decision making] If-else statement, nested if else in Python 3 explained with programming examples, syntax and code. Exercise questions for practice.

cpp

Difference Between do, do-while and for loop | Syntax and Coding Example

Explain while, do-while and for loop in C/C++ with programming examples and coding syntax. What is the difference between while, do-while and for loop in C?

Python

[Cheat Sheet] Basic Python 3 Syntax Explained with Code and Examples

[Complete Cheat Sheet] What are the basic Python 3 syntaxes? Explain each syntax with code and Python programming examples.

c_programming

9 Basic, Derived and User Defined Data Types in C Explained with Example

[Explained with example] What are the different basic, derived and user defined data types in C programming? What are the range of signed and unsigned int and char?

Java

Java 12: New Productive Features and Improvements for Developers

What is new in the latest version of Java? Check out all the Java 12 features and improvements about switch case, garbage collectors- Shenandoah, arm port and many new things…

coding challenge

Python Competitive Programming Questions for Practice

Complete list of Python Competitive Programming Questions for Practice. Explaining each coding tutorials with tips, input, and output.

Python

[Complete Guide] Python Dictionary Tutorial for Beginners

The complete guide for python dictionary. Create, add, delete elements from the dictionary, list comprehension along with built-in functions and methods explained with coding examples.