Promotion
CodeGym University
Learning
Course
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Java Blog
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
You must belong to more groups
Create article
All groups
New
Milan Vucic
Learning Python
11 November 2024 13:24
Increment and Decrement in Python
Today, we're tackling a topic that might be a bit of a surprise if you’re coming from languages like C, C++, or Java: increment and decrement operations in Python. In many programming languages, you’ll find ++ and -- operators
Oleksandr Miadelets
Learning Python
7 November 2024 16:19
Exponents in Python: Everything You Need to Know
Today, we're going to explore an useful and often-used concept in programming: exponents. Whether you're new to programming or you've been around the block a few times, understanding exponents and knowing how to work with them in Python is essential
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
Vasyl Malik
Learning Python
6 November 2024 17:15
Matrix in Python
Today, we're going to talk about matrices in Python. If you've ever been curious about how to work with grids of numbers, similar to what you might have seen in algebra class, then you're in the right place!
Artem Divertitto
Learning Python
6 November 2024 13:51
Python Dictionary Length
Today, we're exploring a topic that’s both simple and incredibly useful: finding the length of a dictionary in Python. You might think, “Why would I need to know the length of a dictionary?” Well, imagine you’re managing a collection of items
Jesse Haniel
Learning Python
5 November 2024 16:39
How to Truncate a Python String
Hello, Python learner! Today, we're going to talk about something very useful — truncating strings in Python. You know, sometimes strings can get a little bit too long, and we need to trim them down to size
Oleksandr Miadelets
Learning Python
5 November 2024 12:55
XOR Operator in Python
Hey there, we’re about to explore something truly exciting — the XOR operator in Python. Sounds mysterious? Don’t worry; by the end of this article, it’ll feel like second nature to you
Volodymyr Portianko
Learning Python
5 November 2024 10:27
How to Remove Elements from a List in Python
Today, we’re exploring one of the most frequent (and powerful) tasks you’ll come across when working with lists in Python—removing elements. It sounds simple, but Python gives us a surprising variety of tools to handle this task
CodeGym
Random
5 November 2024 9:48
In Pursuit of Excellence. 10 IntelliJ IDEA Plugins to Make Your Code Perfect
One of the core advantages of CodeGym, compared to other online Java courses or alternative ways to learn this programming language, is that our platform is designed to take total beginners in coding and turn them into real...
CodeGym
Random
28 October 2024 7:02
Learning Goes Too Slow? Best Apps to Beat Procrastination and Get More Effective
Procrastination is a topic we have to mention in CodeGym articles, in one way or another, rather frequently. Just because, let’s be honest, the majority of our users...
CodeGym
Learning Java
22 October 2024 7:30
Top 7 Tips and Tricks to Learn Java As Quickly As Possible
It is the way the human brain works. Whatever we do, our brain is constantly looking for more effective solutions and shortcuts that would allow us to do the same thing quicker, better, and in a more convenient way than before. So rest easy, if you are wondering if there are any tips and trick...
Konstantin
Design Patterns in Java
15 October 2024 8:15
What are anti-patterns? Let's look at some examples (Part 1)
Good day to all! The other day I had a job interview, and I was asked some questions about anti-patterns: what they are, what types there are, and what practical examples there are. Of course, I answered the question, but very superficially, since I had not previously dived deep into this topic...
Show more
1
2
3
4
...
71
Please enable JavaScript to continue using this application.