Promotion
CodeGym University
Learning
Courses
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Authors
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
John Selawsky
Senior Java Developer and Tutor at
LearningTree
Write a message
A senior Java developer and Java tutor at Learning Tree International programming courses. Sometimes I write some stupid programming stuff about Java. 7 years experience of Java/J2EE development. In Java We Trust.
Author's articles
John Selawsky
Learning Python
12 November 2024 15:28
Python Nested Dictionary
In Python, a dictionary is a data structure that holds key-value pairs. A nested dictionary is simply a dictionary within a dictionary. This allows you to store more complex, hierarchical data structures
John Selawsky
Learning Python
7 November 2024 13:52
Length of an Array in Python
Hey there, If you've ever found yourself wondering, "How do I find out the length of an array in Python?" then you've come to the right place. This article is going to walk you through everything you need to know about determining the length of an array in Python
John Selawsky
Learning Python
16 September 2024 9:35
How to Learn Python in 2024: Step-by-Step Guide
Acquiring a new skill for your current profession or switching to a new career path is easier than ever today, especially when you focus on learning thought-after tech skills like programming
John Selawsky
Learning Python
30 July 2024 15:58
Convert JSON to CSV in Python
Hello, Python enthusiasts! Today, we're tackling a common data conversion task: converting JSON to CSV. By the end of this article, you'll be equipped with the knowledge and tools to easily transform JSON data into CSV format using Python.
John Selawsky
Stream API
20 September 2023 12:43
Java Stream.of() method
You've probably already heard that streams in Java are designed to process data. They represent a sequence of elements that can be processed using various operations such as...
John Selawsky
Java Arrays
10 May 2023 13:15
String Array in Java
Often the first data structure a novice programmer gets acquainted with is an array. That's because arrays are fairly easy to learn. A one-dimensional array is a sequence that consists of a fixed number of cells in which data can be stored. In the case...
John Selawsky
Java Numbers
7 March 2023 12:34
Java floor() method
A floor function which is also known as the greatest integer function in maths takes a real number “x” as an input. It returns the greatest integer that is less than or equal to input number x. It is normally denoted as floor(x) or ⌊x⌋. It is used...
John Selawsky
Methods in Java
11 January 2023 12:26
Methods in Java
Hello again! In the last lesson we got acquainted with classes and constructors, and learned how to create our own. Today we will become better acquainted with methods, an essential part of classes. A method is a set of commands which allow you to perform a specific operation in a program ...
John Selawsky
Java Developer
1 December 2022 15:00
A* Search Algorithm in Java
Different search algorithms are tailored for different tasks. Today we are going to talk about A* search, one of the most effective pathfinding algorithms. This one is very well suited for computer games and building searching graphs such as ways between cities and so on.
John Selawsky
Design Patterns in Java
15 September 2022 10:59
Strategy Design Pattern
Hi! In previous lessons, we've already briefly become acquainted with the concept of inheritance. In case you forgot, I'll remind you that this term refers to a standard solution to a common programming task. At CodeGym, we often say that you can google the answer to almost any question...
John Selawsky
Java Developer
29 August 2022 7:29
XML in Java
Hi! Today we will introduce another data format called XML. This is a very important topic. When working on real Java applications, you will almost certainly encounter XML-related tasks. In Java development, this format is used almost universally (we will find out why below), so I recommend...
John Selawsky
Strings in Java
14 July 2022 10:43
Substring in Java
This article is about substring () methods in Java language. Here you will find the explanation of how using these methods, find out how they work and get some beneficial examples. Substring in general is a contiguous sequence of characters inside the String. It could be a part of the String or the whole String as well...
Show more
1
2
3
4
Please enable JavaScript to continue using this application.