(FSSOTC) Python Training – Get Ready
- edit - share
This is our checklist for any member interested to join the training:
Tools
For Windows Users
- Python 3.5 (64bit) (32bit)
- GitHub Desktop
- Git For Windows (optional but recommended)
You can choose your preferred Text Editor or IDE to write python code, or you can pick one from our recommendation list:
- PyCharm
- IDLE3 (already integrated with Python installer)
- Visual Studio + Python Tools extension
- Ninja-IDE
- PyDev
- Netbeans >= 8.1 + Python plugin
For Linux (Ubuntu) Users
- Python 3 (should be already installed, use python3 command instead of python)
- Git
You can choose your preferred Text Editor or IDE or one of our suggestion list:
- PyCharm
- Vim / emacs / nano / ed (or cat command if you want)
- IDLE3
- Ninga-IDE
- Netbeans >= 8.1 + Python plugin
- IPython3 (Jupyter console)
Other (We will keep it for Saturday)
We will use the Django Framework in the training. To install Django, you need to use the pip command (already integrated on Python Windows installer, or install python3-pip for Ubuntu users). Launch your console (cmd on Windows), and run:
pip install Django
Requirements
We will use GitHub to host our projects code. To be able to join the development, every member is required to create a GitHub account and email his profile link to fssotc@gmail.com.
Keep in mind that GitHub is #1 code hosting service and you will mostly keep using it outside our training on future.
Learning Sources
Python 3
- Open Class Room Python Tutorial (French)