BlogHide Resteemsstolentissue (40)in programming • 6 years ago[How To] Create your own Python Executable! (.exe file) Full In-Depth TutorialHi there! Welcome to my tutorial on how to create a *.EXE file from your Python Application. You will learn how to successfully bundle a python project into a standalone *.EXE file (with…stolentissue (40)in steam • 6 years agoSteam Lunar New Year Sale!No no no. Not Steem, Steam! Steam as in the Gaming Platform, if you haven't heard of it (which is very unlikely, you can go check it out here ) Steam has decided to do a massive sale. The…stolentissue (40)in technology • 6 years agoWhat is GitHub: How to use it, and why do developers use it?GitHub, a very useful tool for developers. GitHub provides a very useful space to "backup" your project. Though GitHub is not just that. It is a centralized place for all developers, and can…stolentissue (40)in games • 6 years agoPlayerUnknown's Battlegrounds: A new Free-To-Play Version!? PUBG Lite and how to install!The PUBG Corporation just revealed a free version of PUBG. The name for this new game is PUBG Lite. It is a lighter, faster, and FREE version of the current bulky PlayerUnkown's Battlegrounds.…stolentissue (40)in community • 6 years ago(#1) [STEEMIT HACKS] How to get MORE upvotes on your POSTS!These are some hacks that will be sure to give you more upvotes on your posts, so listen closely! (these are just the first 3 tips, this is only part 1. Keep a close eye out for part 2!) 1.…stolentissue (40)in programming • 6 years agoPython and Selenium Bootcamp: Part 1 (prerequisites, installation, and your first program!)img credit: Medium This is Part 1 of my new Selenium and Python Bootcamp Getting Started: Now that you are here, we're going to go ahead and get selenium installed and ready to go. As…stolentissue (40)in programming • 6 years agoPython and Selenium Bootcamp: Web Automation! (how to control and automate the web to your liking)Welcome to my new multi-part series on web automation. In this series, I will teach you how to control and fully automate a browser to do anything you like. For example, it could get the latest…stolentissue (40)in games • 6 years agoATLAS: Just an ARK Re-skin? (Developers Getting Lazy...)From the creators of Ark: Survival Evolved: ATLAS Made by Instinct Games , ATLAS is a survival MMO game based arround pirates. ATLAS: The ultimate survival MMO of unprecedented scale…stolentissue (40)in steam • 6 years agoEpic Games (creators of Fortnite) and their 'Epic Games Store'Epic Games is trying to compete with Steam The creators of Fortnite hit it off big, and now they want to expand their horizons. Epic Games Store only has a few games on it at the moment, but…stolentissue (40)in news • 6 years agoCounter Strike: Global Offensive. Now free-to-play, and WHY?The popular tactical FPS game has now gone free to play. You can actually go ahead and pick it up for yourself. There was a lot of planning that went into this decision. Some players…stolentissue (40)in christmas • 6 years agoHow to ruin your Christmas!Traditionally when you think of Christmas movies you think of Frosty the Snowman, or cheesy Netflix flicks. Generally you never think of bad things. Scary things. Horror movies even seem out of…stolentissue (40)in movie • 6 years agoAn Explanation/Review of Looper: a Time Travel Sci-fi movie!Looper: A Movie Review Looper is a Sci-fi Time Travel movie about individuals called “Loopers" In my opinion, it is an amazing movie, and after watching it I thought I should do a movie review on…stolentissue (40)in games • 6 years ago2 Amazing (AAA) Games For Keeps, PUBG and Free Xbox Live Gold Weekend!It's getting very close to black Friday and some companies are doing lots of giveaways. Currently there is an Xbox live gold free weekend event going on and it ends today (11th Nov.) This only…stolentissue (40)in programming • 6 years agoPython: Fully portable on Windows!Python is currently the most used programming language. Famous for its easy to understand syntax, massive community, helpful documentation, and incredible API support. Python is used across many…stolentissue (40)in life • 6 years agoShopAndScan: A update on how I earn upwards of £80 for just 5 min worth of work!I did a post on this a while ago and I thought like I should do an update. The link to the previous post is here: ShopAndScan is a programme that has the user scan their groceries and earn…stolentissue (40)in review • 6 years agoA Honest Review of VicTsing's Budget Gaming Keyboard (should YOU buy it?)This is VictTsing's Gaming Keyboard. Having recently bought this keyboard I felt like I should do a review on it. This review will go over both what I thought was good and bad! Though the past…stolentissue (40)in technology • 6 years agoCommon Misconceptions about Artificial Intelligence (AI)There are many misunderstandings about Artificial Intelligence (AI). Even though the creation of Artificial Intelligence is growing nearer, there is still a lot we don't know about it. Here are…stolentissue (40)in programming • 6 years agoVisual Studio: How to install the leading IDE for Programming (C++ , C , .NET, and more!)This is a tutorial on how to install a fantastic IDE (Intregrated Development Enviornment) called Visual Studio. You may of heard of Visual Studio before, it is an IDE created by Microsoft.…stolentissue (40)in programming • 6 years agoPython Programming (Part 5): IF ELSE and WHILE!For Part 5 of my tutorial I will show you how to use IF, ELSE, and ELIF statements. Same as last time, open up our preferred IDE (Integrated Development Environment) We will also open up our…stolentissue (40)in programming • 6 years agoPython Programming (Part 4): Functions and Variables!Last time I introduced you to basic variable commands and input. This time I will show you how to use functions, and give you a deeper understanding of variables. Like last time, we need to…