
Fechado
Publicado
Pago na entrega
I need a lightweight prototype that scans a multi-module Python project and points out problems before any script is run. The tool must be written in C++ and may rely on LLVM/Clang infrastructure where that speeds up parsing and reporting, yet it should still be able to invoke the regular CPython 3.10 parser to stay fully compatible with that version. Scope for this first iteration: • Detect syntax errors across every *.py file (Python 3.10). • Flag missing or incorrect imports by walking the project tree, resolving relative imports, and confirming each module can be loaded. • Perform a basic type-hint check so obvious type mismatches (e.g., str passed where int is expected) are surfaced. • Emit findings directly to the console, grouped by file and line number, with a short description of each issue. Nice-to-have hooks (leave placeholders or comments if time is tight): check for missing return statements, absent parameters/arguments, and verify that required third-party packages are installed. I will supply a sample project so you can test quickly. A concise build script (CMake or Make) and a short README explaining how to run the scanner should accompany the source.
ID do Projeto: 39957388
23 propostas
Projeto remoto
Ativo há 23 dias
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
23 freelancers estão ofertando em média $36 USD for esse trabalho

Hello client, I'm Denis Redzepovic, an experienced developer with expertise in Software Architecture, Documentation, C Programming, Software Development, Debugging, Project Management, C++ Programming, Continuous Integration, Python and Software Testing. I have worked extensively on diverse Python projects, ranging from backend development and automation to data processing and API integrations. My deep understanding of Python’s libraries and frameworks allows me to build efficient, scalable, and maintainable solutions. I pay close attention to code quality and performance to ensure your project runs flawlessly. With my solid experience, I’m confident I can deliver results that exceed your expectations. I focus on writing clean, maintainable, and scalable code because I know the difference between 99% and 100%. If you hire me, I’ll do my best until you’re completely satisfied with the result. Let’s discuss your project details so I can tailor the perfect Python solution for you. Thanks, Denis
$30 USD em 1 dia
5,3
5,3

✋ Hi there. I can create your Python error scanner in C++ to analyze multi-module projects before runtime. ✔️ I have solid experience building static analysis tools in C++ using Clang and Python/C API bindings. I can implement syntax checks via the CPython 3.10 parser for full compatibility, and combine that with file-tree scanning to detect missing or invalid imports. ✔️ I will also include a light type-hint inspection that flags clear mismatches and structure the console output by file and line number for easy debugging. Placeholders for extended checks (returns, parameters, dependencies) will be added for future use. ✔️ The final delivery will include the full C++ source, a CMake build script, and a short README so you can compile and run it easily on your setup. Ready to start once you share your sample project. Best regards, Mykhaylo
$20 USD em 7 dias
4,6
4,6

As a seasoned data scientist with substantial experience in C and C++ programming alongside my strong Python skills, I feel like I am tailor-made for your "C++ based Python Error Scanner" project. My multidimensional skill-set combined with my meticulous approach to problem-solving would be invaluable in developing a prototype that scans and identifies issues in multi-module Python projects. Notably, my proficiency in using the LLVM/Clang infrastructure will give me the edge to craft an efficient scanning mechanism for your project, further complemented by my CPython compatibility know-how. I am also well-versed in leveraging various libraries such as Pandas, NumPy, Matplotlib and Seaborn while working with large datasets, something that might come in handy during your project. I believe my abilities extend beyond just identifying syntax errors and incorrect imports; I can bring more value to the table with skills such as type-hint checks for type mismatches and checks for missing return statements or absent parameters/arguments. Moreover, I greatly appreciate the inclusion of 'nice-to-have' hooks, which showcases attentiveness to fine-details; a quality important for guaranteeing accurate results - something you can trust me on. Let me demonstrate how my experience aligns perfectly with your requirements by delivering top-notch results through this project. Let's get started!
$10 USD em 1 dia
4,4
4,4

Hi, I can build your Python-based error scanner as described, designing it to automatically scan your codebase for runtime exceptions, logging issues, performance bottlenecks and common anti-patterns. I’ll deliver configurable scan rules, integration with your CI/CD pipeline, error dashboards and alerting for faster detection and resolution. To get started: 1. Which Python version and frameworks are you using currently (Django, Flask, etc.)? 2. Do you have existing logs or error data you’d like the scanner to ingest and analyse? 3. What threshold or output format do you prefer—dashboard, PDF report, or Slack/email alerts? I’m ready to deliver a robust solution that improves visibility and code quality. Thanks!
$20 USD em 4 dias
3,9
3,9

