• Post category:StudyBullet-14
  • Reading time:5 mins read


Learn The Core Python Fundamentals you REALLY need without wasting your valuable time in just ONE hour!

What you will learn

Learn fundamental Python Coding principles

Save your time to only learn what you really need BEFORE getting started in the field of Finance / Data Analytics / Data Science

Be able to write simple Python programs

Have a good foundation of the core Python concepts to tackle next steps

Description

What is this course about?

In this course I am breaking down the most important fundamentals you need getting started with Python – or if you want to refresh your knowledge on the basics or try yourself out on one of the various coding tasks! 🙂

Why should I be your constructor?

I got years of experience coding in Python and know which topics are key to understand to actually move on to topics like Data Analytics, Machine Learning, Data Science or Algorithmic Trading.

I wrote my Master Thesis on a quantitative Finance topic, currently working in the field of Data Science and got a YouTube channel teaching Algorithmic Trading and Data Science hands-on tutorials with over 50.000 subscribers.

I love coding & I love teaching 🙂


Get Instant Notification of New Courses on our Telegram channel.


Why this course?

This course is giving a rock solid foundation for anyone interested in learning Python in specific to apply it to above mentioned topics.

I am following an hands-on approach and provide a lot of quizzes and actual coding tasks (including solutions).

There is not a single time filler and we are getting straight into the topics.

Any questions coming up?

If you got any questions please feel free to reach out! I am happy to hear from you.

English
language

Content

Introduction

Download Anaconda & Set Up Jupyter Notebook
Jupyter Notebook Basics

Variables & Datatypes

Variables & Single Datatypes
What you should NEVER do
Typecasting & User Input
Consolidate your knowledge!
Practice your Knowledge!

Operators

Arithmetic Operators
Comparison Operators / Logical Operators
Consolidate your knowledge!

Conditional Statements If/Else/Elif

Indentations & If-Statements
Practice your knowledge!

Lists and other datatypes storing multiple values

Lists as objects with methods in Python
List Slicing & Indexing
Difference between lists & tuples
Dictionaries
Test

Iterations

For loops
Combining lists & loops: List comprehension
While loop
Test your knowledge!
Practice your knowledge!
Practice your knowledge with an interview question!

Functions

Function basics, return statement and arguments