Accès réservé...
Log Pwd
Pour s'inscrire ?

« Septembre 2023 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Lundi 25 Septembre 2023 (122)

1: Python Showdown: Namedtuple vs SimpleNamespace vs DataClass

https://datawise.dev/python-showdown-namedtuple-vs-simplenamespace-vs-dataclass

Hashnode - python (python)

Python users, ever needed a light data container (like a dictionary) but wanted to access members using the dot (.) notation' There are a couple of options to choose from: namedtuple, SimpleNamespaceand dataclass. Here's how they all differ: 1'...


2: Understanding Generators in Python '

https://datawise.dev/understanding-generators-in-python

Hashnode - python (python)

Generators are an important concept in Python. They are functions that produce a sequence of values when iterated over. They provide an iterable (just like lists or tuples) but with a key difference - generators don't store all of their values in m...


3: Mastering React Native: Learning and Creating Tic-Tac-Toe ''

https://abderahmane-kateb.hashnode.dev/mastering-react-native-learning-and-creating-tic-tac-toe

Hashnode - javascript (Javascript)

Hello and welcome to a new day of my journey in learning React Native. Today, I came up with a new project that I've been working on while following the guidance of Professor Hitesh Choudhary. I've learned several things and improved in various aspec...


4: How to install Jupyter Notebook

https://codingsplash.com/how-to-install-jupyter-notebook

Hashnode - python (python)

About Jupyter Notebook: Jupyter is a project to develop open-source software, open standards, and services for interactive computing across multiple programming languages. It was spun off from IPython in 2014 by Fernando Pérez and Brian Granger. How ...


5: JavaScript - An Introduction

https://chiemelie.hashnode.dev/javascript-intro

Hashnode - javascript (Javascript)

What is JavaScript' JavaScript is a programming language that is used to create dynamic and interactive web pages and web-based applications. It plays a critical role as a primary component of modern web applications and is widely supported by all ma...


6: Day09 - String in Python

https://codingsplash.com/day09-string-in-python

Hashnode - python (python)

Strings in Python: String is a collection of alphabets, words or other characters. It is a sequence of characters. Or anything enclosed in single or double quote is known as "string". Example - Using double quote data = "Python Language" #using doub...


7: What is Variable Shadowing in JavaScript'

https://ekaterine-mitagvaria.hashnode.dev/what-is-variable-shadowing-in-javascript

Hashnode - javascript (Javascript)

To understand variables shadowing in JavaScript, first, we need to understand the scope. In JavaScript, we have global scope, function scope, and block scope. The scope is something like a box, that has other boxes inside of it. Each box represents a...


8: Pourquoi votre patron n'est pas prêt pour la révolution IA 

https://www.lebigdata.fr/pourquoi-votre-patron-nest-pas-pret-pour-la-revolution-ia

Le Big Data (dataviz)

87 % des travailleurs apprécient la révolution IA dans leurs secteurs respectifs. Cependant, la majorité des employeurs sont réticents à … Cet article Pourquoi votre patron n'est pas prêt pour la révolution IA  a été publié sur LEBIGDATA.FR.


9: ChatGPT peut créer des armes biologiques, et le Royaume-Uni s'inquiète

https://www.lebigdata.fr/chatgpt-armes-biologiques

Le Big Data (dataviz)

Les terroristes peuvent se servir de ChatGPT pour concevoir des armes biologiques. Le Royaume-Uni prend cette menace potentielle très au … Cet article ChatGPT peut créer des armes biologiques, et le Royaume-Uni s'inquiète a été publié sur LEBIGDATA.FR.


10 / 122

10: And i leanrt what HTML and CSS is...

https://debugthakur.hashnode.dev/and-i-leanrt-what-html-and-css-is

Hashnode - javascript (Javascript)

Hello everyone!! I learnt that HTML is a markup language only.As its not a programming language,it doesnt help to take decisions. markup languages help only to create structure of something like websites or email or anything. HTML has a feature calle...


11: DAY 24 of PYTHON top 100 questions : from Basic to Advanced !!

https://priyachakraborty.hashnode.dev/day-24-of-python-top-100-questions-from-basic-to-advanced

Hashnode - python (python)

Write a Python program to find the length of the longest substring without repeating characters in a given string input_string = "abcabcbb" char_index = {} max_length = 0 start = 0 for end in range(len(input_string)): if input_string[end] in ch...


12: Integrating WebView in Compose Android: A Comprehensive Guide

https://judy.hashnode.dev/integrating-webview-in-compose-android-a-comprehensive-guide

Hashnode - Kotlin (Mobiles)

Introduction to Webview in Android Compose Jetpack Compose is very powerful and versatile making it possible to integrate webview in your mobile application. WebView allows you to embed and interact with web resources in your mobile application witho...


13: Guerre de l'IA : Amazon investit 4 milliards $ dans ce grand rival de ChatGPT

https://www.lebigdata.fr/amazon-anthropic

Le Big Data (dataviz)

Amazon vient d'investir 4 milliards de dollars dans Anthropic AI, afin de contrecarrer l'alliance entre Microsoft et OpenAI. Grâce à … Cet article Guerre de l'IA : Amazon investit 4 milliards $ dans ce grand rival de ChatGPT a été publié sur LEBIGDATA.FR.


14: Uncovering Callbacks and Promises in JavaScript

https://webdv.hashnode.dev/uncovering-callbacks-and-promises-in-javascript

Hashnode - javascript (Javascript)

INTRODUCTION Hi, Programmers, I hope all of you are doing great. This article is in continuation with the last 2 articles I published. Here are the links to those: Solving Concurrency Challenges Mastering Event Loops Please read them thoroughly, ...


15: Microsoft signs deal to serve sponsored links in Snapchat's My AI

https://searchengineland.com/microsoft-sponsored-links-snapchat-my-ai-432424

Search engine land (Référencement)

"Highly relevant" ads will be served to Snapchatters when they use My AI to search for related queries. The post Microsoft signs deal to serve sponsored links in Snapchat’s My AI appeared first on Search Engine Land.


16: Boosting Python's Performance: Exploring Implementation Options and Parallel Computing

https://toniuimonen.hashnode.dev/boosting-pythons-performance-exploring-implementation-options-and-parallel-computing

Hashnode - python (python)

