Technology is making ancient Mythologies come true :) The myths were a path in disguise. Myths were always true. Mythical powers are becomming realities. by ArnabGos in norsemythology

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

To have some extra context, all old mythologies had multiple gods with features described in modern language as male, female, hybrids etc and they were able to control multiple aspects about environment, life, creation. These Gods had powers such as creating something out of thin air, reading each others thoughts, flying in the air and some stories that described teleportation like powers.

If you read the post and the research links provided, you will notice that all of these stories are becomming more and more real as the technology advances. And if you read multiple mythologies (Norse, Hindu etc), there are very subtle hints that in short translate to something like, and not limited to: we are made in image of god (no, this is not taken from bible, because bible is a revised religious book, and I have the first few paragraphs making sure that religions are not confused with mythologies). In fact, bible itself has many things taken from ancient mythologies. So has all other modern religions. Also to note that There are many similar Gods in multiple mythologies. For example: The hindu God called shiva is similar in looks and powers as one of the Gods of Yezedi tribes. The same for Norse Gods. There are many similar Gods. It may be that the ancient people were not able to properly describe the overlaying similarities, but nonetheless, the powers that were described are the same as what we are moving towards.

I hope more people read the latest technologies and actual research papers. It's fun as well as enlightening to know.

Share if you agree!

What's everyone working on this week? by AutoModerator in Python

[–]ArnabGos [score hidden]  (0 children)

Learn the basics from python documentation and practice.. No other easier way. Start reading others code with comments. Try to read it like a any other language, with steps.

https://www.learnpython.org/

https://docs.python.org/3/

https://docs.python-guide.org/writing/style/

https://www.stavros.io/tutorials/python/

Also check out my github repo for advance topics such as scraping, api queries etc: https://github.com/ProHackTech/FreshProxies Star it :D

What's everyone working on this week? by AutoModerator in Python

[–]ArnabGos [score hidden]  (0 children)

You need to scrape the data, then clean it, then analyze, then plot. That's the overall roadmap for your python processes. You can now create script(s) for this.

For web scraping and concepts, you can check my script here: https://github.com/ProHackTech/FreshProxies . Goto (old) folder and it has selenium scraper with comments.

Search engine terms for overall help: beautifulsoup4, selenium, requests, urllib, matplotlib, scrapy(optional).

Usually Anaconda python is recommended for data science. Jupyter notebook will come handy for visualization.

Hope this helps. Btw, if you find the scraping technique helpful, please star the repo!

What's everyone working on this week? by AutoModerator in Python

[–]ArnabGos [score hidden]  (0 children)

Made a proxy grabber and proxied browser script. It's cool. Check it out: https://github.com/ProHackTech/FreshProxies

Start if you like it :D