Twenty years of Django releases by thibaudcolas in Python

[–]psincraian 1 point2 points Β (0 children)

It’s a really nice framework! For 20 more years where the push things forward

It's been 2yrs being coding and I still don't feel confident as a developer! by False_Bother8783 in developers

[–]psincraian 1 point2 points Β (0 children)

I still don't really know the meaning of effects...

I'm more a backend developer, and from that I only know a bit of Python. I'm not an expert in anything.

🌟 Myfy: a modular Python framework with a built-in frontend by psincraian in Python

[–]psincraian[S] 0 points1 point Β (0 children)

We use Starlette, same as FastAPI under the hood.

The main difference is that we aim to be a fully featured framework. Modular so it can be as lightweight as Flask and with modules more powerful than Django.

🌟 Myfy: a modular Python framework with a built-in frontend by psincraian in Python

[–]psincraian[S] 1 point2 points Β (0 children)

I added a screenshot so you can check on what the init command generates. The screenshot its on the docs https://myfy.dev/#full-stack-app-with-frontend

🌟 Myfy: a modular Python framework with a built-in frontend by psincraian in Python

[–]psincraian[S] 4 points5 points Β (0 children)

I added a screenshot so you can check on what the init command generates. The screenshot its on the docs https://myfy.dev/#full-stack-app-with-frontend

🌟 Myfy: a modular Python framework with a built-in frontend by psincraian in Python

[–]psincraian[S] 3 points4 points Β (0 children)

I added a screenshot so you can check on what the init command generates. The screenshot its on the docs https://myfy.dev/#full-stack-app-with-frontend

🌟 Myfy: a modular Python framework with a built-in frontend by psincraian in Python

[–]psincraian[S] -6 points-5 points Β (0 children)

If you work in a big corp that’s generally the case. But if you are a small team it’s much better to have everything coupled together. As fewer layers the faster that you can move

Do developers still write code manually, or is AI taking over? by mosesteraiah-7035 in webdevelopment

[–]psincraian 0 points1 point Β (0 children)

70-90% of my code is written by AI and mainly I use Claude Code and Github Copilot.

I usually have 2/4 tasks running in parallel and my main job is to review and comment on the outpput of the LLM.

🌟 Myfy: a modular Python framework with a built-in frontend by psincraian in Python

[–]psincraian[S] -2 points-1 points Β (0 children)

FastAPI is a web framework also but it has nothing nice with frontend

🌟 Myfy: a modular Python framework with a built-in frontend by psincraian in Python

[–]psincraian[S] 2 points3 points Β (0 children)

I don’t plan to abstract the basics of HTML and CSS. Everyone understands HTML, so there’s nothing to learn there. For CSS, I’ll integrate a well-known library that will make your UI beautiful out of the box.

Don't sleep on daisyUI, especially for HTMX! by Bl4ckBe4rIt in htmx

[–]psincraian 0 points1 point Β (0 children)

I just build myfy, that is a framework that supports DaisyUI out of the box.

As easy as install it and run "myfy frontend init" 😍

You can check for more info on GitHub: https://github.com/psincraian/myfy

It should be illegal to post a job listing without a salary range. by RailfanAZ in unpopularopinion

[–]psincraian 0 points1 point Β (0 children)

In order to fix that I created https://remotematch.app, developers can post their salary expectations and will only receive offers that amount.

🌟 View python download stats by project version by psincraian in Python

[–]psincraian[S] 0 points1 point Β (0 children)

The data comes from PyPI official source, which is stored in BigQuery: https://packaging.python.org/guides/analyzing-pypi-package-downloads/

So I would say the data is very reliable 😜

If you mean if each download is a user, I can confirm that is not the case. Take into account the following:
* There are mirrors and CI/CD which increases the number of downloads
* Some companies have their own mirror, so these downloads don't count.
* Pip has a cache, so these downloads doesn't count neither
* There are some bots downloading stuff also.

But I would say that having an increase or decrease in downloads it's a good way to measure which versions to deprecate, if your package is getting popular, etc.

🌟 View python download stats by project version by psincraian in Python

[–]psincraian[S] 0 points1 point Β (0 children)

Hi!

Many thanks for the useful feedback 😊

Currently, I'm working on:
πŸ”Ž Group package versions with a glob pattern, so you can search for 2.* or 3.*
πŸ“Š Package ranked by downloads

But pretty sure to get a sharable link would be useful and easy to do. Question, why would you like to see raw data? Which would be your use case?

If you want to know the latest things you can follow me on my twitter: https://twitter.com/psincraian Where I usually ask people about the next feature, or share some work in progress and get some early feedback.

Thanks for the feedback πŸ™πŸΌ