PinnedNakatudde SuzaninAWS TipWhy and How to Serialize Data in Web DevelopmentThe serialization and deserialization processes are essential in web development for effective data management and system communication…Aug 3Aug 3
PinnedNakatudde SuzaninThe StartupPython args and kwargsWhen I was new to python, I struggled to understand what *args and **kwargs mean. If you are new to these as well, this article is for you…Sep 10, 20194Sep 10, 20194
Nakatudde SuzanMastering Python: A Comprehensive Guide for Beginners- Part 2Working with strings and numbers in PythonNov 19, 20231Nov 19, 20231
Nakatudde SuzanMastering Python: A Comprehensive Guide for Beginners- Part 1Python, renowned for its simplicity, stands as an excellent language for individuals embarking on their programming journey. In this…Nov 17, 2023Nov 17, 2023
Nakatudde SuzanObject-Oriented Programming(OOP) in Python.Do you want to learn, or are you still struggling to understand how Python can be used for Object-Oriented Programming(OOP)? This could be…Nov 11, 2023Nov 11, 2023
Nakatudde SuzaninDev GeniusUnderstanding PySparkIn this article, the following will be covered:-Sep 20, 2022Sep 20, 2022
Nakatudde SuzanNaive Bayes Classifiers And Their Applications In Machine LearningIn this article, we shall discuss Conditional Probability, Bayes Theorem, Naive Bayes, and Gaussian Naive Bayes. All this tends to give you…Aug 23, 2022Aug 23, 2022
Nakatudde SuzanDifference between Pandas iloc and loc MethodsThe loc and iloc methods are essential pandas methods used for selecting, filtering, and manipulating data. They allow us to access the…Aug 20, 2022Aug 20, 2022
Nakatudde SuzanCreating Graphical User Interfaces with Python and PyQtEven though web and mobile applications appear to overtake the software development market, there’s still some demand for traditional…Oct 30, 2019Oct 30, 2019
Nakatudde SuzaninThe StartupSearch Algorithms In PythonSearching is the technique of selecting specific data from a collection of data based on some condition. You are familiar with this…Aug 1, 20192Aug 1, 20192