Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimdevops19/PythonCrashCourse
JimShapedCoding Python Crash Course 2021
https://github.com/jimdevops19/PythonCrashCourse
Last synced: 9 days ago
JSON representation
JimShapedCoding Python Crash Course 2021
- Host: GitHub
- URL: https://github.com/jimdevops19/PythonCrashCourse
- Owner: jimdevops19
- Created: 2021-02-12T22:51:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T20:14:51.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:09:38.263Z (4 months ago)
- Language: Python
- Homepage: http://jimshapedcoding.com
- Size: 49.8 KB
- Stars: 77
- Watchers: 9
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- jimsghstars - jimdevops19/PythonCrashCourse - JimShapedCoding Python Crash Course 2021 (Python)
README
# Python CRASH Course by JimShapedCoding - [Click Here to Start!](https://www.youtube.com/channel/UCU8d7rcShA7MGuDyYH1aWGg)
### This Repository includes the code and MORE exercises on each section of the entire course
After this 5-hour course, you'll have a lot of new information on Programming with Python.
While you watch the video, feel free to ask questions in the comments section, share your code on different exercises, and give a feedback about the tutorial at all.
What this course includes ?
- At least 1 Exercise on each section
- 10 on-demand exercises with solutions
- 40 lectures
- Best Practices of how to write efficient code
- Deep explanations about each topic
- Full documentation on the entire tutorialWhat you will learn?
- Basics:
- Variables
- Useful built-in Functions
- Variables Types & Conversions
- String Methods
- Math Operations
- Working with External Libraries
- Expressions
- Logic:
- Program Conditioning (If/Else/Else If)
- Lists
- List Methods and Indexing
- Dictionaries and its methods
- Range built-in Function
- For Loops
- Debugging your programs
- While Loops and While True
- What are Iterables and Non Iterables
- Functions
- Function Parameters, Default Parameters
- Return Statement
- Object Oriented Programming:
- Classes and Instances
- Instance Attributes
- Constructor, __init__ method
- Why always __self__
- Class AttributesWhat you could continue learning after completing this course?
- Learn more about OOP concepts
- Web Scraping with Python
- Machine Learning
- Web Development with Flask
- Web Development with Django
- Graphical User Interface development with Tkinter / PyQT5
- Developing Games with __pygame__
- Develop advanced Console applications with argparse
- This list probably has thousands of options, let`s stop hereSocial Media:
- [Discord](https://discord.com/invite/aMgcPD9)
- [Youtube](https://www.youtube.com/channel/UCU8d7rcShA7MGuDyYH1aWGg)
- [Twitter](https://twitter.com/jimshapedcoding)
- [Instagram](https://www.instagram.com/jimshapedcoding/)
- [My Official Website](http://jimshapedcoding.com)