Python is renowned for its simplicity and ease of learning, making it an ideal choice for both beginners and experienced developers. Its high-level data structures and straightforward approach to object-oriented programming have contributed to its wi...


17: How to start contributing in Open-Source

https://hrkhan.com/how-to-start-contributing-in-open-source

Hashnode - python (python)

"OPEN-SOURCE"- a stage of query, an inevitable stage, a stage where the Future Lies! Perhaps, I believe most of us are either at this stage, exploring and learning the wonders'' of OPEN-SOURCE, or have been through all this and are already an expert;...


18: The History of JavaScript!

https://kushal.com/the-history-of-javascript

Hashnode - javascript (Javascript)

JavaScript is like the magic behind the websites we use every day! It's been around for a while and has a cool story. Let's dive into the simple world of JavaScript's history. ' What is JavaScript' ' JavaScript is a computer programming language. ...


19: How to Add Code Snippets in WordPress

https://www.wpexplorer.com/add-code-snippets-wordpress/

WP Explorer (wordpress)

Sometimes you want to change something in WordPress. This could be a design element such as social link placement on mobile, a core function like comments, or a monetization feature like ad placement. Often the solution is to use a plugin, but if all you need is to make one edit why go through all […] The post How to Add Code Snippets in WordPress appeared first on WPExplorer.


20 / 122

21: OpenAI humanise davantage ChatGPT

https://www.lemondeinformatique.fr/actualites/lire-openai-humanise-davantage-chatgpt-91660.html

Le monde informatique (Informatique / Internet)

« Prenez une photo d'un lieu lorsque vous voyagez et ayez une conversation en direct sur ce qui est intéressant à propos (...)


22: Improving Breast Cancer Classification with Python and Visualisations

https://mahbubbello.hashnode.dev/improving-breast-cancer-classification-with-python-and-visualisations

Hashnode - python (python)

Breast cancer is a significant health concern worldwide, and early detection plays a crucial role in saving lives. Machine learning can assist in this process by predicting whether a tumour is malignant or benign based on its features. In this blog p...


23: Introducing the Xata Python SDK: A Game-Changer for Developers

https://uxvaibhav.hashnode.dev/introducing-the-xata-python-sdk-a-game-changer-for-developers

Hashnode - python (python)

In an exciting announcement, Xata is rolling out the highly anticipated v1.0.0 release of its Python SDK, marking a significant milestone for developers seeking a seamless integration with their projects. Crafted by the talented Philip Krauss, this r...


24: Getting Started with React: A Beginner's Guide to Web Development

https://codegeeks.hashnode.dev/getting-started-with-react-a-beginners-guide-to-web-development

Hashnode - javascript (Javascript)

React has become one of the most popular JavaScript libraries for building user interfaces. Its component-based architecture and reactivity make it an excellent choice for creating dynamic and interactive web applications. If you're new to React and ...


25: Trends in paid search to watch in 2024 by Cynthia Ramsaran

https://searchengineland.com/trends-in-paid-search-to-watch-in-2024-432388

Search engine land (Référencement)

In this webinar, learn what trends in paid search advertising are expected to gain traction. The post Trends in paid search to watch in 2024 appeared first on Search Engine Land.


26: Vidéo : le robot Tesla Optimus fait du yoga, et il est plus souple que vous

https://www.lebigdata.fr/tesla-optimus-yoga

Le Big Data (dataviz)

Le robot Tesla Optimus continue de s'améliorer de jour en jour, et Elon Musk partage ses progrès sur X. Dans … Cet article Vidéo : le robot Tesla Optimus fait du yoga, et il est plus souple que vous a été publié sur LEBIGDATA.FR.


27: L'USF dénonce la hausse des coûts de maintenance SAP en 2024

https://www.lemondeinformatique.fr/actualites/lire-l-usf-denonce-la-hausse-des-couts-de-maintenance-sap-en-2024-91659.html

Le monde informatique (Informatique / Internet)

La pilule a du mal à passer chez les clients SAP après l'annonce fin juillet de la hausse des coûts de maintenance pour 2024 (...)


28: Links are not a top 3 Google Search ranking factor, says Gary Illyes

https://searchengineland.com/links-google-search-ranking-factor-gary-illyes-432422

Search engine land (Référencement)

Google's Gary Illyes said people overestimate the importance of links, saying they haven't been a top 3 ranking factor for some time. The post Links are not a top 3 Google Search ranking factor, says Gary Illyes appeared first on Search Engine Land.


29: ChatGPT rolls out voice and image prompts

https://searchengineland.com/chatgpt-rolls-out-voice-and-image-prompts-432418

Search engine land (Référencement)

The new functionalities will be rolled out onto ChatGPT's subscription platform over the next two weeks. The post ChatGPT rolls out voice and image prompts appeared first on Search Engine Land.


30 / 122

30: Statements in Python

https://blog.vismayaprasad.me/statements-in-python

Hashnode - python (python)

In Python, statements are individual instructions or commands that the interpreter can execute. They are the basic building blocks of a program. Examples are : Assignment statement variable = value x = 5 Expression statement answer = 10 + 2 ...


31: Vous n'utilisez toujours pas les plugins ChatGPT ' Découvrez le vrai potentiel de l'IA

https://www.lebigdata.fr/plugins-chatgpt-potentiel-ia

Le Big Data (dataviz)

Bien que ChatGPT soit considérée comme une IA générative puissante, se limiter aux prompts n'est pas le seul moyen de … Cet article Vous n’utilisez toujours pas les plugins ChatGPT ' Découvrez le vrai potentiel de l'IA a été publié sur LEBIGDATA.FR.


32: How to draw CULDESAC

https://feeds.feedblitz.com/~/795148199/0/tanglepatterns~How-to-draw-CULDESAC.html

TanglePatterns (Zentangle)

Online instructions for drawing CZT® Suzanne McNeill's Zentangle® pattern: Culdesac. And congrats to all our new CZT#41 colleagues! Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


33: How to become a subject matter expert

https://blog.logrocket.com/product-management/how-to-become-a-subject-matter-expert/

Log Rocket blog (Web 2)

You need to understand your product and everything around it to be successful at your job. Discover some practical tips to help you become an expert in what your customers need. The post How to become a subject matter expert appeared first on LogRocket Blog.


