-
Book Overview & Buying
-
Table Of Contents
Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers
By :
Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers
By:
Overview of this book
This course will help you learn Python, one of the most popular programming languages. Python offers both object oriented and structural programming features. We take a hands-on approach using a combination of Python Shell and PyCharm as an IDE to illustrate more than 100 Python coding exercises, puzzles, and code examples. We convert a number of Java examples to Python. You will learn about implementing Object Oriented Programming concepts in Python, inheritance, abstract classes, and constructors; you will also get a better understanding of a wide variety of Python data structures: lists, sets, dictionaries, and tuples.
Table of Contents (9 chapters)
Introduction
Getting Started With Python
Conditionals and Loops
Object Oriented Programming with Python
Python Data Structures
Exception Handling in Python
Functional Programming
Built-In Python Modules
Python Tips