top of page


Read more about ...
Search
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...
Spyhce
Jun 8, 20174 min read
2,883 views
0 comments
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...
Spyhce
Sep 19, 20162 min read
61 views
0 comments

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...
Spyhce
Mar 23, 20163 min read
260 views
0 comments

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...
Spyhce
Mar 9, 20164 min read
55 views
0 comments

CPython data structures
DESIGN AND IMPLEMENTATION OF THE CPYTHON'S MOST RELEVANT DATA STRUCTURES. This article presents and describes the design and...
Spyhce
Oct 29, 20159 min read
399 views
0 comments
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...
Spyhce
Sep 4, 20154 min read
35 views
0 comments
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...
Spyhce
Sep 3, 20153 min read
35 views
0 comments
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...
Spyhce
Jul 22, 20154 min read
33 views
0 comments

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...
Spyhce
Jul 13, 20159 min read
818 views
0 comments
bottom of page