Author:

Creating Jupyterlab extensions

Creating Jupyterlab extensions

JupyterLab, the next-generation web-based interface for Jupyter Notebooks, provides a powerful platform for interactive computing and data exploration. One of the key features of JupyterLab is its extensibility, allowing developers to customize and enhance its functionality through extensions. In this article, we will explore the process of creating JupyterLab extensions

davide

Python Tips and Tricks: Boosting Your Productivity as a Developer

Python, known for its simplicity and readability, is a versatile programming language that offers numerous features and functionalities. As a developer, there are several tips and tricks you can leverage to enhance your productivity and make the most out of Python's capabilities. In this article, we will explore

davide

Serverless Computing with JavaScript: Exploring AWS Lambda and Azure Functions

Serverless computing has emerged as a revolutionary approach to building scalable and cost-effective applications. By abstracting away infrastructure management, developers can focus on writing code and deploying functions that respond to specific events or triggers. In this article, we will delve into serverless computing with JavaScript and explore two prominent

davide

The Power of Python: Leveraging its Libraries and Frameworks for Development

Python, a versatile and dynamic programming language, has gained immense popularity among developers due to its simplicity, readability, and extensive ecosystem. One of Python's greatest strengths lies in its vast collection of libraries and frameworks, which enable developers to accelerate development, enhance productivity, and create powerful applications. In

davide

Building Scalable Web Applications with JavaScript and Cloud Services

In today's digital age, web applications are at the forefront of technological innovation. As businesses strive to reach a global audience and handle increasing user demands, building scalable web applications has become crucial. JavaScript, with its wide adoption and versatility, coupled with cloud services, offers an excellent foundation

davide

Demystifying Cloud Computing: An Introduction for Developers

Introduction Cloud computing has revolutionized the way developers build, deploy, and scale applications. In recent years, it has become an integral part of the tech industry, enabling businesses of all sizes to leverage the power of the cloud to enhance their operations. However, for many developers, the concept of cloud

davide

Python for Beginners: A Step-by-Step Guide to Get Started

Introduction Python has become one of the most popular programming languages for beginners due to its simplicity, readability, and versatility. Whether you're interested in web development, data analysis, artificial intelligence, or even game development, Python is an excellent choice to begin your programming journey. In this step-by-step guide,

davide

Feiyutech G6 Plus active tracking with Canon G7X Mark 2

After playing for a while with this gimbal I discovered that you can use active track on a connected mobile device. Here in this video I will show how I was able to record a video with a Canon G7X II and perform active track with a mobile device

davide

Feiyutech g6 plus + SONY SLT-A58

Hello everyone this is a small video I made to show how to balance a sony A58 camera on the Feiyutech g6 plus gimbal. I did not expect it to work but it did, enjoy the video.

davide
Generative Adversarial Networks
tensorflow

Generative Adversarial Networks

Hi there, it's been a while from the last time a posted something. Recently, during the last Easter holiday I was playing with Generative Adversarial Networks, a type of neural networks used to produce new data. Basically a GAN is composed by 2 networks: a generator and a

davide