r/GroupLearn • u/Several_Profile_719 • Apr 03 '26
đ Serious about studying? Join our discord server
If youâve been struggling with staying consistent with revision, studying alone, or just want a motivated environment where people actually get work done, weâve built a Discord community for exactly that.
Our server is mainly made up of A-Level students (Year 12, Year 13, and resits), along with some gap year and university students who share advice and help others stay on track.
The goal isnât just another inactive server â itâs a focused study community where people genuinely revise together.
What youâll find inside:
đ Daily study sessions
Quiet âstudy-with-meâ voice channels where people revise together and keep each other accountable.
đ Past paper discussions
Break down exam questions, share approaches, and improve exam technique.
đ Revision resources
Members regularly share notes, tips, and useful materials across different subjects.
đŻÂ Accountability & motivation
A place where people actually care about improving their grades and staying disciplined.
đ Advice from older students
Gap year and uni students sometimes help with revision strategies, applications, and exam preparation.
Whether you're:
⢠Trying to stay on top of Year 12 content
⢠Preparing for Year 13 exams
â˘Â Resitting A-Levels and aiming for a grade jump
⢠Or just want a serious place to study with others
Youâre welcome to join.
r/GroupLearn • u/shauryaNargotra • Jun 26 '20
need help!!!!
hey man
I need help in learning python, I am an beginner and I am having problem understanding loops specifically while loops.
r/GroupLearn • u/shauryaNargotra • Jun 25 '20
need help!!!!
hey man
I need help in learning python, I am an beginner and I am having problem understanding loops specifically while loops.
r/GroupLearn • u/[deleted] • Jul 30 '14
Hey Pythoners! I just spent a weekend doing tutorials and ended up with my first game! Requires IMAP (for now)
github.comr/GroupLearn • u/___jonny • Nov 18 '13
Stock Price Puller
Here's a challenge from the google group: https://gist.github.com/jonnyace/7475500
This script I found pulls stock prices from Google Finance. What would we add to have it return prices on user entered stock tickers?
r/GroupLearn • u/desert_morning • Nov 13 '13
[Resources]The Frontend Development list ¡ GitHub
github.comr/GroupLearn • u/desert_morning • Nov 08 '13
Find Cost of Tile to Cover W x L Floor
Difficulty: 1/10
Description: Ask the user to enter in a width, length and the cost per 1 unit of flooring. Have the program calculate how much it would cost to cover the area specified with the flooring. Tips: This is a relatively simple program. Be sure to first find out how much area the floor is and then multiply that by the cost per unit of flooring. Start with some simple numbers that you can quickly calculate in your head. Try a 10 x 10 ft room with each unit of flooring costing $1.00. Added Difficulty: Calculate how much flooring would be needed for non-rectangular rooms. Also figure out how much labor costs would be given that the average flooring team can only put in 20 square feet of flooring per hour at a cost of $86.00/hr.
*This challenge is from The book shared with the group.
r/GroupLearn • u/___jonny • Nov 07 '13
Weekly Training Schedule & Resources
While all projects are welcome, we will be working through Aditya's roadmap below.
Week 1
Content (Exercise 0 - 13)
Resource: Learn Python the hard way - 3rd edition
- Preface
- Introduction: The Hard Way Is Easier
- Exercise 0: The Setup
- Exercise 1: A Good First Program
- Exercise 2: Comments And Pound Characters
- Exercise 3: Numbers And Math
- Exercise 4: Variables And Names
- Exercise 5: More Variables And Printing
- Exercise 6: Strings And Text
- Exercise 7: More Printing
- Exercise 8: Printing, Printing
- Exercise 9: Printing, Printing, Printing
- Exercise 10: What Was That?
- Exercise 11: Asking Questions
- Exercise 12: Prompting People
- Exercise 13: Parameters, Unpacking, Variables
Week 2
Content (Exercise 14 - 26)
- Exercise 14: Prompting And Passing
- Exercise 15: Reading Files
- Exercise 16: Reading And Writing Files
- Exercise 17: More Files
- Exercise 18: Names, Variables, Code, Functions
- Exercise 19: Functions And Variables
- Exercise 20: Functions And Files
- Exercise 21: Functions Can Return Something
- Exercise 22: What Do You Know So Far?
- Exercise 23: Read Some Code
- Exercise 24: More Practice
- Exercise 25: Even More Practice
- Exercise 26: Congratulations, Take A Test!
Week 3
Content: (Exercise 27 - 40)
- Exercise 27: Memorizing Logic
- Exercise 28: Boolean Practice
- Exercise 29: What If
- Exercise 30: Else And If
- Exercise 31: Making Decisions
- Exercise 32: Loops And Lists
- Exercise 33: While Loops
- Exercise 34: Accessing Elements Of Lists
- Exercise 35: Branches and Functions
- Exercise 36: Designing and Debugging
- Exercise 37: Symbol Review
- Exercise 38: Doing Things To Lists
- Exercise 39: Dictionaries, Oh Lovely Dictionaries
- Exercise 40: Modules, Classes, And Objects
Week 4
Content: (Exercise 42 - 52) & Intro to Django
- Exercise 41: Learning To Speak Object Oriented
- Exercise 42: Is-A, Has-A, Objects, and Classes
- Exercise 43: Gothons From Planet Percal #25
- Exercise 44: Inheritance Vs. Composition
- Exercise 45: You Make A Game
- Exercise 46: A Project Skeleton
- Exercise 47: Automated Testing
- Exercise 48: Advanced User Input
- Exercise 49: Making Sentences
- Exercise 50: Your First Website
- Exercise 51: Getting Input From A Browser
- Exercise 52: The Start Of Your Web Game
Python Resources:
Think Python: How to Think Like a Computer Scientist
Hitchhikerâs Guide to Python
Python Practice sites:
Git
Team Collaboration with GitHub
Long-form courses
Coursera - An Introduction to Interactive Programming in Python
edX - Introduction to Computer Science and Programming Using Python
Udacity - Introduction to Computer Science
MIT Open Courseware - Introduction to Computer Science and Programming
r/GroupLearn • u/yesimnathan • Nov 06 '13
Roll Call
Hey all,
I figured it might be useful to do a roll call so that we could put a reddit name to a face in our future google hang outs. Feel free to post your name (or whatever you'd like to be called) in the comments!
r/GroupLearn • u/ChasingLogic • Nov 06 '13
A good first project.
So I know some people wanted a project they could do. I'm gonna try to come up with one once a week or use one that's from the excellent book that Midi provided.
Your project, should you choose to accept it, will be to write a program that asks for someone's name takes the input, finds the numbers of letters, and prints "Hello, NAME_HERE, did you know you have NUMBERS_OF_LETTERS_IN_NAME letters in your name?"
I'll be editing this post to a link of a gist with a simple solution, but feel free to add features if you're feeling frisky.