✅I only accept 100% results — even 99.99% is not enough for me✅ Thanks — I understand the goal and can build a lightweight C++ prototype scanner that meets your spec. Plan in short: Approach • Use libclang/LLVM where it speeds up file traversal and diagnostics, and embed/drive CPython 3.10’s parser (via the C API) for exact syntax compatibility. • Walk the project tree, resolve relative imports, and attempt safe module loads to detect missing/incorrect imports. • Implement a simple type-hint checker (AST-level) to catch obvious mismatches (e.g., passing str to a parameter annotated int). • Produce console output grouped by file → line → concise description. Include severity and a suggested fix note when obvious. Deliverables • Complete C++ source (well-commented). • CMake build script. • README with build & run steps and example invocation. • Test run against your sample project with console output captured. • Placeholders/comments for nice-to-haves: missing returns, arg mismatches, third-party checks. What I need from you • Attach the sample project (or a link). • Any project-specific constraints (OS, compiler, static/dynamic linking preferences, allowed third-party libs). I’ll produce a hardened, readable prototype and a short guide so you can extend it later.
$30 USD em 1 dia
2,8
2,8

Hello, how are you? I’ve read your post carefully and am assured that I can be the best match for you. I have experience developing C++ tools that interact with Python parsing and can build a lightweight scanner to detect syntax, import, and type-hint issues as you described. I look forward to your response and the opportunity to discuss how I can contribute to your project. Best regards.
$10 USD em 2 dias
2,3
2,3

Hi, thanks for the clear brief. I will build a lightweight C++ prototype that scans your multi-module Python project and reports issues before any script runs. First I will diagnose by parsing every *.py using CPython 3.10 to ensure full compatibility, and where helpful use LLVM/Clang components to speed up AST inspection. I will implement syntax error detection, a project-tree walker that resolves relative imports and flags missing or unloadable modules, and a basic type-hint checker to surface obvious mismatches. Findings will print to console grouped by file and line with concise descriptions. I will include commented code hooks for missing-return and argument checks and for verifying third-party packages, plus a simple CMake build and a README describing usage. I follow safe practices: all edits are commented, the repository contains a backup branch, and I include unit tests and example runs so you can rollback or reproduce results. I will provide a buildable branch and a tested binary you can run against your sample project. Would you like me to start by testing against your sample project or by sharing a minimal repo template?
$20 USD em 7 dias
1,5
1,5

Your project focuses on building the early stages of a compiler — lexical analysis, syntax analysis, and semantic analysis. It’s a great idea to implement this for Python code, and the design can be easily extended later to include the remaining compiler stages if needed. If you’d like, we can first discuss your specific requirements to refine or reduce the project scope, possibly. Otherwise, we can proceed with the implementation right away — whichever suits you best.
$70 USD em 7 dias
1,4
1,4

Hello — Iconic Devs here. We will deliver a lightweight C++ prototype that scans a multi-module Python 3.10 project and reports issues before execution. Plan (first iteration): • Syntax checks: iterate *.py, invoke CPython 3.10 parser (embedded Python C-API or subprocess python -m py_compile) to detect syntax errors. • Import resolution: walk project tree, resolve relative imports, attempt safe module loads (dry-run import via isolated interpreter) and flag missing/incorrect imports. • Basic type-hint checks: simple static checks on annotations (detect obvious mismatches like str → int) using an AST-based pass (placeholders for deeper inference). • Output: console report grouped by file:line with short descriptions. • Extras: commented placeholders for return/arg checks and package-install verification. Includes CMake build, README, and test run on your sample project. Delivery: MVP in 7 days. Price estimate: $500 fixed or hourly at $15/hr. Questions: Target OS (Linux/macOS/Windows)? Do you prefer embedded CPython or subprocess-based parsing? Sample project ready to share for testing? Ready to start on approval.
$25 USD em 2 dias
1,6
1,6

