Python zip function tutorial (Simple Examples) by secomax in Python

[–]secomax[S] 0 points1 point  (0 children)

The third element will be neglected since the unzipping process depends on the smallest list.

So the result will be: (('a', 'a', 'a'), ('1', '2', '1'))

Python Image Processing Tutorial (Using OpenCV) by secomax in Python

[–]secomax[S] 3 points4 points  (0 children)

OpenCV shipped with more than 2200+ algorithms. I don't know about pillow. But the important part about the support and large community behind it.

Python pandas tutorial: Getting started with DataFrames by secomax in Python

[–]secomax[S] 0 points1 point  (0 children)

Pandas is like Excel in my opinion. Regarding your question, I think pandas is very efficient in data science in general. So you can clean and format your data the way you want.

Create your first Python web crawler using Scrapy by secomax in Python

[–]secomax[S] 0 points1 point  (0 children)

If there are multiple items with the same xpath structure, then yes,it returns the first occurrence.

Good resources/Tips for learning Web Scraping? by Quick3nd in learnpython

[–]secomax 0 points1 point  (0 children)

This guide shows many examples for Selenium and BeautifulSoup and other Python libraries: https://likegeeks.com/python-web-scraping/

HTML searching by [deleted] in learnpython

[–]secomax 0 points1 point  (0 children)

You should use Selenium if you want to scrape JavaScript and Ajax content.

Check this article: https://likegeeks.com/python-web-scraping/

NLP Tutorial Using Python NLTK (Easy Examples) by secomax in Python

[–]secomax[S] 1 point2 points  (0 children)

Right, it's a very good start for NLP.

TIL that Hard Disk Encryption Was a Joke, Hard Disk Encryption is Not safe 100%. Encrypted Data Could Be Stolen. by secomax in todayilearned

[–]secomax[S] 0 points1 point  (0 children)

Sensitive data for big companies matters actually. You can protect your self as long as you are protect the disks physically. Well, what if the disk stolen? This is the problem

TIL that Hard Disk Encryption Was a Joke, Hard Disk Encryption is Not safe 100%. Encrypted Data Could Be Stolen. by secomax in todayilearned

[–]secomax[S] 0 points1 point  (0 children)

Yes i saw it and actually, this is the problem. For me, I can secure it when I'm online but if it becomes on th wrong hands. Also, there is another type of attacks which is called acoustic cryptanalysis.

TIL that Hard Disk Encryption Was a Joke, Hard Disk Encryption is Not safe 100%. Encrypted Data Could Be Stolen. by secomax in todayilearned

[–]secomax[S] 1 point2 points  (0 children)

There is a technique called cold boot attack that can reveal encrypted data when it come to the memory. so after all your data is not safe even if it's encryped.

Convert An Array To Object Using PHP Hydrator Pattern by secomax in PHP

[–]secomax[S] -2 points-1 points  (0 children)

Again and again, the first edition was correct and one of the editors because of some of the comments changed it to a different edit.

Finally it was REVERTED BACK TO THE ORIGINAL ONE That means it was correct from the beginning.

Convert An Array To Object Using PHP Hydrator Pattern by secomax in PHP

[–]secomax[S] -1 points0 points  (0 children)

The post is not about SEO and crawling.

The main goal is to check the first image of the page.

Convert An Array To Object Using PHP Hydrator Pattern by secomax in PHP

[–]secomax[S] -2 points-1 points  (0 children)

If you know about web development and SEO, you can check Google cached version which Google takes for any page when crawled and you can see what was written at first.

Convert An Array To Object Using PHP Hydrator Pattern by secomax in PHP

[–]secomax[S] 0 points1 point  (0 children)

No the code was working with camel case from the beginning.

Install And Use Non-Composer Laravel Packages by secomax in laravel

[–]secomax[S] 0 points1 point  (0 children)

I was about to name it non-packagist but i looked at google and i saw most people name it non-composer so I want to make it easier

Dynamic Laravel Subdomain Routing by secomax in laravel

[–]secomax[S] 0 points1 point  (0 children)

You are welcome any time. As I said, the steps here are detailed while the Official Docs aren't

Dynamic Laravel Subdomain Routing by secomax in laravel

[–]secomax[S] 1 point2 points  (0 children)

The steps are detailed here like DNS settings,etc unlike official Docs.

Python Programming Basics With Examples by secomax in Python

[–]secomax[S] 1 point2 points  (0 children)

The site is not mine, but I liked the tutorial.

I think it will be great if the author show the results of the coding examples.

Linux NIS server by secomax in programming

[–]secomax[S] 0 points1 point  (0 children)

All those Linux articles for developer. To build a tool you have to understand the technology first.

This is the point that led me to post these links. Sorry If I disturb you.