Knowing the difference between mutable and immutable types in Python is important. In this article I will give you some practical examples of both and show you some of the advantages of using immutable types. We even look at JS / React / functional programming a bit towards the end.
Articles
AI Best Practices Books Career Code Challenges Concepts Data Data Science Developer Devops Django FastAPI Flask Learning Meta Mindset Modern Python Modules News Packages Podcast Productivity Products Projects PyBites Modules Pycon Reviews Rust Soft Skills Special Testing Tips Tools Twitter Digest Uncategorized
Latest articles
-
Delve into the why and the how of writing command-line tools using Python.
-
When people come to Python one of the things they struggle with is OOP (Object Oriented Programming). Not so much the syntax of classes, but more when and when not to use them. If that’s you, read on. In this article I will give you some insights that will get you clarity on this.
-
Building my first Django Site and learning so much more than Django
-
Have you ever wanted to create awesome stuff with Django like making your own blog or any other app but don’t know where to start? Or are you tired of taking lazy tutorials?
-
Refactoring is all about making your code more maintainable. In this article I will provide you with Python and generic software tips to write better code.
-
In this article you will learn how to setup a project in GitHub and to use boards to organize you issues using agile methods.
-
We hear it so often: I need to ace algorithms to land a SW job. To a certain extent yes. You surely need to understand what data structure to use and make efficiency trade-offs.
-
If you work in data engineering, then the chance are high that you are using or have used Apache Airflow.
-
Finding differences in excel files using Pandas!