Hello, Drawing on my extensive experience in software development and a keen eye for detail, I believe that I am the ideal fit for your C++ based Python Error Scanner project. Over the years, I have played pivotal roles in developing highly-acclaimed software applications. My expertise revolves around the implementation of both front and back-end tasks including REST API development and third-party API integration - skills that will prove instrumental in crafting an intuitive error detection solution for your multi-module Python project. Utilizing a variety of programming languages, frameworks, and technology tools is second nature to me. This places me in a strong position to build upon your requirement gathering by offering expert insights into incorporating additional features such as checking for missing return statements or confirming that requisite third-party packages are installed. With regards to the scope of this initial phase, detecting syntax errors, flagging incorrect imports, and performing basic type-hint checks are skills I have constantly honed over the years. In addition to my technical proficiency, I bring a result-oriented approach combined with excellent communication and stakeholder management skills. This means that not only can I deliver your requested lightweight prototype to scan your project thoroughly and accurately, but also provide detailed documentation such as a concise build script (CMake or Make) a Thanks!
$20 USD em 1 dia
0,0
0,0

Hello sir, I’ve carefully read your project details, and I can build a lightweight prototype tool that scans multi-module Python 3.10 projects for syntax and import issues using C++. I will ensure it: ✅ Detects syntax errors across all .py files using the CPython 3.10 parser. ✅ Checks for missing or incorrect imports by walking the project tree and resolving relative imports. ✅ Performs a basic type-hint validation to catch obvious mismatches (e.g., str vs int). ✅ Outputs clear results grouped by file and line, directly to the console. If time allows, I’ll also add placeholders for: ? Missing return statements ? Argument/parameter mismatches ? Third-party package checks You’ll get: Full C++ source code A CMake build script A README on how to run the scanner on any project Timeline: 5–7 days (depending on test project complexity) Bid: $50 USD (negotiable for first version) I have experience with both C++ (LLVM/Clang) and Python (CPython API) integration, so I can deliver this efficiently and cleanly. Looking forward to your response and the sample project files. Let’s discuss details to start right away. Best regards, Keshav Pareek
$50 USD em 7 dias
0,0
0,0

I will build the scanner in C++ using LLVM/Clang libraries for parsing infrastructure and integrate the CPython 3.10 C API to ensure complete syntax compatibility. This hybrid approach will provide: • Fast file traversal and project tree analysis using C++ performance • Full Python 3.10 syntax validation through CPython’s parser integration • Import resolution that correctly handles both absolute and relative imports • Basic type-hint checking using AST analysis to detect obvious type mismatches • Clear console output with findings grouped by file, line number, and issue description Core functionality I will deliver: 1. Syntax error detection across all *.py files (Python 3.10 compatible) 2. Import validation with module resolution and dependency checking 3. Type-hint verification for common mismatches (str vs int, etc.) 4. Structured console reporting with file/line references Nice-to-have features: I will include commented placeholders and architectural hooks for future extensions like missing return statement detection, parameter/argument validation, and third-party package verification. Deliverables: • Complete C++ source code • CMake build script for easy compilation • Concise README with build instructions and usage examples
$20 USD em 7 dias
0,0
0,0

Hi Sir, I want to talk in DM .I want py file so I can start your work. You can send .py file in my DM. Thanks
$20 USD em 1 dia
0,0
0,0

Hello, As a skilled Mobile App Developer with a deep expertise in Python, I'm confident in my ability to deliver a high-quality product that exactly matches your requirements. Over the years, I've honed my skills in writing clean, scalable code to create solutions that meet business goals and user expectations - precisely what you need for this project. Additionally, I have experience with C++ and LLVM/Clang infrastructure, which will play a key role in creating a lightweight prototype that efficiently scans your multi-module Python project. My knowledge of CPython 3.10 parser ensures perfect compatibility, thereby preventing any script issues. Furthermore, I understand the importance of clear communication and consistently reliable turnarounds when it comes to projects like yours. I assure you that your project will be developed with great attention to detail, thoroughly tested and ready for publication within the specified timeframe. Let's connect and bring your idea to life. It's time to build something your users will love! Thanks!
$10 USD em 6 dias
0,0
0,0

Hi, I’ve spent the last several years building developer tools and static analyzers, so I’m confident I can deliver a lightweight C++ prototype that scans your Python 3.10 project for syntax, import, and type-hint issues. I will leverage LLVM/Clang where it accelerates parsing and integrate CPython 3.10’s parser to maintain full Python compatibility. The tool will traverse the project tree, resolve relative imports, check type hints, and print a concise, grouped report with file names, line numbers, and descriptive messages. A clean CMake build, README, and placeholders for advanced checks will be included. I am looking forward to hearing from you. Best, Shais.
$26 USD em 7 dias
0,0
0,0

I’d be happy to recommend a specific tool that can help you accomplish exactly what you're trying to do. Once I understand your goal a bit more clearly, I can guide you toward a solution that’s efficient, reliable, and easy to use.
$30 USD em 1 dia
0,0
0,0

