
OpenSCAD
FreeCAD
LibreCAD
BRL-CAD
SketchUp
Autodesk AutoCAD
SolidWorks
QCAD
Think Python
Google's Python Class
The New Boston video series
A Byte of Python
Hackr.io
Learn Python The Hard Way
Corey Schafer Youtube
Udacity - CS101
Based on our record, OpenSCAD seems to be a lot more popular than Think Python. While we know about 103 links to OpenSCAD, we've tracked only 9 mentions of Think Python. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Official references like OpenSCAD help when your generation target is code-based, because you can often parse, render, and inspect outputs deterministically. That is much safer than evaluating only by screenshot quality. - Source: dev.to / 3 months ago
Anyone finding this interesting will likely also like OpenSCAD - generate 3D CAD models from code. https://openscad.org/. - Source: Hacker News / 4 months ago
Love OBS and Blender. Recently started using Kdenlive and it is awesome. Big fan of OpenSCAD[1] and solvespace[2] for making functional 3D prints. I'm going to branch out a bit here and say GrapheneOS is my favorite thing going on right now. [1] https://openscad.org/ [2] https://solvespace.com/index.pl. - Source: Hacker News / 4 months ago
BTW, if you want to design some models for 3D printing but the only thing you know to do is to code, you can use OpenSCAD & program the obejcrs into existence: https://openscad.org/ Also recommend using the BOSL2 library with OpenSCAD - it turnes an already very powerful tool into something insane: https://github.com/BelfrySCAD/BOSL2. - Source: Hacker News / 8 months ago
There is also Joyce's Java Version of Euclid's Elements: https://mathcs.clarku.edu/~djoyce/java/elements/elements.html and I'm still impressed by the custom Unity tools which Freya Holmér uses for her videos: https://www.youtube.com/watch?v=jvPPXbo87ds Wish Geogebra was both more capable and widely used: https://www.geogebra.org/ That said, these days if I need to plot out something I just use OpenSCAD:... - Source: Hacker News / over 1 year ago
This course actually starts with an introduction to Python. Since you don't have access yet, you can give Think Python a whirl - https://greenteapress.com/wp/think-python/ and for a more interactive experience, I really enjoyed this one - https://scrimba.com/learn/python. Source: over 3 years ago
Start with Think Python or learn x in y..both are free resources and good for basic understanding and practise. Source: over 3 years ago
This free book taught me Python many years ago https://greenteapress.com/wp/think-python/. Source: about 4 years ago
In terms of learning the basics of Python programming, you can get the first edition of Think Python in PDF form for free. Source: over 4 years ago
Computer Science — For understanding software development. As for a programming language to learn, I recommend Python or Javascript. Try Crash Course's Computer Science videos, the free Think Python book, and/or Part 1 of The Modern JavaScript Tutorial. Source: over 4 years ago
FreeCAD - An open-source parametric 3D modeler
Google's Python Class - Assorted educational materials provided by Google.
LibreCAD - An open source 2D CAD application for Windows, Apple and Linux.
The New Boston video series - Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
BRL-CAD - BRL-CAD: Open Source Solid Modeling
A Byte of Python - A Byte of Python is a Python programming tutorial and learning book that teaches you how to program with the Python programming language.