SlideShare a Scribd company logo
From Java to Python
python.be meetup #5
by Ivo Houbrechts
Hi, I'm Ivo
FreelanceSoftwareCraftsman
ProfessionalDeveloperSince1997
UpcycledCode
Agenda
Whatwedevelop
Loveatfirstsight
Therockyroad
PyprojectX:thedealmaker
What we develop
Applications/RESTAPIs
~70gitrepositoriescheckedout
Java(Groovy),NodeJs,Python(Combined)
oldestrepo:2012
15+Pythonprojects
Love at first sight
Python 💕
NoCeremonialCode
Indentationbased
Comprehensions
Decorators
Batteriesincluded
Standardlibrarypackedwithusefulstuff
Pip/PyPI
Plentyoflearningresources
Python for AWS Lambda
IncomparisonwithJavaandJavaScript:
Betterlibrarysupport
Boto3
LambdaPowertools
Contractfirstdevelopment
OpenAPI/Swagger
Connexion+Flask+ServerlessWSGI
A unique chance to
compare
Distributedtracingimplementation
ImplementedinJava,JavaScriptandPython
Samefunctionality
SlightlymorefeaturesinPython
The verdict from SonarQube
Python JavaScript Java
LoC 223 249 754
Cyclomatic
Complexity 42 48 92
CognitiveComplexity 27 30 37
The rocky road
The story of migrating from Java to Python
The preparation
The story of migrating from Java to Python
Search Libraries
AWSspecific
Boto3
LambdaPowertools
PynamoDB
General
Connexion
Flask
ServerlessWSGI
Migrate custom AWS library
SmallJavaScriptlibrary
Helpersforeventhandling
APIGateway
S3
SQS
Utilityfunctions
Team Onboarding
Python Installation
AnticipatesupportofmultiplePythonversions
3differentJavaversions
2differentNodeJsversions
pyenv
theWindowsguyjustsurvived
frustrationsonMaccausedbydifferent
installationoptions
Onetimeeffort🙄
Auto-selectpythonwith.python-version😃
Dependency Management
Poetry
Worksasadvertised
Butnotforeveryone😵‍💫
Dependingontheinstallationmethod,yougotadifferent
version🤨
Tool dependency hell
BesidesPoetry,weuseblack,isort,pre-commit,...
10projectsx5toolsx3versions=upto150
combinations😱
ShowStopper!🛑
How do others solve this?
installtoolsasdevdependencies
impactonruntimedependencies
downgradeofdependenciesatbest
versionconflictsatworst
f.e.AWSSAMnotcompatiblewithboto3
docker
notdeveloperfriendly
doesnotplaywellwithIDEs
PyprojectX: the deal maker
What we learned from
Gradle
OnlydependsontheJavaruntime
Don'trelyonlocallyinstalledtools;tools
changeovertime!
Useawrapperscript
Downloadthecorrectversionifnotpresent
Don'tpolluteyourlocalenvironment
Storemostintheprojectdirectory
PyprojectX
Wrapperscripts
pwfor*nixandpw.batforWindows
Configurationinpyproject.toml
(Versioned)Tools
Frequentlyusedcommands
PyprojectX example
[tool.pyprojectx]
pdm = { requirements = ["pdm==2.9.3"],
post-install = "pw@setup-pre-commit" }
ruff = "ruff==0.0.287"
pre-commit = "pre-commit==3.4.0"
jupyter = ["jupyterlab", "-e ."]
[tool.pyprojectx.aliases]
install = "pdm install"
run = "pdm run"
test = "run pytest tests/unit"
start = "run python -m tests.local_flask"
outdated = "pdm update --outdated"
PyprojectX Demo
$ ./pw --info
$ ./pw install
$ ./pw i
$ ./pw start
$ cd tests/unit
$ ../../pw run pytest
$ ./pw pdm add requests
$ px run pytest
But still...
'pip install pdm==2.5.3' !=
'pip install pdm==2.5.3'
Releasesofdownstreamdependenciescanbreaka
Pythontool🤯
...anddockerwon't(always)solvethisforyou😭
SeePDMissue1883
PyprojectX v2
locktoolversions
simplifiedconfiguration
bugfixesandfeaturerequests
expectedrelease:january2024
Conclusions
Pythonisagreatlanguage
Dependencymanagementneedsextraattention
PyprojectXhelpsalothere
MigratingfromJavaorNodeJsisworthwhile
AtleastforAWSLambda
Questions?

