Curso Python #05 - Instalando o PyCharm e o QPython3
Introduction and Course Overview
The instructor introduces the fifth lesson of the Python course and expresses gratitude for achieving the first goal of the course. He emphasizes the importance of practical exercises in learning programming languages.
Setting Goals and Expressing Gratitude
- The instructor expresses gratitude to the viewers for their support in achieving the first goal of the Python course.
- He mentions that with continued support, they can reach the second goal, which will provide over 100 exercises for practice.
- Practical exercises are essential for learning programming languages effectively.
Importance of Practice in Learning Programming
The instructor highlights the importance of practicing programming rather than solely relying on watching videos. He compares it to learning how to skateboard by watching videos without actually practicing.
Importance of Practical Experience
- Watching videos alone does not guarantee proficiency in a programming language.
- Just as watching skateboarding videos does not make one an expert skater, watching programming videos without practice is insufficient.
- To learn a programming language effectively, practical experience through exercises is crucial.
Call for Support and Collaboration
The instructor invites viewers to support and collaborate on the Python course by becoming patrons. He explains how contributions will help create more than 100 exercise materials.
Supporting the Course
- Viewers are encouraged to become patrons by accessing "cursoemvideo.com" and clicking on "seja apoiador."
- By contributing, viewers can access additional rewards based on their chosen level of support.
- Contributions from both new supporters and existing ones will be combined to determine rewards and recognition in the memorial section of the course website.
Introduction to Integrated Development Environment (IDE)
The instructor introduces the concept of an Integrated Development Environment (IDE) and explains that they will be using "PyCharm" as the IDE for the Python course.
Using PyCharm as the IDE
- An IDE helps simplify the programming process, especially for beginners.
- The instructor has chosen "PyCharm" as the IDE for this course, but viewers can use any other IDE if they prefer.
- Installation instructions for PyCharm on Windows, Mac, and Linux are provided in the video.
Conclusion and Call to Action
The instructor concludes by urging viewers to take action and support the course. He assures them that by following the lessons and completing exercises, they will become proficient in Python programming.
Taking Action
- Viewers are encouraged to access "cursoemvideo.com," become patrons, and contribute to reaching the second goal of over 100 exercises.
- By actively participating in lessons and completing exercises, viewers can gain proficiency in Python programming.
- The next lesson will focus on setting up a machine to receive larger exercises and enable programming on various operating systems.
Timestamps have been associated with relevant bullet points based on their corresponding timestamps in the transcript.
Installing PyCharm on Windows
This section provides instructions for installing PyCharm on a Windows computer.
Downloading PyCharm
- Visit the JetBrains website by typing "JetBrains" in your browser's search bar.
- Click on the download button for PyCharm.
- Choose between the professional and community versions (community version is recommended).
- Wait for the download to complete.
Installing PyCharm
- Run the downloaded file to start the installation process.
- Follow the installation wizard, selecting your preferred options (e.g., 32 or 64 bits).
- Once the installation is complete, you will be prompted to run PyCharm. Make sure you have followed the instructions from lesson three of this course before running it.
Installing PyCharm on macOS
This section provides instructions for installing PyCharm on macOS.
Downloading PyCharm
- Open your browser and search for "JetBrains" to access their website.
- Click on the download button for PyCharm.
- Choose between the professional and community versions (community version is recommended).
- Wait for the download to complete.
Installing PyCharm
- Locate the downloaded file and drag it into your Applications folder.
- Open Launchpad or use Spotlight Search to find and open PyCharm.
- If prompted, confirm that you want to open an application from an unidentified developer.
Installing PyCharm on Linux (Ubuntu)
This section provides instructions for installing PyCharm on Ubuntu Linux.
Downloading PyCharm
- Open your browser and search for "JetBrains" to access their website.
- Click on the download button for PyCharm.
- Choose between the professional and community versions (community version is recommended).
Installing PyCharm
- Once the download is complete, locate the downloaded file.
- Double-click on the file to open it and start the installation process.
- Follow any prompts or instructions provided during the installation.
- After installation, you can find PyCharm in your applications menu.
Opening PyCharm and Choosing a Theme
This section explains how to open PyCharm and select a theme.
Opening PyCharm
- Locate and open PyCharm from your applications menu or desktop shortcut.
Choosing a Theme
- Upon opening PyCharm, you will be prompted to choose a theme.
- Select your preferred theme or accept the default settings.
Configuring PyCharm on macOS
This section provides instructions for configuring PyCharm on macOS.
Configuring Preferences
- Open PyCharm and go to "Preferences" from the "PyCharm" menu.
- Customize your preferences according to your needs (e.g., keymaps, editor settings).
Configuring PyCharm on Linux (Ubuntu)
This section provides instructions for configuring PyCharm on Ubuntu Linux.
Configuring Preferences
- Open PyCharm and go to "Settings" from the "File" menu.
- Customize your preferences according to your needs (e.g., keymaps, editor settings).
These are the main steps for installing and configuring PyCharm on Windows, macOS, and Linux.
Downloading the Community Version
In this section, the speaker explains how to download the community version of a software.
Downloading the Community Version
- The speaker mentions that there are two versions available for download: professional and community.
- The community version is free and intended for scientific and educational purposes.
- To download the community version, click on the "Download" button on the main page.
- The system may be marked as Linux, but it will automatically start downloading.
- Save the downloaded file, which is small in size and takes around 15 seconds to complete.
Extracting and Installing the Software
This section covers extracting and installing the downloaded software.
Extracting and Installing
- After downloading, locate the downloaded file in your transfer area or downloads folder.
- Right-click on the file and select "Extract Here" or similar options depending on your operating system.
- A new folder will be generated with a name like "e2017.11.2".
- Open a terminal/command prompt by pressing Ctrl+Alt+T or searching for "Terminal" in your menu.
- Navigate to the extracted folder using
cdcommand followed by the folder name (e.g.,cd e2017.11.2).
- Execute
./configurecommand to open a configuration window similar to Windows or Mac systems.
- Accept any default settings if prompted during configuration setup.
- Install by clicking "OK" and providing administrator password if required.
- The software will close and reopen, presenting you with a screen showing three operating systems (Windows, Mac, Linux).
Python Programming Environment Setup
This section focuses on setting up Python programming environment using the installed software.
Python Programming Environment Setup
- The speaker emphasizes the importance of having Python installed on your system.
- With the software installed, you can start developing Python programs directly in the environment.
- The software provides features like auto-completion and code suggestions to facilitate coding.
- For users with iOS devices, there is no known solution for installing Python interpreter at this time.
- Android users can install a minimal version of Python interpreter by searching for "Python" in the Play Store.
- It is recommended to also install the software on your computer for a better learning experience.
Installing Special Program on Mobile Devices
This section explains how to install a special program (Python interpreter) on mobile devices.
Installing Special Program on Mobile Devices
- To install a special program (Python interpreter) directly on your mobile device:
- Open your device's app store (e.g., Play Store for Android).
- Search for "Python" and choose an option like "QPython3" or similar.
- Install the chosen program, which is free and around 11MB in size.
- Once installed, open the program and access the Python console or create your own programs using the built-in editor.
The transcript continues beyond this point, but these are the key sections related to downloading and setting up the software.
Desenvolvendo Programas em Python - Portuguese
Neste trecho do vídeo, o instrutor fala sobre a execução de programas em Python e a importância da prática para aprender programação.
Executando programas em Python
- O instrutor explica que é possível executar um programa digitando seu nome no terminal.
- Ele mostra como fechar um programa em execução e destaca a importância de praticar programação.
- O instrutor menciona que é necessário praticar para se tornar um bom programador e sugere o apoio ao curso para ter acesso a exercícios e vídeos corrigidos.
- Ele comenta sobre a meta de 100 exercícios no curso e menciona alguns exemplos, como um sistema de caixa eletrônico e um jogo da forca.
- O instrutor enfatiza a importância de praticar programação para realmente aprender uma linguagem de programação.
- Ele incentiva os espectadores a apoiarem o curso para terem acesso aos exercícios e vídeos corrigidos.
Agradecimento aos colaboradores
- O instrutor agradece aos colaboradores do curso e pede mais contribuições para atingir metas adicionais.
- Ele destaca que mesmo após o término da campanha, o curso continuará sendo atualizado com mais conteúdo, incluindo exercícios resolvidos.
- O instrutor encerra o vídeo agradecendo novamente e convidando os espectadores para a próxima aula.
The transcript provided is relatively short, so the summary is also concise.