Trending

#PythonDevelopment

Latest posts tagged with #PythonDevelopment on Bluesky

Latest Top
Trending

Posts tagged #PythonDevelopment

Post image Post image Post image Post image

Working on a print in place door. It's close but needs more refinement.
www.patreon.com/posts/house-...

#cadquery #pythondevelopment #cad #3dprinting

13 0 0 0
Post image

Build smarter software with Python experts.

Python powers modern AI systems, data platforms, and automation tools used by fast-growing startups and enterprises.

#pythondevelopment #aidevelopment #machinelearning #dataengineering #automation #acquaintsofttech

2 1 0 0
Preview
House Development - Part 4 - Details | medicationforall Get more from medicationforall on Patreon

www.patreon.com/posts/house-...
Development log post; working on details for the watchtower

#cadquery #pythondevelopment

2 0 0 0
Preview
cqfantasy 2.2.5 Release | medicationforall Get more from medicationforall on Patreon

cqfantasy release 2.2.5

Opensource release.
Added watchtower code and examples
Read more about it here:
www.patreon.com/posts/cqfant...

#terrain #pythondevelopment #cadquery

2 0 0 0
Preview
cadquery 2.7.0 release updates | medicationforall Get more from medicationforall on Patreon

In heavy development mode.
I updated my libraries to utilize cadquery 2.7.0
www.patreon.com/posts/cadque...

#cadquery #pythondevelopment

2 0 0 0
Preview
House Development - Part 1 | medicationforall Get more from medicationforall on Patreon

www.patreon.com/posts/house-...
Working on house variants

#cad #cadquery #pythondevelopment

3 0 0 0
Preview
cqindustry 3.0.1, cqfantasy 2.2.3, and cqgothic 1.1.1 | medicationforall Get more from medicationforall on Patreon

New open source software releases:
cqindustry 3.0.1
cqfantasy 2.2.3
cqgothic 1.1.1

Read more here:
www.patreon.com/posts/151610...
Good overview of how my projects are organized and how I do testing.

#pythondevelopment #cadquery #cad

2 0 0 0
Preview
cqterrain 3.6.0 Procedural Grid Point Support | medicationforall Get more from medicationforall on Patreon

cqterrain release 3.6.0

Open source python project for making parametric models for 3d printing you can read more about it here:
www.patreon.com/posts/cqterr...

#cadquery #cad #procedural #pythondevelopment

4 0 0 0
Preview
90% Failure Rate: Why GPT-4o Can't Optimize Code (And What We Built Instead)

GPT-4o fails 90% of the time at code optimization. Why zero-shot prompting doesn't work and how to build an agentic search workflow instead. #pythondevelopment

2 0 1 0
Preview
cadqueryhelper 2.0.4 - Join Interlock Grids | medicationforall Get more from medicationforall on Patreon

New release
cadqueryhelper 2.0.4 - Join Interlock Grids
www.patreon.com/posts/cadque...

#cadquery #proceduralgeneration #pythondevelopment #cad

5 0 0 0
Preview
Modulus Point Generation Concept | medicationforall Get more from medicationforall on Patreon

Worked on some interesting procedural point generation code
www.patreon.com/posts/149916...

#cadquery #proceduralgeneration #pythondevelopment

3 0 0 0
Preview
cadqueryhelper 2.0.0 - Breaking Stuff | medicationforall Get more from medicationforall on Patreon

Head down programming. I put out three releases of this week.

cadqueryhelper 2.0.0 - Breaking Stuff
www.patreon.com/posts/cadque...
cadqueryhelper 2.0.1 - Simple Hinge
www.patreon.com/posts/cadque...
cadqueryhelper 2.0.2 - Point Grids
www.patreon.com/posts/cadque...

#cadquery #pythondevelopment

4 0 0 0
Pycharm IDE screenshot

Pycharm IDE screenshot

A while ago, I tried developing a game with a friends team for a #gamejam, but we had to quit.
I love the idea, so I’ve decided to take it on solo — no jam pressure this time 🎮

I start today, let’s see how it goes (or if I even finish it 😄)
#gamedev #PythonProgramming #PythonDev #PythonDevelopment

4 1 0 0
Preview
Geometry Kata | medicationforall Get more from medicationforall on Patreon

github.com/medicationfo...
New opensource github repo for making shapes that interest me.

You can read more about it here
www.patreon.com/posts/geomet...

#cadquery #pythondevelopment #geometry

1 0 0 0
Preview
Procedural Patterns | medicationforall Get more from medicationforall on Patreon

www.patreon.com/posts/proced...
I wrote a summary of a bunch of procedural generation techniques I've used with examples and references to kits I've used them in.
Article is available on the free tier of my patreon.

#cadquery #cad #proceduralgeneration #pythondevelopment

6 0 0 0
Post image

Iron Fence Development
www.patreon.com/posts/iron-f...

#cadquery #cad #terrain #pythondevelopment #code #procedural #programing

16 0 0 0
Post image

Ruin Development Part Two
www.patreon.com/posts/ruin-d...

#cadquery #cad #terrain #pythondevelopment #code #procedural #programing

9 0 0 0

#Computers
#PythonProgramming
#PythonDev
#PythonDevelopment

I wonder if the contents of Wikipedia are used in the training of AI bots? Does anybody know?

0 0 0 0
Post image

Fence Development
#cadquery #pythondevelopment #cad #nerdlings

I think it needs more for the bars yet

