top of page
Read more about ...
Search
Spyhce
Jun 8, 20174 min read
USING IPTABLES INSTEAD OF UFW IN A BASIC SERVER SETUP & FOR DOCKER
This article shows why and how to use iptables instead of ufw to set up a Linux server. Contrary to general belief, I hold that doing so...
2,825 views0 comments
Spyhce
Sep 19, 20162 min read
Quick SSH access
HOW TO NOT GET LOST IN THE FOREST OF SSH SERVERS YOU HAVE TO WORK WITH For 8vance, one of the more complex projects that we're working on...
57 views0 comments
Spyhce
Mar 23, 20163 min read
How to write Python C++ extensions under Windows
WRITING PYTHON C++ EXTENSIONS IS VERY SIMPLE AND IT WILL HELP YOU UNDERSTAND THE LANGUAGE A LITTLE BETTER. Writing Python C++ extensions...
257 views0 comments
Spyhce
Mar 9, 20164 min read
Python isn't just for programmers
SMALL DIY PROJECT TO OPEN A GATE THROUGH THE INTERNET WITH THE HELP OF PYTHON Python is a very friendly language that has caught on in...
54 views0 comments
Spyhce
Oct 29, 20159 min read
CPython data structures
DESIGN AND IMPLEMENTATION OF THE CPYTHON'S MOST RELEVANT DATA STRUCTURES. This article presents and describes the design and...
355 views0 comments
Spyhce
Sep 3, 20154 min read
Design patterns
UNDERSTAND WHAT DESIGN PATTERNS ARE ALL ABOUT If you are reading this article there is a big chance you've already encountered situations...
35 views0 comments
Spyhce
Sep 2, 20153 min read
Wrapping functions with decorators
LEARN TO CREATE AND USE PYTHON DECORATORS If you just started using python or django you may have encoutered some functions that have an...
35 views0 comments
Spyhce
Jul 21, 20154 min read
You don't care about performance
PROFILING FOR PERFORMANCE You don't care about performance, before you rant at me and include my mother in the conversation, answer some...
33 views0 comments
Spyhce
Jul 12, 20159 min read
Network simulations in Python using Networks library
NETWORKX LIBRARY WILL BE USED FOR SOME DEMONSTRATIONS ABOUT HOW MUCH FUN ONE COULD HAVE WITH BORING DATA STRUCTURES LIKE GRAPHS This...
801 views0 comments
bottom of page