Author Archives: Adam Sinicki

How to use loops in Python

In this post, you’ll learn how to use loops in Python. Continue reading

Posted in Android Development, How To, Python | Comments Off on How to use loops in Python

How to print an array in Java

This post will teach you to print an array in Java Continue reading

Posted in Android Development, How To | Comments Off on How to print an array in Java

How to install Java, and everything else you need to know

Want to get started with Java? It all begins with installing it. Continue reading

Posted in Android Development, How To | Comments Off on How to install Java, and everything else you need to know

Java beginner course – A free and comprehensive guide to the basics of Java

No programming experience? No worries! Continue reading

Posted in Android Development, How To, Java | Comments Off on Java beginner course – A free and comprehensive guide to the basics of Java

How to call a method in Java

This post explains how to call a method in Java. Continue reading

Posted in Android Development, How To, Java | Comments Off on How to call a method in Java

How to use classes in Python

This post explains how to use classes in Python. Continue reading

Posted in Android Development, Python | Comments Off on How to use classes in Python

Best resources to learn Java – free and paid

This post lists the best resources to learn Java. Continue reading

Posted in Android Development, Java | Comments Off on Best resources to learn Java – free and paid

Python vs Java: Which language should you learn and what are the differences?

This post compares Python vs Java to help you decide which one is better for your needs. Continue reading

Posted in Android Development, How To | Comments Off on Python vs Java: Which language should you learn and what are the differences?

Python beginner’s guide – Everything you need to know to get started

Thinking about learning Python? Here’s everything you need to know. Continue reading

Posted in Android Development, Python | Comments Off on Python beginner’s guide – Everything you need to know to get started

How to write to a file in Python – Txt, Docx, CSV, and more!

This post explains how to write to a file in Python. Continue reading

Posted in Android Development, future jobs, Python | Comments Off on How to write to a file in Python – Txt, Docx, CSV, and more!

How to use dictionaries in Python

This post explains how to add to a dictionary in Python, create new dictionaries, and more. Continue reading

Posted in Android Development | Comments Off on How to use dictionaries in Python

How to make a game in Python: An introduction to Pygame

This tutorial will show you how to make a game in Python using the popular Pygame. Continue reading

Posted in Android Development | Comments Off on How to make a game in Python: An introduction to Pygame

How to run a Python script in the terminal or CMD

It really couldn’t be simpler to run a Python script in the terminal or command prompt! Continue reading

Posted in Apps | Comments Off on How to run a Python script in the terminal or CMD

How to update Python and how to know if you should

This post shows you how to update Python and how to choose the right version for your goals! Continue reading

Posted in Android Development, How To | Comments Off on How to update Python and how to know if you should

How to comment in Python – Tips and best practices

This post explains how to comment in Python. Continue reading

Posted in Android Development, How To | Comments Off on How to comment in Python – Tips and best practices

How to create a file in Python and more

This post will show you how to create a file in Python. Continue reading

Posted in Android Development | Comments Off on How to create a file in Python and more

How to run Python apps on any platform

This post explains how to run Python apps on PC, Mac, Linux, Android, iOS, or the web. Continue reading

Posted in Android Development | Comments Off on How to run Python apps on any platform

How to use strings in Python

This post explains how to concatenate a string in Python. Continue reading

Posted in Android Development | Comments Off on How to use strings in Python

How to print in Python

This post explains how to use the “print” command in Python. Continue reading

Posted in Android Development | Comments Off on How to print in Python

How to round in Python

This quick tutorial shows users how to round in Python using one of three methods. Continue reading

Posted in Android Development, How To | Comments Off on How to round in Python