9 0 2 0
Preview
GitHub - codewithzaqar/termella: Termella is a Python library designed to make terminal output rich, colorful, and beautifully formatted with minimal effort. Termella is a Python library designed to make terminal output rich, colorful, and beautifully formatted with minimal effort. - codewithzaqar/termella

Official Release v0.0.7

PyPi: pypi.org/project/term...

Open Source: github.com/codewithzaqa...

#PythonDevelopment
#PythonProgramming

2 0 0 0
Snippet of AI instructions, available by calling `pyparsing.show_best_practices()` from Python

Snippet of AI instructions, available by calling `pyparsing.show_best_practices()` from Python

Example showing DeprecationWarning raised when calling pyparsing `parseString` instead of `parse_string`

Example showing DeprecationWarning raised when calling pyparsing `parseString` instead of `parse_string`

TINY code example of a leap year determination function.

Complete code:
int is_divisible(int a, int b) {
    float quo := a / b;
    int iquo := quo;
    return quo = iquo;
}

int is_leap_year(int yr) {
    int div_by_400 := is_divisible(yr, 400);
    if div_by_400 then return 1; end

    int div_by_100 := is_divisible(yr, 100);
    if div_by_100 then return 0; end

    int div_by_4 := is_divisible(yr, 4);
    return div_by_4;
}

int main() {
    string s;
    int year;
    int this_year;

    read this_year;
    repeat
        read yr;
        if yr = "q" then return 0; end
        year := yr;
        is_leap := is_leap_year(year);

        write year; write " ";
        if is_leap then
            if year > this_year then
                write "will be";
            elseif year < this_year then
                write "was";
            else
                write "is";
            end
        else
            if year > this_year then
                write "will not be";
            elseif year < this_year then
                write "was not";
            else
                write "is not";
            end
        end
        write " a leap year"; write endl;
    until 0
}

TINY code example of a leap year determination function. Complete code: int is_divisible(int a, int b) { float quo := a / b; int iquo := quo; return quo = iquo; } int is_leap_year(int yr) { int div_by_400 := is_divisible(yr, 400); if div_by_400 then return 1; end int div_by_100 := is_divisible(yr, 100); if div_by_100 then return 0; end int div_by_4 := is_divisible(yr, 4); return div_by_4; } int main() { string s; int year; int this_year; read this_year; repeat read yr; if yr = "q" then return 0; end year := yr; is_leap := is_leap_year(year); write year; write " "; if is_leap then if year > this_year then write "will be"; elseif year < this_year then write "was"; else write "is"; end else if year > this_year then write "will not be"; elseif year < this_year then write "was not"; else write "is not"; end end write " a leap year"; write endl; until 0 }

This past weekend I pushed version 3.3.1 of pyparsing to PyPI (3.3.0 had a small but CI-stopping packaging blip). Includes AI instructions of pyparsing best practices. Deprecated camelCase names now throw DeprecatedWarnings. TINY teaching language parser+REPL
#PythonDevelopment #python #pyparsing

0 0 0 0
Preview
PythoC: A new way to generate C code from Python PythoC lets you use Python as a C code generator, but with more features and flexibility than Cython provides. Here’s a first look at the new C code generator for Python.

#PythonProgramming
#PythonDev
#PythonDevelopment

PythoC: A new way to generate C code from Python

www.infoworld.com/article/4101...

1 0 0 0
Post image

App slowing down as users grow? Crashes and delays cost trust fast.
#Malgo builds high-performance Python solutions that stay fast, stable & scalable under real traffic.

Fix performance. Scale with Malgo
www.malgotechnologies.com/python-devel...

#PythonDevelopment #ScalableApps #TechStartups

0 0 0 0
Preview
How to Set Up Session-Level Database Migrations in Python

Set up session-level async database migrations in Python using SQLAlchemy, Alembic, and pytest for cleaner, faster test environments. #pythondevelopment

0 0 0 0

🛠️ For complex scenarios, use callbacks with `re.sub()` to harness full power over string replacements! Advanced users will love this flexibility. #PythonDevelopment

0 0 1 0
Post image Post image Post image

Irregular Stones Miniature Base Set
200 plus ready to print bases
www.patreon.com/posts/irregu...

Free sample set available
cults3d.com/en/3d-model/...

You can generate minibases with cqterrain
github.com/medicationfo...

#cadquery #miniatures #minibases #PythonDevelopment #wargaming

5 0 1 0

‪Drop your github profile here

#PythonProgramming #PythonDev #PythonDevelopment

1 0 0 0
Preview
PDM: Smarter Python Package Management | AI News Learn how PDM simplifies Python package management! Install dependencies, run scripts, and more. Boost your workflow!

AIMindUpdate News!
Tired of messy Python dependencies? PDM offers a smarter way to manage packages, virtual environments, and project builds. Simplify your workflow today! #Python #PDMPackageManager #PythonDevelopment

Click here↓↓↓
aimindupdate.com/2025/10/03/p...

0 0 0 0
Preview
Hire Python Developers in India: How Startups Ensure Quality and Delivery Startups usually face tight deadline constraints and limited resources while meeting high expectations for scalable solutions.The primary…

Looking to scale fast? Hiring Python developers from India can cut costs, boost quality & speed up delivery. Learn how startups ensure top-notch results with Indian talent

medium.com/@saniawilkin...

#PythonDevelopment #TechTalent #StartupGrowth

0 0 0 0