Home > Articles > Programming > Python
Python
4 Items
Sort by Date | Title
- Understanding Python Basics
- Feb 3, 2016
- In 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
- Feb 11, 2014
- Stephen 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
- Oct 25, 2013
- When 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
- Oct 15, 2013
- Katie Cunningham talks about PyLadies, why she got involved, and why you should consider joining, too.
|