Python Bootcamp

Python Bootcamp course will help the students learn Python from the beginners level.

(19 reviews)
12 Hours 41 Mins
₹4,999/-₹9,999/-
Join the course
Created by
Jobaaj Learnings

Course description

Python Bootcamp For Everyone

For the last few years, the Financial Industry is growing at a tremendous speed, and it is adopting technology at a faster pace. Jobaaj.com, via its EduTech arm Jobaaj Learnings has been working as a consultancy firm for the last several years. While interacting with thousands of students, we realized what the future of finance is going to look like.

There will be exponential growth in the adoption of technology. Many working finance professionals in a survey told us how technology’s role is growing over the last five years and how their companies prioritize the candidates having technical knowledge. We have created an all-in-one python course with no prerequisites and focuses only on practical-based learning to help our finance professionals.

The All in One course will help the students, and working professionals put their first step into the programming world. This course would help the students learn Python. The students will be implementing what they are learning over time. Python is being used in Data Analysis, Data Science, Investment Banking, Machine Learning, and Financial Modeling.

In this course, we will be learning basic python to intermediate level, There are various programming languages, but we are using Python as Data Scientists on a large scale are using it. We can use python for financial analysis by using the real-world financial data and analyzing it in Jupyter notebooks

 

Significant Highlights of The Course

  • Introduction to Python? An introduction about Colab.
  • Most comprehensive Python course with online video lectures
  • Video Lectures and Quizzes 
  • Worksheets at the end of each section
  • Taught by a qualified Python professional 
  • Projects at the end of the course

What is this course all about?

Python for Finance course will help the students learn Python from the beginners level. This course doesn’t require any prior knowledge related to programming; anyone who hasn’t written even a single line of Code in life can start this course.

A beginner can start learning Python right from lecture one and create his/her journey into the programming world. It includes worksheets of every topic, Assignments like GitHub Optimisation, LinkedIn Optimisation, and a Capstone project, which will help them uplift their skills.

Practical-oriented course

The course lessons are mostly practical-oriented, and most of the topics are covered in the workspace only by executing the concepts into the existing programs. Each module ends with a Quiz that contains practical questions related to the course, and students are encouraged to answer the questions before moving further.

Quizzes for practice

Apart from module end questions, this course also contains quizzes at the end of every section. Also, we have provided worksheets, assignments, and projects for practice purposes.

Instructor support for questions 

Get connected with Instructor over WhatsApp. We at Jobaaj understand that students will have questions related to the course. It is also necessary for a healthy learning process; hence, We encourage students to ask their questions about the video discussion forum. Our team will answer every question as soon as possible.

Still thinking about whether to enroll or not, we encourage you to watch some of the preview videos and test the waters before you enroll in the course.

Who this course is for:

  • If you are a Finance student with no prior knowledge of Python and want a comprehensive approach with lots of practice questions, this course is for you. This course will help you in improving your resume and skills. It will help the candidates to stand out in the competition. 
  • If you are a working professional looking to upgrade his/her skills and learn new and advanced topics in Python, we would like you to enroll in this course for the same. As the financial industry is adopting Python with pace, it is going to be a significant step toward success

Prerequisite
  • There are no prerequisites for this course. We will start the journey from very scratch. Also, the coding part would be done on Google Colab, cloud-based software, and will help us execute Code.

Lesson List

1

Course Introduction

Python can be used for Finance?
00:08:37
Introduction to Google Colab
00:25:00
How to open .ipynb File?
Worksheet 1
Worksheet 1 Solution Video
00:18:00
Worksheet 1 Solution File
Getting Familiar with Kaggle
00:08:16
Writing Our First Python Program
00:07:25
Checking the Python Version
00:03:35
2

Python Fundamentals

Tokens in Python
00:16:23
Variables & Assignments
00:12:30
Variable & Multiple Assignment
00:07:00
Worksheet 2.1
Worksheet 2.1 Solution Video
00:21:00
Worksheet 2.1 Solution File
Worksheet 2.2
Worksheet 2.2 Solution Video
00:23:00
Worksheet 2.2 Solution File
3

Data Handling

