Python for Java Developers
A concise tutorial on Python for people who already know how to program in a high-level object-oriented language, especially Java.
This course introduces you to the Python you need to know without unnecessarily explaining things you already know.
Watch Promo
This course teaches you the Python programming language, leveraging your existing knowledge of Java or any other high-level object-oriented language.
If you're looking for a Python course but don't need the fundamentals of programming explained, this is the course you need.
We'll start with the basics of Python syntax, moving on to classes, file handling, regular expressions, exceptions and more.
Towards the end of the course we'll also look at two of the most important Python packages for working with data: Numpy and Pandas.
Finally, I'll show you how you can use Python to visualise data, and how to create neural networks that can make useful predictions.
Your Instructor
I worked as a professional developer for 14 years for several different companies including Proquest, CSC and AT&T before going full-time as a course creator. I currently live in Italy, although as a native Brit you get to enjoy (or put up with!) my British English accent while following your chosen courses.
In my spare time I like to write science fiction, often in cafes, and I'm a fan of old books.
Course Curriculum
-
PreviewSetting Up a Virtual Environment (4:48)
-
PreviewInstalling Python (2:15)
-
PreviewHello World (3:54)
-
PreviewVariables (2:47)
-
StartBuiltin Functions (2:13)
-
Start"If" Statements and Expressions (3:11)
-
Start"For" Loops (3:03)
-
Start"While" Loops (2:10)
-
StartCasting (3:55)
-
StartString Comparison (2:22)
-
StartMatch Statement (1:50)
-
StartCheck Your Knowledge