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…
Speaker lineup for PyBay2022… and wait, there are more!
https://medium.com/pybay/speaker-lineup-for-pybay2022-and-wait-there-are-more-a579fca443f
https://medium.com/pybay/speaker-lineup-for-pybay2022-and-wait-there-are-more-a579fca443f
Medium
Speaker lineup for PyBay2022… and wait, there are more!
The quantity and the quality of talk proposals we received were extraordinary this year. Here’s what we have going for you 👉
Detecção de fraude em pagamentos online com aprendizado de máquina
https://medium.com/@pedrofogacami/detec%C3%A7%C3%A3o-de-fraude-em-pagamentos-online-com-aprendizado-de-m%C3%A1quina-a79179a3552d
https://medium.com/@pedrofogacami/detec%C3%A7%C3%A3o-de-fraude-em-pagamentos-online-com-aprendizado-de-m%C3%A1quina-a79179a3552d
Medium
Detecção de fraude em pagamentos online com aprendizado de máquina
Penso que seja claro para todos que as fraudes em pagamentos online ocorrem e não é de hoje. Fica claro que qualquer um, na posição de…
How to handle long-running tasks in Python using Redis queues
https://levelup.gitconnected.com/how-to-handle-long-running-tasks-in-python-using-redis-queues-f6a78a4b7f87
https://levelup.gitconnected.com/how-to-handle-long-running-tasks-in-python-using-redis-queues-f6a78a4b7f87
Medium
How to handle long-running tasks in Python using Redis queues
Easy to implement, without much overhead