Code With Python
39.2K subscribers
884 photos
27 videos
22 files
769 links
This channel delivers clear, practical content for developers, covering Python, Django, Data Structures, Algorithms, and DSA – perfect for learning, coding, and mastering key programming skills.
Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
Constants | Python Best Practices

📖 Guidelines and best practices for using constants in your Python code.

🏷️ #Python
Dependency Management | Python Best Practices

📖 Guidelines and best practices for dependency management in Python.

🏷️ #Python
Python's deque: Implement Efficient Queues and Stacks

📖 Use a Python deque to efficiently append and pop elements from both ends of a sequence, build queues and stacks, and set maxlen for history buffers.

🏷️ #intermediate #datastructures #python #stdlib
1
assertion | Python Glossary

📖 A debugging aid that tests a condition as an internal self-check.

🏷️ #Python
dataframe | Python Glossary

📖 A data structure for working with tabular data in Python.

🏷️ #Python
2
Boolean flag | Python Glossary

📖 A variable or function parameter that you set to either True or False.

🏷️ #Python
1
camel case | Python Glossary

📖 A naming convention where the first letter of each word within a compound word is capitalized.

🏷️ #Python
concatenation | Python Glossary

📖 The operation of joining two or more strings end-to-end to create a new string.

🏷️ #Python
2
This media is not supported in your browser
VIEW IN TELEGRAM
💻 GHOSTCREW — A Python AI tool for penetration testers and security professionals that conducts vulnerability searches in any services.

It works like a red team within your system. You describe the task in plain language — then it plans the attack itself, selects tools, and proceeds through the entire process: from reconnaissance to reporting. Without manual fiddling and endless commands.

What it can do in practice:

➡️ Checks everything: code, business logic, network traffic, protocols.
➡️ Analyzes the found vulnerabilities and explains where the problem is and how to fix it.
➡️ Works autonomously — you just launch it and get a full-fledged research.
➡️ Connects MCP servers and tools (nmap, metasploit, ffuf, etc.) itself.
➡️ Uses Pentesting Task Trees for meaningful decision-making, not just brute force.
➡️ Supports ready-made workflows for comprehensive checks.
➡️ Generates detailed reports in Markdown with facts and recommendations.
➡️ Remembers the dialogue context and doesn't "get lost" after a couple of requests.
➡️ Sees real files: wordlists, payloads, configs — and uses them in its work.
➡️ Allows you to choose an AI model and customize its behavior.
➡️ No registration and no restrictions.

⚙️ Installation:
git clone https://github.com/GH05TCREW/ghostcrew.git
cd ghostcrew
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt


▶️ Usage:
python main.py


⚠️ The information is provided solely for informational purposes. And it encourages to pay attention to security issues.

♎️ GitHub/Instructions

#python #soft #github
Please open Telegram to view this post
VIEW IN TELEGRAM
2
global variable | Python Glossary

📖 A variable defined at the top level of a module.

🏷️ #Python
😰 A repository of more than 100+ ready-made Python scripts that solve a bunch of tasks - without reinventing the wheel and suffering at night.

💬 parsing and searching on the internet;
💬 working with photos and videos;
💬 keyloggers and password managers;
💬 cloning websites;
💬 automating routines;
💬 and dozens of other useful things for real cases.

🔥 Ready-made practice + code, suitable for both learning and work.

⬇️ Save it, it will definitely come in handy!

#python #soft #github
Please open Telegram to view this post
VIEW IN TELEGRAM
3