About Florian Dahlitz
Florian is an avid Pythonista and writes for Real Python. He is a corporate student studying applied-computer science in Germany and interested in everything around Python and Docker.
Here’s where you can find Florian on the web:
Tutorials Contributed to by Florian:
Courses Contributed to by Florian:
- How to Publish Your Own Python Package to PyPI
- OOP Method Types in Python: @classmethod vs @staticmethod vs Instance Methods
- Continuous Integration With Python
- Writing Cleaner Python Code With PyLint
- Python Context Managers and the "with" Statement
- Conditional Statements in Python (if/elif/else)
- Sending Emails Using Python
- Immutability in Python
- Idiomatic pandas: Tricks & Features You May Not Know
- Making HTTP Requests With Python
- Test-Driven Development With pytest
- Pandas DataFrames 101
- Migrating Applications From Python 2 to Python 3
- Mastering While Loops