Welcome to Vinlearn Comumnity!
  • Contact Us
  • Track Your Order
  • My Downloads
Select category
  • Select category
  • Business & Sales
  • Consulting
  • Copywriting
  • Economics & Finance
  • Everything Else
  • Fighting & Martial Arts
  • Food & Cooking
  • Forex & Trading
  • Hypnosis & NLP
  • Internet Marketing
  • IT & Technology
  • Languages & Accents
  • Law
  • Magic & Tricks
  • Management & Leadership
  • Medical & Health
  • Mindfulness & Meditation
  • Mindset & Achievement
  • Music
  • Personal Development
  • Photography
  • Psychology & Body Language
  • Real Estate
  • Seduction & Love
  • SEO & Design Website
  • Software & Tools
  • Spirituality & Religion
  • Sports & Fitness
  • Uncategorized
Login / Register
Wishlist
1 item $599.00
Menu
0 Wishlist
1 item $599.00
Login / Register
Sign inCreate an Account

Lost your password?

Browse Categories
  • Internet Marketing
    • Ecommerce
    • Copywriting
    • Software & Tools
    • SEO & Design Website
  • Business & Sales
    • Management & Leadership
    • Economics & Finance
    • Law
    • Consulting
  • Forex & Trading
  • Real Estate
  • Hypnosis & NLP
  • Personal Development
    • Spirituality & Religion
    • Mindfulness & Meditation
    • Mindset & Achievement
    • Mindset & Wisdom
    • Psychology & Body Language
    • Languages & Accents
  • Medical & Health
    • Fighting & Martial Arts
  • Sports & Fitness
  • Seduction & Love
  • IT & Technology
  • Photography
  • Music
  • Food & Cooking
  • Magic & Tricks
  • Everything Else
  • HOME
  • STORE
  • FAQs
  • Contact Us
  • MY ACCOUNT
    • My Orders
    • My Downloads
“Mastering Odoo Development – Master Mind Edition – Greg Moss” has been added to your cart. View cart
-75%
Learn Python by Creating a Pirate Trading Game! - Greg Moss
Click to enlarge
Home IT & Technology Learn Python by Creating a Pirate Trading Game! – Greg Moss
The Soul-Aligned Income Stream - Emily K Thomas
The Soul-Aligned Income Stream - Emily K Thomas $397.00 Original price was: $397.00.$52.00Current price is: $52.00.
Back to products
Framer X + React (Retired) - Linton Ye
Framer X + React (Retired) - Linton Ye $99.00 Original price was: $99.00.$25.00Current price is: $25.00.

Learn Python by Creating a Pirate Trading Game! – Greg Moss

$199.00 Original price was: $199.00.$50.00Current price is: $50.00.

Instant Download Learn Python by Creating a Pirate Trading Game! – Greg Moss
Delivery method: After your purchase, you’ll get access to the downloads page. Here, you can download all the files associated with your order. We’ll also send a download notification email via your email.

Description
Ahoy! Are you excited about the Python programming language and wanting to learn it from beginning to expert level? If you answered, “Aye aye, Captain!” then Avast ye, mateys…. This is the Python course for you!

30% COUPON CODE: VINLEARN
Compare
Add to wishlist
SKU: 098ce4cfa8f9 Category: IT & Technology Tags: Greg Moss, Learn Python by Creating a Pirate Trading Game!, Learn Python by Creating a Pirate Trading Game! - Greg Moss
Share:
  • Description
  • Product Delivery
Description

Learn Python by Creating a Pirate Trading Game! - Greg Moss

Learn Python by Creating a Pirate Trading Game! – Greg Moss

Ahoy! Are you excited about the Python programming language and wanting to learn it from beginning to expert level? If you answered, “Aye aye, Captain!” then Avast ye, mateys…. This is the Python course for you!

Perhaps you want to learn Python for school, data science, deep learning, or to get a career developing business applications. If so, this course is for you. While we are making a fun Pirate Trading Game like the original Taipan, the skills you learn will allow you to begin developing Python applications in virtually any discipline. Making a Python game is a FUN way to learn these core Python principles. In addition this course is fast-paced and designed to quickly move you into more complex object-oriented design patterns.

With much experience in course design, this course was created from the ground up to be the most fun way possible to learn Python. We at the very beginning with simple print, input, and conditional if statements. Soon we are creating while loops and for loops, as well as working with dictionaries and collections. After getting through the basics, we jump into object-oriented programming, refactoring our game, and introducing you to more advanced topics.

And who doesn’t want to make a fun Pirate Trading Game?

NOTE: This course uses an ‘old school’ text interface very similar to the original Taipan. The focus is on object-oriented design patterns and game architecture…. not on graphics or presentation. (You may add cool graphics yourself later, if you desire!)

In this course we cover all core aspects of the Python language:

  • Managing Variables
  • Creating While and For Loops
  • Accessing Tuples, Dictionaries, and Lists
  • Using Constants to improve code readability
  • Learning Object-Oriented Principles
  • Understanding the difference between Instance and Class methods
  • Using the random number library
  • Dividing your code up into multiple files for easier management
  • Creating and using a Game Manager object
  • Learning a variety of ways to pass arguments to methods
  • Managing Collections of Objects and Critical Design Patterns
  • Loading your game data from CSV files

At the end of this course, you will have the foundation for a fun pirate trading game. Most importantly this course covers all the core Python language structures and commands you need to know to build your own projects.

So batten down the hatches, and let’s get ready to set sail!

Your Instructor

Greg Moss

Greg Moss ed working with personal computers at 12 years old. At age 15, he wrote his first paid business application, a loan management application for First American Acceptance Corporation. A few months later Greg developed a statistical application to process surveys for John A Logan College. Now more than 30 years later, Greg has produced hundreds of commercial applications and training courses, and has been involved in numerous enterprise application projects.

