Blender Python Operator Tutorial

Posted on August 7, 2018. Filed under: Uncategorized | Tags: , , , , , |

Blender Python Operator Tutorial In this tutorial, you’re going to learn how to create a new feature for a Blender add-on, in Python, using the Operator class. Operator is the bread and butter of add-ons, the base type to extend the program’s functionality!

Read Full Post | Make a Comment ( Comments Off on Blender Python Operator Tutorial )

Nodal, mesh and superpostion circuit analysis

Posted on April 5, 2018. Filed under: Uncategorized | Tags: , , , , , , , , , , |

EEVblog #820 – Mesh & Nodal Circuit Analysis Tutorial Dave explains the fundamental DC circuit theorems of Mesh Analysis, Nodal Analysis, and the Superposition Theorem, and how they can be used to analyse circuits using Kirchhoff’s Voltage and Current Laws

Read Full Post | Make a Comment ( Comments Off on Nodal, mesh and superpostion circuit analysis )

A fast and easy Docker tutorial for beginners

Posted on March 4, 2018. Filed under: Uncategorized | Tags: , , , , |

A fast and easy Docker tutorial for beginners Made these videos for my employer as a way of evangelizing Docker in the company, but thought it would be useful to the public as well. I’m still fairly new to Docker, so a lot of what I focus on in these videos were things that I […]

Read Full Post | Make a Comment ( Comments Off on A fast and easy Docker tutorial for beginners )

Structure and Interpretation of Computer Programs

Posted on February 22, 2018. Filed under: Uncategorized | Tags: , , , , , |

Structure and Interpretation of Computer Programs This is a self-paced course in programming based on Berkley’s course delivered in Spring 2011 of the same name. The target audience are serious programmers looking to advance their knowledge beyond some specific language or technology. The course itself is based on the highly acclaimed SICP book, considered by […]

Read Full Post | Make a Comment ( Comments Off on Structure and Interpretation of Computer Programs )

David Mertens – “C::Blocks”

Posted on July 2, 2017. Filed under: Uncategorized | Tags: , , , , , |

C::Blocks In the Perl ecosystem, C is a highly respected but second-class language. C::Blocks changes this situation by embedding a C compiler directly into the Perl parser. Blocks of C code are placed directly among lines of Perl. The compiler is Just-In-Time, making your C code just as scriptable as your Perl code. Functions, variables, […]

Read Full Post | Make a Comment ( Comments Off on David Mertens – “C::Blocks” )

John Anderson – “A Modest Introduction to Swift”

Posted on June 23, 2017. Filed under: Uncategorized | Tags: , , , , , |

A Modest Introduction to Swift This talk will present some of the history of the development of Swift with emphasis on how the Open Source release of the language kick-started activity, review the basic syntax of Swift (with comparisons to similar languages that attendees may be more familiar with), and describe what tools are available […]

Read Full Post | Make a Comment ( Comments Off on John Anderson – “A Modest Introduction to Swift” )

Bulk88 – “Writing XS in Plain C”

Posted on June 23, 2017. Filed under: Uncategorized | Tags: , , , , , , , |

Writing XS in Plain C Even if you learned C in a classroom at some point, Perl’s “XS” API for writing perl subs in something purported to be C but is really a cat on a tablet with caps lock on. In this talk I will show how difficult it is to write subs in […]

Read Full Post | Make a Comment ( Comments Off on Bulk88 – “Writing XS in Plain C” )

Graham Knop – “Continuous Integration for CPAN”

Posted on June 23, 2017. Filed under: Uncategorized | Tags: , , , , , , , , , |

Continuous Integration for CPAN – youtube Continuous integration helps you catch issues in your modules across a more diverse set of configurations than is easy to check manually. Travis-CI and AppVeyor are free CI solutions for open source projects that will allow automatic testing on Linux, macOS, and Windows. Extra tools exist for easy testing […]

Read Full Post | Make a Comment ( Comments Off on Graham Knop – “Continuous Integration for CPAN” )

Starting the Learn Python Tutorial Project : Django Tutorial

Posted on February 1, 2016. Filed under: Uncategorized | Tags: , , , , , |

Starting the Learn Python Tutorial Project : Django Tutorial

Read Full Post | Make a Comment ( Comments Off on Starting the Learn Python Tutorial Project : Django Tutorial )

Python Best Practice Patterns

Posted on February 28, 2014. Filed under: Uncategorized | Tags: , , , |

Notes from Vladimir Keleshev’s talk Python Best Practice Patterns [English, 38 minutes], given on May 2, 2013 at the Python Meetup in Denmark.

Read Full Post | Make a Comment ( Comments Off on Python Best Practice Patterns )

« Previous Entries

Liked it here?
Why not try sites on the blogroll...