34: Comment le deep learning peut servir à optimiser les visuels publicitaires

https://www.blogdumoderateur.com/comment-deep-learning-peut-optimiser-visuels-publicitaires/

Blog du Moderateur ()

Grâce à un outil interne présenté lors de Big Data & AI, le groupe JCDecaux utilise le deep learning pour optimiser les affiches publicitaires des annonceurs.


35: How to Configure Eclipse for Python

https://devopsblog.hashnode.dev/how-to-configure-eclipse-for-python

Hashnode - python (python)

Eclipse is primarily known as an integrated development environment (IDE) for Java, but it can also be configured to support Python development through the use of plugins. Here are the general steps to configure Eclipse for Python development: Insta...


36: Big data et IA : des cartes à jouer pour les entreprises

https://www.lemondeinformatique.fr/actualites/lire-big-data-et-ia-des-cartes-a-jouer-pour-les-entreprises-91657.html

Le monde informatique (Informatique / Internet)

La 12' édition du congrès Big Data & AI Paris ouvre ses portes aujourd'hui au Palais des Congrès de Paris. Au programme (...)


37: Understanding Type Annotations in JavaScript with JSDoc

https://codingtalkies.hashnode.dev/understanding-type-annotations-in-javascript-with-jsdoc

Hashnode - javascript (Javascript)

Hi and welcome! ' In this article, we'll explore the world of type annotations in JavaScript using JSDoc, and how they can improve your code's readability and maintainability. As you know JavaScript is a dynamic programming language, but it's not in...


38: One-tailed vs. two-tailed tests in UX: When to use each

https://blog.logrocket.com/ux-design/one-tailed-vs-two-tailed-tests-ux/

Log Rocket blog (Web 2)

Let's cover everything you need to know about one-tailed and two-tailed tests in UX design and when to use each for the best results. The post One-tailed vs. two-tailed tests in UX: When to use each appeared first on LogRocket Blog.


39: La ville de Morlaix victime d'une cyberattaque

https://www.lemondeinformatique.fr/actualites/lire-la-ville-de-morlaix-victime-d-une-cyberattaque-91658.html

Le monde informatique (Informatique / Internet)

Il y a quelques semaines, la commune de Betton (Ille-et-Vilaine) était victime d'une attaque par ransomware. Les cybercriminels (...)


40 / 122

40: Looking at React with Git

https://jhobdell.hashnode.dev/looking-at-react-with-git

Hashnode - vuejs (Javascript)

Hi again everyone, As mentioned, I'm learning React and Vue in parallel a little bit. Following on from my last video, this is about the 3rd video in Hitesh Choudhary 's YouTube series on React. This is just a short note on the importance of what he'...


41: ChatGPT peut discuter à l'oral et interpréter des images : ce qu'il faut savoir

https://www.blogdumoderateur.com/chatgpt-discuter-oral-interpreter-images/

Blog du Moderateur ()

OpenAI vient d'annoncer une mise à jour majeure pour ChatGPT, qui se dote notamment de capacités orales avec la fonctionnalité Voice.


42: Hangman Game

https://dashi.hashnode.dev/hangman-game

Hashnode - python (python)

Let's code the hangman game step by step. Now we need a list of words to play right! we can add any number of words and any words. List in PythonA list in Python is an ordered and mutable collection of items enclosed within square brackets. Examp...


43: Créer son premier podcast : le guide ultime en 7 étapes

https://www.lebigdata.fr/creer-premier-podcast-guide-ultime-7-etapes

Le Big Data (dataviz)

suivant les 7 étapes ci-après, vous êtes sur la voie de la création d'un podcast réussi. Concrètement, cet art réside … Cet article Créer son premier podcast : le guide ultime en 7 étapes a été publié sur LEBIGDATA.FR.


44: Thrilling Features of ECMAScript 2023 (ES14)

https://dhanushnehru.hashnode.dev/thrilling-features-of-ecmascript-2023-es14

Hashnode - javascript (Javascript)

Introduction ECMAScript (ES) is the specification that guides the introduction of new features to the JavaScript language. The upcoming release, ES2023 or ES14 has a few fresh features available in Chrome. Please be aware that earlier Chrome versions...


45: Optimizing style recalculation speed with CSS only

https://blog.logrocket.com/optimizing-style-recalculation-speed-css-only/

Log Rocket blog (Web 2)

In this article, we'll discuss how the browser's rendering process works, how the way you write CSS impacts its speed, and more. The post Optimizing style recalculation speed with CSS only appeared first on LogRocket Blog.


46: Effortless LLM Flow Building with Drag-and-Drop Interface

https://mathdatasimplified.com/2023/09/25/effortless-llm-flow-building-with-drag-and-drop-interface/

Math Data Simplified (data)

If you want to use drag-and-drop UI to build your customized LLM flow, try Flowise. The post Effortless LLM Flow Building with Drag-and-Drop Interface appeared first on Data Science Simplified.


47: Jeu vidéo : comment les jeux mobiles sont devenus maîtres de l'industrie

https://www.lebigdata.fr/jeux-mobiles-maitres-de-lindustrie

Le Big Data (dataviz)

335 milliards de dollars, c'est ce que les jeux mobiles auraient générés au cours de l'année 2023. Les États-Unis et … Cet article Jeu vidéo : comment les jeux mobiles sont devenus maîtres de l'industrie a été publié sur LEBIGDATA.FR.


48: Measuring and optimizing for Google Core Web Vitals: A technical SEO guide

https://searchengineland.com/measuring-optimizing-google-core-web-vitals-technical-seo-guide-432368

Search engine land (Référencement)

Dive into the current set of Core Web Vitals, plus tips and tools to boost your web performance and deliver a good page experience for users. The post Measuring and optimizing for Google Core Web Vitals: A technical SEO guide appeared first on Search Engine Land.


49: Object Oriented Programming in Javascript

https://ayushi25.hashnode.dev/object-oriented-programming-in-javascript

Hashnode - javascript (Javascript)

Let's start by knowing what Object Oriented Programming is - In Object Oriented Programming we can classify languages into two types- Class-based and prototype-based languages. Class-based OOP is about creating classes and objects that contain both p...


50 / 122

50: Starfield en VR ' Des astuces pour mieux découvrir le jeu

