排序
Java Syntax Puzzlers
Java Syntax Puzzlers,Roughly 12 years ago, I started to contribute to the Eclipse ecosystem in various functions. One of the most interesting experiences to this date was to work o...
Developer story – path to Python
Developer story - path to Python,Somehow, I became a Python developer and I like it. And now, some context. I started my work career at 19 (I am 33 now) right after I finished tech...
How To Make Dev Better In 2020
How To Make Dev Better In 2020,Today I'd like to discuss the 5 ways we can make dev a better place in 2020, and I already broke number 1. 1. Stop with the '...in 2020' posts (no cl...
ChatGPT is Game Changing! – heapq explained by an AI tool
ChatGPT is Game Changing! – heapq explained by an AI tool,In the past few days, I have read a lot of twitter posts about ChatGPT and I was impressed by all the example I had seen,...
Scrape Github User details with Python.
Scrape Github User details with Python.,When i was learning web scraping , one of the ideas that came to my mind is a Github Scraper. Here i will try my best to describe each proce...
In Your Opinion, What Makes Code Pythonic?
In Your Opinion, What Makes Code Pythonic?, What does it mean, Pythonic? What do you think makes code pythonic, write about it in the comments. 原文链接:In Your Opinion, What Make...
Most recent package you have released to a public repository?
Most recent package you have released to a public repository?,Be it NPM, PyPI or Jira or something else. 原文链接:Most recent package you have released to a public repository?
Algorithms Every Programmer Should Know
Algorithms Every Programmer Should Know, Algorithms Every Programmer Should Know (2 Part Series) 1 Algorithms Every Programmer Should Know 2 Algorithms Every Programmer Should Know...
When 0.1 + 0.2 = 0.30000000000000004: A Java Developer’s Guide to Trust Issues 🤔
When 0.1 + 0.2 = 0.30000000000000004: A Java Developer's Guide to Trust Issues 🤔,Ever had that moment when your calculator says 0.1 + 0.2 = 0.3, but Java's like 'Hold my bits'? We...
Write better functions in Python!!
Write better functions in Python!!,By seeing the title you may get an idea of what we are going to discuss. So, let's waste no time and dive into the topic. After writing functions...
4 Cool Website and their APIs
4 Cool Website and their APIs, Introduction Hello Guys, It's been quite a time since I published the last blog but finally, I am back with 4 Websites that will help you to resolve ...
What were some quirks and gotchas about working with Python 1?
What were some quirks and gotchas about working with Python 1?,Python 2 was released in October 2000, but Python 1 was released to the world six years earlier, in 1994 - much like ...