Promotion
CodeGym University
Learning
Courses
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Group
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
CodeGym
/
Java Blog
/
Learning Python
Learning Python
121 members
Leaderboard
Popular
New
Old
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
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
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
Artem Divertitto
Learning Python
14 November 2024 18:05
Polymorphism in Python
Hi! Today we will talk about a very important and interesting topic in Python (and many other programming languages): Polymorphism. Don’t let the fancy word intimidate you; we’re going to break it down piece by piece
Dmitry Vezhnin
Learning Python
12 June 2025 11:58
How Long Does it Take to Learn Python?
Is Python going in for world domination, or is it just a hype? No --- Python isn't just a trend. While it is often hyped, that popularity is backed by real-world demand across many industries. It's not a "learn it today, forget it tomorrow" language. Here's why Python is very much worth learning
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
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
Volodymyr Portianko
Learning Python
15 August 2024 16:35
Convert a List into a Tuple in Python: A Friendly Guide
If you’re new to Python or just brushing up on your skills, you’re in the right place. This guide will walk you through the ins and outs of lists and tuples, explain why you might want to convert one to the other, and, of course, show you how to do it with some friendly examples.
Artem Divertitto
Learning Python
14 August 2024 16:44
Remove NaN Using Python
Welcome, fellow, today, we’re diving into a topic that’s not only essential for data processing but also pretty common when you’re working with real-world datasets. We’re talking about those pesky NaNs—short for "Not a Number"
Vasyl Malik
Learning Python
14 August 2024 12:28
Multiply in Python
Hey there, today, we're diving into something that might seem basic at first glance but is fundamental to so many operations in programming: multiplication in Python.
Oleksandr Miadelets
Learning Python
13 August 2024 16:44
Infinity in Python: Mastering the Infinite
Welcome, today, we're diving into a fascinating concept: Infinity in Python. You might wonder, "Infinity In programming?" Yes, indeed! Infinity is not just a math concept; it has practical uses in Python
Show more
1
2
3
Please enable JavaScript to continue using this application.