https://www.realite-virtuelle.com/starfield-en-vr-astuces-pour-mieux-decouvrir/

realite-virtuelle.com (Réalité Virtuelle)

Vous voulez plonger encore plus profondément dans Starfield ' Il existe une astuce pour découvrir […] Cet article Starfield en VR ' Des astuces pour mieux découvrir le jeu a été publié sur REALITE-VIRTUELLE.COM.


51: How to Use the Sort Method in JavaScript Correctly

https://mohamedzhioua.hashnode.dev/how-to-use-the-sort-method-in-javascript-correctly

Hashnode - javascript (Javascript)

Table of Contents Introduction How to Use the Sort Method Correctly Tips for Using the Sort Method Summary Introduction: In this article I will explain how to use how the sort() method works in order to use it correctly. How to Use the Sort Met...


52: Bruxelles dit non à l'acquisition d'eTraveli par Booking

https://www.usine-digitale.fr/article/bruxelles-dit-non-a-l-acquisition-d-etraveli-par-booking.N2174772

L'usine-digitale (Informatique)

La Commission européenne s'oppose au rachat d'eTraveli, un site de réservation de voyage aérien, par Booking. Elle juge que cette acquisition engendrerait des coûts plus élevés pour les consommateurs, une pratique contraire aux lois européennes sur la concurrence.


53: How to Compare Time Strings in HH:MM:SS Format with JavaScript

https://stackabuse.com/how-to-compare-time-strings-in-hh-mm-ss-format-with-javascript/

Stack Abuse (Javascript)

Introduction Time is woven into every part of our lives, both figuratively and literally. Because of this, we have to deal with it in programming often. It can take on many formats, one of the most common being HH:MM:SS. This Byte will help us firgure out how to


54: La perception des métiers de la cybersécurité étudiée par l'Anssi

https://www.lemondeinformatique.fr/actualites/lire-la-perception-des-metiers-de-la-cybersecurite-etudiee-par-l-anssi-91655.html

Le monde informatique (Informatique / Internet)

L'Agence nationale de la sécurité des systèmes d'information (Anssi) poursuit son action pour mieux connaître et (...)


55: KOTLIN: Scope Functions '

https://iampradip.hashnode.dev/kotlin-scope-functions

Hashnode - Kotlin (Mobiles)

In Kotlin, the scope functions are a set of functions that allow you to perform operations on an object within a specific scope. These functions are often used to simplify and enhance the readability of the code when working with objects, particularl...


56: Des failles trouvées dans la bibliothèque ncurses

https://www.lemondeinformatique.fr/actualites/lire-des-failles-trouvees-dans-la-bibliotheque-ncurses-91651.html

Le monde informatique (Informatique / Internet)

Plusieurs vulnérabilités de corruption de mémoire ont été découvertes par Microsoft dans la bibliothèque (...)


57: Chez Valve, quelque chose d'important se trame

https://www.realite-virtuelle.com/chez-valve-quelque-chose-dimportant-se-trame/

realite-virtuelle.com (Réalité Virtuelle)

Valve a récemment déployé une mise à jour pour son client Steam dédié à la […] Cet article Chez Valve, quelque chose d'important se trame a été publié sur REALITE-VIRTUELLE.COM.


58: L'IA générative, entre promesses et désillusions

https://www.blogdumoderateur.com/ia-generative-entre-promesses-et-desillusions/

Blog du Moderateur ()

Lors d'une keynote à Big Data & AI, Luc Julia, spécialiste de l'IA ayant participé à la conception de Siri, s'est exprimé sur les capacités et les limites de l'IA générative.


59: Mastering Routing in React.js: A Comprehensive Guide

https://javascriptproxy.wordpress.com/mastering-routing-in-reactjs-a-comprehensive-guide

Hashnode - javascript (Javascript)

Routing is a process in which a user is directed to different pages based on their action or request. ReactJS Router is mainly used for developing Single Page Web Applications. React Router is used to define multiple routes in the application. When a...


60 / 122

60: Exploring Zedux and how it compares to Redux

https://blog.logrocket.com/zedux-redux-comparison/

Log Rocket blog (Web 2)

We introduce Zedux, a new React state management library, examine its features, and see how it compares to Redux. The post Exploring Zedux and how it compares to Redux appeared first on LogRocket Blog.


61: A guide to using SIPOC

https://blog.logrocket.com/product-management/guide-sipoc/

Log Rocket blog (Web 2)

SIPOC is a visual tool to document the inputs and outputs of a specific business process and look for process improvements. The post A guide to using SIPOC appeared first on LogRocket Blog.


62: Mapping the customer journey for SEO and marketing success

https://searchengineland.com/mapping-customer-journey-seo-marketing-success-432346

Search engine land (Référencement)

Here's why mapping the customer journey is vital for SEO success. Explore each step of the journey and optimize your strategy accordingly. The post Mapping the customer journey for SEO and marketing success appeared first on Search Engine Land.


63: Understanding JavaScript Data Types and Variable Declarations.

https://webmonker.hashnode.dev/understanding-javascript-data-types-and-variable-declarations

Hashnode - javascript (Javascript)

In the world of JavaScript, understanding data types and how variables are declared is crucial. JavaScript provides different ways to declare variables, and these declarations can impact how data is stored, accessed, and modified. In this article, we...


64: 3 Essential Design Trends, October 2023

https://www.webdesignerdepot.com/web-design-trends-2023/

Webdesigner depot (Design)

Every now and then, website design trends can leave you scratching your head. This month's collection includes some of those.


65: Former Googler: Google 'using clicks in rankings'

https://searchengineland.com/former-googler-google-using-clicks-in-rankings-432401

Search engine land (Référencement)

Does this mean clicks are a direct ranking factor' No. In fact, BERT and MUM are making user data less important. The post Former Googler: Google ‘using clicks in rankings’ appeared first on Search Engine Land.


66: La ville de Morlaix fait face à une cyberattaque

https://www.usine-digitale.fr/article/la-ville-de-morlaix-fait-face-a-une-cyberattaque.N2174727

L'usine-digitale (Informatique)

Les systèmes informatiques de la ville bretonne de Morlaix sont paralysés par une cyberattaque. Les adresses emails de l'ensemble des services dysfonctionnent. En revanche, les accueils physiques et téléphoniques du public fonctionnent. Aucun calendrier de retour à la normale n'a été fourni.


