最新发布第2133页
Creating a production ready API with Python and Django Rest Framework – part 1
Creating a production ready API with Python and Django Rest Framework - part 1,The aim if this tutorial is to show how to create a production ready solution for a REST API, using P...
Introduction To Python Lists
Introduction To Python Lists, List is the most versatile python data structure and stores an ordered sequence of elements just like your shopping list or to-do-list.In Python, List...
Microbenchmarking on Android
Microbenchmarking on Android,Since Kotlin becomes more and more popular, especially amongst Android developers (and it's officially supported by Google), some people decided to com...
Read Efficient Data Structures
Read Efficient Data Structures, RUM Conjecture (4 Part Series) 1 RUM Conjecture - Reasoning About Data Access 2 Read Efficient Data Structures 3 Update Efficient Data Structures 4 ...
Ignoring Exceptions in Java
Ignoring Exceptions in Java,In this article, I show how to ignore checked exceptions in Java. I will start by describing the rationale behind it and the common pattern to resolve t...
A python script that shows the distribution of IT companies in Goa India.
A python script that shows the distribution of IT companies in Goa India., Recently I was learning web scraping using BeautifulSoup library in python.After learning the basics conc...
Python: Resizing and Fitting an Image to an Exact Size
Python: Resizing and Fitting an Image to an Exact Size,Often, when working on image analysis in Python, you’d want to resize your images to uniform dimensions (usually, a power of...
Trying out Transcrypt
Trying out Transcrypt,One thing that doesn't make sense to me is that you can't just use any language anywhere. In particular, why can't you use Python for client-side web developm...
Simplifying an event sourced application
Simplifying an event sourced application,Every time you make a change to the application state, you record the change as an event. You can replay the events since the beginning of ...
Receiving data from ESP8266 sensors
Receiving data from ESP8266 sensors,Right, so last time I walked through how I have programmed and wired some ESP8266 microcontrollers to collect temperature, humidity and soil moi...
Using docker-compose for Python and Jupyter
Using docker-compose for Python and Jupyter,After writing my last post about starting to use Docker for Jupyter notebooks with Python I got a recommendation to learn docker-compose...
Intro to working with with ESP8266
Intro to working with with ESP8266,originally posted here tl;dr I'm building environmental sensors using the ESP8266, a super cheap wifi-capable microcontroller that can run Microp...