PyTechCoding https://pytechcoding.com Project Based Learning Mon, 05 Aug 2019 01:01:02 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.2 https://pytechcoding.com/wp-content/uploads/2019/08/cropped-Color-logo-with-background.png?fit=32%2C32&ssl=1 PyTechCoding https://pytechcoding.com 32 32 164632979 How to Check for Anagrams in Python using Counter https://pytechcoding.com/how-to-check-for-anagrams-in-python-using-counter/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-check-for-anagrams-in-python-using-counter https://pytechcoding.com/how-to-check-for-anagrams-in-python-using-counter/#respond Mon, 05 Aug 2019 01:00:52 +0000 https://pytechcoding.com/?p=281 But as budding programmers it's important that we don't get discouraged when a problem seems too difficult because most of the time the solution is staring us right in the face.

The post How to Check for Anagrams in Python using Counter appeared first on PyTechCoding.

]]>
https://pytechcoding.com/how-to-check-for-anagrams-in-python-using-counter/feed/ 0 281
WebScraping with Python, Beautiful Soup and Urllib3 https://pytechcoding.com/webscraping-with-python-beautiful-soup-and-urllib3/?utm_source=rss&utm_medium=rss&utm_campaign=webscraping-with-python-beautiful-soup-and-urllib3 https://pytechcoding.com/webscraping-with-python-beautiful-soup-and-urllib3/#respond Fri, 02 Aug 2019 21:04:35 +0000 https://pytechcoding.com/?p=213 In this day and age, information is key. Through the internet we have an unlimited amount of information and data at our disposal. The problem however, is because of the abundance of information we as the users become overwhelmed. Fortunately for those users, there are programmers with the ability to develop scripts that will do […]

The post WebScraping with Python, Beautiful Soup and Urllib3 appeared first on PyTechCoding.

]]>
https://pytechcoding.com/webscraping-with-python-beautiful-soup-and-urllib3/feed/ 0 213
JavaScript Functions: Cracking the Code https://pytechcoding.com/javascript-functions-cracking-the-code/?utm_source=rss&utm_medium=rss&utm_campaign=javascript-functions-cracking-the-code https://pytechcoding.com/javascript-functions-cracking-the-code/#comments Sun, 28 Jul 2019 11:19:33 +0000 https://pytechcoding.com/?p=184 Our goal today is to create a simple Javascript function using that will decipher a secret message given specific criteria. Let’s take a look at our project. The inspiration for this project came from Yvonne-liu of Codewars. You are given a secret message that you need to decipher. Here are the things you need to […]

The post JavaScript Functions: Cracking the Code appeared first on PyTechCoding.

]]>
https://pytechcoding.com/javascript-functions-cracking-the-code/feed/ 2 184
Rock, Paper, Scissors with Python https://pytechcoding.com/python-operators-and-conditions-games/?utm_source=rss&utm_medium=rss&utm_campaign=python-operators-and-conditions-games https://pytechcoding.com/python-operators-and-conditions-games/#respond Sat, 20 Jul 2019 14:01:10 +0000 https://pytechcoding.com/?p=28 In this article we will discuss Python Operators and Conditions, their syntax and different ways to use them in order to achieve the same result: a game of Rock, Paper, Scissors. To accomplish this we will focus on the following concepts: Operators Conditional Statements Python Operators Operators are symbols or statements that manipulate  the value […]

The post Rock, Paper, Scissors with Python appeared first on PyTechCoding.

]]>
https://pytechcoding.com/python-operators-and-conditions-games/feed/ 0 28