67: Day 14 : Python Data Types and Data Structures

https://chaithrahr.hashnode.dev/day-14-python-data-types-and-data-structures

Hashnode - python (python)

Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are clas...


68: AssetGuard: Keeping Assets in Check

https://labs.bharatpe.com/assetguard-keeping-assets-in-check

Hashnode - javascript (Javascript)

In the startup hassle, product development is always the highest priority, and due to this race to build and ship products in a very short period, we generally forget to follow some basic coding practices. One of the problems among them is the use of...


69: Des chercheurs réussissent à modifier les gènes des arbres pour rendre le papier moins polluant

https://www.rtflash.fr/chercheurs-reussissent-modifier-genes-arbres-pour-rendre-papier-moins-polluant/article

Tregouet.org ()

Les émissions mondiales de CO2 provenant de la production de pâte à papier ont atteint 168 millions de tonnes en 2020, selon International Energy Agency. Des chiffres inquiétants, qui poussent les scientifiques à chercher des modes de production moins polluants, tout en restant attractifs pour les industriels. en lire plus


70 / 122

70: Découverte d'un gène régulateur majeur de la migration cellulaire

https://www.rtflash.fr/decouverte-d-gene-regulateur-majeur-migration-cellulaire/article

Tregouet.org ()

Les cellules humaines sont capables de migrer dans l'organisme. Dans l'embryon, ces migrations sont critiques pour la mise en place des organes. Chez l'adulte, seules quelques cellules gardent cette capacité de migration, comme les cellules de l'immunité qui patrouillent dans le corps pour combattre les infections. Cependant, dans la progression cancéreuse, des cellules tumorales initialement i [...]


71: 5 outdated marketing KPIs to toss and what to reference instead

https://searchengineland.com/outdated-marketing-kpis-432359

Search engine land (Référencement)

Are your KPIs holding you back' It's time to rethink traditional marketing metrics and level up your campaign measurement strategy. The post 5 outdated marketing KPIs to toss and what to reference instead appeared first on Search Engine Land.


72: Pimax Portal : Tout savoir sur cet ordinateur de poche pour les jeux

https://www.realite-virtuelle.com/pimax-portal-tout-savoir/

realite-virtuelle.com (Réalité Virtuelle)

Reconnue pour ses casques de réalité virtuelle (VR), Pimax élargit son horizon avec Pimax Portal. […] Cet article Pimax Portal : Tout savoir sur cet ordinateur de poche pour les jeux a été publié sur REALITE-VIRTUELLE.COM.


73: Research Scientist : en quoi consiste ce métier '

https://www.lebigdata.fr/research-scientist-en-quoi-consiste-ce-metier

Le Big Data (dataviz)

Un Research Scientist est un expert en charge de conception, de lancement et d'analyse des données d'investigations, d'expérience ou d'essais … Cet article Research Scientist : en quoi consiste ce métier ' a été publié sur LEBIGDATA.FR.


74: Le stockage solaire amélioré grâce au nitrure de carbone 2D

https://www.rtflash.fr/stockage-solaire-ameliore-grace-nitrure-carbone-2d/article

Tregouet.org ()

Des chercheurs de l'Université de Cordoue et du Max Planck Institute for Solid State Research en Allemagne ont mis au point une batterie solaire innovante, fabriquée à partir d'un matériau abondant, non toxique et facilement synthétisé : le nitrure de carbone 2D. en lire plus


75: Des roseaux pour épurer les eaux usées des petites collectivités en France

https://www.rtflash.fr/roseaux-pour-epurer-eaux-usees-petites-collectivites-en-france/article

Tregouet.org ()

Dans de nombreuses petites communes en France, les eaux usées sont traitées grâce à des techniques sobres, souvent des filtres plantés de roseaux. Loin de l'image d'une lubie d'écologistes isolés, ces techniques équipent plus de 5 000 stations d'épuration sur le territoire. en lire plus


76: S'inspirer des cités antiques pour mieux lutter contre le réchauffement climatique

https://www.rtflash.fr/s-inspirer-cites-antiques-pour-mieux-lutter-contre-rechauffement-climatique/article

Tregouet.org ()

En plein c'ur de l'Iran, le thermomètre dépasse souvent les 40 degrés. Mais ces températures extrêmes restent supportables grâce aux tours à vent, les ancêtres écologiques de la climatisation, qui intéressent de nouveau les architectes. Située non loin de la Route de la soie, Yazd est l'une des villes les plus chaudes au monde. Entourée de deux déserts, ses étés sont brûlants et le [...]


77: Un anticorps neutralisant à large spectre parvient à contenir le VIH-1 sans antirétroviraux

https://www.rtflash.fr/anticorps-neutralisant-large-spectre-parvient-contenir-vih-1-sans-antiretroviraux/article

Tregouet.org ()

Pour la première fois, une équipe composée de chercheuses et chercheurs de l'Institut Pasteur, de l'Inserm et de l'AP-HP, avec le soutien de l'ANRS | Maladies infectieuses émergentes, a investigué et mis en évidence l'implication d'anticorps neutralisants, y compris ceux dits à large spectre, dans le contrôle du virus. Un essai clinique qui intègre l'utilisation d'anticorps neutralisants [...]


78: JetBrains dévoile la feuille de route de PhpStorm 2023.3 : un aperçu des nouveautés à venir dans la prochaine version majeure de l'EDI pour le développement Web avec PHP

https://jetbrains.developpez.com/actu/348743/JetBrains-devoile-la-feuille-de-route-de-PhpStorm-2023-3-un-apercu-des-nouveautes-a-venir-dans-la-prochaine-version-majeure-de-l-EDI-pour-le-developpement-Web-avec-PHP/

php (developpez.com) (PHP / Informatique)

JetBrains dévoile la feuille de route de PhpStorm 2023.3 Un aperçu des nouveautés à venir dans la prochaine version majeure de l'EDI pour le développement Web avec PHPC'est en fin juillet que JetBrains a publié PhpStorm 2023.2, la deuxième mise à majeure de l'année pour son EDI pour le développement Web avec PHP. Cette version est venue avec des améliorations pour les génériques en P [...]


