Christmas Sale
CodeGym University
Learning
Courses
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
Jesse Haniel
Learning Python
14 November 2024 17:12
Escaping Characters in Python
When working with strings in Python, sometimes we need to use certain characters that have special meanings. This is where escaping characters comes into play
Milan Vucic
Learning Python
14 November 2024 15:18
How to Call a Function in Python
At its core, a function is a block of reusable code that performs a specific task. Instead of writing the same code over and over, we create a function and call it whenever we need it. This makes our code cleaner, more organized, and easier to maintain
Oleksandr Miadelets
Learning Python
13 November 2024 17:03
HashMap in Python
If you've worked with dictionaries in Python, you're already on the right track! A HashMap is a powerful way to store and retrieve data quickly and efficiently, and in Python, dictionaries function similarly to HashMaps in other programming languages
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
Volodymyr Portianko
Learning Python
12 November 2024 14:20
Python Comparison Operators
Today, we're going to explore comparison operators in Python. These little symbols make a big difference in our code by helping us compare values and make decisions based on those comparisons
CodeGym
Random
12 November 2024 7:58
Coding: Moving From Theory to Practice or How to Deal With Coder’s Block
Different kinds of people are using CodeGym for different reasons. While many choose our platform as the main source of learning how to code in Java, quite often CodeGym is used by students studying programming in the uni...
Artem Divertitto
Learning Python
11 November 2024 16:34
Floor Division in Python
Today, we're diving into a handy Python operation that doesn’t get as much attention as it deserves: floor division. If you’ve been working with division in Python, you may have encountered floor division without even realizing it
Jesse Haniel
Learning Python
11 November 2024 15:48
How To Compare Strings in Python
Hello, today, we’re exploring a topic that arises more often than you might expect: string comparison in Python. Whether you’re checking passwords, sorting names, or simply matching text in a list, comparing strings is a skill every Python programmer needs to know
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!
Show more
1
...
5
6
7
8
9
...
72
Please enable JavaScript to continue using this application.