Home > Topics > Web Development > Python
Python
4 Items
        
                    Sort by Date | Title
| Understanding Python Basics
                                By
                                Richard Blum, Christine BresnahanFeb 3, 2016In this chapter from Python Programming for Raspberry Pi, Sams Teach Yourself in 24 Hours, 2nd Edition, you will learn some Python basics, such as using the print function to display output. You will read about using variables and how to assign values to variables, and you will gain an understanding of their data types. By the end of this chapter, you will know how to get data into a script by using the input function and write your first Python script!
 | 
| Protect C++ Legacy Programs by Using Python
                                By
                                Stephen B. MorrisFeb 11, 2014Stephen B. Morris illustrates a simple way to execute C++ programs by using Python. This approach is lightweight and yet robust, taking advantage of Python's powerful exception-management facilities. Learn how to achieve deeper integration between C++ and Python, while addressing important design issues.
 | 
| How to Store Text in Strings in Python
                                By
                                Katie CunninghamOct 25, 2013When Python wants to store text in a variable, it creates a variable called a string. Katie Cunningham shows you how to create, print and format strings and when to use strings in the real world. 
 | 
| Why Iām a Part of PyLadies
                                By
                                Katie CunninghamOct 15, 2013Katie Cunningham talks about PyLadies, why she got involved, and why you should consider joining, too.
 |