Pylot - Lift off your dev journey with Python
CodeRIT and GDSC RIT is collaborating to bring you the much awaited Python Workshop.

Someone once told "Python can be used to build anything and everything". And we totally agree with that. We'll be building a super cool GUI Application from SCRATCH! This is the type of project you can show off in your resume!!

This is an opportunity for you to learn python from the start and know how each and everything in it works!

def pylot():

        date = "27th and 28th June, 2022"

        time = "04:30PM - 06:30PM"

        venue = "ESB Seminar Hall 1"
       
        if queries is True:
                contact1 = ("Jayant Sogikar", "+91 8884553723")
                contact2 = ("Gandham Prasanthi", "+91 8892450188")
       
        invited = "you :)"
 

Please fill the form below ASAP to register for the same.
Thank you!

Sign in to Google to save your progress. Learn more
Email *
Full Name *
USN *
Have you collected your student Wi-Fi coupon? *
You can visit your respective department office to ask for the student wi-fi coupon, and sign in to the same. This will come in handy during the workshop
Do you have a laptop? *
You don't have to worry about whether its an old or new laptop, we'll try to help you get your apps running either on your machine/using an online environment.
What is your experience with Python? *
None
Expert
FAQs
How to Install Python on my local system?

Here is a tutorial that will help you install python and set it up on VSCode.
https://code.visualstudio.com/docs/python/python-tutorial

Which packages should I install for this workshop?

Once python3 and pip are set up, run the following command:
python3 -m pip install pandas numpy pygame

Or (if above doesn't work)

python -m pip install pandas numpy pygame

Or (if above doesn't work)

pip install pandas numpy pygame
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy