排序
E for Everywhere
E for Everywhere,I just learned something new and it prompted me to want to share it (and a whole bunch of other things). Let's talk about the letter e. This post will have a littl...
Python Generator Example : File Watcher
Python Generator Example : File Watcher, Python - Generators ==> Demo using file watcher import os from datetime import datetime as dt import time def checkfile(filename): try: ...
Using Docker for Experimenting with Code
Using Docker for Experimenting with Code,This article was originally published on programmingliftoff.com as Using Docker for Experimenting with Code. One of the best ways to learn ...
Using a Proper Text Editor
Using a Proper Text Editor, Hey, you! Yeah, you. Come on over. We need to have a chat. Let's just get a few things out in the open so we can discuss it like adults. We need to talk...
Recommended Text Editors (2017)
Recommended Text Editors (2017), Looking to try out a new text editor? There are literally hundreds of them out in the wild. When it comes to Python, however, only some are useful....
I have a Editor Confession to Make
I have a Editor Confession to Make, I have to make a confession. I am a hardcore Vim addict. I start using it 10 years ago when I worked on servers and needed to edit files without...
Groovy does not always resolve methods like Java
Groovy does not always resolve methods like Java,This is about a bug (or feature?) in Groovy and also about the mindset for learning new programming languages. Recently, looking at...
Learning to rank with Python scikit-learn
Learning to rank with Python scikit-learn,If you run an e-commerce website a classical problem is to rank your product offering in the search page in a way that maximises the proba...
Being a Junior Software Developer
Being a Junior Software Developer,Hey! I am a junior software developer working with Java 8 and Spring (Boot) Framework. It has been around two/three months since I started. Time t...
pip install –upgrade pip
pip install --upgrade pip,pip install --upgrade pip Collecting pip Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB) 100% |████████████████████████████...
sudo apt-get install python3-pip
sudo apt-get install python3-pip, ~ sudo apt-get install python3-pip Reading package lists... Done Building dependency tree Reading state information... Done The following addition...
sudo apt-get install python-pip
sudo apt-get install python-pip, Installation ~ sudo apt-get install python-pip Reading package lists... Done Building dependency tree Reading state information... Done The followi...