79: Addressing Skill Gaps with Personalized eLearning Programs

https://www.noupe.com/technology/addressing-skill-gaps-with-personalized-elearning-programs.html

Noupe (conception)

Organizations are constantly seeking individuals who possess the right set of skills to stay competitive and innovative. However, the pace of change in technology and industry practices often leads to skill gaps among employees and job seekers. In response to this challenge, personalized eLearning programs have emerged as a powerful solution, offering tailored learning experiences... T [...]


80 / 122

80: Understanding JavaScript data types

https://mehedi-hasan-nabil.hashnode.dev/understanding-javascript-data-types

Hashnode - javascript (Javascript)

Javascript is a dynamic language. In programming, data types are an important concept. Data types are a fundamental concept in programming languages, including JavaScript. JavaScript Data Types: There are two types of data types in JavaScript. Primi...


81: How to share data using Inherited Widget

https://inan.hashnode.dev/how-to-share-data-using-inherited-widget

Hashnode - Flutter (Flutter)

In this article, I want to talk about a very special widget called Inherited Widget. Sharing data among widgets is a very common thing in any Flutter application. When an app gets bigger, widget trees also get longer and passing or sharing or accessi...


82: Mastering Django: A Fast-Track Guide to Backend Web Development with Avira Digital Studios

https://brokenprogrammer.hashnode.dev/mastering-django-a-fast-track-guide-to-backend-web-development-with-avira-digital-studios

Hashnode - python (python)

Backend development is the backbone of any web application, responsible for handling data processing, server-side logic, and ensuring seamless communication between the server and the user interface. When it comes to efficient and rapid backend devel...


83: Fraud Risk Management: 9 Techniques to Safeguard Small Businesses

https://www.noupe.com/business-online/fraud-risk-management-techniques.html

Noupe (conception)

Fraud causes commercial misery for countless businesses. But, as large businesses tend to have more resources to withstand it, small businesses are especially vulnerable.  This is because the attention of small, and particularly less established, businesses is often consumed with just staying solvent rather than focused on threats.  But, the good news is that there... The pos [...]


84: BLUETTI Solutions Solaires : Ouvrir la voie vers un avenir plus vert

https://www.lebigdata.fr/bluetti-solutions-solaires-ouvrir-la-voie-vers-un-avenir-plus-vert

Le Big Data (dataviz)

Dans le monde d’aujourd’hui, la dépendance à l’égard des combustibles fossiles pour produire de l’électricité nous a confrontés à de … Cet article BLUETTI Solutions Solaires : Ouvrir la voie vers un avenir plus vert a été publié sur LEBIGDATA.FR.


85: Amazon va investir jusqu'à 4 Md$ dans Anthropic

https://www.lemondeinformatique.fr/actualites/lire-amazon-va-investir-jusqu-a-4-md%24-dans-anthropic-91649.html

Le monde informatique (Informatique / Internet)

Amazon avance ses pions sur l'échiquier mondial du marché de l'IA générative et il faut bien dire que ce dernier ne manque (...)


86: Oracle dévoile GraalOS pour Java en mode serverless

https://www.lemondeinformatique.fr/actualites/lire-oracle-devoile-graalos-pour-java-en-mode-serverless-91650.html

Le monde informatique (Informatique / Internet)

Face à la montée en puissance des applications Java serverless, Oracle dégaine GraalOS. Cet environnement utilise la technologie GraalVM (...)


87: Dom & Dom Manipulation

https://creativedevcs.hashnode.dev/dom-dom-manipulation

Hashnode - javascript (Javascript)

Learning Dom with javascript ' **Demystifying the DOM: A Guide to DOM Manipulation** ' **Introduction** - Introduce the concept of the DOM and its significance in web development. ' **Understanding the DOM** - Define the DOM and its role in repres...


88: Project on building a CI/CD pipeline for Django App with Jenkins on Docker Container

https://anandwadsinge.hashnode.dev/django-project-deployment

Hashnode - python (python)

In this blog, we are going to deploy a Django Web app on a Docker Container built on an EC2 Instance through the use of Jenkins. Agenda: Setup EC2 Instance Install Jenkins Setup Docker Host Integrate Docker with Jenkins Automate and Build the de...


89: WaterBear: Building A Free Platform For Impactful Documentaries (Part 1)

https://smashingmagazine.com/2023/09/waterbear-building-free-platform-impactful-documentaries-part1/

Smashing magazine (Web 2 / CSS)

Adrian's kicking off a two-part series, sharing his journey as a lead developer. In the process, you will learn about the lessons and insights Adrian gained at work, including the strategies that went into the technical stack of the project and what it looks like to collaborate with a team he is leading for the first time.


90 / 122

90: Ségur du numérique en santé : Bilan positif pour le déploiement des logiciels dans le secteur sanitaire

https://www.usine-digitale.fr/article/segur-du-numerique-en-sante-bilan-positif-pour-le-deploiement-des-logiciels-dans-le-secteur-sanitaire.N2174672

L'usine-digitale (Informatique)

Plus de 99% des mises à jour prévues ont effectivement été déployées, a révélé l'Agence du numérique en santé à propos de la vague 1 du Ségur numérique ayant pour objectif d'améliorer l'interopérabilité et la sécurité des logiciels utilisés au quotidien par les soignants. Cette première étape était centrée sur l'alimentation de Mon espace santé, le carnet de santé numéri [...]


91: NFT : 95% du marché ne vaut plus rien, les investisseurs ridiculisés à vie

https://www.lebigdata.fr/nft-marche-ne-vaut-plus-rien

Le Big Data (dataviz)

Dégradation, c'est ce qui définit le mieux l'état du marché de NFT , actuellement en baisse. Il y a quelques … Cet article NFT : 95% du marché ne vaut plus rien, les investisseurs ridiculisés à vie a été publié sur LEBIGDATA.FR.


92: E-commerce : la checklist pour attirer et fidéliser la Gen Z

https://www.blogdumoderateur.com/e-commerce-checklist-attirer-fideliser-gen-z/

Blog du Moderateur ()

Selon l'étude de KPMG et de Fevad, la Gen Z exprime une forte attente de fluidité et d'efficacité lors des achats en ligne.


93: Amazon investira jusqu'à 4 milliards de dollars dans la start-up d'IA Anthropic

