最新发布第2077页
My Industrial Development Journey, One Year On
My Industrial Development Journey, One Year On, Who am I? Hello everyone! Welcome to my first post. My name is Jake and I have been working as a developer in industry for just over...
How am I getting there?
How am I getting there?,Coding and me it’s a long story… Turbo Pascal, VB6.0 and nothing for years… And 1 year ago I came across an Udemy course of Jose Portilla : Complete Pyt...
Memory Managment in Python – Part 1
Memory Managment in Python – Part 1,Stumbling upon a Python code snippet from a GitHub repo I did come to realize that in Python variables don’t actually store values they are as...
Testing with pytest-mock and pytest-flask
Testing with pytest-mock and pytest-flask,Pytest is a popular Python library used for testing. It is my preferred testing library because it requires less boilerplate code than the...
Publishing Packages On Pypi
Publishing Packages On Pypi,As an Intermediate/Beginner Python developer you always wondered how to publish your own python packages so you can share it with your friends and colle...
Getter naming conventions
Getter naming conventions,In Java and similar languages that don't have a built-in property concept, it is common to make fields private and accessible to the object's outside only...
Authentication Hashing in SQLAlchemy
Authentication Hashing in SQLAlchemy, for more of our great content, visit the Coding Duck Blog at: ccstechme.com/coding-duck-blog SQLAlchemy is the go-to ORM (Object Relational Mo...
Tiny python docstring tip
Tiny python docstring tip,When defining interfaces in python using the abc.ABC metaclass, sometimes it gets pretty annoying to have so many empty methods, waiting to be filled in. ...
Word Analysis with NLTK’s WordNet Corpus
Word Analysis with NLTK's WordNet Corpus,Language analysis can be accomplished computationally in many different ways. Neural networks and deep learning, anyone? As much fun as it ...
Create PowerPoint Presentations in Java
Create PowerPoint Presentations in Java,In this article, we will show you how to create PowerPoint presentations from scratch using a free Java PowerPoint API – Free Spire.Present...
A new messaging protocol for real-time systems
A new messaging protocol for real-time systems,I have been working on IoT projects for last five years. After using MQTT in many of my projects I have realized that there is a huge...
Getting your latest releases from Deezer with Python
Getting your latest releases from Deezer with Python,Have you ever felt like you've missed an album from your favorite artist? If yes then this article is just for you. Here we wi...