#data-manipulation

[ follow ]
#python
fromPycoders
2 months ago
Python

PyCoder's Weekly | Issue #668

Postman AI Agent Builder streamlines agent development using centralized LLM access and no-code options.
NumPy offers practical examples to enhance data manipulation skills in Python.
fromSimplilearn.com
1 year ago
Python

SQL vs Python: Unveiling the Best Language for Your Needs

SQL excels in raw data extraction speed and query performance due to its tight integration with databases.
fromAgileabstractions
3 months ago
Python

New Python Knowledge Share Video Online: List Comprehensions, Generator Expressions & Function Signatures

This video enhances Python skills through a focus on data manipulation techniques and function signatures.
fromSimplilearn.com
10 months ago
JavaScript

Python Assignment Operator: A Comprehensive Guide 2024!

Assignment operators assign values to variables in Python, aiding in data manipulation and control over variables.
fromSimplilearn.com
1 year ago
Python

Mastering Bitwise Operators in Python | Essential Techniques

In Python, bitwise operators are used for efficient coding by manipulating individual bits of numbers.
To optimize code and manipulate bits within numbers, shift operators should be well understood.
Custom classes can specify how they behave with these operators using operator overloading for bitwise operations.
Custom classes can also extend the behavior of these operators to other types of data beyond just integers.
fromPycoders
2 months ago
Python

PyCoder's Weekly | Issue #668

Postman AI Agent Builder streamlines agent development using centralized LLM access and no-code options.
NumPy offers practical examples to enhance data manipulation skills in Python.
fromSimplilearn.com
1 year ago
Python

SQL vs Python: Unveiling the Best Language for Your Needs

SQL excels in raw data extraction speed and query performance due to its tight integration with databases.
fromAgileabstractions
3 months ago
Python

New Python Knowledge Share Video Online: List Comprehensions, Generator Expressions & Function Signatures

This video enhances Python skills through a focus on data manipulation techniques and function signatures.
fromSimplilearn.com
10 months ago
JavaScript

Python Assignment Operator: A Comprehensive Guide 2024!

Assignment operators assign values to variables in Python, aiding in data manipulation and control over variables.
fromSimplilearn.com
1 year ago
Python

Mastering Bitwise Operators in Python | Essential Techniques

In Python, bitwise operators are used for efficient coding by manipulating individual bits of numbers.
To optimize code and manipulate bits within numbers, shift operators should be well understood.
Custom classes can specify how they behave with these operators using operator overloading for bitwise operations.
Custom classes can also extend the behavior of these operators to other types of data beyond just integers.
more#python
#sql
fromSitepoint
3 months ago
Data science

Types of SQL Commands: DDL, DML, DQL, DCL, and TCL - SitePoint

SQL is essential for data management in relational databases.
Understanding basic SQL commands is enough for effective database management.
Security measures are crucial in database management.
SQL can be integrated with programming languages for data applications.
fromMedium
6 months ago
Data science

TABLE JOIN cheat sheet

The cheat sheet is a comprehensive resource for merging datasets in SQL, Spark, and Python pandas, including cross joins.
fromSitepoint
3 months ago
Data science

Types of SQL Commands: DDL, DML, DQL, DCL, and TCL - SitePoint

SQL is essential for data management in relational databases.
Understanding basic SQL commands is enough for effective database management.
Security measures are crucial in database management.
SQL can be integrated with programming languages for data applications.
fromMedium
6 months ago
Data science

TABLE JOIN cheat sheet

The cheat sheet is a comprehensive resource for merging datasets in SQL, Spark, and Python pandas, including cross joins.
more#sql
#text-processing
fromHackernoon
4 months ago
JavaScript

Regex 101: Practical Tips for Mastering Regular Expressions | HackerNoon

Regex enables efficient data handling by allowing users to extract and manipulate text patterns with precision.
fromHackernoon
4 months ago
JavaScript

Regex 101: Practical Tips for Mastering Regular Expressions | HackerNoon

Regex enables efficient data handling by allowing users to extract and manipulate text patterns with precision.
more#text-processing
fromwww.aljazeera.com
4 months ago

An Indian state used citizens' data on political beliefs to deny benefits

The Andhra Pradesh government exploited citizen data to deny welfare to opposition supporters, undermining democratic processes and targeting vulnerable communities.
Miscellaneous
fromAlvinalexander
5 months ago
Scala

ZIO 2: ZIO JDBC examples (SQL select, insert, drop, update, delete, transactions)

ZIO JDBC library has a new maintainer, ensuring continued access to its features and examples.
Business
fromwww.dw.com
7 months ago

China's technology drive leaves young people jobless DW 09/17/2024

China's youth unemployment rate manipulation obscures the worsening employment crisis amid economic setbacks and structural challenges.
Artificial intelligence
fromWIRED
8 months ago

Microsoft's AI Can Be Turned Into an Automated Phishing Machine

AI systems are vulnerable to attacks through email hijacking and poisoned databases, potentially leading to manipulative actions by hackers.
Security researchers stress the risks of allowing external data into AI systems, emphasizing the importance of prevention and monitoring.
Microsoft recognizes and collaborates on identifying AI vulnerabilities, highlighting the need for security measures to prevent post-compromise abuse.
fromRaymondcamden
9 months ago
JavaScript

Building a Web Version of Your Mastodon Archive with Eleventy

Making use of Mastodon archive with Eleventy to create a personal website is a practical application for non-technical users.
fromCodeProject
10 months ago
Data science

What Data Scientists Should Know About OpenUSD

OpenUSD is a versatile framework that offers a unified data model for efficient data manipulation and hierarchical organization.
USD File format plugins allow seamless integration of existing dataset formats into OpenUSD, enhancing data sharing and processing capabilities.
fromMedium
10 months ago
JavaScript

Essential Linux Terminal Hacks for Efficiency-Part 2

To reuse commands, utilize reverse search and history command. Display date/time in history for reference. Run multiple cmds concurrently with specific chaining options. View large file content easily with 'less' command.
[ Load more ]