排序
Using Python, Flask, and Angular to Build Modern Web Apps – Part 3
Using Python, Flask, and Angular to Build Modern Web Apps - Part 3,In this series, you will learn how to create modern web applications with Python, Flask, and Angular. Part ...
Scraping my Twitter Social Graph with Python and Selenium
Scraping my Twitter Social Graph with Python and Selenium,I have been on Twitter for 9 years, but only just realized this: Twitter is at its best when used like Messenger or WhatsA...
Finding project names smartly
Finding project names smartly, You need to write what you did before you forget it because you will eventually forget it @wesbos didn't remember the exact words ¯_(ツ)_/¯ Long st...
Should I choose Hyperledger Sawtooth 1.0 over Fabric 1.0 for my private blockchain?
Should I choose Hyperledger Sawtooth 1.0 over Fabric 1.0 for my private blockchain?,The Hyperledger Blockchain project is at its peak right now. With big companies like IBM and tec...
The Auto-breaking Switch Statement: A Proposal
The Auto-breaking Switch Statement: A Proposal,I have taken advantage of fallthoughs in switch statements maybe twice. And that's a hard maybe. I can only really remember one insta...
A small experiment
A small experiment,Hi, This week I've decided to make a personal experiment. I've been developing for Android for a couple of years, always based on Java native code. That's becaus...
What things can we (or should we) be using Python for instead of JavaScript?
What things can we (or should we) be using Python for instead of JavaScript?,In my day to day work as a web dev I use JS all over the stack, but in my free time I've decided (rathe...
How to Build a Message Delivery Status in Django
How to Build a Message Delivery Status in Django, Today, we will make a realtime message delivery status framework with Django and Pusher. A basic understanding of Django and Vue i...
Modernizing Java – A language feature wish list (Part 2)
Modernizing Java - A language feature wish list (Part 2),In this second part of the 'Modernizing Java' series, we will consider language features from C#, JavaScript (ES6) and othe...
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...
JavaScript is almost pythonic
JavaScript is almost pythonic, Multi-line String Python3.6 print('''string text line 1 string text line 2''') Enter fullscreen mode Exit fullscreen mode ES2017 console.log(`string ...
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...