Google Python Class Day 2 Part 1
This part of the tutorial presents with regular expressions in Python. Supporting material: http://code.google.com/edu/languages/google-python-class/index.html
View ArticleDjango and Python Installation on Windows
This short tutorials shows how to install Django and Python on Windows Vista.
View ArticleWriting Titanium Desktop Applications in Python
This video show how you can write Titanium Desktop and Titanium Mobile applications with Python. It explains also how Titanium uses Python on the back-end. Video Producer: Bay Area Python User Group
View ArticleSQLite Programming With Python
This video shows how to use SQLite with Python. Using this tool means that you can use SQLite as your database to store data and drive the behaviour of your Python application.
View ArticleRefactoring with Python Tools for Visual Studio
A short demo of the refactoring capabilities of Python Tools for Visual Studio. Python Tools for Visual Studio is a free and open source plug-in for Visual Studio 2010 from Microsoft’s Developer...
View ArticleGetting Started with Python Development
This first video in a Python Fundamentals training course covers: * Getting started with the interactive interpreter * Types: Strings, Integers, Floats, Complex * Variables: Defining, Dynamic Typing,...
View ArticlePython Fundamentals Training – More Container Types
This video presents Python container types and covers tuples, dictionaries and sets. Video Producer: http://marakana.com/ Complete Python Fundamentals Screencast Series
View ArticleRiak and Python
This video presents a tour of what you can expect when working with Riak and Python. After a brief introduction to Riak, it explains why you should use Riak and Python. It continues with an overview of...
View ArticlePython Fundamentals Training – Functional Programming
This video discusses functional programming in Python. Full series of Python training videos
View ArticleWhat is Google App Engine?
This video starts by reviewing Cloud Computing as an industry and where Google App Engine fits into the picture. Specifically, we discuss App Engine as a PaaS solution because of the inherent...
View ArticlePython Fundamentals Training – Tools
This gives you a tour of the standard Python libraries, modules, and tools. Complete Python Tutorials Serie: http://marakana.com/techtv/python-fundamentals-screencast-tutorials.html
View ArticleFast Test, Slow Test
Most unit tests are not unit tests and their authors suffer for it. What is unit testing, really? How can writing them prevent classic testing problems? If you do write them, what trade-offs are you...
View ArticleDistributing Python with PyInstaller
The talk will focus on how to distribute multi-platform proprietary Python applications, using PyInstaller. PyInstaller takes a program written in Python and turns it into a static executable (binary)...
View ArticleIntroduction to Erlang for Python Programmers
This video presents one experience learning to program in Erlang, including what Erlang brings to the table and why you might want to make Erlang your next programming language. It discusses Erlang’s...
View ArticlePython Web Templating Battle
Popular templating engines using in the Python world are compared and contrasted. Increasingly, frameworks allow many different choices in templating engines. This video discusses the different...
View ArticleAsynchronous Python Tasks with Django and Celery
Learn how to configure Celery for development and how to create and run simple distributed tasks from Django views. A common pattern in Django web applications is to pass long-running tasks off to a...
View ArticleDesigning Your Open Source Project
There is an ever present rift between designers and software developers and it is one that has existed since our paths started crossing. Learn how to be mindful of design in your own open source...
View ArticleDeleting Code Is Hard And You Should Do It
Adding code is easy. Everyone gets their start by cut-n-pasting some else’s code. But every line of code you don’t need is a burden. Delete that s**t. Video Producer: PyOhio Conference
View ArticleNINJA-IDE for Python
One of the recurrent questions in all the Python communities around the world is: “What is a good IDE for Python?” As answer to that question NINJA-IDE born from a group of members of the Argentinian...
View ArticlePython for Humans
Python’s ecosystem is held up to a high standard, but it falls short in a few key areas. A handful of crucial APIs are an absolute pain to work with. We’ll go over where these APIs went wrong and learn...
View Article