
ArjanCodes
@ArjanCodes
Followers
4K
Following
258
Media
170
Statuses
385
I help people become better at software development and design.
Utrecht
Joined September 2014
RT @Nebulonit: "Have you heard of GPT Engineer? It's a new tool that developers are creating so we can replace ourselves faster than ever b….
0
3
0
I feel like I’ve only scratched the surface of using a pub-sub service in my software. Are you using pub-sub, and what for? Follow me on Instagram for more about design patterns and architecture: #observerpattern #designpatterns #programming
6
0
10
Pandera SchemaModel works with Pydantic! 🐍 To take advantage of this integration, you can specify a SchemaModel in a Pydantic BaseModel. With Pandera v0.10.0 or higher, you can do the opposite as well. To learn more about Pandera, click here: #Pandera
2
3
18
Did you know that type hints and annotations don't validate your Python data? 🤔 Check out today's video to see how Pandera ensures data quality and integrity: #pandaspython #pandasvalidate #pandasvalidation #typehintspandas
1
2
18
Don’t add or remove elements from a user interface on the fly. While it may seem convenient to show or hide elements based on user interactions, it also creates confusion and frustration for the user. For more UX design tips, follow me on Instagram: #UX
0
0
5
If you use a Mac for software development, these apps will make your life a whole lot easier!🔥 #MacBookSetup #ProductivityHacks #DevelopmentTips #Programming
0
3
8
RT @ArjanCodes: Poetry makes it easy to build and publish Python packages. You can build a package using ‘poetry build’ and publish it to P….
0
2
0
Poetry makes it easy to build and publish Python packages. You can build a package using ‘poetry build’ and publish it to PyPI using ‘poetry publish’. If you want to learn more about virtual environments and poetry, follow me on Instagram: #poetrypython
3
2
30
RT @ArjanCodes: It can be tricky when different packages in Python run into compatibility issues. With poetry, you can easily create virtua….
0
1
0
It can be tricky when different packages in Python run into compatibility issues. With poetry, you can easily create virtual environments in Python and say goodbye to the problem for good! Watch this week’s video to learn more: #virtualenv #poetry
0
1
28
RT @ArjanCodes: Trying to print variable names for debugging in Python? Here's a quick and easy tip: use the {var=} syntax in f-strings ins….
0
8
0
Trying to print variable names for debugging in Python? Here's a quick and easy tip: use the {var=} syntax in f-strings instead of {var} to easily print out the variable name and its value. For more f-strings tips, follow me on Instagram: #FstringsPython
1
8
22
RT @ArjanCodes: If you have a column with a small number of unique values, consider using the category data type. This can significantly re….
0
3
0
If you have a column with a small number of unique values, consider using the category data type. This can significantly reduce the memory usage of the column. To learn more tips about pandas’ data types, see my Instagram post: #pandas #datatypes
0
3
12
RT @ArjanCodes: Struggling with large datasets that slow down your work? 🐼 Learn how to handle them efficiently with pandas' data types. C….
0
1
0
Struggling with large datasets that slow down your work? 🐼 Learn how to handle them efficiently with pandas' data types. Check out this week’s video: #pandas #largedata #datatypes
1
1
9
RT @ArjanCodes: I always use a main() function to prevent polluting the module namespace with variables that can be declared locally in mai….
0
2
0
I always use a main() function to prevent polluting the module namespace with variables that can be declared locally in main(). For more software design and development tips, follow my Instagram: #pythoncodingtips #pythonprogramming #pythonstyleguide
0
2
9
RT @ArjanCodes: Do you know the GRASP design principles? I think they’re actually better suited to Python code than the SOLID principles. W….
0
5
0