0% found this document useful (0 votes)
16 views

Python Pages Doc Ic Ac Uk CPP Lessons CPP 10 Files 11 Complete HTML

This document is a chapter-by-chapter summary of a book on Python programming for C++ programmers. It covers basic Python concepts like data types, variables, operators, sequence types, sets and dictionaries, control flow, functions, object-oriented programming, and modules. The final chapter discusses file handling in Python, including text files, JSON files, CSV files, and pickling. The summary concludes by encouraging the reader to start using Python and referencing documentation as they learn.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Python Pages Doc Ic Ac Uk CPP Lessons CPP 10 Files 11 Complete HTML

This document is a chapter-by-chapter summary of a book on Python programming for C++ programmers. It covers basic Python concepts like data types, variables, operators, sequence types, sets and dictionaries, control flow, functions, object-oriented programming, and modules. The final chapter discusses file handling in Python, including text files, JSON files, CSV files, and pickling. The summary concludes by encouraging the reader to start using Python and referencing documentation as they learn.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Python Programming home

Department of Computing, Imperial College London

Python for C++ Programmers


Chapter 1: Introduction
Chapter 2: Basic data types
Chapter 3: Variables and operators
Chapter 4: Sequence types
Chapter 5: Sets and dictionaries
Chapter 6: Control flow
Chapter 7: Functions
Chapter 8: Object-oriented programming
Chapter 9: Modules
Chapter 10: Files
[10.1] Handling text files
[10.2] JSON files
[10.3] Loading JSON files
[10.4] Writing to JSON files
[10.5] pickle
[10.6] Pickling time!
[10.7] CSV files
[10.8] Reading CSV files
[10.9] Reading CSV files into a dict
[10.10] Writing to CSV files
[10.11] That's a wrap!

Chapter 10: Files


>> That's a wrap!
face Josiah Wang

And that’s all we have time to cover! Phew!


While I have covered many important topics, I have also skipped many others.
But hopefully this will be enough to help you get started with any of your modules that require Python
(including the Introduction to Machine Learning module).
If you have become fascinated by Python, feel free to explore the materials on my Python Programming
module. I go into the topics in more detail there, and also cover some more advanced materials.
All that’s left for you to do is to get started using Python in your labs and courseworks! That is the best way to
learn!
Also use the official Python documentation whenever you are in doubt. This is your friend!
Have fun!
via GIPHY

Previous

home

Page designed by Josiah Wang Department of Computing | Imperial College London

You might also like