Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Primer
Rating: 4.6 out of 5(12 ratings)
2,212 students

Python Primer

Learn the basics of python through a learning by doing model
Created bySean McOwen
Last updated 5/2022
English
English [Auto],

What you'll learn

  • Learn the basics of python programming
  • Begin using anaconda, jupyter notebooks and other python infrastructure
  • Learn about how to use functions and classes for building modular programs
  • Use matplotlib to create basic visualizations

Course content

10 sections71 lectures3h 9m total length
  • Introduction1:09
  • Installing Anaconda2:11
  • Creating Your First Notebook2:18

    Launch jupyter notebooks locally with anaconda navigator on localhost to create your first Python notebook for Python Primer, run the hello world example, and begin learning Python basics like variables.

Requirements

  • None

Description

This course is the first in a series of courses from FinanceAndPython. It works through the basics of python and how to write your first scripts. Upon completion you will be able to move on to some of the more advanced courses such as Basic Finance, Data Science, Investments, and more! The way that this course is taught is through a learning by doing model. You will be able to follow along as coding is done live in jupyter notebooks. Problem sets are also provided with solutions for each of the sections and a github repository with all of the course notebooks. To succeed in this course it is recommended to code along and begin experimenting with your own code.

The structure of the course is:

1. Variables: The basic building blocks of programming which hold information

2. If Statements & Boolean Values: Adding in ways to understand truth in statements and act on them

3. Lists, Sets and Tuples: Data structures for holding variables

4. Loops: Building intuition of how to iterate over sets of data

5. Functions: Creating repeatable patterns of code

6. Dictionaries: Branching out to a new data structure

7. Assertions and Docstrings: Building defensive and well explained code

8. Classes: Creating templates of objects

9. Matplotlib: Visualizing data

Who this course is for:

  • Absolute python programming beginners