Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Wikipedia Module in Python
Post: Wikipedia Module in Python

Guide to Wikipedia Module in Python Here is a simple guide to the Wikipedia Module in Python that allows you to get articles or article details from Wikipedia without too much of code.
BlazingWarlord Tutorial Requests and Submissions 0 2,138 Jun-14-2021, 07:08 AM
    Thread: YouTube Video Downloader
Post: YouTube Video Downloader

YouTube Video Downloader A simple YouTube video downloader that uses Pytube and google-search-module to accept a keyword and download the video most related to that keyword (according to Google Searc...
BlazingWarlord Code sharing 1 4,729 May-31-2021, 07:30 AM
    Thread: Blackjack (21) with Python
Post: Blackjack (21) with Python

https://thepygrammer.blogspot.com/2020/0...kjack.html Code to build Blackjack or 21 with Python. Code includes deck-creation, random card drawing and deleting, checking for sum or bust condition, che...
BlazingWarlord Code sharing 0 2,292 May-29-2021, 05:07 AM
    Thread: Anagram Solver with Python
Post: RE: Anagram Solver with Python

(May-28-2021, 07:14 PM)perfringo Wrote: No, I personally don't like it. Not at all. Algorithm is just brute force. Creating list of all permutations???? >>> len(list(permutations(list('ab...
BlazingWarlord Code sharing 2 2,784 May-29-2021, 04:14 AM
    Thread: Anagram Solver with Python
Post: Anagram Solver with Python

https://thepygrammer.blogspot.com/2021/0...olver.html This Anagram Solver uses the itertools module to find all possible unscrambled words of any inputted scrambled word. Share with others if you l...
BlazingWarlord Code sharing 2 2,784 May-28-2021, 02:23 PM
    Thread: Simple Games with Python - A Compilation
Post: Simple Games with Python - A Compilation

Here is the link: A Compilation of Simple Games in Python Here is a compilation of 5 games I programmed with Python, from Rock-Paper-Scissors to Blackjack. The comment section is open if anyone has a...
BlazingWarlord Code sharing 0 2,065 May-27-2021, 11:01 AM
    Thread: Ultimate Guide to Data Types
Post: Ultimate Guide to Data Types

Knowledge of Data-Types is essential for any programmer. This post is for anyone who wants to learn about all the data-types Python has to offer with a simple mind-map for future references: Ultimat...
BlazingWarlord Tutorial Requests and Submissions 2 4,874 May-26-2021, 02:50 PM
  Information Thread: Beginner's Guide to Pie Charts with Python
Post: Beginner's Guide to Pie Charts with Python

Pie Charts are very useful to show large sets of numbers in an understandable way. Python's matplotlib has a function that allows us to draw cool-looking pie charts easily and even gives us options to...
BlazingWarlord Tutorial Requests and Submissions 0 2,009 May-16-2021, 07:30 AM
    Thread: Graphs with Python
Post: Graphs with Python

A simple tutorial for users who want to learn basics of Matplotlib and plot all kinds of graphs in Python. Hope it helps **smile** https://thepygrammer.blogspot.com/2021/0...ython.html
BlazingWarlord Tutorial Requests and Submissions 1 2,182 Jan-08-2021, 07:00 AM
    Thread: BATTLESHIPS WITH PYTHON
Post: BATTLESHIPS WITH PYTHON

Tried to make a Battleships game with Python. Code is a little long but works well. More details: https://thepygrammer.blogspot.com/2020/1...ships.html Source code is in the link in document and Git...
BlazingWarlord Code sharing 0 2,302 Nov-25-2020, 01:16 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020