Displaying 1-16 of 884 results for: python

Learn more Writing Faster Applications with Python - O'Reilly Media Free, Live Events By Gabriele Lanaro Thanks to the growth of the Python scientific community, Python now has access to a fast and reliable set of high-performance libraries. This, combined with the elegance and power of the language, makes Python an irresistible choice for performance-critical applications. ...

Learn more Hands-on Python workshop with programmer/author Steven Lott - O'Reilly Media ... By Steven Lott In this hands-on webcast led by Steven Lott, author of 'Python for Secret Agents' and 'Mastering Object-oriented Python' you will learn: Objectives: Writing Generic Code Seamless Integration Special Methods Subject Areas: Generic Object Features Attribute Access Callables...

Learn more Twisted Python: the engine of your Internet - O'Reilly Media Free, Live Events By Jessica McKellar Watch the webcast recording How do you write and deploy extensible, testable, cross-platform clients and servers for your favorite network protocols? With Twisted! Twisted is an event-driven Python networking library with off-the-shelf client and server implementations...

Learn more Python Web Development with Flask - O'Reilly Media Free, Live Events By Miguel Grinberg Watch the webcast recording Flask is a small and easy-to-use, yet fully featured open source web framework written in Python. It is considered a micro-framework, but don't let the micro part fool you; Flask can do everything the others can do, many times in a simpler, leaner...

Learn more Analyzing Data with Python - O'Reilly Media Free, Live Events By Sarah Guido Watch the webcast recording Python is quickly becoming the go-to language for data analysis, but it can be difficult to figure out which tools to use. In this webcast led by Sarah Guido, you'll get a bird's eye overview of some of the best tools for data analysis and how you...

Learn more Derivatives Analytics with Python - O'Reilly Media Free, Live Events By Yves Hilpisch Watch the webcast recording In this webcast you will learn how Python can be used for Derivatives Analytics and Financial Engineering. Dr. Yves J. Hilpisch will begin by covering the necessary background information, theoretical foundations and numerical tools to implement...

Learn more The Five Kinds of Python Functions - O'Reilly Media Free, Live Events By Steven Lott Watch the webcast recording In this hands-on webcast led by Steven Lott, author of 'Python for Secret Agents' we'll look at code samples for functions, lambdas, callables, generator functions and functions that wrap object methods, all of which are similar, but have some important...

Learn more Building Scalable Web Apps with Python and Google Cloud Platform - O'Reilly ... By Dan Sanderson Watch the webcast recording We all know Python is well suited to building web applications. It also happens to be a great choice for building on Google Cloud Platform, Google's suite of cloud hosting services. In this presentation, Google engineer and O'Reilly author Dan Sanderson...

Learn more Teach Your Kids to Code: Basic concepts with Turtle graphics in Python - ... By Bryson Payne Watch the webcast recording Turtle graphics have been teaching kids basic coding concepts since the creation of the Logo language in the late 1960's. The Turtle module in Python carries the turtle tradition into the 21st century and makes turtle programming easy and accessible...

Learn more Automate boring keyboard and mouse tasks with Python GUI - O'Reilly Media ... By Albert Sweigart Sometimes an application or service doesn't support an API or batch processing. But you can still automate tasks with code that directly controls the mouse and keyboard. In this webcast, Al Sweigart covers the Python GUI automation techniques described in his latest book, Automate...

Learn more Python for Google App Engine - O'Reilly Media Free, Live Events By Dan Sanderson The Python programming language plays a major role in Google App Engine, the scalable web application hosting service. Python developers can build apps for App Engine using Python 2.5 or 2.7, and Java and Go developers can use Python-based tools with their apps as well. ...