In this module, you will be learning Python. Python is a very popular programming language. First released in 1991 by creator Guido van Rossum. Python permits for data analysis & visualization, data science & machine learning, deep learning, web & app development, game creation, web scraping, scripting & automation and more.
This learning module is loosely outlined from the Python Documentation, first exploring built-in functions, and data types, then exploring deeper into the Python modules.
- Create and execute a Python file
- Write and run Python code in Visual Sudio Code
- Learn basic Python concepts:
- Open and create new file
- .py format
- Running file
- Beginner concepts
Code examples starting with >>> represent code in the terminal, run in the Python interpreter by entering text python3 and hitting enter:
>>> python3
In order to quit the Python interpreter, press CTRL + d on a Windows or Linux machine. Insert the Python code that is displayed after the >>> symbols. Do not write those symbols in your script.
In the solution scripts, each individual exercise is commented out to make a multi-lined comment. If you want to uncomment the certain exercise, highlight the closing """ and press alt will highlighting the opening """ (if in vs code) and delete the two selections.
- Navigate with the generated table of contents by navigating to the left top, floating menu of this README file.
- Knowledge of how to open and run commands from a command or terminal window
- Python 3 installation, VS Code installation/configuration
- Setup Environment
- Python Basics
- Python Variables & Data Types
- Python Conditionals
- Python Containers
- Python Loops
- Outside Resources
- Tips
- Contributing
- License
- Contact
- Run code with print() to test code
Thanks for checking out this page, since the more positive edits and critics of this repo will help this project benefit more individuals.
Submit an issue or I encourage you to fork this repo and make another page in the changes directory and contribute to this project!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
The materials herein are all © 2022 @wonntann. See License for more information.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Tanya - @wonntann
Project Link: https://github.com/wonntann/python