Project Management Training in Grand Rapids, Michigan

Learn Project Management in Grand Rapids, Michigan and surrounding areas via our hands-on, expert led courses. All of our classes either are offered on an onsite, online or public instructor led basis. Here is a list of our current Project Management related training offerings in Grand Rapids, Michigan: Project Management Training

We offer private customized training for groups of 3 or more attendees.

Project Management Training Catalog

subcategories

cost: $ 1190length: 3 day(s)
cost: $ 790length: 2 day(s)
cost: $ 790length: 2 day(s)
cost: $ 1190length: 3 day(s)
cost: $ 790length: 2 day(s)
cost: $ 790length: 2 day(s)
cost: $ 1190length: 3 day(s)
cost: $ 390length: 1 day(s)
cost: $ 2190length: 5 day(s)

Agile/Scrum Classes

Course Directory [training on all levels]

Upcoming Classes
Gain insight and ideas from students with different perspectives and experiences.

Blog Entries publications that: entertain, make you think, offer insight

Structure Rule Language

To aid in the ease of rule authoring, Blaze Software, now Fair Isaac, created the proprietary Structure Rule Language (SRL), an object-oriented programming language designed to enable those with little or no background in software development to pen rules. Although the capabilities of this language are far too extensive to detail in this article, we can examine the basic rule syntax.

Rules in the SRL take the following form:

