Getting Started with Anaconda Prompt and Building a Virtual Environment
https://medium.com/thetechieguys/getting-started-with-anaconda-prompt-and-building-a-virtual-environment-2b8b4062daea
https://medium.com/thetechieguys/getting-started-with-anaconda-prompt-and-building-a-virtual-environment-2b8b4062daea
Medium
Getting Started with Anaconda Prompt and Building a Virtual Environment
We can make different Virtual Environments to manage different Python projects because all of them might have different versions of…
Building all-in-one stock/economic data for your project
https://medium.com/@gieun/building-all-in-one-stock-economic-data-repository-6246dde5ce02
https://medium.com/@gieun/building-all-in-one-stock-economic-data-repository-6246dde5ce02
Medium
Building all-in-one stock/economic data for your project
Collecting STANDARDIZED stock, fund, economic index, company performance data from multiple sources.
Twitter sentiment analysis and classification
https://parisrohan.medium.com/twitter-sentiment-analysis-and-classification-7060d4444a27
https://parisrohan.medium.com/twitter-sentiment-analysis-and-classification-7060d4444a27
Medium
Twitter sentiment analysis and classification
This is a multiclass classification problem and to solve it I have performed text cleaning, analysis, and classification based on the…
Flask tutorial: How to deploy and publish an app on pythonanywhere
https://antonioblago.medium.com/flask-tutorial-how-to-deploy-and-publish-an-app-on-pythonanywhere-225314160914
https://antonioblago.medium.com/flask-tutorial-how-to-deploy-and-publish-an-app-on-pythonanywhere-225314160914
Medium
Flask tutorial: How to deploy and publish an app on pythonanywhere
TLDR; In this tutorial I describe every step on how to deploy and publish your app on pythonanywhere. I am personally really convinced by…
Scraping Flipkart Data in simple steps using Selenium and BeautifulSoup : Python
https://medium.com/@surajn005/scraping-flipkart-data-in-simple-steps-using-selenium-and-beautifulsoup-python-f72e82456e67
https://medium.com/@surajn005/scraping-flipkart-data-in-simple-steps-using-selenium-and-beautifulsoup-python-f72e82456e67
Medium
Scraping Flipkart Data in simple steps using Selenium and BeautifulSoup : Python
If you are looking for scraping data from Flipkart this article will surely help you. In this blog I will explain how easily we can get…
Awesome Python Project You Should Check Out
https://preettheman.medium.com/awesome-python-project-you-should-check-out-9534a51dd00b
https://preettheman.medium.com/awesome-python-project-you-should-check-out-9534a51dd00b
Medium
Awesome Python Project You Should Check Out
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to…
Is Learning Python Hard for Beginners?
https://medium.com/@brainloxeducation/is-learning-python-hard-for-beginners-465537000a5f
https://medium.com/@brainloxeducation/is-learning-python-hard-for-beginners-465537000a5f
Medium
Is Learning Python Hard for Beginners?
Python can be regarded beginner-friendly, as it is a programming language that prioritizes readability, making it less difficult to…
Making Your own SSH BruteForcer With Python
https://medium.com/@canturkbal/making-your-own-ssh-bruteforcer-with-python-e57fb4705672
https://medium.com/@canturkbal/making-your-own-ssh-bruteforcer-with-python-e57fb4705672
Medium
Making Your own SSH BruteForcer With Python
First let’s import some libraries. i will import colorama and paramiko library. To install colorama, open terminal and write this:
How to Web Scrape Upcoming Earnings Dates in 55 Lines of Python Code
https://medium.com/@dannygrovesn7/how-to-web-scrape-upcoming-earnings-dates-in-55-lines-of-python-code-5bd5697bd63b
https://medium.com/@dannygrovesn7/how-to-web-scrape-upcoming-earnings-dates-in-55-lines-of-python-code-5bd5697bd63b
Medium
How to Web Scrape Upcoming Earnings Dates in 55 Lines of Python Code
A quick and easy way to find the estimated dates of earnings releases
DiceCTF 2022 — web/reverser — Server Side Template Injection — Exploiting jinja2
https://medium.com/@sudo_von/dicectf-2022-web-reverser-server-side-template-injection-exploiting-jinja2-fa2f15404d81
https://medium.com/@sudo_von/dicectf-2022-web-reverser-server-side-template-injection-exploiting-jinja2-fa2f15404d81
Medium
DiceCTF 2022 — web/reverser — Server Side Template Injection — Exploiting jinja2
In this challenge, they gave us a website where we could reverse any text and the source code.
Python: simple regular expression matching
https://lovethepenguin.com/python-simple-regular-expression-matching-4f14311276d5
https://lovethepenguin.com/python-simple-regular-expression-matching-4f14311276d5
Medium
Python: simple regular expression matching
Regular expressions or regex for short, is a text pattern that can help match text; Python has built in support for regular expressions…
Python data processing — Importing Libraries & Data — DatAtelier
https://maw-ferrari.medium.com/python-data-processing-importing-libraries-data-datatelier-b3b4c7ac43e1
https://maw-ferrari.medium.com/python-data-processing-importing-libraries-data-datatelier-b3b4c7ac43e1
Medium
Python data processing — Importing Libraries & Data
In my introductory post about data processing with Python, I talked about using Jupyter Notebook on Anaconda, a simple way to get a fully…