排序
I want to learn Python, where should I start?
I want to learn Python, where should I start?,I made a commitment this year to learn python, and so far I know nothing. I would like to at least know the basics. I don't want to ma...
ELI5: Why cast to an interface?
ELI5: Why cast to an interface?,So, I am super new to OOP and Java--specifically, just finishing up my first semester of it. I understand interfaces are akin to contracts, and unde...
Sharing your Advent of Code Results
Sharing your Advent of Code Results,Hi, it has been over a week of coding, so I wanted to ask if anyone would like to share their Advent Of Code results? If so, post a link to your...
TensorFlow to filter PDF files
TensorFlow to filter PDF files,Hello everyone, So I got the idea to filter resumes using Tensorflow but I don't know how to do it o:).. I found some tutorial about training the mod...
sortpom-maven-plugin vs tidy-maven-plugin
sortpom-maven-plugin vs tidy-maven-plugin,Hi folks, i have been asking me what the pro and cons from that two maven plugins are. Can anybody help me. P.S.: I asked this question on...
How to get started with Machine Learning?
How to get started with Machine Learning?,I want to get started with Machine Learning with Python. I've learned python. What's the next step now? I prefer books over MOOCs but I ca...
Technology stack for one-page one-function web app?
Technology stack for one-page one-function web app?,EDIT: Was 'Best web app technology stack?', but noticed it was not really what I meant to ask I’m still finishing my article on...
Could syntax check for your code be taken as distinct step?
Could syntax check for your code be taken as distinct step?,Based on https://stackoverflow.com/questions/47262474/could-syntax-check-for-your-code-be-taken-as-distinct-step Please ...
Why all this hate about Python?
Why all this hate about Python?,On many forums, discussions between devs and several blogs, I saw a lots of articles in which Python is mentioned as a bad or ugly language; but why...
Assertions considered Harmful
Assertions considered Harmful,Assertions are the go-to checking mechanism in unit tests. However, when applied to testing interfaces, specifically GUIs, I consider them to be toxic...
The N-Queens-Puzzle is … (not so?) puzzling.
The N-Queens-Puzzle is ... (not so?) puzzling., What is the N-Queens-Puzzle? Following this Wiki link to the 8-Queens-Puzzle one quickly understands the simple puzzle imposed. Summ...
Challenge: Write your worst program
Challenge: Write your worst program,Hi everyone, As you may know, there is no way in JavaScript to determine whether or not a number is a multiple of another number, so I wrote thi...