After years pondering the question Where are we? I now work with data science and machine learning in Oslo, Norway.
Earlier, I’ve played with everything from Basic, Awk, Java and C to Assembly. Now, I’m lucky enough to do most of my coding in Python. Other favorites include board games, hammocks, square roots and skiing (preferably up-hill). In my spare time I also have the pleasure of teaching kids to code.
Tutorials by Geir Arne:
- Run Python Versions in Docker: How to Try the Latest Python Release
- Cool New Features in Python 3.8
- Python Type Checking (Guide)
- How to Publish an Open-Source Python Package to PyPI
- Primer on Python Decorators
- Cool New Features in Python 3.7
- The Ultimate Guide to Data Classes in Python 3.7
- Python 3's pathlib Module: Taming the File System
Tutorials Geir Arne Contributed to:
- Python Statistics Fundamentals: How to Describe Your Data
- Data Engineer Interview Questions With Python
- Beautiful Soup: Build a Web Scraper With Python
- Pandas: How to Read and Write Files
- Python Descriptors: An Introduction
- Invalid Syntax in Python: Common Reasons for SyntaxError
- Pandas GroupBy: Your Guide to Grouping Data in Python
- When to Use a List Comprehension in Python
- Build a Mobile Application With the Kivy Python Framework
- Python and PyQt: Building a GUI Desktop Calculator
- Arduino With Python: How to Get Started
- Python sleep(): How to Add Time Delays to Your Code
- Emacs: The Best Python Editor?
- Using the Python zip() Function for Parallel Iteration
- Preventing SQL Injection Attacks With Python
- How to Use Generators and yield in Python
- Getting Started With Async Features in Python
- PyGame: A Primer on Game Programming in Python
- MATLAB vs Python: Why and How to Make the Switch
- Python args and kwargs: Demystified
- Natural Language Processing With spaCy in Python
- Real Python at PyCon US 2019
- The Python Square Root Function
- How to Build Command Line Interfaces in Python With argparse
- Three Ways of Storing and Accessing Lots of Images in Python
- How to Get the Most Out of PyCon
- How to Stand Out in a Python Coding Interview
- Refactoring Python Applications for Simplicity
- Supercharge Your Classes With Python super()
- The Factory Method Pattern and Its Implementation in Python
- Working With Files in Python
- Thonny: The Beginner-Friendly Python Editor
- Interactive Data Visualization in Python With Bokeh
- Getting Started With Testing in Python
- The Python range() Function (Guide)
- How to Round Numbers in Python
- Python Program Lexical Structure
- Python Pandas: Tricks & Features You May Not Know
- Reading and Writing CSV Files in Python
- Generating Random Data in Python (Guide)
- Operator and Function Overloading in Custom Python Classes
- Python for Social Scientists