Designing Larger Python Programs for Data Science

External: Coursera Courses ↗ · Coursera

Open Course on External: Coursera

Free to audit · Opens on External: Coursera

Designing Larger Python Programs for Data Science

Coursera · Beginner ·🎮 Reinforcement Learning ·3mo ago

Key Takeaways

Designs larger Python programs for data science using techniques and best practices

Original Description

Modern programs are complicated structures, with hundreds to thousands of lines of code, but how do you efficiently move from smaller programs to more robust, complicated programs? How do data scientists simulate the randomness of real world problems in their programs? What techniques and best practices can you leverage to design pieces of software that can efficiently handle large amounts of data? In this course from Duke University, Python users will learn about how to create larger, multi-functional programs that can handle more complex tasks. We don't recommend that this be the first Python course you take, as we'll be covering a decent amount of specific programming syntax. However, if you hold a prerequisite knowledge of basic algebra, Python programming, and the Pandas library, you should be able to complete the material in this course. In the first module, we’ll discuss top-down design for larger programs, including the programming syntax and techniques that are useful to stitch together larger programs. Then in the following modules, we’ll transition into discussing Monte Carlo simulations and introduce you to the Poker project, the larger program you’ll create by the end of the course. By the end of this course, you should be able to decompose a programming problem into manageable pieces, explain the basics of Monte Carlo Methods, and efficiently integrate smaller pieces of code into a larger complete program. This will prepare you to take the next step in your data scientist journey, creating complex programs that can more creatively simulate real-world problems.
Watch on External: Coursera ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Related Reads

📰
Snapshot Once, Rollout a Thousand Times: A Practical RL Setup for Coding Agents
Learn to optimize Reinforcement Learning (RL) by snapshotting the environment and forking it into multiple rollouts, reducing the bottleneck in RL training
Dev.to · Sebastian Buzdugan
📰
Trust Region Policy Optimisation — The Exact Method PPO Approximates
Learn the exact method that Proximal Policy Optimization (PPO) approximates, Trust Region Policy Optimisation, and its implementation in Python for advanced reinforcement learning
Medium · Python
📰
Hierarchical Reinforcement Learning in StarCraft Micromanagement with Influence Maps and Cluster-based Scripts
Learn how to apply hierarchical reinforcement learning to StarCraft micromanagement using influence maps and cluster-based scripts to improve AI decision-making in real-time strategy games
ArXiv cs.AI
📰
Proximal Policy Optimisation — The Clip That Made Policy Gradients Reliable
Learn how Proximal Policy Optimisation (PPO) makes policy gradients reliable in reinforcement learning
Medium · Machine Learning
Up next
Middle Management Meritocracy: Shockingly Naive
iBankerU
Watch →