https://www.usine-digitale.fr/article/amazon-investira-jusqu-a-4-milliards-de-dollars-dans-la-start-up-d-ia-anthropic.N2174667

L'usine-digitale (Informatique)

Forte de sa position de rivale d'OpenAI, la start-up prometteuse Anthropic vient d'annoncer un investissement massif d'Amazon. Le géant américain lui fournira son service de cloud et ses puces électroniques dédiées à l'intelligence artificielle.


94: Cracking the Code: Navigating the World of Programming

https://mujahidjaafar.hashnode.dev/cracking-the-code-navigating-the-world-of-programming

Hashnode - python (python)

Introduction: In the ever-evolving landscape of technology, coding stands as the universal language that empowers us to create, innovate, and shape the digital world around us. From the sleek apps on our smartphones to the complex algorithms that pow...


95: Day 13 : Basics of Python

https://chaithrahr.hashnode.dev/day-13-basics-of-python

Hashnode - python (python)

What is Python' Python is an Open source, general-purpose, high-level, and object-oriented programming language. It was created by Guido van Rossum. Python consists of vast libraries and various frameworks like Django, Tensorflow, Flask, Pandas, K...


96: Smile met le cap sur l'international et le numérique responsable

https://www.lemondeinformatique.fr/actualites/lire-smile-met-le-cap-sur-l-international-et-le-numerique-responsable-91648.html

Le monde informatique (Informatique / Internet)

Distributique : Smile a lancé en mai dernier son nouveau plan stratégique Open Up. Sur quels axes allez-vous travailler ' Marc Palazon (...)


97: Pauline Flament, CTO de Michelin : « Nous avons été rattrapés par la réalité cloud first »

https://www.lemondeinformatique.fr/actualites/lire-pauline-flament-cto-de-michelin--nous-avons-ete-rattrapes-par-la-realite-cloud-first-90929.html

Le monde informatique (Informatique / Internet)

Pauline Flament, la Chief Technology Officer de Michelin, revient sur les deux grands virages technologiques récents de la DSI de l'industriel réalisant (...)


98: Vidéos générées par IA : les contenus truqués envahissent les réseaux sociaux

https://www.blogdumoderateur.com/videos-generees-ia-envahissent-reseaux-sociaux/

Blog du Moderateur ()

Le développement des IA génératives a remis au goût du jour les vidéos générées par IA sur les réseaux sociaux.


99: A Comprehensive Guide to the JavaScript slice() Method: Exploring Arrays and Functions

https://ghazikhan.hashnode.dev/a-comprehensive-guide-to-the-javascript-slice-method-exploring-arrays-and-functions

Hashnode - javascript (Javascript)

Originally published on www.ghazikhan.in Introduction JavaScript, one of the most widely used programming languages, offers a versatile set of tools for developers. Among these tools is the slice() method, a powerful function that operates on arrays....


100 / 122

100: Inspirational Websites Roundup 50

https://tympanus.net/codrops/2023/09/25/inspirational-websites-roundup-50/

Codrops (Design / Internet)

A fresh, hand-picked selection of websites highlighting outstanding web designs.


101: Hoisting in javaScript

https://muhammedshameel.hashnode.dev/hoisting-in-javascript

Hashnode - javascript (Javascript)

JavaScript is a versatile and widely used programming language. However, it has some quirks that can sometimes puzzle beginners. One of these quirks is hoisting. Don't worry; it's not as complicated as it sounds! In this blog post, I'll break down th...


102: Les indicateurs environnementaux cloud, du superflu pour la DSI

https://www.lemondeinformatique.fr/actualites/lire-les-indicateurs-environnementaux-cloud-du-superflu-pour-la-dsi-91643.html

Le monde informatique (Informatique / Internet)

Que valent les indicateurs environnementaux et les engagements climatiques des acteurs du cloud ' C'est à cette question que tente de répondre (...)


103: Méthodes agiles : 5 erreurs à ne pas commettre

https://www.lemondeinformatique.fr/actualites/lire-methodes-agiles-5-erreurs-a-ne-pas-commettre-91642.html

Le monde informatique (Informatique / Internet)

Les DSI sont soumis à une pression croissante pour fournir davantage d'innovations plus rapidement et plus efficacement. Les directions générales, (...)


104: Cyberpunk 2077 : comment Elon Musk a braqué les développeurs pour être dans le jeu

https://www.lebigdata.fr/elon-musk-cyberpunk-2077

Le Big Data (dataviz)

Elon Musk est encore une fois au c'ur d'une histoire abracadabrante. Il semblerait en effet que l'excentrique boss de Tesla … Cet article Cyberpunk 2077 : comment Elon Musk a braqué les développeurs pour être dans le jeu a été publié sur LEBIGDATA.FR.


105: TF 16 | Your weekly frontend digest

https://techfoutraque.hashnode.dev/tf-16-your-weekly-frontend-digest

Hashnode - javascript (Javascript)

' Article of the week : TypeScript Origins: The Documentary ' Frontend CSS Findings From The Threads App: Part 2 My Wonderful HTML Email Workflow, using MJML and MDX for responsive emails JavaScript is getting array grouping methods How To M...


106: How to Convert Word to PDF Using Python

https://jonathon5.hashnode.dev/how-to-convert-word-to-pdf-using-python

Hashnode - python (python)

Converting Word documents to PDF format is a common practice as it allows us to maintain the integrity of the document when sharing. In addition, converting Word to PDF ensures cross-platform compatibility and provides other advantages such as securi...


107: Le top 10 des erreurs UX les plus fréquentes

https://www.blogdumoderateur.com/top-10-erreurs-ux-frequentes-testapic/

Blog du Moderateur ()

Dans son ebook, Testapic met l'accent sur les erreurs UX les plus communes et la manière de les éviter.


108: Evolution of beer

https://flowingdata.com/2023/09/25/evolution-of-beer/

Flowing data (dataviz)

Beer dates back thousands of centuries, but it was not the beer we…Tags: beer, Washington Post


109: My scrimba coding Journey as A sapa motivated Nigerian

https://oyebamiji.hashnode.dev/my-scrimba-coding-journey-as-a-sapa-motivated-nigerian

Hashnode - javascript (Javascript)

