PythonDaily
@daily_python
Daily Python hints, help and learnings
The „with“ statement allows you to shorten your logic by making acquisition and release of resources unnecessary geeksforgeeks.org/with-statement… #pythonDaily #python #programming #coding
Destruct and unpack Tuples, Lists and Hashes with Python to access them easily: blog.tecladocode.com/destructuring-…
RabbitMQ has a PriorityQueue class which allows you to prioritize specific items on your queue #pythonDaily #python #mqtt
Dealing with a messy OOP Codebase? Consider applying the Five „SOLID“ design principles. en.wikipedia.org/wiki/SOLID #pythonDaily #python #oop #programming
Python supports „sorted(<list>)“ function and a built-in list method „<list>.sort()“. Whereas the function returns a new list, the built-in method doesn’t. #pythonDaily #python
Speeding up your code by using python multithreading: concurrent.futures.ThreadPoolExecutor
Our HTTP library of choice is „Requests“ requests.kennethreitz.org #Python #httpClient #pythonDaily
You can use f-strings in python 3 to improve your string interpolation code. Example: „Hello {var}!“
United States Trendy
- 1. Nuss 4,688 posts
- 2. #AEWCollision 7,919 posts
- 3. Lagway 2,680 posts
- 4. Hawks 15.3K posts
- 5. Cam Coleman 3,744 posts
- 6. Ty Simpson 2,465 posts
- 7. Vandy 5,661 posts
- 8. Watford 1,989 posts
- 9. Jeremiyah Love 1,344 posts
- 10. Iowa 31K posts
- 11. Auburn 15.3K posts
- 12. #UFCVegas111 12.9K posts
- 13. Clemson 5,132 posts
- 14. DEANDRE HUNTER N/A
- 15. Bama 10.6K posts
- 16. Stoops 1,072 posts
- 17. #Isles 1,981 posts
- 18. Heisman 14.2K posts
- 19. Rangers 12.1K posts
- 20. Wisconsin 18.4K posts
Something went wrong.
Something went wrong.