rule RuleName [at

 
 
Python is a powerful tool that can be used for many automation tasks in the workplace. It’s notorious for being one of the most simple and versatile options available in the world of programming languages. For this reason, many people choose to automate an enormous amount of their workflow with Python. We’ve compiled a few ideas for automating the boring stuff using Python. Let’s take a look.
 
Managing Emails
 
Most businesses rely on emails being sent out regularly in order to ensure everything runs smoothly. Doing this by hand can be boring and time-consuming. To alleviate this, there are packages written with and for Python that enable you to automate certain aspects of this process. Adding and removing individuals from mailing lists can be automated as well, especially if your business has a policy to automatically add and remove people from certain mailing lists when certain conditions are met. For example, after a customer of yours doesn’t interact with your company after an extended period of time, it may be prudent to remove them from your mailing list, or you can send them a premade email reminding them of your services. This is just one way that you can save your company time and money using automation with Python.
 
Repetitive File System Operations
 
Even for personal tasks, Python excels at performing repetitive file system operations. For example, it can convert files, rename, move, delete, and sort files as much as you need it to. This can be useful in many ways. If you have a folder of mp3 files that you need to compress, this can be sped up using Python. Additionally, you can create a set of criteria that need to be met in order for a given file to be considered useless, and then delete it. As a side note, be extremely careful when automating any sort of file deletion or altering, because a bug in your program can cause severe damage to your data and even to your computer. Still, these tools are extremely powerful and can be life-saving when used properly. 
 
Start-up Tasks
 
Whether you’re running a server or just using your own personal computer, there are always tasks that need to be done when your computer starts up, or you’re beginning a certain process. For example, you can automate the task of backing up your email inbox. This can ensure your files are being kept safe, and it can be triggered whenever your start up your computer. Additionally, if you need to collect or create any sort of logging data in order to document daily operations, you can use Python to alleviate some of these time-consuming processes. 
 
Web Scraping
 
And finally, we have Web Scraping. This process may be slightly more advanced for a beginner Python user, but it doesn’t take a terribly long time to learn, and it opens up a whole new world of opportunity in terms of data collection and management. Web scraping is extremely important because it not only allows you to automatically search for certain pieces of content on the internet, but it can also alert you to changes and updates to existing websites. If your business relies on certain trends on social media, you can scrape sites while searching for the presence of certain keywords, and if you’re a stock trader or bitcoin guru, you can automate some of your price-checking and set custom alerts for price changes. The field of web scraping is enormous, and there is a practically infinite amount of content written on this particular subject. If you’re interested in learning more, there are vast amounts of free resources on the internet that can help you get started. Web scraping is certainly one of the most important skills to have in almost any line of work.
 
Get Creative!
 
At this point, we’d like to advise you to get more familiar with the libraries and APIs that are available to you. Each individual workflow is different and requires familiarity with different technologies. Because of this, you will know better than anybody else which items are worth automating and which aren’t. Some people try to automate everything, and some people prefer to do certain tasks manually, but sometimes spending a few hours automating a job that takes one minute will end up being a time-saver after only a few months.
 
We’ve gone over quite a few options in this article, but no single human alive is familiar with absolutely everything Python can do. Hopefully, you’re now more familiar with the options available to you, and you should now be better equipped to search for further information that is more relevant to your specific use case. Have fun digging into the many nuances and functionalities that the Python language has to offer!

In this tutorial I am going to give you a gentle introduction to network programming in Python. If you are new to programming or new to Python then that may seem like a daunting thought. But read on and you will be pleasantly surprised how easy it is.

Like most modern programming languages, Python was designed for networking from the very beginning, and thanks to that, a lot of the networking tasks you would want to accomplish with the language are made a whole lot easier.

Network communication is a large topic, but if it is something that interests you then read on because in this tutorial I will show you how to download a web page. I will show you how easy Python makes tasks like this.

Take a look at the following code:

import urllib
	
con = urllib.urlopen("http://hartmannsoftware.com")
page = con.read()
con.close()
print page

If you are a software developer looking for a slight change, then you have several options available. The process of software development requires multiple types of resources. A software developer performs the construction and delivery of software programs. An experienced software developer gains business knowledge, analytical skills, team management skills and communication skills. All of these skills can be used to divert your development career into a related and slightly varied role in software development.

Production Support Engineer
A developer can easily switch to the role of a Production Support Engineer. This role entails working with customers and technical teams to report, track and resolve production issues. For some, this might be an exciting opportunity to see the software application from a user’s point of view.

Engineering Manager
If you have experience in leading a team of developers, you could take the role of an Engineering Manager. This role requires managing a bigger team of developers. The Engineering Manager is also responsible for ensuring the delivery of software products and meeting the deadlines set by Product Management. You will get the opportunity to develop software, if you are inclined to do so. However, you will also take new responsibilities such as performance management, infrastructure management and vendor management.

Partner Engineer
This role requires some amount development as well as coordination with partners such as vendors and customers. The job of a Partner Engineer is to act as a middleman to help the integration of services with partners via application programming interfaces (APIs). For example, companies such as Twitter and Facebook employ Partner Engineers to integrate their services with customer websites.

Systems Analyst
Many companies offer developers with an opportunity to switch to Analyst roles. This role involves analyzing system requirements by working with business and technical teams. Many Systems Analysts also work on reviewing, developing and testing application code. This role is suitable for developers with strong analytical skills.

QA Automation Engineer
This role is responsible for automating test cases with the help of tools such as Java, Ruby and Selenium. This role is ideal for people with prior development experience. QA Automation Engineers work with developers and product managers to define test cases, and to automate and run the test cases. In this role, you will get the opportunity to work on back-end as well as front-end automation tasks. You will remain in touch with programming languages as well as database technologies.

Database Analyst
Most people gain significant amount of knowledge on databases while working as a software developer. This will help you to switch your role into a Database Analyst. A Database Analyst analyzes database issues, reviews performance problems, writes database scripts and runs queries. This role also provides a path to become a Database Administrator, if you are interested.

Deployment Engineer
This role is responsible for deploying the code developed by software engineers. You may not be developing application programs in this role. However, you will be responsible for code deployments, pushing the code into test and production environments.

 

Related:

Surprising Ways Viruses, Malware, Etc. are Infecting Computers

What is the most pressing problem in Project Management for a Software Project Manager?

Tech Life in Michigan

Home of the Ford Motor Company and many other Fortune 500 and Fortune 1000 Companies, Michigan has a list of famous people that have made their mark on society. Famous Michiganians: Francis Ford Coppola film director; Henry Ford industrialist, Earvin Magic Johnson basketball player; Charles A. Lindbergh aviator; Madonna singer; Stevie Wonder singer; John T. Parsons inventor and William R. Hewlett inventor.
Beware of false knowledge; it is more dangerous than ignorance. ~ George Bernard Shaw
other Learning Options
Software developers near Grand Rapids have ample opportunities to meet like minded techie individuals, collaborate and expend their career choices by participating in Meet-Up Groups. The following is a list of Technology Groups in the area.
Fortune 500 and 1000 companies in Michigan that offer opportunities for Project Management developers
Company Name City Industry Secondary Industry
Lear Corporation Southfield Manufacturing Automobiles, Boats and Motor Vehicles
TRW Automotive Holdings Corp. Livonia Manufacturing Automobiles, Boats and Motor Vehicles
Spartan Stores, Inc. Byron Center Retail Grocery and Specialty Food Stores
Steelcase Inc. Grand Rapids Manufacturing Furniture Manufacturing
Valassis Communications, Inc. Livonia Business Services Advertising, Marketing and PR
Autoliv, Inc. Auburn Hills Manufacturing Automobiles, Boats and Motor Vehicles
Cooper-Standard Automotive Group Novi Manufacturing Automobiles, Boats and Motor Vehicles
Penske Automotive Group, Inc. Bloomfield Hills Retail Automobile Dealers
Con-Way Inc. Ann Arbor Transportation and Storage Freight Hauling (Rail and Truck)
Meritor, Inc. Troy Manufacturing Automobiles, Boats and Motor Vehicles
Visteon Corporation Van Buren Twp Manufacturing Automobiles, Boats and Motor Vehicles
Affinia Group, Inc. Ann Arbor Manufacturing Automobiles, Boats and Motor Vehicles
Perrigo Company Allegan Healthcare, Pharmaceuticals and Biotech Pharmaceuticals
BorgWarner Inc. Auburn Hills Manufacturing Automobiles, Boats and Motor Vehicles
Auto-Owners Insurance Lansing Financial Services Insurance and Risk Management
DTE Energy Company Detroit Energy and Utilities Gas and Electric Utilities
Whirlpool Corporation Benton Harbor Manufacturing Tools, Hardware and Light Machinery
Herman Miller, Inc. Zeeland Manufacturing Furniture Manufacturing
Universal Forest Products Grand Rapids Manufacturing Furniture Manufacturing
Masco Corporation Inc. Taylor Manufacturing Concrete, Glass, and Building Materials
PULTEGROUP, INC. Bloomfield Hills Real Estate and Construction Real Estate & Construction Other
CMS Energy Corporation Jackson Energy and Utilities Energy and Utilities Other
Stryker Corporation Portage Healthcare, Pharmaceuticals and Biotech Medical Devices
General Motors Company (GM) Detroit Manufacturing Automobiles, Boats and Motor Vehicles
Kellogg Company Battle Creek Manufacturing Food and Dairy Product Manufacturing and Packaging
The Dow Chemical Company Midland Manufacturing Chemicals and Petrochemicals
Kelly Services, Inc. Troy Business Services HR and Recruiting Services
Ford Motor Company Dearborn Manufacturing Automobiles, Boats and Motor Vehicles

training details locations, tags and why hsg

A successful career as a software developer or other IT professional requires a solid understanding of software development processes, design patterns, enterprise application architectures, web services, security, networking and much more. The progression from novice to expert can be a daunting endeavor; this is especially true when traversing the learning curve without expert guidance. A common experience is that too much time and money is wasted on a career plan or application due to misinformation.

The Hartmann Software Group understands these issues and addresses them and others during any training engagement. Although no IT educational institution can guarantee career or application development success, HSG can get you closer to your goals at a far faster rate than self paced learning and, arguably, than the competition. Here are the reasons why we are so successful at teaching:

  • Learn from the experts.
    1. We have provided software development and other IT related training to many major corporations in Michigan since 2002.
    2. Our educators have years of consulting and training experience; moreover, we require each trainer to have cross-discipline expertise i.e. be Java and .NET experts so that you get a broad understanding of how industry wide experts work and think.
  • Discover tips and tricks about Project Management programming
  • Get your questions answered by easy to follow, organized Project Management experts
  • Get up to speed with vital Project Management programming tools
  • Save on travel expenses by learning right from your desk or home office. Enroll in an online instructor led class. Nearly all of our classes are offered in this way.
  • Prepare to hit the ground running for a new job or a new position
  • See the big picture and have the instructor fill in the gaps
  • We teach with sophisticated learning tools and provide excellent supporting course material
  • Books and course material are provided in advance
  • Get a book of your choice from the HSG Store as a gift from us when you register for a class
  • Gain a lot of practical skills in a short amount of time
  • We teach what we know…software
  • We care…
learn more
page tags
what brought you to visit us
Grand Rapids, Michigan Project Management, Grand Rapids, Michigan Project ManagementClasses, Grand Rapids, Michigan Project ManagementCourses, Grand Rapids, Michigan Project ManagementCourse, Grand Rapids, Michigan Project ManagementSeminar

Interesting Reads Take a class with us and receive a book of your choosing for 50% off MSRP.