python

  1. Teacher

    Python: Your ticket to the AI world

    Why now is the perfect time to enter the world of artificial intelligence. The topic of artificial intelligence (AI) is constantly on the agenda, attracting the attention of scientists, experts and the general public. Despite discussions about the potential risks associated with the development...
  2. Teacher

    Lazarus Typesquatting: North Korean hackers hit Python community hard

    Inattentive developers have already regretted ten times that they fell into such a stupid trap. The Lazarus hacker group, supported by the North Korean state, has uploaded four malicious packages to the Python Package Index (PyPI) repository in order to infect developers ' systems with...
  3. Carding 4 Carders

    What does Python, Pandas, and a lifetime Meta ban have in common?

    When AI decides that you are a snake seller, not a programmer. Reuven, a Python and Pandas instructor who teaches face-to-face courses at companies around the world (such as Apple and Cisco), and also has a range of online products, including video courses and paid newsletters, spoke about his...
  4. CarderPlanet

    Python version 3.12: what is new for developers and what prospects does 3.13 open up?

    We analyze the key points of Python 3.12. After a year of development, a significant version of the Python programming language 3.12 has been published, which will be supported for a year and a half, followed by another three and a half years of updates aimed at eliminating vulnerabilities...
  5. Carding

    Вьетнамские хакеры внедряют Stealer на основе Python через Facebook Messenger

    Новая фишинговая атака использует Facebook Messenger для распространения сообщений с вредоносными вложениями из "множества поддельных и взломанных личных аккаунтов" с конечной целью захвата бизнес-аккаунтов целей. "Эта кампания, опять же созданная вьетнамской группой, использует крошечное...
  6. Carding

    Python's Double Life: How Versatility Turns into a Hidden Threat

    It turns out that the PyPI and GitHub repositories contain many mysteries. Python is considered to be one of the most flexible programming languages. Compatibility with various platforms and technologies makes it particularly popular. However, these same functions can be potentially dangerous...
  7. Carding

    Северокорейские хакеры развертывают новые вредоносные пакеты Python в репозитории PyPI

    В репозитории Package Index (PyPI) были обнаружены три дополнительных вредоносных пакета Python в рамках продолжающейся кампании по цепочке поставок вредоносного программного обеспечения под названием VMConnect, признаки которой указывают на участие в угрозах, спонсируемых государством Северной...
  8. Bill Gates

    Первый 2 части курса програмирования на Python от Яндекс за 168к руб.

    Расширенная программа для тех, кто только знакомится с миром IT и хочет стать сильным python-разработчиком. 1 часть Python-разработчик создаёт бэкенд сайтов: мозг, который принимает запросы, общается с базой данных и передаёт нужную информацию пользователю. Разработчик проектирует алгоритмы...
  9. Hacker

    Create your own stealer in Python + server

    The answer is simple - if you send it directly to a telegram, then the bot token can be intercepted and so steal your logs. Therefore, we will make it so that our stealer first sends a log to our server, and then the server sends us a log to Telegram. Preparing hosting. We buy hosting. I...
  10. Hacker

    Perfect shape. Handle Complex Forms in Python with WTForms.

    The content of the article Why is this needed? Installation Form creation Working with a form Form generation (GET /users/new) Payload parsing (POST /users) Options for Partial Parsing of Payload Validators Dynamically changing properties of form fields Prefabs and inherited forms Populating...
  11. Hacker

    Machine vision in Python. Teaching a neural network to recognize numbers.

    The content of the article How a neural network works The simplest neural network Digit recognition - MLP network Digit Recognition - Convolutional Network (CNN) For each example, I'll provide Python 3.7 code. You can run it and see how it all works. To run the examples, you need the...
  12. P

    ?PYTHON DEVELOPMENT 2021?

    Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. BUILD YOUR SKILLS WITH PYTHON AND GET BEST JOBS! ? Download Link-...
  13. P

    Example Authentication Python Code For SMTPs ?

    import smtplib, ssl port = 587 # For starttls smtp_server = "smtp.mail.com" sender_email = "my@mail.com" receiver_email = "your@mail.com" password = "password" message = """\ Subject: Hi there This message is sent from Python.""" context = ssl.create_default_context() server =...
  14. Teacher

    How to create a simple Trojan in Python

    Why would anyone write malware in Python? We're going to do this to learn the general principles of malware development, while at the same time you can practice using this language and apply this knowledge for other purposes. In addition, Python malware occurs naturally, and not all virus...
  15. Hacker

    Finding out someone else's IP - Python implementation

    Installing Python Click on the link - https://python.org/. Download the latest version and install it. Creating A Bot Enter the name "@BotFather" in the search bar. We start a dialog with it and create a new bot, which we need to come up with a name with the ending "_bot". After that...
  16. BadB

    DEVIL SENDER 3

    Python Mailer
  17. Lord777

    Install Python bots for free on hosting

    And so, straight to the point. The essence We go to the site pythonanywhere.com (as a free example, it can be under heavy load, but it gets better soon), register. You can use any mail, even temporary, it is not necessary to confirm it, but various useful notifications come to it. After...
  18. Carder

    Как работает Python

    Python - популярный язык программирования, используемый для веб-разработки и разработки программного обеспечения. Если вы только начинаете программировать компьютеры и другие устройства, скорее всего, вы пытались выяснить, какой язык программирования лучше всего изучать в первую очередь. В...
  19. Carding 4 Carders

    How to create reverse shell using python

    I'll show you how to make a sample Python Reverse Shell The first thing to do is the server. You have to create a python script server and enter the following code in it (you can change anything you want in it). import socket, os, sys def socketCreate(): try: global host...
  20. Carder

    Tiny Python Projects (2020) - Ken Youens-Clark 2020-12-28

    This book will turn you from an amateur to a Python pro, as it will create 22 programs that are several bytes in size. Each new little project teaches you a new programming concept, from the basics of lists and strings to regular expressions and random variables. Advantages: ➕Relevance of the...
Top