In addition to completing degrees in Business Administration and Information Systems Design, Greg is a Certified Information Systems Auditor, a Six Sigma Black Belt, and holds an Information Assurance Certification from Carnegie Mellon University. In addition to his successful consulting practice, Greg has worked in positions as a Chief Information Officer (CIO), Chief Executive Officer (CEO), and excels in delivering technology-enabled growth to companies. He is an experienced digital marketer and focuses on real-world results and solutions.

Greg is the founder of First Class Ventures, LLC and OdooClass.com. Over the past 8 years Greg has produced over 200 video courses covering business application development and game design.

Greg is the author of Working with Odoo, Working with Odoo 10, Working with Odoo 11, Working with Odoo 12, and Learn Odoo.

Course Curriculum

Introduction
  • Introduction: Project Setup, Print, Input, Variables, and if/else Statements (13:23)
  • Learning to Work with Functions (16:24)
  • Using While & Break to Create Our Game Loop & Menu – Includes string formatting (14:55)
  • Using Dictionaries, Lists and For Loops for Managing Our Cities (18:13)
  • Learn to Use the DateTime Library to Manage the Date in Our Game (5:42)
Object-Oriented Programming in Python
  • Introduction to Python Objects & Object-Oriented Programming (19:23)
  • Understanding Class Methods & Properties (5:27)
Creating a GameManager and Using Object-Oriented Design Patterns
  • Refactoring our Classes into Separate files and Creating a Game Manager Class (19:42)
  • Finalize the Design of our Game Manager and learn various ways to pass arguments (15:46)
  • Implement the Method to Buy Products and Store them on the Ship (13:12)
  • Implement the Method to Sell Products and Remove them from the Ship (10:43)
Improving our Game Design with by Managing Product Prices by City
  • Create a CityProduct Class to Manage Product Prices by City (17:24)
  • Make our Game More Interesting By Randomly Changing Product Pricing in the City (5:08)
  • Create the Class for our Pirate Encounters! (17:55)
  • Handling the Pirate Encounter Attacks (12:24)
  • Loading our Game Data from a CSV File (14:59)

Sale Page: https://courses.odooclass.com/p/learn-python-by-creating-a-pirate-trading-game
Archive: https://archive.ph/wip/aZBFW

Proof Content:

https://www.loom.com/i/52de87faa02c4f448c64a117a75d05f8

Delivery Method:

After your purchase, you’ll get access to the downloads page. Here, you can download all the files associated with your order.

Downloads are available once your payment is confirmed, we’ll also send you a download notification email separate from any transaction notification emails you receive from Vinlearn.

Product Delivery

DELIVERY INFORMATION

  • Digital Download: After placing your order, you will receive an email with download instructions for immediate access. If you log in or create an account before purchasing, you can easily download your files from the account dashboard.
  • Download Reminder: Please download and save the files to your hard drive. If you encounter issues, feel free to contact us for support.
  • Download Support: If you don't receive the download link or the download link is broken, there's no need to worry. We’ll provide assistance from 8:00 AM to 8:00 PM (UTC+8).
  • We’re Here to Help: Contact us with any questions or concerns!

Related Products

-88%
Mastering Odoo Development - Master Mind Edition - Greg Moss
Add to cart
Quick view
Compare
Add to wishlist

Mastering Odoo Development – Master Mind Edition – Greg Moss

IT & Technology
$4,995.00 Original price was: $4,995.00.$599.00Current price is: $599.00.
-75%
Odoo Tycoon: Developer & Consultant Master Class - Greg Moss
Add to cart
Quick view
Compare
Add to wishlist

Odoo Tycoon: Developer & Consultant Master Class – Greg Moss

IT & Technology
$299.00 Original price was: $299.00.$75.00Current price is: $75.00.
-69%
Python Idle Tycoon - The FUN way to learn Python! - Greg Moss
Add to cart
Quick view
Compare
Add to wishlist

Python Idle Tycoon – The FUN way to learn Python! – Greg Moss

IT & Technology
$75.00 Original price was: $75.00.$23.00Current price is: $23.00.

Download the Best Courses for Your Success. Elevate your skills with vinlearn.click – where top-quality knowledge is just a click away!

CONTACT US

  • Email: [email protected]
  • Skype: ritavu1980
  • 470 North Bridge Road, Bugis Cube, Singapore (188735).
Our stores
  • About Us
  • Privacy Policy
  • Terms Of Service
USEFUL LINKS
  • FAQs
  • Contact Us
  • Login
Footer Menu
  • My Account
  • My Orders
  • My Downloads
Vinlearn 2019-2024. All Rights Reserved.
payments
  • Menu
  • Categories
  • Internet Marketing
    • Ecommerce
    • Copywriting
    • Software & Tools
    • SEO & Design Website
  • Business & Sales
    • Management & Leadership
    • Economics & Finance
    • Law
    • Consulting
  • Forex & Trading
  • Real Estate
  • Hypnosis & NLP
  • Personal Development
    • Spirituality & Religion
    • Mindfulness & Meditation
    • Mindset & Achievement
    • Mindset & Wisdom
    • Psychology & Body Language
    • Languages & Accents
  • Medical & Health
    • Fighting & Martial Arts
  • Sports & Fitness
  • Seduction & Love
  • IT & Technology
  • Photography
  • Music
  • Food & Cooking
  • Magic & Tricks
  • Everything Else
  • Home
  • Store
  • Contact Us
  • My Account
    • My Orders
    • My Downloads
  • Wishlist
  • Compare
  • Login / Register
Shopping cart
Close
Facebook X Instagram YouTube
Shop
0 Wishlist
1 item Cart
My account