More Related Content

PPTX
Python vs Java- Selecting the Ideal Language for Your Technical Journey.pptx
PPTX
Python-vs-Core-Java-A-Comparative-Deep-Dive.pptx.pptx
PPTX
python.pptx
PDF
Java Vs. Python - Which One to Choose In 2023 (1).pdf
PPTX
Python Vs Java: Which One is Easier, Faster, and More Powerful?
PPTX
IPT 2.pptx
PPTX
Python vs JavaScript: Choose the Right Programming Language for Your Project
PPTX
All you need to know about Python | BJIT
Python vs Java- Selecting the Ideal Language for Your Technical Journey.pptx
Python-vs-Core-Java-A-Comparative-Deep-Dive.pptx.pptx
python.pptx
Java Vs. Python - Which One to Choose In 2023 (1).pdf
Python Vs Java: Which One is Easier, Faster, and More Powerful?
IPT 2.pptx
Python vs JavaScript: Choose the Right Programming Language for Your Project
All you need to know about Python | BJIT

Similar to The story of migrating from Java to Python (20)

PPTX
A deep dive into python and it's position in the programming landscape.pptx
PDF
Why Java and Python Are the Cornerstones of Modern Programming
PPT
1-ppt-python.ppt
PPT
Python for students step by step guidance
PDF
Python Advantages over Java .
PPTX
Python Programming Language
PPT
Python @ PiTech - March 2009
PPTX
What is python
PDF
14 f intro to python-3.3
PPTX
Java vs python
PPT
python programming language ppt by brandon
PPTX
A Brief Introduction to Python - English
PPTX
Chapter - 1.pptx
PDF
Ways To Become A Good Python Developer
PDF
Daniele Esposti - Evolution or stagnation programming languages - Codemotion ...
PDF
Daniele Esposti - Evolution or stagnation programming languages - Codemotion ...
PPTX
Evolution or stagnation programming languages
PDF
Node.js vs. python
PDF
Python
A deep dive into python and it's position in the programming landscape.pptx
Why Java and Python Are the Cornerstones of Modern Programming
1-ppt-python.ppt
Python for students step by step guidance
Python Advantages over Java .
Python Programming Language
Python @ PiTech - March 2009
What is python
14 f intro to python-3.3
Java vs python
python programming language ppt by brandon
A Brief Introduction to Python - English
Chapter - 1.pptx
Ways To Become A Good Python Developer
Daniele Esposti - Evolution or stagnation programming languages - Codemotion ...
Daniele Esposti - Evolution or stagnation programming languages - Codemotion ...
Evolution or stagnation programming languages
Node.js vs. python
Python
Ad

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Spectroscopy.pptx food analysis technology
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PPTX
Cloud computing and distributed systems.
PDF
Unlocking AI with Model Context Protocol (MCP)
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Empathic Computing: Creating Shared Understanding
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
Spectral efficient network and resource selection model in 5G networks
The Rise and Fall of 3GPP – Time for a Sabbatical?
Spectroscopy.pptx food analysis technology
Dropbox Q2 2025 Financial Results & Investor Presentation
Agricultural_Statistics_at_a_Glance_2022_0.pdf
MYSQL Presentation for SQL database connectivity
sap open course for s4hana steps from ECC to s4
Diabetes mellitus diagnosis method based random forest with bat algorithm
Per capita expenditure prediction using model stacking based on satellite ima...
Machine learning based COVID-19 study performance prediction
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
A comparative analysis of optical character recognition models for extracting...
Cloud computing and distributed systems.
Unlocking AI with Model Context Protocol (MCP)
“AI and Expert System Decision Support & Business Intelligence Systems”
Empathic Computing: Creating Shared Understanding
Chapter 3 Spatial Domain Image Processing.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Ad

The story of migrating from Java to Python