Author Archives: Adam Sinicki

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!

When to use lists vs dictionaries in Python

This post shows you how to create a list in Python and why. Continue reading

Posted in Android Development, future jobs, Python | Comments Off on When to use lists vs dictionaries in Python

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