As a senior Shopify Plus developer, I have honed my programming skills in C++ which has proven invaluable in developing bespoke solutions for the most intricate e-commerce platforms. Your project aligns perfectly with my core competencies as it revolves around developing an efficient C++ based program that scans multi-module Python projects and identifies issues even before execution. My vast experience in software development familiarized me with LLVM/Clang infrastructure which you mentioned may be leveraged to expedite parsing and reporting in the project. Additionally, my exposure to Google Ads, Facebook Ads, and Microsoft Ads demonstrates my knack for precision and thoroughness when it comes to error detection and rectification. I appreciate your consideration of my candidature for this project. I guarantee a robust prototype that accomplishes its objectives while remaining completely compatible with CPython 3.10 - an aspect you specially emphasized on.
$20 USD em 7 dias
0,0
0,0

Hello Dear. With expertise in C++ and Python, I am confident in my ability to build the lightweight prototype you're seeking. I have experience using LLVM/Clang infrastructure to accelerate parsing and reporting, as well as working with CPython to ensure full compatibility with Python 3.10. In past projects, I’ve developed tools that scan Python codebases for syntax errors, flag missing or incorrect imports, and check for type mismatches. I also have experience implementing additional checks, such as identifying missing return statements and ensuring that third-party packages are installed. I will provide a concise build script (CMake or Make) along with a README, so the tool is easy to deploy and run. I understand the importance of clear and actionable error reporting, and I will ensure the tool provides a user-friendly output, grouped by file and line number. I’m eager to contribute to your project and look forward to the opportunity to collaborate. Best,Hiagor
$20 USD em 7 dias
0,0
0,0

As an experienced Full Stack Developer with over a decade of hands-on experience, coding in Python (including Python 3.10), and having led 12 previous projects with LLVM/Clang infrastructure, I'm confident I can provide you with a top-notch C++ based Python Error Scanner. I've also got a thorough understanding of CPython's inner workings, so compatibility will never be an issue. In terms of functionality, my stack trace is headed with parsing every *.py file for syntax errors. Additionally, I possess the necessary capabilities to meticulously walk through your project tree, resolve imports (even relative ones!) and confirm module loading for missing or incorrect imports. Furthermore, type hint checking is second nature to me - lending us the ability to expose obvious type mismatches like str being passed when int is expected. To go the extra mile - detecting missing return statements or parameters/arguments absent falls within our expertise and outlining the dependency on crucial third-party packages are well within our grasp too. Delivering succinct and clear findings to the console grouped by file and line number comes naturally to me, as it should!
$15 USD em 5 dias
0,0
0,0

As an experienced Full Stack Developer proficient in C, C++, and Python, I have just the skillset you need to get your C++ based Python Error Scanner project off the ground. Having worked extensively with CPython and LLVM/Clang, I'm well-versed in leveraging these powerful tools to expedite parsing and reporting, while strictly ensuring compatibility with Python 3.10. My expertise extends beyond mere syntax error detection; I am also highly skilled in resolving relative imports, confirming module loading, and performing detailed type-hint checks - including identifying blatant type mismatches as requested. Additionally, while cognizant of tight project timelines, I do believe it would be valuable to include the 'nice-to-have hooks' such as checking for missing return statements and verifying third-party packages availability for a more versatile tool, if given the opportunity. I take full ownership of every project I undertake and prioritize problem-solving at its core - a value that resonates deeply with your desire for clean, maintainable code that offers comprehensive issue logging. Don't let the errors bog you down any longer; with my skills and dedication combined with thorough testing using your sample project as a reference point, I'm poised to bring your envisioned console scanner application to life!
$250 USD em 3 dias
0,0
0,0

Warsaw, Poland
Método de pagamento verificado
Membro desde jul. 2, 2024
$10-30 USD
$2-8 USD / hora
$10-30 USD
$2-8 USD / hora
$2-8 USD / hora
$250-750 USD
₹1500-12500 INR
$25-50 USD / hora
$30-250 AUD
₹12500-37500 INR
₹37500-75000 INR
₹12500-37500 INR
₹100-400 INR / hora
$30-250 AUD
$40-45 USD
₹1500-12500 INR
₹100-400 INR / hora
$30-250 AUD
₹750-1250 INR / hora
₹600-1500 INR
₹1500-12500 INR
$30-250 USD
$10-30 USD
$30-250 USD
$750-1500 USD