The developer homepage - join the programming community from gitconnected. Discover and share coding news, with the best stories rising to the top. Get the latest updates on JavaScript, web development, frontend, backend, and programming. Build your skills, reputation, and network with your personal developer homepage and portfolio. Collaborate with other software engineers.
This is the first in a series of posts in which I’m going to go through the process of building a web application (and its web server) from scratch in Python. For the purposes of this series, I’m going to solely rely on the Python standard library and I’m going to ignore the WSGI standard. Without further ado, let’s get to it! The web server To begin with, we’re going to write the HTTP server that will power our web app.
I teach deep learning both for a living (as the main deepsense.ai instructor, in a Kaggle-winning team1) and as a part of my volunteering with the Polish Chi...
Now you can develop deep learning applications with Google Colaboratory -on the free Tesla K80 GPU- using Keras, Tensorflow and PyTorch. Hello! I will show you how to use Google Colab, Google’s free…
This document describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can not only define new functions b...
Moving from Python to C++, how to use classes, header files and source files. Slide Deck: https://docs.google.com/presentation/d/1CgVhxocijIaFJD9Zk3RQQLM8xdm...