Python Forum
300 free curated Python code snippets
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
300 free curated Python code snippets
#1
For the last 22 months I have been collecting and editing Python code snippets.
I am pleased to announce there are now 300 snippets of code available in the collection.

They are free to anyone that wants them, either singularly or in zip files of 100 each,
or all 300 in one zip.

A full list can be viewed here with all the download links:
https://wp.me/Pa5TU8-1yg

The zip files are stored on MediaFire, please use a Ad-blocker,
I do not gain anything from any advertising on my free site or from MediaFire.
I do it for Python-love baby. Heart

I have made each snippet beginner friendly, and they will all run
directly from IDLE (or similar IDE), no Dos prompt typing or
Terminal use required(excepting pip installs which I can't do anything about),
just load and run. This is 2020, not 1980 guys.

This collection is nothing like the usual boring snippets you see
all over the place that are usually either how to manipulate strings
or do complex maths. Each of the bits of code do something interesting,
practical or useful (IMHO).

These snippets are intended for extreme beginners to
intermediate Python programmers, and can act as a source
of inspiration, ideas and learning, or you could use the
code as a base to start and build your own project from it.

Every snippet has been tested on Windows and Linux
and its compatibility noted.

All pip installs are noted and linked.

Each snippet also has its own post, sometimes going
into more detail on the subject.

All sources are credited and linked.

Most snippets have been brought up to PEP8 standards where possible
all all work on Python 3x.

All snippets have at least 2, 3 or even 4 places you can
download from, usually, PasteBin, GitHub, Gist, MediaFire
or from my site directly.
Reply
#2
Sounds like an awesome contribution man, i'll take a look :) Good work
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Smile Newsi free News API for python mohammedalaazaki 1 1,550 Aug-25-2023, 04:52 PM
Last Post: meunk3
  100% free Python Node Editor (visual Python nodes) KennedyRichard 0 6,406 Apr-05-2022, 02:58 PM
Last Post: KennedyRichard
  200 Python code snippets free steve_shambles 6 5,040 Apr-19-2020, 12:38 PM
Last Post: Calli
  Small to medium Scripts/Snippets snippsat 1 5,448 Sep-20-2016, 01:32 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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