Python Datatypes
00:21:21
Operators in Python
00:13:46
Mutable & Immutable Datatypes
00:07:00
Expressions in Python
00:03:00
Math Module in Python
00:06:30
Worksheet 3.1
Worksheet 3.1 Solution Video
00:27:00
Worksheet 3.1 Solution File
Worksheet 3.2
Worksheet 3.2 Solution Video
00:23:00
Worksheet 2.2 Solution File
Worksheet 3.3
Worksheet 3.3 Solution Video
00:22:00
Worksheet 3.3 Solution File
4

Flow of Control

Types of Statements in Python
00:04:00
Statement Flow Control
00:09:00
If Statement & If-Else Statement
00:06:00
Elif Statement & Nested If Statement
00:11:00
The Range() Function
00:05:00
Iteration/Looping Statements
00:09:00
Worksheet 4.1
Worksheet 4.1 Solution File
Worksheet 4.2
Worksheet 4.2 Solution File
Worksheet 4.3
Worksheet 4.3 Solution File
5

List Manipulation

Creating and Accessing Lists
00:19:00
List Operations
00:08:00
Making True Copy of the List
00:06:00
List Functions and Methods
00:19:00
Worksheet 5.1
Worksheet 5.1 Solution File
Worksheet 5.2
Worksheet 5.2 Solutions
Worksheet 5.3
Worksheet 5.3 Solutions
6

Dictionaries

Introduction Dictionary – Key: Value Pair
00:08:00
Working with Dictionaries
00:14:00
Dictionary Functions and Methods
00:04:00
Worksheet 6.1
Worksheet 6.1 Solution File
Worksheet 6.2
Worksheet 6.2 Solution File
Worksheet 6.3
Worksheet 6.3 Solution File
7

Functions

Introduction to Functions
00:18:00
Building Functions with Python
00:12:00
Worksheet 7.1
Worksheet 7.1 Solution File
Worksheet 7.2
Worksheet 7.2 Solution File
Worksheet 7.3
Worksheet 7.3 Solution File
8

Working with Files

Working with a Text File
00:09:00
Creating and Renaming
00:07:00
Working with other files using Pandas
00:08:00
9

Numpy Crash Course

Why Numpy? Numpy Array VS Python List
00:09:00
How to Use Numpy
00:14:00
Basic Operations in Numpy
00:15:00
Numpy 2D Array
00:08:00
Numpy Arrays: Boolean Indexing
00:13:00
Generating Random Numbers
00:18:00
Performance Issues
00:14:00
Statistics in Numpy
00:09:00
10

Introduction to Pandas

Intro to Pandas/Tabular Data
00:12:00
Inspection of Data
00:13:00
Built-in Functions, Attributes and Methods
00:11:00
Where we can get DATA From
00:08:00
Selecting Columns
00:17:00
Selecting Rows with Square Brackets (not advisable)
00:09:00
Selecting Rows with iloc (position-based indexing)
00:20:00
Selecting Rows with loc (label based indexing)
00:20:00
Pandas Cheat Sheet
11

Pandas Intermediate

Getting started with Pandas Series
00:20:00
Analyzing Numerical Series with unique(), nunique() and value_counts()
00:12:00
Analyzing non-numerical Series with unique(), nunique(), value_counts()
00:10:00
The copy() method
00:07:00
12

Data Visualization with Matplotlib and Seaborn

Visualization with Matplotlib
00:12:37
Customisation of Plots
00:16:00
Histogramms
00:14:00
Scatterplots
00:09:00
13

Stock Market Analysis

Project Details

" Hear what our students have to say "

Good Course Content, Faculty is Good, Good Timing and Coverage of Topic After course support can be   Read More

Harsh Chouhan

A Superb course to Experience python from beginning. But some contents are outdated and it mainly fo   Read More

Akshay

More courses like this

ASK JOBBY🔥

Beta
Chat History
  • Howdy ! 👋
    I am Jobby from Jobaaj Group. I am designed to provide helpful and reliable information related to jobs and career development.

Wanna continue with new chat ?

Having an Issue!!

Please tells us more about it!

Help