https://github.com/trainingbypackt/python-fundamentals
A practical guide for learning Python, complete with real-world projects for you to explore
https://github.com/trainingbypackt/python-fundamentals
python3
Last synced: 4 months ago
JSON representation
A practical guide for learning Python, complete with real-world projects for you to explore
- Host: GitHub
- URL: https://github.com/trainingbypackt/python-fundamentals
- Owner: TrainingByPackt
- License: mit
- Created: 2018-10-23T06:22:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T11:14:54.000Z (about 7 years ago)
- Last Synced: 2025-07-12T22:33:07.116Z (6 months ago)
- Topics: python3
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 8
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Fundamentals
*Python Fundamentals* takes you from zero experience to a complete understanding of the key concepts, edge cases, and how to use Python for real-world application development. You'll move progressively from the basics to work with larger, more complex applications. After completing this course, you'll have the skills you need to dive into an existing application or start your own project.
# What you will learn
* Understand how to use control statements
* Manipulate primitive and non-primitive data structures
* Use loops to iterate over objects or data for accurate results
* Write encapsulated and succinct Python functions
* Build Python classes using object-oriented programming
* Manipulate files on the file system (open, read, write, delete)
# Hardware Requirements
For an optimal student experience, we recommend the following hardware configuration:
* Processor: Intel Core i5 or equivalent
* Memory: 8 GB RAM
* Storage: 4 GB available space
* Internet connection
# Software Requirements
You'll also need the following software installed in advance:
* Operating system: Windows 7 or Windows 10
* Browser: Google Chrome (latest version)
* [Python 3.6+](https://www.python.org/downloads/windows/)
* A text editor