Mohamed Ashour
Mohammed Ashour

Mohammed Ashour

Follow
Follow
homebadgesnewsletter
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Python Arguments: Passed by Reference or Value? A Brief Explanation.

Jul 25, 20232 min read44 views

This is one aspect of Python that may not be straightforward, particularly for beginners. When passing a parameter to a function, is it passed by...

Python Arguments: Passed by Reference or Value? A Brief Explanation.

Improve Your Python Code Readability and Maintenance by Avoiding These 3 Mistakes

Jul 9, 20235 min read76 views

Writing Python code is easy, but writing good, maintainable, readable Python code is not as such. ยท TLDR; Avoid these 3 mistakes for clearer Python code:...

Improve Your Python Code Readability and Maintenance by Avoiding These 3 Mistakes

Exploring Rust with a Python Background: My Early Experiences

Jul 1, 20235 min read83 views

Background I have been writing Python code professionally for over half a decade (about 7 years). I have used it in various companies and products,...

Exploring Rust with a Python Background: My Early Experiences

Python's Concurrency Tools: Multithreading, Multiprocessing, and AsyncIO: A practical guide

Mar 5, 202316 min read20 views

When considering scaling, the initial thought that may come to mind is scaling across multiple machines. However, it is important to ensure that you...

Python's Concurrency Tools:  Multithreading, Multiprocessing, and AsyncIO: A practical guide

Know your Python modules: collections

Jan 6, 20225 min read13 views

When you start learning Python and see how easy it can get and how amazing things you can do with it easily and without much confusion, you sometimes...

Know your Python modules: collections