practical-python
tutorials
| practical-python | tutorials | |
|---|---|---|
| 4 | 8 | |
| 10,741 | 37,343 | |
| 0.6% | -0.0% | |
| 4.7 | 9.9 | |
| 6 months ago | 6 days ago | |
| Python | Java | |
| Creative Commons Attribution Share Alike 4.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
practical-python
-
Top 10 GitHub Repositories for Python and Java Developers
11. Dabeaz-course/Practical-python - This repository by David Beazley focuses on program organization, data manipulation, and script composition. It's a comprehensive course for enhancing understanding and proficiency with complex Python programs. https://github.com/dabeaz-course/practical-python
- Început?
-
How to I execute a .py file from the interpreter?
If it matters, the code defines a function that uses csv to enter data into a list of tuples. The function takes one argument : a csv file. I did all the sololearn courses in python and am now working through https://github.com/dabeaz-course/practical-python .
-
Been programming in Python for a few years and just found out about the collections module. Does anyone else have a similar revelation?
I was going through dabeaz practice-python course because my team wants to do some on-their-own Python training. One of the exercises uses the deque function (apparently pronounced "deck"), which basically creates a maxlength list and pops list elements off for you as you append to it.
tutorials
-
Top 10 GitHub Repositories for Python and Java Developers
4. Baeldung Java and Spring Tutorials This repository offers a variety of tutorials on Java and Spring, with easy-to-follow code examples. https://github.com/eugenp/tutorials
-
Are java codebases generally readable? Or is the stereotype true that they are littered with the worst OOP has to offer?
But ok, lets try with this example, line 40 : https://github.com/eugenp/tutorials/blob/master/testing-modules/junit5-annotations/src/test/java/com/baeldung/junit5/nested/OnlinePublicationUnitTest.java This code tests a function which is 5 lines long, called only once. It doesn't even deserve a method declaration, this is complexity for the sake of testability. 6 months from now, when you look for articles filtered by user membership, you are not going to find this function. You will be lost in a maze of method declarations. Fragmenting your execution flow is a bad idea, especially for testability purposes. The test code is even more complex than the code being tested.
-
Back End with spring!
Baeldung has a lots of tutorials... GitHub - WebModules
-
FastJSON - Convert POJO to/from JSON
You can checkout more examples on below GitHub Repository. https://github.com/eugenp/tutorials/tree/master/json-modules/json-2
-
Spring Boot with Postgres application not working on Docker.
I found an example for you online: https://github.com/eugenp/tutorials/tree/master/docker/docker-spring-boot-postgres
- GitHub - eugenp/tutorials: Just Announced - "Learn Spring Security OAuth":
-
How to clone the tutorial by Baeldung ?
git clone https://github.com/eugenp/tutorials.git
-
OOPs principles, interfaces, abstract classes, etc practice suggestions.
The best way is to find a job, write horrible code, get absolutely humiliated on the MR and then you will start getting all that stuff. A second option would be to read code from others, I always keep this repo open https://github.com/eugenp/tutorials.
What are some alternatives?
30-Days-Of-Java - [GET https://api.github.com/repos/Asabeneh/30-Days-Of-Java: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
learn oops in python - 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
Java-programming-exercises - [GET https://api.github.com/repos/zhiwehu/Java-programming-exercises: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
100-Days-Of-ML-Code - 100 Days of ML Coding
Java-Challenges - [GET https://api.github.com/repos/TheAlgorithms/Java-Challenges: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
Python-programming-exercises - 100+ Python challenging programming exercises