Introduction My journey into the world of coding has been nothing short of an adventure. From the moment I decided to take the Scrimba Frontend Development course, I knew I was in for something special. Little did I know how much this journey would s...


110 / 122

110: Google Maps : comment ajouter des emojis sur vos lieux préférés

https://www.blogdumoderateur.com/google-maps-comment-ajouter-emojis-lieux/

Blog du Moderateur ()

Une nouvelle fonctionnalité de Google Maps permet désormais d'identifier des lieux en les associant à un emoji.


111: Securing Your npm Projects: 10 Essential Best Practices for npm Security

https://srini-dev.hashnode.dev/securing-your-npm-projects-10-essential-best-practices-for-npm-security

Hashnode - javascript (Javascript)

In the constantly evolving world of development, ensuring the security and efficiency of your projects is paramount. JavaScript and Node.js developers leveraging npm should be well-versed with some core security practices and productivity tips to avo...


112: Wix intègre IndexNow pour une indexation express !

https://www.abondance.com/20230925-213674-wix-indexnow-indexation-express.html

Abondance (Référencement)

Le système IndexNow créé par Bing et Yandex est désormais utilisé sur Wix, pour proposer une indexation plus rapide à ses utilisateurs premium.  Ce qu'il faut retenir : Utilisation d'IndexNow sur Wix Il était temps ! A la création d'IndexNow par Bing et Yandex, en 2021, Wix avait déjà annoncé prévoir l'intégration d'IndexNow à son […] L'article "Wix intègre IndexNow pour [...]


113: Detailed Introduction To Prisma ORM

https://sammaji.hashnode.dev/detailed-introduction-to-prisma-orm

Hashnode - javascript (Javascript)

Prisma is an open-source object-relational mapper (ORM) tool for Node.js and TypeScript. In this article, we will cover the basics of Prisma and understand how it works. What is an ORM' Object Relational Mappings or ORMs provide a high-level abstract...


114: Unity: 8 Common Async Mistakes

https://dima-chebanov.hashnode.dev/unity-8-common-async-mistakes

Hashnode - Unity (unity)

Introduction This is the second article in a series about using async/await in Unity. In the first, we looked at eight reasons to choose Async over Coroutine. If you are not familiar yet, I recommend starting with it. In this one, we will look at the...


115: CoolMaze ' partager facilement des fichiers sans être connectés sur le même réseau

https://macternelle.fr/2023/09/25/coolmaze-partager-facilement-des-fichiers-sans-etre-connectes-sur-le-meme-reseau/

Macternelle (enfant / Formation)

DIGISHARE, Snapdrop ou ShareDrop permettent d’envoyer facilement des fichiers entre équipements connectés sur un même réseau. Il arrive parfois notamment dans les écoles, que l’équipement personnel de l’enseignant ne soit pas connecté au réseau Internet des écoles ou sont les tablettes. Voici une alternative : Cool Maze ! Cette fonctionnalité peut se mettre en favori d [...]


116: 24 hours in an invisible epidemic

https://pudding.cool/2023/09/invisible-epidemic

pudding.cool (data)

Watch 24 hours of an American day, and the invisible crisis hiding in plain sight.


117: Crafting a Twitter like sticky sidebar

https://blog.lakbychance.com/crafting-a-twitter-like-sticky-sidebar

Hashnode - javascript (Javascript)

Introduction You're scrolling through Twitter or Medium and you get a nice view of the sidebar as it snaps to the bottom or top of the page if you try to scroll beyond its boundaries. We will re-create the same experience through a react implementat...


118: What we can not do with JavaScript!

https://anantguptablogs.hashnode.dev/what-we-can-not-do-with-javascript

Hashnode - javascript (Javascript)

JavaScript has many capabilities, but there are also limitations to what it can do. Some of the main things JavaScript cannot do are: Write to files on the server: JavaScript runs in the browser, so it cannot directly write to files on the server. I...


119: The Perfect United Universe

https://tamhar.hashnode.dev/the-perfect-united-universe

Hashnode - Unity (unity)

I looked outside I looked inside And I realized they all point to the same direction. I was certain then that everything was connected. Yet the masses try to draw the line, for ego must grasp everything But nay, you can't fully grasp your inside, so ...


120 / 122

120: How to install FVM(Flutter Version management) on your system.

https://codeblast.hashnode.dev/how-to-install-fvmflutter-version-management-on-your-system

Hashnode - Flutter (Flutter)

For every Flutter developer, one thing we are all scared of is upgrading our Flutter version for we are not emotionally and mentally ready for what comes after need I say more' FVM(Flutter Version management) provides a way for Flutter developers to ...


121: Title: "Understanding the JavaScript Finally Clause in Try-Catch Blocks"

https://syedabdul.hashnode.dev/title-understanding-the-javascript-finally-clause-in-try-catch-blocks

Hashnode - javascript (Javascript)

The finally clause in JavaScript is used in conjunction with the try and catch blocks. What it does is run whether or not an error is found in the catch block. This is extremely useful for performing cleanup tasks or actions that need to be executed ...


122: Visualizing Text and Image Embeddings Using Python: A Beginner's Guide

https://simiokunowo.hashnode.dev/visualizing-text-and-image-embeddings-using-python-a-beginners-guide

Hashnode - python (python)

Introduction In machine learning, embeddings have emerged as a transformative technique that empowers us to capture intricate patterns within our data, whether text or images. With embeddings, information from a high-dimensional space can be transfor...




La veille     Haut de page     Lendemain



Note : Webriche.fr est un agrégateur de flux RSS. C'est à dire un outil automatique qui regroupe l'accès à des informations, dont il n'est ni le rédacteur, ni l'éditeur.
Pour toutes questions, merci de contacter Richard Carlier.

Présentation

Ceci est un site qui explore certains mécanismes du Web 2.0, histoire de jouer avec tout ça...
Oui, une sorte de mashup 2.0 appliqué à la veille informationnelle... Hum, rien de neuf ?

Expérimental, c'est un site collaboratif à usage d'une seule personne. Ou presque.

Richard Carlier

Des mots,
toujours des mots...

Collaboration Partage Pagerank Donnees Echange RSS Standards Web Design CSS Participation Accessibilite Mashup Convergence Standardisation Utilisateurs Web 2.0