InLevel Up CodingbyBryson MeilingStop making your python projects like it was 15 years ago…I have a few things I’ve seen across companies and projects that I’ve seen working with Python that are annoying, hard to maintain, and are…Sep 28, 202469Sep 28, 202469
Robin EllingsenWhip up a stunning Dashboard with Python & Streamlit!Ever wanted to get a juicy dashboard that bedazzles people but don’t want to spend days on trying to center a div with css? Then you should…Jul 23, 20225Jul 23, 20225
Maciej ZalwertPython iterators & generators and why to use generators over list comprehensions (with examples and…If you are interested in developing Python apps in a more elegant way, you care about performance or you just want to learn more advanced…Feb 16, 20222Feb 16, 20222
Maciej ZalwertHow to save and re-use trained AI models. Python pickling hands-on in a nutshellAfter a few hours, you finally trained an AI model in a jupyter notebook in python for one of the Kaggle’s competitions — what now?Feb 9, 2022Feb 9, 2022
Maciej ZalwertDecision Tree, Random Forest and XGBoost demystified with python codeIn this article, I introduce some of the most common used algorithm in machine learning world — decision tree, random forest and XGBoost.Feb 5, 2022Feb 5, 2022
Maciej ZalwertEthical Hacking hands-on (part 9.2/20):Note: This article is being updated regularly. The latest update: 01/02/2022Feb 1, 2022Feb 1, 2022
Maciej ZalwertEthical Hacking (part 9.1/20): Timing attack against strings with Python code explainedNote: This article is being updated regularly. The latest update: 29/01/2022Jan 28, 2022Jan 28, 2022
Maciej ZalwertEthical Hacking (part 9.0/20): Introduction to cryptography with tools and Python/GO codeNote: This article is being updated regularly. The latest update: 27/01/2022Jan 27, 2022Jan 27, 2022
Maciej ZalwertHow to solve a Google interview question in 4 different waysIntuition, Python, Excel and MathAug 9, 20211Aug 9, 20211
Maciej ZalwertPart 2: Nvidia CUDA boost (with code) - how to use GPU computing power to boost speed of options…Note: Part 1 may be found here — where I run tests of Python vs C++ vs CUDA oprations.Apr 7, 2021Apr 7, 2021
Maciej ZalwertPart 1: How to tame pandas' memory management. Three quick and easy tricks. (with python code)Pandas — an unquestionable leader of data analysis toolkit in python. It offers a very easy, flexible and versatile interface. Ideal for…Mar 20, 2021Mar 20, 2021
Maciej ZalwertPart1: Python vs C++ vs CUDA: Comparing performance speed part 1 (with code)It’s obvious that AI needs a lot of computing power. Let’s check if we can fully leverage our PCs and MACs.Mar 16, 2021Mar 16, 2021
Maciej ZalwertThe dream of democratising ML never seemed closer!Note: snorkel offers labelling functions and models that can be easily replaced by a few python lines of code. The Main advantage of using…Mar 8, 2021Mar 8, 2021
Maciej ZalwertQuick tip for developers to protect against credentials’ leakkeep your login & password safeMar 3, 2021Mar 3, 2021
Maciej ZalwertPart 1: Boost python with c/c++ bindings.Python is a very easy, but versatile programming language used almost everywhere. Being an interpreted language it naturally lags behind…Apr 4, 2021Apr 4, 2021
Maciej ZalwertPython quick tip: DICT or IF for getting a value?Are you afraid of unknowns, and you always stay with only one way of implementation? Or you want to be a better python programmer?Apr 9, 2021Apr 9, 2021
Maciej Zalwert(Tutorial) List comprehensions in Python with examples and code.What is a list comprehension?Mar 28, 2021Mar 28, 2021