The official website of the NYC Python meetup group.
We will be using the following technologies
Here's everything you need to know to get a copy of nycpython.com running locally.
After installing VirtualBox and Vagrant, fork the code on GitHub and clone it
locally by executing the following command, replacing USERNAME
with your
GitHub username:
$ git clone git@github.com:USERNAME/nycpython.com.git
After doing that, execute the following command to build your local virtual machine:
$ vagrant up
You can access all of your code locally, but you will need the virtual machine to access the server. To access the virtual machine's command line interface, execute the following command:
$ vagrant ssh
To run the nycpython.com server, execute the following commands on the virtual machine:
$ workon nycpythoncom $ python src/server.py
The site can be accessed in your browser by visiting localhost:5050.
In order to work with the Meetup API, you will first need to create a Meetup API Key.
In order to work with the Twitter API, you will first need to create a Twitter Application. Once you have created the application, you will be able to retrieve its OAuth settings.
A list of issues can be found on GitHub. Issues are categorized as graphics (e.g., logos, banners), front-end (e.g., HTML, CSS, JavaScript), and back-end (e.g., Python, API Integration).
Pick one and start hacking away!