stp2y

29864 Posts
10 Livros de Python que vale à pena você ler

10 Livros de Python que vale à pena você ler

Livros dignos de leitura e para ter na prateleira da sua coleção. Python é uma linguagem de programação dedicada para iniciantes, no entanto, também é muito utilizada por diversos segmentos que requer conhecimentos avançados. Nesse artigo conheceremos 10 Livros de Python que vale à pena você ler !!! Os leitores de Introdução à Computação Usando Python: um Foco no Desenvolvimento de Aplicações vão perceber que os conceitos serão apresentados gradativamente para que haja uma introdução inclusiva à ciência da computação, e críticos da área definem a metodologia do livro-texto como a utilização da “ferramenta certa para o trabalho no momento…
Read More
AI won’t replace human workers, but ‘people that use it will replace people that don’t,’ AI expert Andrew Ng says

AI won’t replace human workers, but ‘people that use it will replace people that don’t,’ AI expert Andrew Ng says

AI experts tend to agree that rapid advances in the technology will impact jobs. But there's a clear division growing between those who see that as a cause for concern and those who believe it heralds a future of growth.Andrew Ng, the founder of Google Brain and a professor at Stanford University, is in the latter camp. He's optimistic about how AI will transform the labor market.For one, he doesn't think it's going to replace jobs."For the vast majority of jobs, if 20-30% is automated, then what that means is the job is going to be there," Ng said in…
Read More
Elon Musk shared a doctored Harris campaign video on X without labeling it as fake

Elon Musk shared a doctored Harris campaign video on X without labeling it as fake

As spotted by The New York Times, Elon Musk shared an altered version of Kamala Harris’ campaign video on Friday night that uses a deepfake voiceover to say things like, “I was selected because I am the ultimate diversity hire,” in the VP’s voice. Nowhere does the post alert users to the fact that the video has been manipulated and features comments Harris did not actually say. Under X’s own policies, users “may not share synthetic, manipulated, or out-of-context media that may deceive or confuse people and lead to harm (‘misleading media’).”The post has been up all weekend, amassing over…
Read More
Heat-related injuries to workers in the Americas have soared since 2000, study finds

Heat-related injuries to workers in the Americas have soared since 2000, study finds

Extreme heat isn't just making it harder to enjoy summer vacation. It's also making work more dangerous than ever, a labor report found.The International Labour Organization reported that workers are increasingly exposed to extreme heat worldwide to the degree that occupational safety and health protections can't keep up. In addition to jeopardizing workers, the heat "undermines the resilience of economies," the agency said."While climate-related mitigation efforts will necessitate concerted action over time, workers are being injured and dying now, and therefore heat stress preventative measures should be implemented as a matter of urgency," the report found.Over 26 million people globally…
Read More
Replacing Switch Statements with ChainStrategy

Replacing Switch Statements with ChainStrategy

Problem Statement This article is a quick introduction and example of implementing a strategy via the ChainStrategy library. Please see the official documentation for more information and samples. Sometimes we have use cases in our code that lead to natural logical branches where a process separates into sub-processes and may return a common response. In the example below, a service implementing a use-case runs conditional logic depending on what the request is doing. public class TrackingService { private readonly IUpsDependency _upsDependency; private readonly IFedexDependency _fedExDependency; private readonly IUspsDependency _uspsDependency; public TrackingService( IUpsDependency upsDependency, IFedexDependency fedExDependency, IUspsDependency uspsDependency ) { _upsDependency…
Read More
Kamala Harris campaign says it raised $200 million in its first week, mostly from new donors, adding to disputed $95 million from Biden

Kamala Harris campaign says it raised $200 million in its first week, mostly from new donors, adding to disputed $95 million from Biden

Kamala Harris' campaign said it had raised $200 million in the last week.The campaign has also had 170,000 new volunteers sign up, it said.It follows President Joe Biden's withdrawal from the election race last Sunday. Thanks for signing up! Access your favorite topics in a personalized feed while you're on the go. download the app By clicking “Sign Up”, you accept our Terms of Service and Privacy Policy. You can opt-out at any time by visiting our Preferences page or by clicking "unsubscribe" at the bottom of the email. Kamala Harris has raised $200 million and signed up 170,000 new…
Read More
Getting Started with Embedded System Development: A Beginner’s Guide

Getting Started with Embedded System Development: A Beginner’s Guide

Embedded systems are everywhere—from your smartphone to your microwave, these tiny computing systems make our devices smarter and more efficient. If you're new to embedded system development, it can seem daunting at first. Fear not! This guide will walk you through the basics, helping you start your first embedded system project. We’ll cover everything from hardware selection to software tools and basic programming. Step 1: Understanding Embedded Systems Before diving into development, it’s essential to understand what embedded systems are. An embedded system is a dedicated computer system designed to perform specific tasks within a larger system. Unlike general-purpose computers,…
Read More
[DAY 90-92] I made a shell script to build me a world cup database

[DAY 90-92] I made a shell script to build me a world cup database

Hi everyone! Welcome back to another blog where I document the things I learn in web development. I do this because it helps retain the information and concepts through active recall. On days 90-92, I finished building a script to automate creating a database, a translator using a shell script, and started building an interactive bash program. The first project is where I created a bash script to make a database about world cup matches in PostgreSQL. This is part 2 out of 5 certification projects in the relational databases course in freecodecamp. I also made a script on the…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.