Top Trending LinkedIn Posts about python

Explore the most popular LinkedIn posts in the python niche. Get inspired and create engaging content

Top Trending Linkedin Posts about python

O
LinkedIn User
@olena-razinkova
2 months ago

Python Journey: First Milestones Achieved! 🎯

Today, I made significant progress in my Python learning journey:

✅ Installed Python software and set up my environment
🎓

5 2 5
13 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 3 (Install LIbraries)

WE'RE HACKING TODAY Y'ALL!
Class was focused on installing tools from PyPi and Github

4 Username enumeration tools installed

53 6 60
1 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 4 (Writing/Reading Files)

Classic programing need read/write files

Output from tools can be piped into another program or written to file.

Input

40 2 41
1 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 5 (HTTP Requests /APIs)

Web Apps have APIs that allow code to interrogate them....

This is powerful for saving time and

24 2 24
13 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 6 (JSON Action)

Most data today is handled in JSON structures (NoSQL db on line 1!)

Handling this data is awkward

18 1 21
2 comments
D
Dr. Ganapathi Pulipaka
@dr-ganapathi-pulipaka-56417a2
2 months ago

Python for Algorithmic Trading! #BigData #Analytics #DataScience #AI #MachineLearning #IoT #IIoT #PyTorch #Python #RStats #TensorFlow #Java #JavaScript #CloudComputing #Serverless #DataScientist #Linux #Books

banner
4 3 7
13 comments
A
LinkedIn User
@amney-mounir
2 months ago

Python can be a very powerful tool for Data Analysts.

And here are the 9 must-know Functions:

𝟏. 𝐦𝐞𝐫𝐠𝐞(): aka the SQL joins - it

199 31 234
4 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 7 (CSV (and JSON))

CSV (comma separated values) is a common format for data.

Lets transform from json to csv to

9 1 10
13 comments
A
LinkedIn User
@amney-mounir
2 months ago

Python can be a very powerful tool for Data Analysts.

And here are the 9 must-know Functions:

𝟏. 𝐦𝐞𝐫𝐠𝐞(): aka the SQL joins - it

199 31 234
4 comments
R
LinkedIn User
@rickhigh
2 months ago

#python #webdevelopment #prototypes #poc #rapiddev A walk in the Park with Streamlits

10 2 10
13 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 8 (Databases)

Databases literally hold TONS of data, and you can find them via online search.

Converting databases into parsible formats

24 2 26
13 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 9 (Automate Search Results)

You can manually search then copy and paste results, by WHY???

Python can automate it by
-querying

8 1 9
13 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 9 (Automation FTW)

Save time and automate.

This is literally why you learn CLI (cmd line interface). Free

29 2 37
8 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 10 (Web Scraping)

There's a lot of great OSINT on websites
emails
usernames
phone numbers
addresses

But so timely to have to go and manually

11 1 12
13 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 10 (Web SCRAPING)

Lots of info out on the web, but a grind to manually copy down.

Todays all about automating

17 3 21
1 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 11 (RegEx)

Anyone that has spent a second doing Regular Expressions know it almost seems like magic.

Day 11 shows us

13 1 16
2 comments
A
andriyburkov
@andriyburkov
2 months ago

Python has become the most popular language on GitHub. I only wish for two more things: that browsers start supporting Python as a

banner
440 14 532
78 comments
A
LinkedIn User
@andreasbaekdahl
2 months ago

Python 101 together with Emil Bisgaard Commerou from Wingmen Solutions' Automation Factory team.
Back to basics. Up to speed!

48 1 49
13 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 12 (Proxy Servers)

Sometimes you need to be 'coming' from a different IP address.

You can use a VPN, but

33 3 39
3 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 13 (Data Structures)

Classic CompSci lesson today y'all.

When you go beyond variables and you have data structures there are some

7 1 9
1 comments
G
geraldauger
@geraldauger
2 months ago

Python for OSINT Day 14 (Filesystem Interaction)

Now we're Cookin'!

Python can interact with the file system, so csv, txt, etc files in a directory.

29 2 32
3 comments
G
geraldauger
@geraldauger
about 2 months ago

Python for OSINT Day 15 (Domain Info Gathering)

AKA. Python for Pentesters

We leveraged python to interrogate and return all sorts of domain info.

There are

35 2 41
4 comments
G
ginacostag
@ginacostag
about 2 months ago

Python just dethroned JavaScript as the most used language on GitHub after its 10-year reign! 👇

Github just dropped the Octoverse 2024 and the

512 66 615
37 comments
G
ginacostag
@ginacostag
about 2 months ago

Python just dethroned JavaScript as the most used language on GitHub after its 10-year reign! 👇

Github just dropped the Octoverse 2024 and the

512 66 615
37 comments
G
geraldauger
@geraldauger
about 2 months ago

Python for OSINT Day 16 (Map and Split)

Picking up some core Python features here.
Pretty straight forward day 16

map() - use it

27 2 33
4 comments
G
ginacostag
@ginacostag
about 2 months ago

Python just dethroned JavaScript as the most used language on GitHub after its 10-year reign! 👇

Github just dropped the Octoverse 2024 and the

512 66 615
37 comments
D
datascience-trainer
@datascience-trainer
about 2 months ago

Python Machine Learning Projects

↳ The document provides insights on loading datasets with Scikit-learn, highlighting essential keys like target labels, actual labels, feature names,

32 3 35
13 comments
G
geraldauger
@geraldauger
about 2 months ago

Python for OSINT Day 17 (Generating Docs)

Python can generate Xlsx, pdf, doc, ppt.

This lesson was dummy data, but demonstrates the power here.

With enough

9 2 9
13 comments
D
datascience-trainer
@datascience-trainer
about 2 months ago

Python Machine Learning Projects

↳ The document provides insights on loading datasets with Scikit-learn, highlighting essential keys like target labels, actual labels, feature names,

27 3 32
2 comments
G
geraldauger
@geraldauger
about 2 months ago

Python for OSINT Day 18 (Generating Graphics)

BOOM* 💥

I might be automating myself out of a job here.

We know how to create documents for

14 1 17
2 comments

Check out other trending categories

Join 1000+ professionals that use Hyperly to build their brands

Get Started Now
No credit card required
14 days free trial
24/7 customer support
Hyperly
2024 - All rights reserved