About GokulBhajan:
Gokul Bhajan & Vedic Studies is a 501(c) Non-Profit organization dedicated to engaging families in devotional life focused on Lord Krishna. We follow the teachings of Lord Caitanya Mahaprabhu and the six goswamis of the Sri Brahma Madhva Gaudiya Sampradaya. Our independent organization runs flagship prison ministry and community service programs, impacting the lives of over 1700 inmates.
Classes will commence on Wednesday, September 27th and continue every Wednesday through November 29th. Class times are from 5-6pm ET.
1 | September 27 | Introduction to Python | Learn the basics of Python, including variables, data types, operators, and control flow statements. | Create a simple program that greets the user. |
2 | October 4 | Modules and Libraries | Learn how to use modules and libraries to extend the functionality. | Create a program that uses the math module to calculate the area of a circle. |
3 | October 11 | Variables | Learn how to declare and use variables. | Create a program that stores the user;s name and age in variable. + Extra functionality |
4 | October 18 | User Input | Learn how to get input from the user. | Create a program that asks the user for their name and age, and then prints out a greeting. |
5 | October 25 | If Statements | Lean how to use if statements to control the flow of the program. | Create a program that checks if the user is older than 18, and then prints out a message accordingly. |
6 | November 1 | Loops | Learn how to use loops to repeat code. | Create a program that prints out the numbers from 1-10. + GUI |
7 | November 8 | Lists | Learn how to use lists to store multiple items. | Create a program that stored a list of the user’s favorite foods. |
8 | November 15 | Functions | Learn how to create and use functions. | Create a function that calculates the area of a square. |
9 | November 22 | Classes | Learn how to create and use classes. | Create a python class that represents a dog. + Image GUI |
10 | November 29 | Projects | Work on projects to apply what you have learnt. | Create a tic-tac-toe game. + GUI if we have time. |