modern-elt-demo VS black

Compare modern-elt-demo vs black and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
modern-elt-demo black
14 322
20 37,376
- 1.3%
10.0 9.4
over 1 year ago 2 days ago
PLpgSQL Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

modern-elt-demo

Posts with mentions or reviews of modern-elt-demo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Is there any paid bootcamp or certification worth taking for DE?
    2 projects | /r/dataengineering | 27 Apr 2023
    There's this bootcamp https://dataengineercamp.com/ I haven't taken it myself, though I've seen some of the content (which was very good). Jonathan who runs it is a great guy and great at teaching too!
  • [Interview prep] Anyone in Zach wilson's data engineering bootcamp?
    1 project | /r/dataengineering | 16 Apr 2023
    How is https://dataengineercamp.com/ ? The course is from Australia
  • Suggestions on roadmap?
    1 project | /r/dataengineering | 3 Mar 2023
    Amazing post, lots of great tips and a comprehensive breakdown. Are these covered in https://dataengineercamp.com/?
  • Guidance on Enrollment Prospects
    1 project | /r/dataengineering | 23 Feb 2023
    With that, I am deciding whether: - to take up a Masters in Information Technology in one of the schools here in our country (An anonymous draft of the program can also be sent to hide the identity of the school), or - enroll in this bootcamp (https://dataengineercamp.com/) since based on some reviews and my limited knowledge, this could be a great help for me if I ever decide to find better opportunities.
  • Most efficient way to break in?
    1 project | /r/dataengineering | 15 Feb 2023
    P.S. I teach a data engineering bootcamp, if you'd like to learn more check out Data Engineer Camp.
  • Springboard data engineering track bootcamp, has anyone tried it?
    1 project | /r/dataengineering | 10 Feb 2023
    If you're looking for a data engineering bootcamp, why not check out https://dataengineercamp.com/
  • Data Engineering bootcamps - DataStack Academy vs WeCloudData
    1 project | /r/dataengineering | 11 Jan 2023
    Hello there, I'd suggest checking out Data Engineer Camp if you haven't already. Our next cohort is kicking off July/August 2023. Student testimonial here.
  • Senior Finance student to Data Engineering
    2 projects | /r/dataengineering | 15 Dec 2022
    If your interest to become an applied data engineer and do data engineering for a company, then research (PhD) might be overkill. Having a computer science background (degree, or masters, or bootcamp) is sufficient. Most of the learnings will come from being on the job and learning data engineering patterns. I would recommend two books that are great at diving deeper into this topic: Fundamentals of Data Engineering, and Designing Data Intensive Applications. If you are looking for a course that introduces you to the concepts of data engineering, check out Data Engineering Zoomcamp. Disclaimer, I teach a paid data engineering bootcamp called Data Engineer Camp for people that want to be trained by experienced practitioners.
  • Data Engineer Camp bootcamp.
    1 project | /r/dataengineering | 15 Nov 2022
    I was looking for some courses online about data engineering, and I came across this bootcamp from Australia (Data Engineer Camp. Has someone ever heard of it or taken it? The curriculum looks solid and the structure seems to be fine. The price is around usd$2,900, not that bad in comparison with other bootcamps, and has payment options.
  • What's the cheapest online Masters Data Engineering degree?
    1 project | /r/dataengineering | 2 Nov 2022
    Hey there, not a masters degree, but I teach a 14 week data engineering bootcamp if you're interested to find out more: https://dataengineercamp.com/

black

Posts with mentions or reviews of black. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-29.
  • How to setup Black and pre-commit in python for auto text-formatting on commit
    3 projects | dev.to | 29 Mar 2024
    $ git commit -m "add pre-commit configuration" [INFO] Initializing environment for https://github.com/psf/black. [INFO] Installing environment for https://github.com/psf/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... black................................................(no files to check)Skipped [main 6e21eab] add pre-commit configuration 1 file changed, 7 insertions(+)
  • Enhance Your Project Quality with These Top Python Libraries
    16 projects | dev.to | 18 Mar 2024
    Black: Known as “The Uncompromising Code Formatter”, Black automatically formats your Python code to conform to the PEP 8 style guide. It takes away the hassle of having to manually adjust your code style.
  • Uv: Python Packaging in Rust
    9 projects | news.ycombinator.com | 15 Feb 2024
    black @ git+https://github.com/psf/black
  • Let's meet Black: Python Code Formatting
    2 projects | dev.to | 7 Feb 2024
    In the realm of Python development, there is a multitude of code formatters that adhere to PEP 8 guidelines. Today, we will briefly discuss how to install and utilize black.
  • Show HN: Visualize the Entropy of a Codebase with a 3D Force-Directed Graph
    6 projects | news.ycombinator.com | 31 Jan 2024
    Perfect, that worked, thank you!

    I thought this could be solved by changing the directory to src/ and then executing that command, but this didn't work.

    This also seems to be an issue with the web app, e.g. the repository for the formatter black is only one white dot https://dep-tree-explorer.vercel.app/api?repo=https://github...

  • Introducing Flask-Muck: How To Build a Comprehensive Flask REST API in 5 Minutes
    3 projects | dev.to | 20 Dec 2023
  • Embracing Modern Python for Web Development
    12 projects | dev.to | 8 Dec 2023
    Ruff is not only much faster, but it is also very convenient to have an all-in-one solution that replaces multiple other widely used tools: Flake8 (linter), isort (imports sorting), Black (code formatter), autoflake, many Flake8 plugins and more. And it has drop-in parity with these tools, so it is really straightforward to migrate from them to Ruff.
  • Auto-formater for Android (Kotlin)
    1 project | /r/androiddev | 5 Dec 2023
    What I am looking for is something like Black for Python, which is opinionated, with reasonable defaults, and auto-fixes most/all issues.
  • Releasing my Python Project
    4 projects | dev.to | 26 Nov 2023
    1. LICENSE: This file contains information about the rights and permissions granted to users regarding the use, modification, distribution, and sharing of the software. I already had an MIT License in my project. 2. pyproject.toml: It is a configuration file typically used for specifying build requirements and backend build systems for Python projects. I was already using this file for Black code formatter configuration. 3. README.md: Used as a documentation file for your project, typically includes project overview, installation instructions and optionally, contribution instructions. 4. example_package_YOUR_USERNAME_HERE: One big change I had to face was restructuring my project, essentially packaging all files in this directory. The name of this directory should be what you want to name your package and shoud not conflict with any of the existing packages. Of course, since its a Python Package, it needs to have an __init__.py. 5. tests/: This is where you put all your unit and integration tests, I think its optional as not all projects will have tests. The rest of the project remains as is.
  • Lute v3 - installed software for learning foreign languages through reading
    2 projects | /r/flask | 15 Nov 2023
    using pylint and black ("the uncompromising code formatter")

What are some alternatives?

When comparing modern-elt-demo and black you can also consider the following projects:

awesome-readme - A curated list of awesome READMEs

autopep8 - A tool that automatically formats Python code to conform to the PEP 8 style guide.

sqlfluff - A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

prettier - Prettier is an opinionated code formatter.

diataxis-documentation-framework - A systematic approach to creating better documentation.

yapf - A formatter for Python files

data-engineering-zoomcamp - Free Data Engineering course!

Pylint - It's not just a linter that annoys you!

ruff - An extremely fast Python linter and code formatter, written in Rust.

isort - A Python utility / library to sort imports.

autoflake - Removes unused imports and unused variables as reported by pyflakes

Flake8 - flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.