.. note:: Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts. **Why Join?** - **Expert Support**: Solve post-sale issues and technical challenges with help from our community and team. - **Learn & Share**: Exchange tips and tutorials to enhance your skills. - **Exclusive Previews**: Get early access to new product announcements and sneak peeks. - **Special Discounts**: Enjoy exclusive discounts on our newest products. - **Festive Promotions and Giveaways**: Take part in giveaways and holiday promotions. 👉 Ready to explore and create with us? Click [|link_sf_facebook|] and join today! .. _play_python: Play with Python ======================= For novices and beginners wishing to program in Python, some basic Python skills and familiarity with the Raspberry Pi OS are helpful. This section will guide you step by step — from setting up your Raspberry Pi, to moving PiCar-X, to using computer vision, and finally adding voice and AI interaction. .. _quick_guide_python: 1. Quick Guide on Python --------------------------- Learn how to set up your Raspberry Pi environment: install Raspberry Pi OS, configure Wi-Fi, and enable remote access so you can run Python code easily. If you already know how to use Raspberry Pi and access its command line, you may skip directly to the later parts. .. toctree:: :maxdepth: 1 ../_shared/pi_start/need_components ../_shared/pi_start/install_os_trixie ../_shared/pi_start/power_supply_robot_hat ../_shared/pi_start/set_up_pi install_all_modules py_servo_adjust 2. Basic Movement ----------------------- After assembling your PiCar-X, start with simple movement programs. You will learn how to control the motors, drive forward/backward, turn, and use basic sensors for avoiding obstacles or following lines. .. toctree:: :maxdepth: 1 python_calibrate python_move python_keyboard python_avoid python_cliff python_line_track 3. Computer Vision ---------------------- Give your PiCar-X the ability to see using its camera. This section covers fun vision-based projects such as face tracking, recording, object interactions, and controlling the car via video or a mobile app. .. toctree:: :maxdepth: 1 python_computer_vision python_stare_at_you python_record python_bull_fight python_video_car control_by_app