Log In
0% completed
All Lessons
Free Lessons (8)
Introduction
Overview of Pythonic Programming
Documentation Tips
Import and Ownership Tips
Quotes and Letter Case Related Tips
Input, Variables, and Enumeration Related Tips
Exercise 1: A Well-Documented Function with Enums
General Tips
Comparison and Condition Tips
Loop Related Tips
Strings and Files Related Tips
Miscellaneous Tips
Exercise 2: Pickling Data
Challenge 1: Evaluating the Expression
Data Types and Data Structures Tips
Tuples, Lists, and Strings Tips
Modules and Class Related Tips
Counting Tips
Numbers Related Tips
Exercise 3: The Most Frequent Letters
Function Tips
Return Related Tips
Function Calls Related Tips
Exercise 4: Explore Generators
Challenge 2: Let's work with lists, tuples and strings
Performance Tips
Time Related Tips
Memory Tips
Import Tips
String Tips
Exercise 5: Eliminate Duplicates
Safety Tips
Functions Related Tips
Variable Tips
Input and Exception Tips
File Tips
Attribute Tips
Conditions Related Tips
Splitting Strings Related Tips
Exercise 6: Class with Properties
Exercise 7: Let's make Tic-Tac-Toe Game
Wrapping Up
Conclusion
Pythonic Programming Tips for Software Engineers
/
...
/
Exercise 2: Pickling Data
Exercise 2: Pickling Data
Perform an expensive calculation and save its results.
We'll cover the following...
Problem statement
Task
Problem statement
...